Publish swagger files for SDC APIs 15/119415/2
authorMichaelMorris <michael.morris@est.tech>
Thu, 18 Mar 2021 11:40:48 +0000 (11:40 +0000)
committerMichael Morris <michael.morris@est.tech>
Mon, 22 Mar 2021 15:33:59 +0000 (15:33 +0000)
I have created a swagger file for each of the APIs as they are currently listed on the architecture page. Some of the files can be easily be combined if some of the APIs are combined. I have created a single file for SDCE-2 and SDCE-5 as it is not possible to seperate as they are both paritially implemented in the same class with overlapping paths

I have copied the generated swagger files to the docs directory as I suspect they need to be under source control for the generation of the readthedocs page

Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3525
Change-Id: Id42412704311a573e3ebf911ad34d909c1c3f1b2
(cherry picked from commit e020ca3c855ec9555213abfdd89e14d72310177d)

105 files changed:
catalog-be/pom.xml
catalog-be/src/main/java/org/openecomp/sdc/be/distribution/servlet/DistributionCatalogServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/distribution/servlet/DistributionServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/externalapi/servlet/AbstractTemplateServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/externalapi/servlet/ArtifactExternalServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/externalapi/servlet/AssetsDataServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/externalapi/servlet/CrudExternalServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/externalapi/servlet/ExternalRefsServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/externalapi/servlet/ServiceActivationServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/AdditionalInformationServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ArchiveEndpoint.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ArtifactServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/AttributeServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/AutomatedUpgradeEndpoint.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/BeGenericServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/BeMonitoringServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/CapabilityServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ComponentAttributeServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ComponentInstanceServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ComponentInterfaceOperationServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ComponentNodeFilterServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ComponentPropertyServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ComponentServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ComponentSubstitutionFilterServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ConfigMgrServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ConfigServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ConsumerServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/DirectiveServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/DistributionServiceServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ElementServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ExceptionHandlerEndpoint.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/GenericArtifactBrowserServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/GroupEndpoint.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/GroupServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/GroupTypesEndpoint.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/InputsServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/InterfaceOperationServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/LifecycleServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/OutputsServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/PolicyServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/PolicyTypesEndpoint.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/RequirementServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ResourceUploadServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ResourcesServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ServiceConsumptionServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ServiceForwardingPathServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ServiceServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/ServiceUploadServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/TogglingServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/TypesFetchServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/TypesUploadEndpoint.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/TypesUploadServlet.java
catalog-be/src/main/java/org/openecomp/sdc/be/servlets/UserAdminServlet.java
catalog-be/src/main/resources/swagger-config/sdce-2-sdce-5.yaml [new file with mode: 0644]
catalog-be/src/main/resources/swagger-config/sdce-4.yaml [new file with mode: 0644]
catalog-be/src/main/resources/swagger-config/sdce-6.yaml [new file with mode: 0644]
catalog-be/src/main/resources/swagger-config/sdce-7.yaml [new file with mode: 0644]
docs/offeredapis.rst
docs/swagger/swagger-sdce-1.json [new file with mode: 0644]
docs/swagger/swagger-sdce-2-sdce-5.json [new file with mode: 0644]
docs/swagger/swagger-sdce-4.json [new file with mode: 0644]
docs/swagger/swagger-sdce-6.json [new file with mode: 0644]
docs/swagger/swagger-sdce-7.json [new file with mode: 0644]
docs/swagger/swagger.html [deleted file]
docs/swagger/swagger.json [deleted file]
docs/swagger/swagger.pdf [deleted file]
openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/src/main/java/org/openecomp/sdcrests/action/rest/Actions.java
openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/src/main/java/org/openecomp/sdcrests/action/rest/ActionsForSwaggerFileUpload.java
openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/src/main/java/org/openecomp/sdcrests/applicationconfig/rest/ApplicationConfiguration.java
openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/src/main/java/org/openecomp/sdcrests/conflict/rest/Conflicts.java
openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/src/main/java/org/openecomp/sdcrests/externaltesting/rest/ExternalTesting.java
openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/src/main/java/org/openecomp/sdcrests/health/rest/HealthCheck.java
openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/src/main/java/org/openecomp/sdcrests/itempermissions/rest/ItemPermissions.java
openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/src/main/java/org/openecomp/sdcrests/item/rest/Items.java
openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/src/main/java/org/openecomp/sdcrests/item/rest/Versions.java
openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/src/main/java/org/openecomp/sdcrests/notifications/rest/services/Notifications.java
openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml
openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/resources/swagger-config.yaml [new file with mode: 0644]
openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/src/main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java
openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-services/src/main/java/org/openecomp/sdcrests/uniquevalue/rest/UniqueTypes.java
openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/src/main/java/org/openecomp/sdcrests/validation/rest/Validation.java
openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/src/main/java/org/openecomp/sdcrests/validation/rest/ValidationForSwaggerUsage.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/src/main/java/org/openecomp/sdcrests/vendorlicense/rest/EntitlementPoolLimits.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/src/main/java/org/openecomp/sdcrests/vendorlicense/rest/EntitlementPools.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/src/main/java/org/openecomp/sdcrests/vendorlicense/rest/FeatureGroups.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/src/main/java/org/openecomp/sdcrests/vendorlicense/rest/LicenseAgreements.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/src/main/java/org/openecomp/sdcrests/vendorlicense/rest/LicenseKeyGroupLimits.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/src/main/java/org/openecomp/sdcrests/vendorlicense/rest/LicenseKeyGroups.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/src/main/java/org/openecomp/sdcrests/vendorlicense/rest/VendorLicenseModels.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/ComponentDependencies.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/ComponentMonitoringUploads.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/ComponentProcesses.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/Components.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/Compute.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/DeploymentFlavors.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/Images.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/Networks.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/Nics.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/OrchestrationTemplateCandidate.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/Processes.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/VendorSoftwareProducts.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/VendorSoftwareProductsForSwaggerFileUpload.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/VnfPackageRepository.java
openecomp-be/tools/swagger-ui/pom.xml
pom.xml

index 6a7b5a9..2bb2862 100644 (file)
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>io.swagger.core.v3</groupId>
+                <artifactId>swagger-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>sdce-2-sdce-5</id>
+                        <phase>compile</phase>
+                        <goals>
+                            <goal>resolve</goal>
+                        </goals>
+                        <configuration>
+                            <contextId>sdce-2-sdce-5</contextId>
+                            <outputPath>${project.build.directory}/generated/swagger</outputPath>
+                            <outputFileName>swagger-sdce-2-sdce-5</outputFileName>
+                            <outputFormat>JSON</outputFormat>
+                            <configurationFilePath>${project.basedir}/src/main/resources/swagger-config/sdce-2-sdce-5.yaml</configurationFilePath>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>sdce-4</id>
+                        <phase>compile</phase>
+                        <goals>
+                            <goal>resolve</goal>
+                        </goals>
+                        <configuration>
+                            <contextId>sdce-4</contextId>
+                            <outputPath>${project.build.directory}/generated/swagger</outputPath>
+                            <outputFileName>swagger-sdce-4</outputFileName>
+                            <outputFormat>JSON</outputFormat>
+                            <configurationFilePath>${project.basedir}/src/main/resources/swagger-config/sdce-4.yaml</configurationFilePath>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>sdce-6</id>
+                        <phase>compile</phase>
+                        <goals>
+                            <goal>resolve</goal>
+                        </goals>
+                        <configuration>
+                            <contextId>sdce-6</contextId>
+                            <outputPath>${project.build.directory}/generated/swagger</outputPath>
+                            <outputFileName>swagger-sdce-6</outputFileName>
+                            <outputFormat>JSON</outputFormat>
+                            <configurationFilePath>${project.basedir}/src/main/resources/swagger-config/sdce-6.yaml</configurationFilePath>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>sdce-7</id>
+                        <phase>compile</phase>
+                        <goals>
+                            <goal>resolve</goal>
+                        </goals>
+                        <configuration>
+                            <contextId>sdce-7</contextId>
+                            <outputPath>${project.build.directory}/generated/swagger</outputPath>
+                            <outputFileName>swagger-sdce-7</outputFileName>
+                            <outputFormat>JSON</outputFormat>
+                            <configurationFilePath>${project.basedir}/src/main/resources/swagger-config/sdce-7.yaml</configurationFilePath>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
 
         <pluginManagement>
index f0d329e..050668c 100644 (file)
@@ -74,7 +74,7 @@ import java.util.Map;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Distribution APIs")})
+@Tags({@Tag(name = "SDCE-7 APIs")})
 @Servers({@Server(url = "/sdc")})
 @Singleton
 public class DistributionCatalogServlet extends BeGenericServlet {
index c6be01d..f5cc85e 100644 (file)
@@ -77,7 +77,7 @@ import javax.ws.rs.core.Response;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1")
-@Tags({@Tag(name = "SDC Distribution APIs")})
+@Tags({@Tag(name = "SDCE-6 APIs")})
 @Servers({@Server(url = "/sdc")})
 @Controller
 public class DistributionServlet extends BeGenericServlet {
index 6b24867..c859ed4 100644 (file)
@@ -70,7 +70,7 @@ import org.springframework.stereotype.Controller;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tag(name = "SDC External APIs")
+@Tag(name = "SDCE-7 APIs")
 @Server(url = "/sdc")
 @Controller
 
index 3955fdd..2eb8317 100644 (file)
@@ -83,7 +83,7 @@ import org.springframework.stereotype.Controller;
  */
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tag(name = "SDC External APIs")
+@Tag(name = "SDCE-7 APIs")
 @Server(url = "/sdc")
 @Controller
 public class ArtifactExternalServlet extends AbstractValidationsServlet {
index 0154284..36ca5aa 100644 (file)
@@ -95,7 +95,7 @@ import static org.openecomp.sdc.be.datatypes.enums.ComponentTypeEnum.RESOURCE;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC External APIs")})
+@Tags({@Tag(name = "SDCE-7 APIs")})
 @Servers({@Server(url = "/sdc")})
 @Controller
 public class AssetsDataServlet extends AbstractValidationsServlet {
index 97678d7..4da52ed 100644 (file)
@@ -99,7 +99,7 @@ import org.springframework.stereotype.Controller;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tag(name = "SDC External APIs")
+@Tag(name = "SDCE-7 APIs")
 @Server(url = "/sdc")
 @Controller
 public class CrudExternalServlet extends AbstractValidationsServlet {
index 121460c..c218331 100644 (file)
@@ -55,7 +55,7 @@ import java.util.List;
 import java.util.Map;
 
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC External APIs")})
+@Tags({@Tag(name = "SDCE-7 APIs")})
 @Servers({@Server(url = "/sdc")})
 @Controller
 public class ExternalRefsServlet extends BeGenericServlet {
index f590ebd..4440277 100644 (file)
@@ -69,7 +69,7 @@ import org.springframework.stereotype.Controller;
 @SuppressWarnings("ALL")
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tag(name = "SDC External APIs")
+@Tag(name = "SDCE-7 APIs")
 @Server(url = "/sdc")
 @Controller
 public class ServiceActivationServlet extends AbstractValidationsServlet {
index 574d200..23623c7 100644 (file)
@@ -66,7 +66,7 @@ import javax.ws.rs.core.Response;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class AdditionalInformationServlet extends BeGenericServlet {
index 1ab30b1..dc2d0d3 100644 (file)
@@ -62,7 +62,7 @@ import java.util.Map;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 @Consumes(MediaType.APPLICATION_JSON)
index 037ca47..e1b36fd 100644 (file)
@@ -75,7 +75,7 @@ import java.util.Map;
  */
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class ArtifactServlet extends BeGenericServlet {
index 2276273..14634af 100644 (file)
@@ -33,6 +33,7 @@ import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
 import io.swagger.v3.oas.annotations.servers.Server;
 import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import java.io.IOException;
 import javax.inject.Inject;
 import javax.servlet.ServletContext;
@@ -75,7 +76,7 @@ import org.springframework.stereotype.Controller;
  */
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tag(name = "SDC Internal APIs")
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Server(url = "/sdc2/rest")
 @Controller
 public class AttributeServlet extends AbstractValidationsServlet {
index 3602003..8d39f75 100644 (file)
@@ -60,7 +60,7 @@ import java.util.List;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 @Consumes(MediaType.APPLICATION_JSON)
index ffaf8a8..2c9dd8c 100644 (file)
@@ -28,9 +28,6 @@ import com.google.gson.Gson;
 import com.google.gson.GsonBuilder;
 import com.google.gson.reflect.TypeToken;
 import fj.data.Either;
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
-import io.swagger.v3.oas.annotations.info.Info;
-import io.swagger.v3.oas.annotations.servers.Server;
 import org.json.simple.JSONArray;
 import org.json.simple.JSONObject;
 import org.json.simple.parser.JSONParser;
@@ -86,9 +83,6 @@ import java.util.Objects;
 import java.util.Set;
 import java.util.function.Supplier;
 
-@OpenAPIDefinition(info = @Info(title = "SDC API", description = "SDC External, Distribution and Internal APIs"),
-        servers = {@Server(url = "/sdc", description = "SDC External and Distribution APIs"),
-                @Server(url = "/sdc2/rest", description = "SDC Internal APIs")})
 public class BeGenericServlet extends BasicServlet {
 
     public BeGenericServlet(UserBusinessLogic userAdminManager,
index fb32038..8ae108c 100644 (file)
@@ -30,6 +30,7 @@ import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
 import io.swagger.v3.oas.annotations.servers.Server;
 import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.apache.commons.lang3.tuple.Pair;
 import org.openecomp.sdc.be.components.health.HealthCheckBusinessLogic;
 import org.openecomp.sdc.be.config.BeEcompErrorManager;
@@ -56,7 +57,7 @@ import java.util.List;
 
 @Loggable(prepend = true, value = Loggable.TRACE, trim = false)
 @Path("/")
-@Tag(name = "SDC Internal APIs")
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Server(url = "/sdc2/rest")
 @Controller
 public class BeMonitoringServlet extends BeGenericServlet {
index a7f2230..e0a7d11 100644 (file)
@@ -70,7 +70,7 @@ import java.util.Optional;
 @Path("/v1/catalog")
 @Consumes(MediaType.APPLICATION_JSON)
 @Produces(MediaType.APPLICATION_JSON)
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class CapabilityServlet extends AbstractValidationsServlet {
index 19df0e2..1ea5fd1 100644 (file)
@@ -30,6 +30,7 @@ import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
 import io.swagger.v3.oas.annotations.servers.Server;
 import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import java.util.List;
 import javax.inject.Inject;
 import javax.inject.Singleton;
@@ -58,7 +59,7 @@ import org.slf4j.LoggerFactory;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tag(name = "SDC Internal APIs")
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Server(url = "/sdc2/rest")
 @Singleton
 public class ComponentAttributeServlet extends BeGenericServlet {
index 49d89c1..c369e4c 100644 (file)
@@ -36,6 +36,7 @@ import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
 import io.swagger.v3.oas.annotations.servers.Server;
 import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import java.io.IOException;
 import java.io.InputStream;
 import java.lang.reflect.Type;
@@ -111,7 +112,7 @@ import org.springframework.stereotype.Controller;
  */
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tag(name = "SDC Internal APIs")
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Server(url = "/sdc2/rest")
 @Controller
 public class ComponentInstanceServlet extends AbstractValidationsServlet {
index c2e668c..16e234f 100644 (file)
@@ -28,6 +28,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import java.io.IOException;
 import java.util.Optional;
 import javax.servlet.http.HttpServletRequest;
@@ -66,6 +68,7 @@ import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Controller;
 
 @Path("/v1/catalog/{componentType}/{componentId}/componentInstance/{componentInstanceId}/interfaceOperation")
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Consumes(MediaType.APPLICATION_JSON)
 @Produces(MediaType.APPLICATION_JSON)
 @Controller
index 68d8380..ee126b0 100644 (file)
@@ -25,6 +25,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import java.util.Optional;
 import javax.inject.Inject;
 import javax.inject.Singleton;
@@ -64,6 +66,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @Path("/v1/catalog/{componentType}/{componentId}/componentInstance/{componentInstanceId}/{constraintType}")
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Consumes(MediaType.APPLICATION_JSON)
 @Produces(MediaType.APPLICATION_JSON)
 @Singleton
index fcca339..6cc34db 100644 (file)
@@ -68,7 +68,7 @@ import java.util.Map;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Singleton
 public class ComponentPropertyServlet extends BeGenericServlet {
index 6c5d603..0df370f 100644 (file)
@@ -82,7 +82,7 @@ import static org.openecomp.sdc.common.util.GeneralUtility.getCategorizedCompone
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class ComponentServlet extends BeGenericServlet {
index 4a44c20..9aea1c1 100644 (file)
@@ -25,6 +25,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import java.util.List;
 import java.util.Optional;
 import javax.inject.Inject;
@@ -65,6 +67,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @Path("/v1/catalog/{componentType}/{componentId}/substitutionFilter/{constraintType}")
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Consumes(MediaType.APPLICATION_JSON)
 @Produces(MediaType.APPLICATION_JSON)
 @Singleton
index 24eb531..04a9cbc 100644 (file)
@@ -49,7 +49,7 @@ import javax.ws.rs.core.MediaType;
  * Root resource (exposed at "/" path)
  */
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Path("/configmgr")
 public class ConfigMgrServlet extends BasicServlet {
index 86a8a2d..cdfefd8 100644 (file)
@@ -50,7 +50,7 @@ import javax.ws.rs.core.MediaType;
  */
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/config")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 public class ConfigServlet extends BasicServlet {
 
index f3d1860..f1091d0 100644 (file)
@@ -63,7 +63,7 @@ import javax.ws.rs.core.Response;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/consumers")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Singleton
 public class ConsumerServlet extends BeGenericServlet {
index adffdaf..48b767d 100644 (file)
@@ -24,6 +24,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
@@ -51,6 +53,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 @Path("/v1/catalog/directives")
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Singleton
 public class DirectiveServlet extends BeGenericServlet {
 
index 46338c2..cbe951c 100644 (file)
@@ -62,7 +62,7 @@ import javax.ws.rs.core.Response;
  */
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-5 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class DistributionServiceServlet extends BeGenericServlet {
index 9ea4a44..08b54de 100644 (file)
@@ -93,7 +93,7 @@ import java.util.Map;
  *
  */
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
-@Tags({@io.swagger.v3.oas.annotations.tags.Tag(name = "SDC Internal APIs")})
+@Tags({@io.swagger.v3.oas.annotations.tags.Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class ElementServlet extends BeGenericServlet {
index 7603d49..915bc82 100644 (file)
@@ -45,7 +45,7 @@ import javax.ws.rs.core.Response;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Produces(MediaType.APPLICATION_JSON)
 @Controller
index be106a1..1f598e6 100644 (file)
@@ -61,7 +61,7 @@ import java.util.stream.Collectors;
 @Path("/v1/catalog/gab")
 @Consumes(MediaType.APPLICATION_JSON)
 @Produces(MediaType.APPLICATION_JSON)
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class GenericArtifactBrowserServlet extends BeGenericServlet {
index a820125..1ea9105 100644 (file)
@@ -61,7 +61,7 @@ import org.springframework.stereotype.Controller;
  */
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 @Consumes(MediaType.APPLICATION_JSON)
index d1998d8..5d5a693 100644 (file)
@@ -74,7 +74,7 @@ import org.springframework.stereotype.Controller;
 @Consumes(MediaType.APPLICATION_JSON)
 @Produces(MediaType.APPLICATION_JSON)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class GroupServlet extends AbstractValidationsServlet {
index 69c51a6..1a8b465 100644 (file)
@@ -53,7 +53,7 @@ import java.util.List;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 @Consumes(MediaType.APPLICATION_JSON)
index 0d073b5..5545446 100644 (file)
@@ -32,6 +32,7 @@ import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
 import io.swagger.v3.oas.annotations.servers.Server;
 import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
 import org.openecomp.sdc.be.components.impl.ComponentInstanceBusinessLogic;
 import org.openecomp.sdc.be.components.impl.DataTypeBusinessLogic;
@@ -84,7 +85,7 @@ import java.util.List;
 import java.util.Map;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
-@Tag(name = "SDC Internal APIs")
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Server(url = "/sdc2/rest")
 @Path("/v1/catalog")
 @Controller
index 0f7664b..1d9973d 100644 (file)
@@ -75,7 +75,7 @@ import java.util.Map;
 @Path("/v1/catalog")
 @Consumes(MediaType.APPLICATION_JSON)
 @Produces(MediaType.APPLICATION_JSON)
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class InterfaceOperationServlet extends AbstractValidationsServlet {
index 87c890d..dedca43 100644 (file)
@@ -72,7 +72,7 @@ import org.springframework.stereotype.Controller;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-4 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class LifecycleServlet extends BeGenericServlet {
index 8f00d17..c3e896b 100644 (file)
@@ -30,6 +30,7 @@ import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
 import io.swagger.v3.oas.annotations.servers.Server;
 import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import java.util.List;
 import javax.inject.Inject;
 import javax.servlet.ServletContext;
@@ -69,7 +70,7 @@ import org.openecomp.sdc.exception.ResponseFormat;
 import org.springframework.stereotype.Controller;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
-@Tag(name = "SDC Internal APIs")
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Server(url = "/sdc2/rest")
 @Path("/v1/catalog")
 @Controller
index 141d4cb..04f83b8 100644 (file)
@@ -82,7 +82,7 @@ import java.util.stream.Collectors;
  */
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 @Consumes(MediaType.APPLICATION_JSON)
index 6c7bf21..b3b5864 100644 (file)
@@ -54,7 +54,7 @@ import java.util.List;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 @Consumes(MediaType.APPLICATION_JSON)
index 2d2b21e..bac714a 100644 (file)
@@ -69,7 +69,7 @@ import java.util.Optional;
 @Path("/v1/catalog")
 @Consumes(MediaType.APPLICATION_JSON)
 @Produces(MediaType.APPLICATION_JSON)
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class RequirementServlet extends AbstractValidationsServlet {
index 3a28206..cb3aaeb 100644 (file)
@@ -70,7 +70,7 @@ import java.io.FileNotFoundException;
  */
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog/upload")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class ResourceUploadServlet extends AbstractValidationsServlet {
index 43fa378..459744a 100644 (file)
@@ -92,7 +92,7 @@ import org.springframework.stereotype.Controller;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class ResourcesServlet extends AbstractValidationsServlet {
index 359050c..e3e8daf 100644 (file)
@@ -80,7 +80,7 @@ import static org.openecomp.sdc.be.tosca.InterfacesOperationsConverter.SELF;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Singleton
 public class ServiceConsumptionServlet extends BeGenericServlet {
index 253acd5..4e35c45 100644 (file)
@@ -80,7 +80,7 @@ import java.util.Set;
 @Path("/v1/catalog/services/{serviceId}/paths")
 @Consumes(MediaType.APPLICATION_JSON)
 @Produces(MediaType.APPLICATION_JSON)
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class ServiceForwardingPathServlet extends AbstractValidationsServlet {
index f0ef707..e60fdaa 100644 (file)
@@ -100,7 +100,6 @@ import java.util.Map;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class ServiceServlet extends AbstractValidationsServlet {
@@ -128,6 +127,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
 
     @POST
     @Path("/services")
+    @Tags({@Tag(name = "SDCE-2 APIs")})
     @Consumes(MediaType.APPLICATION_JSON)
     @Produces(MediaType.APPLICATION_JSON)
     @Operation(description = "Create Service", method = "POST", summary = "Returns created service", responses = {
@@ -172,6 +172,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
 
     @GET
     @Path("/services/validate-name/{serviceName}")
+    @Tags({@Tag(name = "SDCE-2 APIs")})
     @Consumes(MediaType.APPLICATION_JSON)
     @Produces(MediaType.APPLICATION_JSON)
     @Operation(description = "validate service name", method = "GET",
@@ -207,6 +208,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
 
     @GET
     @Path("/audit-records/{componentType}/{componentUniqueId}")
+    @Tags({@Tag(name = "SDCE-2 APIs")})
     @Consumes(MediaType.APPLICATION_JSON)
     @Produces(MediaType.APPLICATION_JSON)
     @Operation(description = "get component audit records", method = "GET",
@@ -284,6 +286,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
 
     @DELETE
     @Path("/services/{serviceId}")
+    @Tags({@Tag(name = "SDCE-2 APIs")})
     @Operation(description = "Delete Service", method = "DELETE", summary = "Return no content", responses = {
             @ApiResponse(content = @Content(array = @ArraySchema(schema = @Schema(implementation = Service.class)))),
             @ApiResponse(responseCode = "204", description = "Service deleted"),
@@ -322,6 +325,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
 
     @DELETE
     @Path("/services/{serviceName}/{version}")
+    @Tags({@Tag(name = "SDCE-2 APIs")})
     @Operation(description = "Delete Service By Name And Version", method = "DELETE", summary = "Returns no content",
             responses = {@ApiResponse(
                     content = @Content(array = @ArraySchema(schema = @Schema(implementation = Resource.class)))),
@@ -364,6 +368,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
 
     @PUT
     @Path("/services/{serviceId}/metadata")
+    @Tags({@Tag(name = "SDCE-2 APIs")})
     @Consumes(MediaType.APPLICATION_JSON)
     @Produces(MediaType.APPLICATION_JSON)
     @Operation(description = "Update Service Metadata", method = "PUT", summary = "Returns updated service",
@@ -423,6 +428,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
      */
     @PUT
     @Path("/{containerComponentType}/{serviceId}/resourceInstance/{componentInstanceId}/groupInstance/{groupInstanceId}")
+    @Tags({@Tag(name = "SDCE-2 APIs")})
     @Consumes(MediaType.APPLICATION_JSON)
     @Produces(MediaType.APPLICATION_JSON)
     @Operation(description = "Update Group Instance Property Values", method = "PUT",
@@ -477,6 +483,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
 
     @GET
     @Path("/services/{serviceId}")
+    @Tags({@Tag(name = "SDCE-2 APIs")})
     @Consumes(MediaType.APPLICATION_JSON)
     @Produces(MediaType.APPLICATION_JSON)
     @Operation(description = "Retrieve Service", method = "GET", summary = "Returns service according to serviceId",
@@ -521,6 +528,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
 
     @GET
     @Path("/services/serviceName/{serviceName}/serviceVersion/{serviceVersion}")
+    @Tags({@Tag(name = "SDCE-2 APIs")})
     @Consumes(MediaType.APPLICATION_JSON)
     @Produces(MediaType.APPLICATION_JSON)
     @Operation(description = "Retrieve Service", method = "GET",
@@ -560,6 +568,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
 
     @POST
     @Path("/services/{serviceId}/distribution/{env}/activate")
+    @Tags({@Tag(name = "SDCE-5 APIs")})
     @Consumes(MediaType.APPLICATION_JSON)
     @Produces(MediaType.APPLICATION_JSON)
     @Operation(description = "Activate distribution", method = "POST", summary = "activate distribution",
@@ -599,6 +608,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
 
     @POST
     @Path("/services/{serviceId}/distribution/{did}/markDeployed")
+    @Tags({@Tag(name = "SDCE-5 APIs")})
     @Consumes(MediaType.APPLICATION_JSON)
     @Produces(MediaType.APPLICATION_JSON)
     @Operation(description = "Mark distribution as deployed", method = "POST",
@@ -640,6 +650,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
 
     @POST
     @Path("/services/{serviceId}/tempUrlToBeDeleted")
+    @Tags({@Tag(name = "SDCE-2 APIs")})
     @Consumes(MediaType.APPLICATION_JSON)
     @Produces(MediaType.APPLICATION_JSON)
     @Operation(responses = {@ApiResponse(responseCode = "200", description = "OK"),
@@ -673,6 +684,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
 
     @GET
     @Path("/services/{serviceId}/linksMap")
+    @Tags({@Tag(name = "SDCE-2 APIs")})
     @Consumes(MediaType.APPLICATION_JSON)
     @Produces(MediaType.APPLICATION_JSON)
     @Operation(description = "Retrieve Service component relations map", method = "GET",
@@ -718,6 +730,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
 
     @POST
     @Path("/services/importService")
+    @Tags({@Tag(name = "SDCE-2 APIs")})
     @Consumes(MediaType.APPLICATION_JSON)
     @Produces(MediaType.APPLICATION_JSON)
     @Operation(description = "Import Service", method = "POST", summary = "Returns imported service", responses = {
@@ -783,6 +796,7 @@ public class ServiceServlet extends AbstractValidationsServlet {
      */
     @POST
     @Path("/services/serviceUUID/{uuid}/importReplaceService")
+    @Tags({@Tag(name = "SDCE-2 APIs")})
     @Produces(MediaType.APPLICATION_JSON)
     @Operation(description = "Import Service", method = "POST", summary = "Returns imported service", responses = {
             @ApiResponse(responseCode = "201", description = "Service created"),
index 2855685..074205a 100644 (file)
@@ -71,7 +71,7 @@ import org.springframework.web.context.WebApplicationContext;
 //upload Service model by Shiyong1989@hotmail.com
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog/uploadservice")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Singleton
 
 public class ServiceUploadServlet extends AbstractValidationsServlet {
index df53919..a9027e3 100644 (file)
@@ -54,7 +54,7 @@ import org.openecomp.sdc.common.log.wrappers.Logger;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog/toggle")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Singleton
 public class TogglingServlet extends AbstractValidationsServlet {
index 526e023..b840905 100644 (file)
@@ -81,7 +81,7 @@ import java.util.stream.Collectors;
 
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/catalog")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class TypesFetchServlet extends AbstractValidationsServlet {
index b0b897d..461a058 100644 (file)
@@ -68,7 +68,7 @@ import java.util.Map;
 @Path("/v1/catalog/uploadType")
 @Consumes(MediaType.MULTIPART_FORM_DATA)
 @Produces(MediaType.APPLICATION_JSON)
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class TypesUploadEndpoint extends BeGenericServlet{
index 953346e..c5a9cd5 100644 (file)
@@ -88,7 +88,7 @@ import java.util.stream.Collectors;
 @Path("/v1/catalog/uploadType")
 @Consumes(MediaType.MULTIPART_FORM_DATA)
 @Produces(MediaType.APPLICATION_JSON)
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class TypesUploadServlet extends AbstractValidationsServlet {
index 1cd9844..fce397e 100644 (file)
@@ -62,7 +62,7 @@ import java.util.ArrayList;
 import java.util.List;
 @Loggable(prepend = true, value = Loggable.DEBUG, trim = false)
 @Path("/v1/user")
-@Tags({@Tag(name = "SDC Internal APIs")})
+@Tags({@Tag(name = "SDCE-2 APIs")})
 @Servers({@Server(url = "/sdc2/rest")})
 @Controller
 public class UserAdminServlet extends BeGenericServlet {
diff --git a/catalog-be/src/main/resources/swagger-config/sdce-2-sdce-5.yaml b/catalog-be/src/main/resources/swagger-config/sdce-2-sdce-5.yaml
new file mode 100644 (file)
index 0000000..d4bc0a6
--- /dev/null
@@ -0,0 +1,21 @@
+resourcePackages:
+- org.openecomp.sdc.be.servlets
+ignoredRoutes:
+- /v1/catalog/{componentCollection}/{componentId}/lifecycleState/{lifecycleOperation}
+prettyPrint: true
+sortOutput: true
+openAPI:
+  info:
+    title: "SPC API: SDCE-2 and SDCE-5"
+    description: "SDC API for designing services and resources (SDCE-2) and distributing services (SDCE-5)"
+    contact:
+      name: ONAP
+      url: https://onap.readthedocs.io
+      email: onap-discuss@lists.onap.org
+    license:
+      name: Apache 2.0
+      url: http://www.apache.org/licenses/LICENSE-2.0
+    version: "1.0"
+  servers:
+  - url: /sdc
+    description: "SDCE-2 and SDCE-5 APIs"
\ No newline at end of file
diff --git a/catalog-be/src/main/resources/swagger-config/sdce-4.yaml b/catalog-be/src/main/resources/swagger-config/sdce-4.yaml
new file mode 100644 (file)
index 0000000..706d047
--- /dev/null
@@ -0,0 +1,19 @@
+resourceClasses:
+- org.openecomp.sdc.be.servlets.LifecycleServlet
+prettyPrint: true
+sortOutput: true
+openAPI:
+  info:
+    title: "SPC API: SDCE-4"
+    description: "SDC API for certifying services (SDCE-4)"
+    contact:
+      name: ONAP
+      url: https://onap.readthedocs.io
+      email: onap-discuss@lists.onap.org
+    license:
+      name: Apache 2.0
+      url: http://www.apache.org/licenses/LICENSE-2.0
+    version: "1.0"
+  servers:
+  - url: /sdc
+    description: "SDCE-4 APIs"
\ No newline at end of file
diff --git a/catalog-be/src/main/resources/swagger-config/sdce-6.yaml b/catalog-be/src/main/resources/swagger-config/sdce-6.yaml
new file mode 100644 (file)
index 0000000..442ba17
--- /dev/null
@@ -0,0 +1,19 @@
+resourceClasses:
+- org.openecomp.sdc.be.distribution.servlet.DistributionServlet
+prettyPrint: true
+sortOutput: true
+openAPI:
+  info:
+    title: "SPC API: SDCE-6"
+    description: "SDC API for distribution subscription (SDCE-6)"
+    contact:
+      name: ONAP
+      url: https://onap.readthedocs.io
+      email: onap-discuss@lists.onap.org
+    license:
+      name: Apache 2.0
+      url: http://www.apache.org/licenses/LICENSE-2.0
+    version: "1.0"
+  servers:
+  - url: /sdc
+    description: "SDCE-6 APIs"
\ No newline at end of file
diff --git a/catalog-be/src/main/resources/swagger-config/sdce-7.yaml b/catalog-be/src/main/resources/swagger-config/sdce-7.yaml
new file mode 100644 (file)
index 0000000..074ca54
--- /dev/null
@@ -0,0 +1,25 @@
+resourcePackages:
+- org.openecomp.sdc.be.externalapi.servlet
+- org.openecomp.sdc.be.distribution.servlet
+ignoredRoutes:
+- /v1/distributionUebCluster
+- /v1/registerForDistribution
+- /v1/artifactTypes
+- /v1/unRegisterForDistribution
+prettyPrint: true
+sortOutput: true
+openAPI:
+  info:
+    title: "SPC API: SDCE-7"
+    description: "SDC API for retrieval for service models (SDCE-7)"
+    contact:
+      name: ONAP
+      url: https://onap.readthedocs.io
+      email: onap-discuss@lists.onap.org
+    license:
+      name: Apache 2.0
+      url: http://www.apache.org/licenses/LICENSE-2.0
+    version: "1.0"
+  servers:
+  - url: /sdc
+    description: "SDCE-7 APIs"
\ No newline at end of file
index f2a320e..e94c3c0 100644 (file)
@@ -8,18 +8,12 @@ SDC Offered APIs
 
 The list of APIs that SDC offers can be found from the following table:
 
-.. |pdf-icon| image:: images/pdf.png
-              :width: 40px
-
-.. |swagger-icon| image:: images/swagger.png
-                   :width: 40px
-
-.. |html-icon| image:: images/html.png
-               :width: 40px
-
 .. csv-table::
-   :header: "|Swagger-icon|", "|html-icon|", "|pdf-icon|"
-   :widths: 60,60,60
+   :header: "API name", "Swagger JSON"
+   :widths: 10,5
 
-   "swagger json file", "html doc", "pdf doc"
-   ":download:`link <swagger/swagger.json>`", ":download:`link <swagger/swagger.html>`", ":download:`link <swagger/swagger.pdf>`"
+   "SDCE-1", ":download:`link <swagger/swagger-sdce-1.json>`"
+   "SDCE-2 & SDCE-5", ":download:`link <swagger/swagger-sdce-2-sdce-5.json>`"
+   "SDCE-4", ":download:`link <swagger/swagger-sdce-4.json>`"
+   "SDCE-6", ":download:`link <swagger/swagger-sdce-6.json>`"
+   "SDCE-7", ":download:`link <swagger/swagger-sdce-7.json>`"
diff --git a/docs/swagger/swagger-sdce-1.json b/docs/swagger/swagger-sdce-1.json
new file mode 100644 (file)
index 0000000..0c0430d
--- /dev/null
@@ -0,0 +1,10275 @@
+{
+  "openapi" : "3.0.1",
+  "info" : {
+    "contact" : {
+      "email" : "onap-discuss@lists.onap.org",
+      "name" : "ONAP",
+      "url" : "https://onap.readthedocs.io"
+    },
+    "description" : "SDC API for onboarding (SDCE-1)",
+    "license" : {
+      "name" : "Apache 2.0",
+      "url" : "http://www.apache.org/licenses/LICENSE-2.0"
+    },
+    "title" : "SPC API: SDCE-1",
+    "version" : "1.0"
+  },
+  "servers" : [ {
+    "description" : "SDCE-1 APIs",
+    "url" : "/sdc"
+  } ],
+  "paths" : {
+    "/application.wadl" : {
+      "get" : {
+        "operationId" : "getWadl",
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/vnd.sun.wadl+xml" : { },
+              "application/xml" : { }
+            },
+            "description" : "default response"
+          }
+        }
+      }
+    },
+    "/application.wadl/{path}" : {
+      "get" : {
+        "operationId" : "getExternalGrammar",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "path",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/xml" : { }
+            },
+            "description" : "default response"
+          }
+        }
+      }
+    },
+    "/v1.0/application-configuration" : {
+      "post" : {
+        "description" : "Insert JSON schema into application config table",
+        "operationId" : "insertToTable",
+        "parameters" : [ {
+          "in" : "query",
+          "name" : "namespace",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "key",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "object"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Application Configuration" ]
+      }
+    },
+    "/v1.0/application-configuration/{namespace}" : {
+      "get" : {
+        "description" : "Get List of keys and descriptions by namespace",
+        "operationId" : "getListOfConfigurationByNamespaceFromTable",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "namespace",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ApplicationConfigDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Application Configuration" ]
+      }
+    },
+    "/v1.0/application-configuration/{namespace}/{key}" : {
+      "get" : {
+        "description" : "Get JSON schema by namespace and key",
+        "operationId" : "getFromTable",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "namespace",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "key",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/ConfigurationDataDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Application Configuration" ]
+      }
+    },
+    "/v1.0/externaltesting/config" : {
+      "get" : {
+        "operationId" : "getConfig",
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "External-Testing" ]
+      },
+      "put" : {
+        "operationId" : "setConfig",
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ClientConfiguration"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "External-Testing" ]
+      }
+    },
+    "/v1.0/externaltesting/endpoints" : {
+      "get" : {
+        "operationId" : "getEndpoints",
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "External-Testing" ]
+      },
+      "put" : {
+        "operationId" : "setEndpoints",
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "array",
+                "items" : {
+                  "$ref" : "#/components/schemas/RemoteTestingEndpointDefinition"
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "External-Testing" ]
+      }
+    },
+    "/v1.0/externaltesting/endpoints/{endpointId}/executions/{executionId}" : {
+      "post" : {
+        "operationId" : "getExecution",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "endpointId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "executionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "External-Testing" ]
+      }
+    },
+    "/v1.0/externaltesting/endpoints/{endpointId}/scenarios" : {
+      "get" : {
+        "operationId" : "getScenarios",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "endpointId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "External-Testing" ]
+      }
+    },
+    "/v1.0/externaltesting/endpoints/{endpointId}/scenarios/{scenario}/testcases" : {
+      "get" : {
+        "operationId" : "getTestcases",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "endpointId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "scenario",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "External-Testing" ]
+      }
+    },
+    "/v1.0/externaltesting/endpoints/{endpointId}/scenarios/{scenario}/testsuites" : {
+      "get" : {
+        "operationId" : "getTestsuites",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "endpointId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "scenario",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "External-Testing" ]
+      }
+    },
+    "/v1.0/externaltesting/endpoints/{endpointId}/scenarios/{scenario}/testsuites/{testsuite}/testcases/{testcase}" : {
+      "get" : {
+        "operationId" : "getTestcase",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "endpointId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "scenario",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "testsuite",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "testcase",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "External-Testing" ]
+      }
+    },
+    "/v1.0/externaltesting/executions" : {
+      "get" : {
+        "operationId" : "getValidationResult",
+        "parameters" : [ {
+          "in" : "query",
+          "name" : "requestId",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "endPoint",
+          "schema" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "External-Testing" ]
+      },
+      "post" : {
+        "operationId" : "execute",
+        "parameters" : [ {
+          "in" : "query",
+          "name" : "vspId",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "vspVersionId",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "requestId",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "array",
+                "items" : {
+                  "$ref" : "#/components/schemas/Attachment"
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "External-Testing" ]
+      }
+    },
+    "/v1.0/externaltesting/testcasetree" : {
+      "get" : {
+        "operationId" : "getTestCasesAsTree",
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "External-Testing" ]
+      }
+    },
+    "/v1.0/healthcheck" : {
+      "get" : {
+        "description" : "Perform health check",
+        "operationId" : "checkHealth",
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/HealthInfoDtos"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Health Check" ]
+      }
+    },
+    "/v1.0/items" : {
+      "get" : {
+        "description" : "Get list of items according to desired filters",
+        "operationId" : "list",
+        "parameters" : [ {
+          "description" : "Filter by item status",
+          "in" : "query",
+          "name" : "itemStatus",
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "ACTIVE", "ARCHIVED" ]
+          }
+        }, {
+          "description" : "Filter by version status",
+          "in" : "query",
+          "name" : "versionStatus",
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "Certified", "Draft" ]
+          }
+        }, {
+          "description" : "Filter by item type",
+          "in" : "query",
+          "name" : "itemType",
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "vsp", "vlm" ]
+          }
+        }, {
+          "description" : "Filter by user permission",
+          "in" : "query",
+          "name" : "permission",
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "Owner", "Contributor" ]
+          }
+        }, {
+          "description" : "Filter by onboarding method",
+          "in" : "query",
+          "name" : "onboardingMethod",
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "NetworkPackage", "manual" ]
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Item"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Items" ]
+      }
+    },
+    "/v1.0/items/{itemId}" : {
+      "get" : {
+        "description" : "Get details of a item",
+        "operationId" : "getItem",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "itemId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Items" ]
+      }
+    },
+    "/v1.0/items/{itemId}/actions" : {
+      "put" : {
+        "description" : "Acts on item version",
+        "operationId" : "actOn",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "itemId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ItemActionRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Items" ]
+      }
+    },
+    "/v1.0/items/{itemId}/permissions" : {
+      "get" : {
+        "description" : "List users permissions assigned on item",
+        "operationId" : "list_2",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "itemId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ItemPermissionsDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Item Permissions" ]
+      }
+    },
+    "/v1.0/items/{itemId}/permissions/{permission}" : {
+      "put" : {
+        "description" : "Update useres permission on item",
+        "operationId" : "updatePermissions",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "itemId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "permission",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ItemPermissionsRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Item Permissions" ]
+      }
+    },
+    "/v1.0/items/{itemId}/versions" : {
+      "get" : {
+        "description" : "Lists item versions",
+        "operationId" : "list_1",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "itemId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/VersionDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Item Versions" ]
+      }
+    },
+    "/v1.0/items/{itemId}/versions/{versionId}" : {
+      "get" : {
+        "description" : "Gets item version",
+        "operationId" : "get",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "itemId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/VersionDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Item Versions" ]
+      },
+      "post" : {
+        "description" : "Creates a new item version",
+        "operationId" : "create",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "itemId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/VersionRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Item Versions" ]
+      }
+    },
+    "/v1.0/items/{itemId}/versions/{versionId}/actions" : {
+      "put" : {
+        "description" : "Acts on item version",
+        "operationId" : "actOn_1",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "itemId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/VersionActionRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Item Versions" ]
+      }
+    },
+    "/v1.0/items/{itemId}/versions/{versionId}/activity-logs" : {
+      "get" : {
+        "description" : "Gets item version activity log",
+        "operationId" : "getActivityLog",
+        "parameters" : [ {
+          "description" : "Item Id",
+          "in" : "path",
+          "name" : "itemId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ActivityLogDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Item Versions" ]
+      }
+    },
+    "/v1.0/items/{itemId}/versions/{versionId}/conflicts" : {
+      "get" : {
+        "description" : "item version conflicts",
+        "operationId" : "getConflict",
+        "parameters" : [ {
+          "description" : "Item Id",
+          "in" : "path",
+          "name" : "itemId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/ItemVersionConflictDto"
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Item version private copy conflicts against its public copy",
+        "tags" : [ "SDCE-1 APIs", "Item Version Conflicts" ]
+      }
+    },
+    "/v1.0/items/{itemId}/versions/{versionId}/conflicts/{conflictId}" : {
+      "get" : {
+        "description" : "Gets item version conflict",
+        "operationId" : "getConflict_1",
+        "parameters" : [ {
+          "description" : "Item Id",
+          "in" : "path",
+          "name" : "itemId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "conflictId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/ConflictDto"
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Gets an item version private copy conflict against its public copy",
+        "tags" : [ "SDCE-1 APIs", "Item Version Conflicts" ]
+      },
+      "put" : {
+        "description" : "Resolves item version conflict",
+        "operationId" : "resolveConflict",
+        "parameters" : [ {
+          "description" : "Item Id",
+          "in" : "path",
+          "name" : "itemId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "conflictId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ConflictResolutionDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "summary" : "Resolves an item version private copy conflict against its public copy",
+        "tags" : [ "SDCE-1 APIs", "Item Version Conflicts" ]
+      }
+    },
+    "/v1.0/items/{itemId}/versions/{versionId}/revisions" : {
+      "get" : {
+        "description" : "Gets item version revisions",
+        "operationId" : "listRevisions",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "itemId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ActivityLogDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Item Versions" ]
+      }
+    },
+    "/v1.0/notifications" : {
+      "get" : {
+        "description" : "Retrieve all user notifications",
+        "operationId" : "getNotifications",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "LAST_DELIVERED_EVENT_ID",
+          "schema" : {
+            "type" : "string",
+            "format" : "uuid"
+          }
+        }, {
+          "in" : "query",
+          "name" : "END_OF_PAGE_EVENT_ID",
+          "schema" : {
+            "type" : "string",
+            "format" : "uuid"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/NotificationsStatusDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Notifications" ]
+      }
+    },
+    "/v1.0/notifications/last-seen/{notificationId}" : {
+      "put" : {
+        "description" : "Update Last Seen Notification",
+        "operationId" : "updateLastSeenNotification",
+        "parameters" : [ {
+          "description" : "Notification Id",
+          "in" : "path",
+          "name" : "notificationId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/UpdateNotificationResponseStatus"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Notifications" ]
+      }
+    },
+    "/v1.0/notifications/worker" : {
+      "get" : {
+        "description" : "Retrive user not delivered notifications",
+        "operationId" : "getNewNotificationsByOwnerId",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "LAST_DELIVERED_EVENT_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "NOTIFICATION_ROWS_LIMIT",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/NotificationsStatusDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Notifications" ]
+      }
+    },
+    "/v1.0/notifications/{notificationId}" : {
+      "put" : {
+        "description" : "Mark notification as read",
+        "operationId" : "markAsRead",
+        "parameters" : [ {
+          "description" : "Notification Id",
+          "in" : "path",
+          "name" : "notificationId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/UpdateNotificationResponseStatus"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Notifications" ]
+      }
+    },
+    "/v1.0/togglz" : {
+      "get" : {
+        "description" : "Get TOGGLZ Features",
+        "operationId" : "getFeatures",
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/FeatureSetDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Togglz" ]
+      }
+    },
+    "/v1.0/togglz/state/{state}" : {
+      "put" : {
+        "description" : "Update feature toggle state for all features",
+        "operationId" : "setAllFeatures",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "state",
+          "required" : true,
+          "schema" : {
+            "type" : "boolean"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Togglz" ]
+      }
+    },
+    "/v1.0/togglz/{featureName}/state" : {
+      "get" : {
+        "description" : "Get feature toggle state",
+        "operationId" : "getFeatureState",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "featureName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/FeatureDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Togglz" ]
+      }
+    },
+    "/v1.0/togglz/{featureName}/state/{state}" : {
+      "put" : {
+        "description" : "Update feature toggle state",
+        "operationId" : "setFeatureState",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "featureName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "state",
+          "required" : true,
+          "schema" : {
+            "type" : "boolean"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Togglz" ]
+      }
+    },
+    "/v1.0/unique-types" : {
+      "get" : {
+        "description" : "Lists unique value types",
+        "operationId" : "listUniqueTypes",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Unique Types" ]
+      }
+    },
+    "/v1.0/unique-types/{type}/values/{value}" : {
+      "get" : {
+        "description" : "Gets unique value",
+        "operationId" : "getUniqueValue",
+        "parameters" : [ {
+          "description" : "The unique value type, for example: 'VlmName'",
+          "in" : "path",
+          "name" : "type",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The unique value",
+          "in" : "path",
+          "name" : "value",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Indication whether the unique value is occupied"
+          },
+          "404" : {
+            "description" : "Unsupported unique type"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Unique Types" ]
+      }
+    },
+    "/v1.0/validation/{type}/validate" : {
+      "post" : {
+        "description" : "Validate a package",
+        "operationId" : "validateFile_1",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "type",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "object"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Validation" ]
+      }
+    },
+    "/v1.0/vendor-license-models" : {
+      "get" : {
+        "description" : "List vendor license models",
+        "operationId" : "listLicenseModels",
+        "parameters" : [ {
+          "description" : "Filter to return only Vendor License Models with at least one version at this status. Currently supported values: 'Certified' , 'Draft'",
+          "in" : "query",
+          "name" : "versionFilter",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Filter to only return Vendor License Models at this status.Currently supported values: 'ACTIVE' , 'ARCHIVED'.Default value = 'ACTIVE'.",
+          "in" : "query",
+          "name" : "Status",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ItemDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Models" ]
+      },
+      "post" : {
+        "description" : "Create vendor license model",
+        "operationId" : "createLicenseModel",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/VendorLicenseModelRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Models" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}" : {
+      "delete" : {
+        "description" : "Delete vendor license model",
+        "operationId" : "deleteLicenseModel",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Models" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}" : {
+      "get" : {
+        "description" : "Get vendor license model",
+        "operationId" : "getLicenseModel",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/VendorLicenseModelEntityDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Models" ]
+      },
+      "put" : {
+        "description" : "Update vendor license model",
+        "operationId" : "updateLicenseModel",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/VendorLicenseModelRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Models" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/actions" : {
+      "put" : {
+        "description" : "Update vendor license model",
+        "operationId" : "actOnLicenseModel",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/VendorLicenseModelActionRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Models" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/entitlement-pools" : {
+      "get" : {
+        "description" : "List vendor entitlement pools",
+        "operationId" : "listEntitlementPools",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/EntitlementPoolEntityDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Entitlement Pools" ]
+      },
+      "post" : {
+        "description" : "Create vendor entitlement pool",
+        "operationId" : "createEntitlementPool",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/EntitlementPoolRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Entitlement Pools" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/entitlement-pools/{entitlementPoolId}" : {
+      "delete" : {
+        "description" : "Delete vendor entitlement pool",
+        "operationId" : "deleteEntitlementPool",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "entitlementPoolId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Entitlement Pools" ]
+      },
+      "get" : {
+        "description" : "Get vendor entitlement pool",
+        "operationId" : "getEntitlementPool",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "entitlementPoolId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/EntitlementPoolEntityDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Entitlement Pools" ]
+      },
+      "put" : {
+        "description" : "Update vendor entitlement pool",
+        "operationId" : "updateEntitlementPool",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "entitlementPoolId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/EntitlementPoolRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Entitlement Pools" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/entitlement-pools/{entitlementPoolId}/limits" : {
+      "get" : {
+        "description" : "List vendor entitlement pool limits",
+        "operationId" : "listLimits",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model Entitlement Pool Id",
+          "in" : "path",
+          "name" : "entitlementPoolId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/LimitRequestDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Entitlement Pool Limits" ]
+      },
+      "post" : {
+        "description" : "Create vendor entitlement pool limits",
+        "operationId" : "createLimit",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model Entitlement Pool Id",
+          "in" : "path",
+          "name" : "entitlementPoolId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/LimitRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Entitlement Pool Limits" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/entitlement-pools/{entitlementPoolId}/limits/{limitId}" : {
+      "delete" : {
+        "description" : "Delete vendor entitlement pool limit",
+        "operationId" : "deleteLimit",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model Entitlement pool Id",
+          "in" : "path",
+          "name" : "entitlementPoolId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "limitId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Entitlement Pool Limits" ]
+      },
+      "get" : {
+        "description" : "Get vendor entitlement pool limit",
+        "operationId" : "getLimit",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model Entitlement Pool Id",
+          "in" : "path",
+          "name" : "entitlementPoolId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model Entitlement Pool Limit Id",
+          "in" : "path",
+          "name" : "limitId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/LimitEntityDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Entitlement Pool Limits" ]
+      },
+      "put" : {
+        "description" : "Update vendor entitlement pool limit",
+        "operationId" : "updateLimit",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model Entitlement Pool Id",
+          "in" : "path",
+          "name" : "entitlementPoolId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "limitId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/LimitRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Entitlement Pool Limits" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/feature-groups" : {
+      "get" : {
+        "description" : "List vendor feature groups",
+        "operationId" : "listFeatureGroups",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/FeatureGroupEntityDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Feature Groups" ]
+      },
+      "post" : {
+        "description" : "Create vendor feature group",
+        "operationId" : "createFeatureGroup",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/FeatureGroupRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Feature Groups" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/feature-groups/{featureGroupId}" : {
+      "delete" : {
+        "description" : "Delete vendor feature group",
+        "operationId" : "deleteFeatureGroup",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "featureGroupId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Feature Groups" ]
+      },
+      "get" : {
+        "description" : "Get vendor feature group",
+        "operationId" : "getFeatureGroup",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "featureGroupId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/FeatureGroupModelDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Feature Groups" ]
+      },
+      "put" : {
+        "description" : "Update vendor feature group",
+        "operationId" : "updateFeatureGroup",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "featureGroupId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/FeatureGroupUpdateRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - Feature Groups" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/license-agreements" : {
+      "get" : {
+        "description" : "List vendor license agreements",
+        "operationId" : "listLicenseAgreements",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/LicenseAgreementEntityDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Agreements" ]
+      },
+      "post" : {
+        "description" : "Create vendor license agreement",
+        "operationId" : "createLicenseAgreement",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/LicenseAgreementRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Agreements" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/license-agreements/{licenseAgreementId}" : {
+      "delete" : {
+        "description" : "Delete vendor license agreement",
+        "operationId" : "deleteLicenseAgreement",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "licenseAgreementId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Agreements" ]
+      },
+      "get" : {
+        "description" : "Get vendor license agreement",
+        "operationId" : "getLicenseAgreement",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "licenseAgreementId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/LicenseAgreementModelDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Agreements" ]
+      },
+      "put" : {
+        "description" : "Update vendor license agreement",
+        "operationId" : "updateLicenseAgreement",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "licenseAgreementId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/LicenseAgreementUpdateRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Agreements" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/license-key-groups" : {
+      "get" : {
+        "description" : "List vendor license key groups",
+        "operationId" : "listLicenseKeyGroups",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/LicenseKeyGroupEntityDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Key Groups" ]
+      },
+      "post" : {
+        "description" : "Create vendor license key group",
+        "operationId" : "createLicenseKeyGroup",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/LicenseKeyGroupRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Key Groups" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/license-key-groups/{licenseKeyGroupId}" : {
+      "delete" : {
+        "description" : "Delete vendor license key group",
+        "operationId" : "deleteLicenseKeyGroup",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "licenseKeyGroupId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Key Groups" ]
+      },
+      "get" : {
+        "description" : "Get vendor license key group",
+        "operationId" : "getLicenseKeyGroup",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "licenseKeyGroupId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/LicenseKeyGroupEntityDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Key Groups" ]
+      },
+      "put" : {
+        "description" : "Update vendor license key group",
+        "operationId" : "updateLicenseKeyGroup",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "licenseKeyGroupId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/LicenseKeyGroupRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Key Groups" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/license-key-groups/{licenseKeyGroupId}/limits" : {
+      "get" : {
+        "description" : "List vendor license key group limits",
+        "operationId" : "listLimits_1",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model License Key Group Id",
+          "in" : "path",
+          "name" : "licenseKeyGroupId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/LimitEntityDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Key Group Limits" ]
+      },
+      "post" : {
+        "description" : "Create vendor license key group limit",
+        "operationId" : "createLimit_1",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model License Key Group Id",
+          "in" : "path",
+          "name" : "licenseKeyGroupId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/LimitRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Key Group Limits" ]
+      }
+    },
+    "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/license-key-groups/{licenseKeyGroupId}/limits/{limitId}" : {
+      "delete" : {
+        "description" : "Delete vendor license key group limit",
+        "operationId" : "deleteLimit_1",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model license key group Id",
+          "in" : "path",
+          "name" : "licenseKeyGroupId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "limitId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Key Group Limits" ]
+      },
+      "get" : {
+        "description" : "Get vendor entitlement pool limit",
+        "operationId" : "getLimit_1",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model License Key Group",
+          "in" : "path",
+          "name" : "licenseKeyGroupId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model License Key Group Limit Id",
+          "in" : "path",
+          "name" : "limitId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/LimitEntityDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Key Group Limits" ]
+      },
+      "put" : {
+        "description" : "Update vendor license key group limit",
+        "operationId" : "updateLimit_1",
+        "parameters" : [ {
+          "description" : "Vendor license model Id",
+          "in" : "path",
+          "name" : "vlmId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor license model License Key Group Id",
+          "in" : "path",
+          "name" : "licenseKeyGroupId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "limitId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/LimitRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor License Model - License Key Group Limits" ]
+      }
+    },
+    "/v1.0/vendor-software-products" : {
+      "get" : {
+        "description" : "Get list of vendor software products and their description",
+        "operationId" : "listVsps",
+        "parameters" : [ {
+          "description" : "Filter to return only Vendor Software Products with at least one version at this status. Currently supported values: 'Certified' , 'Draft'",
+          "in" : "query",
+          "name" : "versionFilter",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Filter to only return Vendor Software Products at this status.Currently supported values: 'ACTIVE' , 'ARCHIVED'.Default value = 'ACTIVE'.",
+          "in" : "query",
+          "name" : "Status",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/VspDetailsDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      },
+      "post" : {
+        "description" : "Create a new vendor software product",
+        "operationId" : "createVsp",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/VspRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/ItemCreationDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      }
+    },
+    "/v1.0/vendor-software-products/packages" : {
+      "get" : {
+        "description" : "Get list of translated CSAR files details",
+        "operationId" : "listPackages",
+        "parameters" : [ {
+          "description" : "Vendor Software Product status filter. Currently supported values: 'ACTIVE', 'ARCHIVED'",
+          "in" : "query",
+          "name" : "Status",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Category",
+          "in" : "query",
+          "name" : "category",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Sub-category",
+          "in" : "query",
+          "name" : "subCategory",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/PackageInfoDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      }
+    },
+    "/v1.0/vendor-software-products/packages/{vspId}" : {
+      "get" : {
+        "description" : "Get translated CSAR file",
+        "operationId" : "getTranslatedFile",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "versionId",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "string",
+                  "format" : "binary"
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Exports translated file to a zip file",
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      }
+    },
+    "/v1.0/vendor-software-products/validation-vsp" : {
+      "get" : {
+        "operationId" : "getValidationVsp",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}" : {
+      "delete" : {
+        "operationId" : "deleteVsp",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}" : {
+      "get" : {
+        "operationId" : "getVsp",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      },
+      "put" : {
+        "operationId" : "updateVsp",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/VspDescriptionDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/actions" : {
+      "put" : {
+        "description" : "Actions on a vendor software product",
+        "operationId" : "actOnVendorSoftwareProduct",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/VersionSoftwareProductActionRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "summary" : "Performs one of the following actions on a vendor software product: |Checkout: Locks it for edits by other users. Only the locking user sees the edited version.|Undo_Checkout: Unlocks it and deletes the edits that were done.|Checkin: Unlocks it and activates the edited version to all users.| Submit: Finalize its active version.|Create_Package: Creates a CSAR zip file.|",
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/component-dependencies" : {
+      "get" : {
+        "description" : "Get component dependencies for vendor software product",
+        "operationId" : "list_3",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ComponentDependencyResponseDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Dependencies" ]
+      },
+      "post" : {
+        "description" : "Create a vendor software product component dependency",
+        "operationId" : "create_1",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ComponentDependencyModel"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Dependencies" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/component-dependencies/{dependencyId}" : {
+      "delete" : {
+        "description" : "Delete component dependency for vendor software product",
+        "operationId" : "delete",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product Component Dependency Id",
+          "in" : "path",
+          "name" : "dependencyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Dependencies" ]
+      },
+      "get" : {
+        "description" : "Get component dependency for vendor software product",
+        "operationId" : "get_1",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product Component Dependency Id",
+          "in" : "path",
+          "name" : "dependencyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/ComponentDependencyResponseDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Dependencies" ]
+      },
+      "put" : {
+        "description" : "Update component dependency for vendor software product",
+        "operationId" : "update",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product Component Dependency Id",
+          "in" : "path",
+          "name" : "dependencyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ComponentDependencyModel"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Dependencies" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components" : {
+      "delete" : {
+        "description" : "Delete vendor software product components",
+        "operationId" : "deleteList_1",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "string"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Components" ]
+      },
+      "get" : {
+        "description" : "List vendor software product components",
+        "operationId" : "list_6",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ComponentDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Components" ]
+      },
+      "post" : {
+        "description" : "Create a vendor software product component",
+        "operationId" : "create_3",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ComponentRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Components" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}" : {
+      "delete" : {
+        "description" : "Delete vendor software product component",
+        "operationId" : "delete_3",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Components" ]
+      },
+      "get" : {
+        "description" : "Get vendor software product component",
+        "operationId" : "get_3",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/ComponentData"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Components" ]
+      },
+      "put" : {
+        "description" : "Update vendor software product component",
+        "operationId" : "update_2",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ComponentRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Components" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/compute-flavors" : {
+      "get" : {
+        "description" : "Get list of vendor software product component compute-flavors",
+        "operationId" : "list_7",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ComputeDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Compute-flavors" ]
+      },
+      "post" : {
+        "description" : "Create a vendor software product component compute-flavor",
+        "operationId" : "create_4",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ComputeDetailsDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Compute-flavors" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/compute-flavors/{computeFlavorId}" : {
+      "delete" : {
+        "description" : "Delete vendor software product component compute-flavor",
+        "operationId" : "delete_4",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product compute-flavor Id",
+          "in" : "path",
+          "name" : "computeFlavorId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Compute-flavors" ]
+      },
+      "get" : {
+        "description" : "Get vendor software product component compute-flavor",
+        "operationId" : "get_4",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product compute-flavor Id",
+          "in" : "path",
+          "name" : "computeFlavorId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ComputeDetailsDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Compute-flavors" ]
+      },
+      "put" : {
+        "description" : "Update vendor software product component compute-flavor",
+        "operationId" : "update_3",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product compute-flavor Id",
+          "in" : "path",
+          "name" : "computeFlavorId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ComputeDetailsDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Compute-flavors" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/compute-flavors/{computeFlavorId}/questionnaire" : {
+      "get" : {
+        "description" : "Get vendor software product component compute-flavor questionnaire",
+        "operationId" : "getQuestionnaire_1",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product compute-flavor Id",
+          "in" : "path",
+          "name" : "computeFlavorId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/QuestionnaireResponseDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Compute-flavors" ]
+      },
+      "put" : {
+        "description" : "Update vendor software product component compute-flavor questionnaire",
+        "operationId" : "updateQuestionnaire_1",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product compute-flavor Id",
+          "in" : "path",
+          "name" : "computeFlavorId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "required" : true
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Compute-flavors" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/images" : {
+      "get" : {
+        "description" : "List vendor software product component images",
+        "operationId" : "list_9",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ImageDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Images" ]
+      },
+      "post" : {
+        "description" : "Create a vendor software product component image",
+        "operationId" : "create_6",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ImageRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Images" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/images/schema" : {
+      "get" : {
+        "operationId" : "getImageSchema",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Images" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/images/{imageId}" : {
+      "delete" : {
+        "description" : "Delete vendor software product Image",
+        "operationId" : "delete_6",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product Image Id",
+          "in" : "path",
+          "name" : "imageId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Images" ]
+      },
+      "get" : {
+        "description" : "Get vendor software product component Image",
+        "operationId" : "get_6",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product Image Id",
+          "in" : "path",
+          "name" : "imageId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/ImageDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Images" ]
+      },
+      "put" : {
+        "description" : "Update vendor software product Image",
+        "operationId" : "update_5",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product Image Id",
+          "in" : "path",
+          "name" : "imageId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ImageRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Images" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/images/{imageId}/questionnaire" : {
+      "get" : {
+        "description" : "Get vendor software product component image questionnaire",
+        "operationId" : "getQuestionnaire_2",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product image Id",
+          "in" : "path",
+          "name" : "imageId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/QuestionnaireResponseDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Images" ]
+      },
+      "put" : {
+        "description" : "Update vendor software product component image questionnaire",
+        "operationId" : "updateQuestionnaire_2",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product image Id",
+          "in" : "path",
+          "name" : "imageId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "required" : true
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Images" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/nics" : {
+      "get" : {
+        "description" : "List vendor software product component NICs",
+        "operationId" : "list_11",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/NicDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component NICs" ]
+      },
+      "post" : {
+        "description" : "Create a vendor software product NIC",
+        "operationId" : "create_8",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/NicRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component NICs" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/nics/{nicId}" : {
+      "delete" : {
+        "description" : "Delete vendor software product NIC",
+        "operationId" : "delete_8",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product NIC Id",
+          "in" : "path",
+          "name" : "nicId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component NICs" ]
+      },
+      "get" : {
+        "description" : "Get vendor software product NIC",
+        "operationId" : "get_8",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product NIC Id",
+          "in" : "path",
+          "name" : "nicId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/NicDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component NICs" ]
+      },
+      "put" : {
+        "description" : "Update vendor software product NIC",
+        "operationId" : "update_7",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product NIC Id",
+          "in" : "path",
+          "name" : "nicId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/NicRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component NICs" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/nics/{nicId}/questionnaire" : {
+      "get" : {
+        "description" : "Get vendor software product component NIC questionnaire",
+        "operationId" : "getQuestionnaire_3",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product NIC Id",
+          "in" : "path",
+          "name" : "nicId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/QuestionnaireResponseDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component NICs" ]
+      },
+      "put" : {
+        "description" : "Update vendor software product component NIC questionnaire",
+        "operationId" : "updateQuestionnaire_3",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product NIC Id",
+          "in" : "path",
+          "name" : "nicId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "required" : true
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component NICs" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/processes" : {
+      "delete" : {
+        "description" : "Delete vendor software product processes",
+        "operationId" : "deleteList",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "string"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Processes" ]
+      },
+      "get" : {
+        "description" : "List vendor software product component processes",
+        "operationId" : "list_5",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ProcessEntityDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Processes" ]
+      },
+      "post" : {
+        "description" : "Create a vendor software product process",
+        "operationId" : "create_2",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ProcessRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Processes" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/processes/{processId}" : {
+      "delete" : {
+        "description" : "Delete vendor software product process",
+        "operationId" : "delete_2",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product process Id",
+          "in" : "path",
+          "name" : "processId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Processes" ]
+      },
+      "get" : {
+        "description" : "Get vendor software product process",
+        "operationId" : "get_2",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product process Id",
+          "in" : "path",
+          "name" : "processId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/ProcessEntityDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Processes" ]
+      },
+      "put" : {
+        "description" : "Update vendor software product process",
+        "operationId" : "update_1",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product process Id",
+          "in" : "path",
+          "name" : "processId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ProcessRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Processes" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/processes/{processId}/upload" : {
+      "delete" : {
+        "description" : "Delete vendor software product process uploaded file",
+        "operationId" : "deleteUploadedFile",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product process Id",
+          "in" : "path",
+          "name" : "processId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Processes" ]
+      },
+      "get" : {
+        "description" : "Get vendor software product process uploaded file",
+        "operationId" : "getUploadedFile",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product process Id",
+          "in" : "path",
+          "name" : "processId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/octet-stream" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Processes" ]
+      },
+      "post" : {
+        "description" : "Update vendor software product process upload",
+        "operationId" : "uploadFile",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product process Id",
+          "in" : "path",
+          "name" : "processId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/Attachment"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Processes" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/questionnaire" : {
+      "get" : {
+        "description" : "Get vendor software product component questionnaire",
+        "operationId" : "getQuestionnaire",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/QuestionnaireResponseDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Components" ]
+      },
+      "put" : {
+        "description" : "Update vendor software product component questionnaire",
+        "operationId" : "updateQuestionnaire",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "required" : true
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Components" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/uploads" : {
+      "get" : {
+        "description" : "Get the filenames of uploaded files by type",
+        "operationId" : "list_4",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/MonitoringUploadStatusDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Uploads" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/uploads/types/{type}" : {
+      "delete" : {
+        "description" : "Delete file uploaded for component",
+        "operationId" : "delete_1",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Upload Type",
+          "in" : "path",
+          "name" : "type",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Uploads" ]
+      },
+      "post" : {
+        "description" : "Upload file for component by type",
+        "operationId" : "upload",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Upload Type",
+          "in" : "path",
+          "name" : "type",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/Attachment"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Component Uploads" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/compute-flavors" : {
+      "get" : {
+        "description" : "Get list of vendor software product compute-flavors",
+        "operationId" : "listComputes",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/VspComputeDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/deployment-flavors" : {
+      "get" : {
+        "description" : "List vendor software product Deployment Flavor",
+        "operationId" : "list_8",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/DeploymentFlavorListResponseDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product deployment-flavors" ]
+      },
+      "post" : {
+        "description" : "Create a vendor software product Deployment Flavor",
+        "operationId" : "create_5",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/DeploymentFlavorRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product deployment-flavors" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/deployment-flavors/schema" : {
+      "get" : {
+        "operationId" : "getSchema",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product deployment-flavors" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/deployment-flavors/{deploymentFlavorId}" : {
+      "delete" : {
+        "description" : "Delete vendor software product Deployment Flavor",
+        "operationId" : "delete_5",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product Deployment Flavor Id",
+          "in" : "path",
+          "name" : "deploymentFlavorId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product deployment-flavors" ]
+      },
+      "get" : {
+        "description" : "Get vendor software product Deployment Flavor",
+        "operationId" : "get_5",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product Deployment Flavor Id",
+          "in" : "path",
+          "name" : "deploymentFlavorId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/DeploymentFlavorDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product deployment-flavors" ]
+      },
+      "put" : {
+        "description" : "Update vendor software product Deployment Flavor",
+        "operationId" : "update_4",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product Deployment Flavor Id",
+          "in" : "path",
+          "name" : "deploymentFlavorId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/DeploymentFlavorRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product deployment-flavors" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/heal" : {
+      "put" : {
+        "description" : "Checkout and heal vendor software product questionnaire",
+        "operationId" : "heal",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/QuestionnaireResponseDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/networks" : {
+      "get" : {
+        "description" : "List vendor software product networks",
+        "operationId" : "list_10",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/NetworkDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Networks" ]
+      },
+      "post" : {
+        "description" : "Create a vendor software product network",
+        "operationId" : "create_7",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/NetworkRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Networks" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/networks/{networkId}" : {
+      "delete" : {
+        "description" : "Delete vendor software product network",
+        "operationId" : "delete_7",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product network Id",
+          "in" : "path",
+          "name" : "networkId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Networks" ]
+      },
+      "get" : {
+        "description" : "Get vendor software product network",
+        "operationId" : "get_7",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product network Id",
+          "in" : "path",
+          "name" : "networkId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/NetworkDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Networks" ]
+      },
+      "put" : {
+        "description" : "Update vendor software product network",
+        "operationId" : "update_6",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product network Id",
+          "in" : "path",
+          "name" : "networkId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/NetworkRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Networks" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/orchestration-template" : {
+      "get" : {
+        "description" : "Get Orchestration Template (HEAT) file",
+        "operationId" : "getOrchestrationTemplate",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "string",
+                  "format" : "binary"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/orchestration-template-candidate" : {
+      "delete" : {
+        "description" : "Delete orchestration template candidate file and its files data structure",
+        "operationId" : "abort",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Orchestration Template Candidate" ]
+      },
+      "get" : {
+        "description" : "Get uploaded Network Package file",
+        "operationId" : "get_9",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "string",
+                  "format" : "binary"
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Downloads in uploaded Network Package file",
+        "tags" : [ "SDCE-1 APIs", "Orchestration Template Candidate" ]
+      },
+      "post" : {
+        "description" : "Uploads a HEAT package to translate",
+        "operationId" : "uploadOrchestrationTemplateCandidate",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "object"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/UploadFileResponseDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/orchestration-template-candidate/manifest" : {
+      "get" : {
+        "description" : "Get uploaded HEAT file files data structure",
+        "operationId" : "getFilesDataStructure",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/FileDataStructureDto"
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Downloads the latest HEAT package",
+        "tags" : [ "SDCE-1 APIs", "Orchestration Template Candidate" ]
+      },
+      "put" : {
+        "description" : "Update an existing vendor software product",
+        "operationId" : "updateFilesDataStructure",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/FileDataStructureDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Orchestration Template Candidate" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/orchestration-template-candidate/process" : {
+      "put" : {
+        "description" : "process Orchestration Template Candidate",
+        "operationId" : "process",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/UploadFileResponseDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Orchestration Template Candidate" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/processes" : {
+      "delete" : {
+        "description" : "Delete vendor software product processes",
+        "operationId" : "deleteList_2",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "string"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Processes" ]
+      },
+      "get" : {
+        "description" : "List vendor software product processes",
+        "operationId" : "list_12",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ProcessEntityDto"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Processes" ]
+      },
+      "post" : {
+        "description" : "Create a vendor software product process",
+        "operationId" : "create_9",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ProcessRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Processes" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/processes/{processId}" : {
+      "delete" : {
+        "description" : "Delete vendor software product process",
+        "operationId" : "delete_9",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product process Id",
+          "in" : "path",
+          "name" : "processId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Processes" ]
+      },
+      "get" : {
+        "description" : "Get vendor software product process",
+        "operationId" : "get_10",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product process Id",
+          "in" : "path",
+          "name" : "processId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/ProcessEntityDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Processes" ]
+      },
+      "put" : {
+        "description" : "Update vendor software product process",
+        "operationId" : "update_8",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product process Id",
+          "in" : "path",
+          "name" : "processId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ProcessRequestDto"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Processes" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/processes/{processId}/upload" : {
+      "delete" : {
+        "description" : "Delete vendor software product process uploaded file",
+        "operationId" : "deleteUploadedFile_1",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product process Id",
+          "in" : "path",
+          "name" : "processId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Processes" ]
+      },
+      "get" : {
+        "description" : "Get vendor software product process uploaded file",
+        "operationId" : "getUploadedFile_1",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product process Id",
+          "in" : "path",
+          "name" : "processId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/octet-stream" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Processes" ]
+      },
+      "post" : {
+        "description" : "Update vendor software product process upload",
+        "operationId" : "uploadFile_1",
+        "parameters" : [ {
+          "description" : "Vendor software product Id",
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Vendor software product process Id",
+          "in" : "path",
+          "name" : "processId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/Attachment"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Product Processes" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/questionnaire" : {
+      "get" : {
+        "description" : "Get vendor software product questionnaire",
+        "operationId" : "getQuestionnaire_4",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/QuestionnaireResponseDto"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      },
+      "put" : {
+        "description" : "Update vendor software product questionnaire",
+        "operationId" : "updateQuestionnaire_4",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "required" : true
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/vnfrepository/vnfpackage/{csarId}/download" : {
+      "get" : {
+        "description" : "Download VNF package from VNF Repository",
+        "operationId" : "downloadVnfPackage",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "csarId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "string",
+                  "format" : "binary"
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Download VNF package from VNF repository and send to client",
+        "tags" : [ "SDCE-1 APIs", "VNF Repository packages" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/vnfrepository/vnfpackage/{csarId}/import" : {
+      "post" : {
+        "description" : "Import VNF package from VNF Repository",
+        "operationId" : "importVnfPackage",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "csarId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/UploadFileResponseDto"
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Call VNF Repository to download VNF package, validate it and send the response",
+        "tags" : [ "SDCE-1 APIs", "VNF Repository packages" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/vnfrepository/vnfpackages" : {
+      "get" : {
+        "description" : "Get VNF packages from VNF Repository",
+        "operationId" : "getVnfPackages",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Version Id",
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "string",
+                  "format" : "binary"
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Call VNF Repository to get VNF package details",
+        "tags" : [ "SDCE-1 APIs", "VNF Repository packages" ]
+      }
+    },
+    "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/vspInformationArtifact" : {
+      "get" : {
+        "description" : "Get vendor software product information artifact for specified version",
+        "operationId" : "getVspInformationArtifact",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "vspId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "versionId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "text/plain" : {
+                "schema" : {
+                  "type" : "string",
+                  "format" : "binary"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Vendor Software Products" ]
+      }
+    },
+    "/workflow/v1.0/actions" : {
+      "get" : {
+        "description" : "List Filtered Actions ",
+        "operationId" : "getFilteredActions",
+        "parameters" : [ {
+          "in" : "query",
+          "name" : "vendor",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "category",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "name",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "modelId",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "componentId",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/ListResponseWrapper"
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Get list of actions based on a filter criteria | If no filter is sent all actions will be returned",
+        "tags" : [ "SDCE-1 APIs", "Actions" ]
+      },
+      "post" : {
+        "description" : "Create a new Action",
+        "operationId" : "createAction",
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Actions" ]
+      }
+    },
+    "/workflow/v1.0/actions/components" : {
+      "get" : {
+        "description" : "List OPENECOMP Components supported by Action Library",
+        "operationId" : "getOpenEcompComponents",
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/ListResponseWrapper"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Actions" ]
+      }
+    },
+    "/workflow/v1.0/actions/{actionInvariantUuId}" : {
+      "delete" : {
+        "description" : "Delete Action",
+        "operationId" : "deleteAction",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "actionInvariantUuId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Actions" ]
+      },
+      "get" : {
+        "description" : "List Actions For Given Action Invariant UuId",
+        "operationId" : "getActionsByActionInvariantUuId",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "actionInvariantUuId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "version",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "$ref" : "#/components/schemas/ListResponseWrapper"
+                }
+              }
+            }
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Actions" ]
+      },
+      "post" : {
+        "description" : "Actions on a action",
+        "operationId" : "actOnAction",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "actionInvariantUuId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "summary" : "Performs one of the following actions on a action: |Checkout: Locks it for edits by other users. Only the locking user sees the edited version.|Undo_Checkout: Unlocks it and deletes the edits that were done.|Checkin: Unlocks it and activates the edited version to all users.| Submit: Finalize its active version.|",
+        "tags" : [ "SDCE-1 APIs", "Actions" ]
+      },
+      "put" : {
+        "description" : "Update an existing action",
+        "operationId" : "updateAction",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "actionInvariantUuId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Actions" ]
+      }
+    },
+    "/workflow/v1.0/actions/{actionInvariantUuId}/artifacts" : {
+      "post" : {
+        "description" : "Upload new Artifact",
+        "operationId" : "uploadArtifact_1",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "actionInvariantUuId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "Content-MD5",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Actions" ]
+      }
+    },
+    "/workflow/v1.0/actions/{actionInvariantUuId}/artifacts/{artifactUuId}" : {
+      "delete" : {
+        "description" : "Delete Artifact",
+        "operationId" : "deleteArtifact",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "actionInvariantUuId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactUuId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Actions" ]
+      },
+      "put" : {
+        "description" : "Update an existing artifact",
+        "operationId" : "updateArtifact_1",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "actionInvariantUuId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactUuId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "Content-MD5",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Actions" ]
+      }
+    },
+    "/workflow/v1.0/actions/{actionUuId}/artifacts/{artifactUuId}" : {
+      "get" : {
+        "description" : "Downloads artifact for action",
+        "operationId" : "downloadArtifact",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "actionUuId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactUuId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/octet-stream" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "tags" : [ "SDCE-1 APIs", "Actions" ]
+      }
+    }
+  },
+  "components" : {
+    "schemas" : {
+      "ActionResponseDto" : {
+        "type" : "object",
+        "properties" : {
+          "actionInvariantUuId" : {
+            "type" : "string"
+          },
+          "actionUuId" : {
+            "type" : "string"
+          },
+          "categoryList" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "displayName" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "supportedComponents" : {
+            "type" : "array",
+            "items" : {
+              "type" : "object",
+              "additionalProperties" : {
+                "type" : "string"
+              }
+            }
+          },
+          "supportedModels" : {
+            "type" : "array",
+            "items" : {
+              "type" : "object",
+              "additionalProperties" : {
+                "type" : "string"
+              }
+            }
+          },
+          "timestamp" : {
+            "type" : "string"
+          },
+          "updatedBy" : {
+            "type" : "string"
+          },
+          "vendorList" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ActivityLogDto" : {
+        "type" : "object",
+        "properties" : {
+          "comment" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "status" : {
+            "$ref" : "#/components/schemas/ActivityStatus"
+          },
+          "timestamp" : {
+            "type" : "string",
+            "format" : "date-time"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "user" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ActivityStatus" : {
+        "type" : "object",
+        "properties" : {
+          "message" : {
+            "type" : "string"
+          },
+          "success" : {
+            "type" : "boolean"
+          }
+        }
+      },
+      "ApplicationConfigDto" : {
+        "type" : "object",
+        "properties" : {
+          "key" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          }
+        }
+      },
+      "Artifact" : {
+        "type" : "object",
+        "properties" : {
+          "errors" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ErrorMessage"
+            }
+          },
+          "fileName" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string",
+            "enum" : [ "HEAT", "HEAT_ENV", "HEAT_NET", "HEAT_VOL", "CHEF", "PUPPET", "SHELL", "YANG", "YANG_XML", "BPEL", "DG_XML", "MURANO_PKG", "VENDOR_LICENSE", "VF_LICENSE", "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "CONTROLLER_BLUEPRINT_ARCHIVE", "HELM", "OTHER", "PNF_SW_INFORMATION", "PM_DICTIONARY" ]
+          }
+        }
+      },
+      "Attachment" : {
+        "type" : "object",
+        "properties" : {
+          "contentDisposition" : {
+            "$ref" : "#/components/schemas/ContentDisposition"
+          },
+          "contentId" : {
+            "type" : "string"
+          },
+          "contentType" : {
+            "type" : "object",
+            "properties" : {
+              "parameters" : {
+                "type" : "object",
+                "additionalProperties" : {
+                  "type" : "string"
+                }
+              },
+              "subtype" : {
+                "type" : "string"
+              },
+              "type" : {
+                "type" : "string"
+              },
+              "wildcardSubtype" : {
+                "type" : "boolean"
+              },
+              "wildcardType" : {
+                "type" : "boolean"
+              }
+            }
+          },
+          "dataHandler" : {
+            "type" : "object",
+            "properties" : {
+              "allCommands" : {
+                "type" : "array",
+                "items" : {
+                  "type" : "object",
+                  "properties" : {
+                    "commandClass" : {
+                      "type" : "string"
+                    },
+                    "commandName" : {
+                      "type" : "string"
+                    }
+                  }
+                }
+              },
+              "commandMap" : {
+                "type" : "object",
+                "properties" : {
+                  "mimeTypes" : {
+                    "type" : "array",
+                    "items" : {
+                      "type" : "string"
+                    }
+                  }
+                },
+                "writeOnly" : true
+              },
+              "content" : {
+                "type" : "object"
+              },
+              "contentType" : {
+                "type" : "string"
+              },
+              "dataSource" : {
+                "type" : "object",
+                "properties" : {
+                  "contentType" : {
+                    "type" : "string"
+                  },
+                  "inputStream" : {
+                    "type" : "object"
+                  },
+                  "name" : {
+                    "type" : "string"
+                  },
+                  "outputStream" : {
+                    "type" : "object"
+                  }
+                }
+              },
+              "inputStream" : {
+                "type" : "object"
+              },
+              "name" : {
+                "type" : "string"
+              },
+              "outputStream" : {
+                "type" : "object"
+              },
+              "preferredCommands" : {
+                "type" : "array",
+                "items" : {
+                  "type" : "object",
+                  "properties" : {
+                    "commandClass" : {
+                      "type" : "string"
+                    },
+                    "commandName" : {
+                      "type" : "string"
+                    }
+                  }
+                }
+              },
+              "transferDataFlavors" : {
+                "type" : "array",
+                "items" : {
+                  "type" : "object",
+                  "properties" : {
+                    "defaultRepresentationClassAsString" : {
+                      "type" : "string"
+                    },
+                    "flavorJavaFileListType" : {
+                      "type" : "boolean"
+                    },
+                    "flavorRemoteObjectType" : {
+                      "type" : "boolean"
+                    },
+                    "flavorSerializedObjectType" : {
+                      "type" : "boolean"
+                    },
+                    "flavorTextType" : {
+                      "type" : "boolean"
+                    },
+                    "humanPresentableName" : {
+                      "type" : "string"
+                    },
+                    "mimeType" : {
+                      "type" : "string"
+                    },
+                    "mimeTypeSerializedObject" : {
+                      "type" : "boolean"
+                    },
+                    "primaryType" : {
+                      "type" : "string"
+                    },
+                    "representationClassByteBuffer" : {
+                      "type" : "boolean"
+                    },
+                    "representationClassCharBuffer" : {
+                      "type" : "boolean"
+                    },
+                    "representationClassInputStream" : {
+                      "type" : "boolean"
+                    },
+                    "representationClassReader" : {
+                      "type" : "boolean"
+                    },
+                    "representationClassRemote" : {
+                      "type" : "boolean"
+                    },
+                    "representationClassSerializable" : {
+                      "type" : "boolean"
+                    },
+                    "subType" : {
+                      "type" : "string"
+                    }
+                  }
+                }
+              }
+            }
+          },
+          "headers" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "type" : "string"
+              }
+            }
+          },
+          "object" : {
+            "type" : "object"
+          }
+        }
+      },
+      "ChoiceOrOtherDtoLicenseTerm" : {
+        "type" : "object",
+        "properties" : {
+          "choice" : {
+            "type" : "string",
+            "enum" : [ "Fixed_Term", "Perpetual", "Unlimited", "Other" ]
+          },
+          "other" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "choice", "other" ]
+      },
+      "ClientConfiguration" : {
+        "type" : "object",
+        "properties" : {
+          "enabled" : {
+            "type" : "boolean"
+          }
+        }
+      },
+      "CommitRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "message" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentComputeAssociation" : {
+        "type" : "object",
+        "properties" : {
+          "componentId" : {
+            "type" : "string"
+          },
+          "computeFlavorId" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentData" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string"
+          },
+          "displayName" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentDependencyModel" : {
+        "type" : "object",
+        "properties" : {
+          "relationType" : {
+            "type" : "string"
+          },
+          "sourceId" : {
+            "type" : "string"
+          },
+          "targetId" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentDependencyResponseDto" : {
+        "type" : "object",
+        "properties" : {
+          "id" : {
+            "type" : "string"
+          },
+          "relationType" : {
+            "type" : "string"
+          },
+          "sourceId" : {
+            "type" : "string"
+          },
+          "targetId" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentDto" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string"
+          },
+          "displayName" : {
+            "type" : "string",
+            "maxLength" : 30,
+            "minLength" : 1
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "displayName" ]
+      },
+      "ComponentRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string"
+          },
+          "displayName" : {
+            "type" : "string",
+            "maxLength" : 30,
+            "minLength" : 1
+          },
+          "name" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "displayName" ]
+      },
+      "ComputeDetailsDto" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string",
+            "maxLength" : 300,
+            "minLength" : 0
+          },
+          "name" : {
+            "type" : "string",
+            "maxLength" : 30,
+            "minLength" : 0
+          }
+        },
+        "required" : [ "name" ]
+      },
+      "ComputeDto" : {
+        "type" : "object",
+        "properties" : {
+          "associatedToDeploymentFlavor" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ConfigurationDataDto" : {
+        "type" : "object",
+        "properties" : {
+          "timeStamp" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "value" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ConflictDto" : {
+        "type" : "object",
+        "properties" : {
+          "id" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "theirs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "type" : {
+            "type" : "string",
+            "enum" : [ "itemVersion", "VendorLicenseModel", "LicenseAgreements", "LicenseAgreement", "FeatureGroups", "FeatureGroup", "LicenseKeyGroups", "LicenseKeyGroup", "EntitlementPools", "EntitlementPool", "Limits", "Limit", "VendorSoftwareProduct", "VSPQuestionnaire", "VspModel", "NetworkPackage", "OrchestrationTemplateCandidate", "OrchestrationTemplateCandidateContent", "OrchestrationTemplateCandidateValidationData", "ORIGINAL_ONBOARDED_PACKAGE", "OrchestrationTemplateStructure", "OrchestrationTemplate", "OrchestrationTemplateValidationData", "OrchestrationTemplateContent", "Networks", "Network", "Components", "Component", "ComponentQuestionnaire", "ComponentDependencies", "ComponentDependency", "Nics", "Nic", "NicQuestionnaire", "Mibs", "SNMP_POLL", "SNMP_TRAP", "VES_EVENTS", "Processes", "Process", "DeploymentFlavors", "DeploymentFlavor", "Computes", "Compute", "ComputeQuestionnaire", "Images", "Image", "ImageQuestionnaire", "ServiceModel", "EnrichedServiceModel", "ServiceTemplate", "Templates", "Artifact", "Artifacts", "test" ]
+          },
+          "yours" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          }
+        }
+      },
+      "ConflictInfoDto" : {
+        "type" : "object",
+        "properties" : {
+          "id" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string",
+            "enum" : [ "itemVersion", "VendorLicenseModel", "LicenseAgreements", "LicenseAgreement", "FeatureGroups", "FeatureGroup", "LicenseKeyGroups", "LicenseKeyGroup", "EntitlementPools", "EntitlementPool", "Limits", "Limit", "VendorSoftwareProduct", "VSPQuestionnaire", "VspModel", "NetworkPackage", "OrchestrationTemplateCandidate", "OrchestrationTemplateCandidateContent", "OrchestrationTemplateCandidateValidationData", "ORIGINAL_ONBOARDED_PACKAGE", "OrchestrationTemplateStructure", "OrchestrationTemplate", "OrchestrationTemplateValidationData", "OrchestrationTemplateContent", "Networks", "Network", "Components", "Component", "ComponentQuestionnaire", "ComponentDependencies", "ComponentDependency", "Nics", "Nic", "NicQuestionnaire", "Mibs", "SNMP_POLL", "SNMP_TRAP", "VES_EVENTS", "Processes", "Process", "DeploymentFlavors", "DeploymentFlavor", "Computes", "Compute", "ComputeQuestionnaire", "Images", "Image", "ImageQuestionnaire", "ServiceModel", "EnrichedServiceModel", "ServiceTemplate", "Templates", "Artifact", "Artifacts", "test" ]
+          }
+        }
+      },
+      "ConflictResolutionDto" : {
+        "type" : "object",
+        "properties" : {
+          "otherResolution" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "resolution" : {
+            "type" : "string",
+            "enum" : [ "THEIRS", "YOURS", "OTHER" ]
+          }
+        }
+      },
+      "ContentDisposition" : {
+        "type" : "object",
+        "properties" : {
+          "filename" : {
+            "type" : "string"
+          },
+          "parameters" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "type" : {
+            "type" : "string"
+          }
+        }
+      },
+      "DeploymentFlavorDto" : {
+        "type" : "object",
+        "properties" : {
+          "componentComputeAssociations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentComputeAssociation"
+            }
+          },
+          "description" : {
+            "type" : "string",
+            "maxLength" : 300,
+            "minLength" : 0
+          },
+          "featureGroupId" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "model" : {
+            "type" : "string",
+            "maxLength" : 30,
+            "minLength" : 0
+          }
+        },
+        "required" : [ "model" ]
+      },
+      "DeploymentFlavorListResponseDto" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "model" : {
+            "type" : "string"
+          }
+        }
+      },
+      "DeploymentFlavorRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "componentComputeAssociations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentComputeAssociation"
+            }
+          },
+          "description" : {
+            "type" : "string",
+            "maxLength" : 300,
+            "minLength" : 0
+          },
+          "featureGroupId" : {
+            "type" : "string"
+          },
+          "model" : {
+            "type" : "string",
+            "maxLength" : 30,
+            "minLength" : 0
+          }
+        },
+        "required" : [ "model" ]
+      },
+      "EntitlementPoolEntityDto" : {
+        "type" : "object",
+        "description" : "EntitlementPoolEntity",
+        "properties" : {
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "expiryDate" : {
+            "type" : "string"
+          },
+          "getversionUUID" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "increments" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "manufacturerReferenceNumber" : {
+            "type" : "string",
+            "maxLength" : 100,
+            "minLength" : 0
+          },
+          "name" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "operationalScope" : {
+            "$ref" : "#/components/schemas/MultiChoiceOrOtherDtoOperationalScope"
+          },
+          "referencingFeatureGroups" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          },
+          "startDate" : {
+            "type" : "string"
+          },
+          "thresholdUnits" : {
+            "type" : "string",
+            "enum" : [ "Absolute", "Percentage" ]
+          },
+          "thresholdValue" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "type" : {
+            "type" : "string",
+            "enum" : [ "Universal", "Unique", "One_Time" ]
+          }
+        },
+        "required" : [ "manufacturerReferenceNumber", "name", "type" ]
+      },
+      "EntitlementPoolRequestDto" : {
+        "type" : "object",
+        "description" : "EntitlementPoolRequest",
+        "properties" : {
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "expiryDate" : {
+            "type" : "string"
+          },
+          "increments" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "manufacturerReferenceNumber" : {
+            "type" : "string",
+            "maxLength" : 100,
+            "minLength" : 0
+          },
+          "name" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "operationalScope" : {
+            "$ref" : "#/components/schemas/MultiChoiceOrOtherDtoOperationalScope"
+          },
+          "startDate" : {
+            "type" : "string"
+          },
+          "thresholdUnits" : {
+            "type" : "string",
+            "enum" : [ "Absolute", "Percentage" ]
+          },
+          "thresholdValue" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "type" : {
+            "type" : "string",
+            "enum" : [ "Universal", "Unique", "One_Time" ]
+          }
+        },
+        "required" : [ "manufacturerReferenceNumber", "name", "type" ]
+      },
+      "ErrorMessage" : {
+        "type" : "object",
+        "properties" : {
+          "level" : {
+            "type" : "string",
+            "enum" : [ "ERROR", "WARNING", "INFO" ]
+          },
+          "message" : {
+            "type" : "string"
+          }
+        }
+      },
+      "FeatureDto" : {
+        "type" : "object",
+        "properties" : {
+          "active" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          }
+        }
+      },
+      "FeatureGroupEntityDto" : {
+        "type" : "object",
+        "description" : "FeatureGroupEntity",
+        "properties" : {
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "entitlementPoolsIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "maxItems" : 2147483647,
+            "minItems" : 1,
+            "uniqueItems" : true
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "licenseKeyGroupsIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          },
+          "name" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "partNumber" : {
+            "type" : "string"
+          },
+          "referencingLicenseAgreements" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          }
+        },
+        "required" : [ "name", "partNumber" ]
+      },
+      "FeatureGroupModelDto" : {
+        "type" : "object",
+        "description" : "FeatureGroupModel",
+        "properties" : {
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "entitlementPools" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/EntitlementPoolEntityDto"
+            }
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "licenseKeyGroups" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/LicenseKeyGroupEntityDto"
+            }
+          },
+          "name" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "partNumber" : {
+            "type" : "string"
+          },
+          "referencingLicenseAgreements" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          }
+        },
+        "required" : [ "name", "partNumber" ]
+      },
+      "FeatureGroupRequestDto" : {
+        "type" : "object",
+        "description" : "FeatureGroupRequest",
+        "properties" : {
+          "addedEntitlementPoolsIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          },
+          "addedLicenseKeyGroupsIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          },
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "name" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "partNumber" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "name", "partNumber" ]
+      },
+      "FeatureGroupUpdateRequestDto" : {
+        "type" : "object",
+        "description" : "FeatureGroupUpdateRequest",
+        "properties" : {
+          "addedEntitlementPoolsIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          },
+          "addedLicenseKeyGroupsIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          },
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "name" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "partNumber" : {
+            "type" : "string"
+          },
+          "removedEntitlementPoolsIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          },
+          "removedLicenseKeyGroupsIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          }
+        },
+        "required" : [ "name", "partNumber" ]
+      },
+      "FeatureSetDto" : {
+        "type" : "object",
+        "properties" : {
+          "features" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/FeatureDto"
+            },
+            "uniqueItems" : true
+          }
+        }
+      },
+      "FileDataStructureDto" : {
+        "type" : "object",
+        "properties" : {
+          "artifacts" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "modules" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Module"
+            }
+          },
+          "nested" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "unassigned" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          }
+        }
+      },
+      "HealthInfoDto" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string"
+          },
+          "healthCheckComponent" : {
+            "type" : "string",
+            "enum" : [ "BE", "Cassandra", "Zusammen" ]
+          },
+          "healthStatus" : {
+            "type" : "string",
+            "enum" : [ "UP", "DOWN" ]
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "HealthInfoDtos" : {
+        "type" : "object",
+        "properties" : {
+          "healthInfos" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/HealthInfoDto"
+            }
+          }
+        }
+      },
+      "HeatStructureTree" : {
+        "type" : "object",
+        "properties" : {
+          "artifacts" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Artifact"
+            },
+            "uniqueItems" : true
+          },
+          "base" : {
+            "type" : "boolean"
+          },
+          "env" : {
+            "$ref" : "#/components/schemas/HeatStructureTree"
+          },
+          "errors" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ErrorMessage"
+            }
+          },
+          "fileName" : {
+            "type" : "string"
+          },
+          "heat" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/HeatStructureTree"
+            },
+            "uniqueItems" : true
+          },
+          "helm" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/HeatStructureTree"
+            },
+            "uniqueItems" : true
+          },
+          "nested" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/HeatStructureTree"
+            },
+            "uniqueItems" : true
+          },
+          "network" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/HeatStructureTree"
+            },
+            "uniqueItems" : true
+          },
+          "other" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/HeatStructureTree"
+            },
+            "uniqueItems" : true
+          },
+          "type" : {
+            "type" : "string",
+            "enum" : [ "HEAT", "HEAT_ENV", "HEAT_NET", "HEAT_VOL", "CHEF", "PUPPET", "SHELL", "YANG", "YANG_XML", "BPEL", "DG_XML", "MURANO_PKG", "VENDOR_LICENSE", "VF_LICENSE", "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "CONTROLLER_BLUEPRINT_ARCHIVE", "HELM", "OTHER", "PNF_SW_INFORMATION", "PM_DICTIONARY" ]
+          },
+          "volume" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/HeatStructureTree"
+            },
+            "uniqueItems" : true
+          }
+        }
+      },
+      "ImageDto" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string"
+          },
+          "fileName" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "fileName" ]
+      },
+      "ImageRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string"
+          },
+          "fileName" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "fileName" ]
+      },
+      "Item" : {
+        "type" : "object",
+        "properties" : {
+          "creationTime" : {
+            "type" : "string",
+            "format" : "date-time"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "modificationTime" : {
+            "type" : "string",
+            "format" : "date-time"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "owner" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "status" : {
+            "type" : "string",
+            "enum" : [ "ACTIVE", "ARCHIVED" ]
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "versionStatusCounters" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "integer",
+              "format" : "int32"
+            }
+          }
+        }
+      },
+      "ItemActionRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "action" : {
+            "type" : "string",
+            "enum" : [ "ARCHIVE", "RESTORE" ]
+          }
+        }
+      },
+      "ItemCreationDto" : {
+        "type" : "object",
+        "properties" : {
+          "itemId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "$ref" : "#/components/schemas/VersionDto"
+          }
+        }
+      },
+      "ItemDto" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "owner" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ItemPermissionsDto" : {
+        "type" : "object",
+        "properties" : {
+          "permission" : {
+            "type" : "string"
+          },
+          "userId" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ItemPermissionsRequestDto" : {
+        "type" : "object",
+        "description" : "ItemPermissionsRequest",
+        "properties" : {
+          "addedUsersIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          },
+          "removedUsersIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          }
+        }
+      },
+      "ItemVersionConflictDto" : {
+        "type" : "object",
+        "properties" : {
+          "conflict" : {
+            "$ref" : "#/components/schemas/ConflictDto"
+          },
+          "conflictInfoList" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ConflictInfoDto"
+            }
+          }
+        }
+      },
+      "LicenseAgreementEntityDto" : {
+        "type" : "object",
+        "description" : "LicenseAgreementEntity",
+        "properties" : {
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "featureGroupsIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "maxItems" : 2147483647,
+            "minItems" : 1,
+            "uniqueItems" : true
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "licenseTerm" : {
+            "$ref" : "#/components/schemas/ChoiceOrOtherDtoLicenseTerm"
+          },
+          "name" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "requirementsAndConstrains" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          }
+        },
+        "required" : [ "licenseTerm", "name" ]
+      },
+      "LicenseAgreementModelDto" : {
+        "type" : "object",
+        "description" : "LicenseAgreementModel",
+        "properties" : {
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "featureGroups" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/FeatureGroupEntityDto"
+            },
+            "uniqueItems" : true
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "licenseTerm" : {
+            "$ref" : "#/components/schemas/ChoiceOrOtherDtoLicenseTerm"
+          },
+          "name" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "requirementsAndConstrains" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          }
+        },
+        "required" : [ "licenseTerm", "name" ]
+      },
+      "LicenseAgreementRequestDto" : {
+        "type" : "object",
+        "description" : "LicenseAgreementRequest",
+        "properties" : {
+          "addedFeatureGroupsIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          },
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "licenseTerm" : {
+            "$ref" : "#/components/schemas/ChoiceOrOtherDtoLicenseTerm"
+          },
+          "name" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "requirementsAndConstrains" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          }
+        },
+        "required" : [ "licenseTerm", "name" ]
+      },
+      "LicenseAgreementUpdateRequestDto" : {
+        "type" : "object",
+        "description" : "LicenseAgreementUpdateRequest",
+        "properties" : {
+          "addedFeatureGroupsIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          },
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "licenseTerm" : {
+            "$ref" : "#/components/schemas/ChoiceOrOtherDtoLicenseTerm"
+          },
+          "name" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "removedFeatureGroupsIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          },
+          "requirementsAndConstrains" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          }
+        },
+        "required" : [ "licenseTerm", "name" ]
+      },
+      "LicenseKeyGroupEntityDto" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "expiryDate" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "increments" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "manufacturerReferenceNumber" : {
+            "type" : "string",
+            "maxLength" : 100,
+            "minLength" : 0
+          },
+          "name" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "operationalScope" : {
+            "$ref" : "#/components/schemas/MultiChoiceOrOtherDtoOperationalScope"
+          },
+          "referencingFeatureGroups" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          },
+          "startDate" : {
+            "type" : "string"
+          },
+          "thresholdUnits" : {
+            "type" : "string",
+            "enum" : [ "Absolute", "Percentage" ]
+          },
+          "thresholdValue" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "type" : {
+            "type" : "string",
+            "enum" : [ "Universal", "Unique", "One_Time" ]
+          },
+          "versionUUID" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "name", "type" ]
+      },
+      "LicenseKeyGroupRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "expiryDate" : {
+            "type" : "string"
+          },
+          "increments" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "manufacturerReferenceNumber" : {
+            "type" : "string",
+            "maxLength" : 100,
+            "minLength" : 0
+          },
+          "name" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "operationalScope" : {
+            "$ref" : "#/components/schemas/MultiChoiceOrOtherDtoOperationalScope"
+          },
+          "startDate" : {
+            "type" : "string"
+          },
+          "thresholdUnits" : {
+            "type" : "string",
+            "enum" : [ "Absolute", "Percentage" ]
+          },
+          "thresholdValue" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "type" : {
+            "type" : "string",
+            "enum" : [ "Universal", "Unique", "One_Time" ]
+          }
+        },
+        "required" : [ "name", "type" ]
+      },
+      "LicensingData" : {
+        "type" : "object",
+        "properties" : {
+          "featureGroups" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "licenseAgreement" : {
+            "type" : "string"
+          }
+        }
+      },
+      "LimitEntityDto" : {
+        "type" : "object",
+        "properties" : {
+          "aggregationFunction" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "metric" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "time" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "unit" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          }
+        }
+      },
+      "LimitRequestDto" : {
+        "type" : "object",
+        "description" : "LimitRequest",
+        "properties" : {
+          "aggregationFunction" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "metric" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string",
+            "maxLength" : 120,
+            "minLength" : 0
+          },
+          "time" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "unit" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "metric", "name", "type", "value" ]
+      },
+      "ListResponseWrapper" : {
+        "type" : "object",
+        "properties" : {
+          "actionList" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ActionResponseDto"
+            }
+          },
+          "componentList" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/OpenEcompComponent"
+            }
+          },
+          "versions" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ActionResponseDto"
+            }
+          }
+        }
+      },
+      "Module" : {
+        "type" : "object",
+        "properties" : {
+          "env" : {
+            "type" : "string"
+          },
+          "isBase" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string",
+            "enum" : [ "HEAT", "HEAT_ENV", "HEAT_NET", "HEAT_VOL", "CHEF", "PUPPET", "SHELL", "YANG", "YANG_XML", "BPEL", "DG_XML", "MURANO_PKG", "VENDOR_LICENSE", "VF_LICENSE", "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "CONTROLLER_BLUEPRINT_ARCHIVE", "HELM", "OTHER", "PNF_SW_INFORMATION", "PM_DICTIONARY" ]
+          },
+          "vol" : {
+            "type" : "string"
+          },
+          "volEnv" : {
+            "type" : "string"
+          },
+          "yaml" : {
+            "type" : "string"
+          }
+        }
+      },
+      "MonitoringUploadStatusDto" : {
+        "type" : "object",
+        "properties" : {
+          "snmpPoll" : {
+            "type" : "string"
+          },
+          "snmpTrap" : {
+            "type" : "string"
+          },
+          "vesEvent" : {
+            "type" : "string"
+          }
+        }
+      },
+      "MultiChoiceOrOtherDtoOperationalScope" : {
+        "type" : "object",
+        "properties" : {
+          "choices" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string",
+              "enum" : [ "Network_Wide", "Availability_Zone", "Data_Center", "Tenant", "VM", "CPU", "Core", "Other" ]
+            },
+            "maxItems" : 2147483647,
+            "minItems" : 1,
+            "uniqueItems" : true
+          },
+          "other" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "choices", "other" ]
+      },
+      "NetworkDto" : {
+        "type" : "object",
+        "properties" : {
+          "dhcp" : {
+            "type" : "boolean"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "dhcp", "name" ]
+      },
+      "NetworkRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "dhcp" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "dhcp", "name" ]
+      },
+      "NicDto" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "networkDescription" : {
+            "type" : "string"
+          },
+          "networkId" : {
+            "type" : "string"
+          },
+          "networkName" : {
+            "type" : "string"
+          },
+          "networkType" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "name", "networkType" ]
+      },
+      "NicRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "networkDescription" : {
+            "type" : "string"
+          },
+          "networkId" : {
+            "type" : "string"
+          },
+          "networkType" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "name", "networkType" ]
+      },
+      "NotificationEntityDto" : {
+        "type" : "object",
+        "properties" : {
+          "dateTime" : {
+            "type" : "string"
+          },
+          "eventAttributes" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "eventId" : {
+            "type" : "string",
+            "format" : "uuid"
+          },
+          "eventType" : {
+            "type" : "string"
+          },
+          "read" : {
+            "type" : "boolean"
+          }
+        }
+      },
+      "NotificationsStatusDto" : {
+        "type" : "object",
+        "properties" : {
+          "endOfPage" : {
+            "type" : "string",
+            "format" : "uuid"
+          },
+          "lastScanned" : {
+            "type" : "string",
+            "format" : "uuid"
+          },
+          "newEntries" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string",
+              "format" : "uuid"
+            }
+          },
+          "notifications" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/NotificationEntityDto"
+            }
+          },
+          "numOfNotSeenNotifications" : {
+            "type" : "integer",
+            "format" : "int64"
+          }
+        }
+      },
+      "OpenEcompComponent" : {
+        "type" : "object",
+        "properties" : {
+          "id" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          }
+        }
+      },
+      "PackageInfoDto" : {
+        "type" : "object",
+        "properties" : {
+          "category" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "displayName" : {
+            "type" : "string"
+          },
+          "packageChecksum" : {
+            "type" : "string"
+          },
+          "packageId" : {
+            "type" : "string"
+          },
+          "packageType" : {
+            "type" : "string"
+          },
+          "resourceType" : {
+            "type" : "string"
+          },
+          "subCategory" : {
+            "type" : "string"
+          },
+          "vendorName" : {
+            "type" : "string"
+          },
+          "vendorRelease" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          },
+          "vspName" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ProcessEntityDto" : {
+        "type" : "object",
+        "properties" : {
+          "artifactName" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string",
+            "enum" : [ "Lifecycle_Operations", "Other" ]
+          }
+        },
+        "required" : [ "name" ]
+      },
+      "ProcessRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string",
+            "enum" : [ "Lifecycle_Operations", "Other" ]
+          }
+        },
+        "required" : [ "name" ]
+      },
+      "QuestionnaireResponseDto" : {
+        "type" : "object",
+        "properties" : {
+          "data" : {
+            "type" : "string"
+          },
+          "errorMessage" : {
+            "$ref" : "#/components/schemas/ErrorMessage"
+          },
+          "schema" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RemoteTestingEndpointDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "apiKey" : {
+            "type" : "string"
+          },
+          "enabled" : {
+            "type" : "boolean"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "scenarioFilter" : {
+            "type" : "string"
+          },
+          "title" : {
+            "type" : "string"
+          },
+          "url" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RevisionRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "revisionId" : {
+            "type" : "string"
+          }
+        }
+      },
+      "SubmitRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "message" : {
+            "type" : "string"
+          }
+        }
+      },
+      "UpdateNotificationResponseStatus" : {
+        "type" : "object",
+        "properties" : {
+          "errors" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ErrorMessage"
+              }
+            }
+          },
+          "status" : {
+            "type" : "string",
+            "enum" : [ "Success", "Failure" ]
+          }
+        }
+      },
+      "UploadFileResponseDto" : {
+        "type" : "object",
+        "properties" : {
+          "errors" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ErrorMessage"
+              }
+            }
+          },
+          "networkPackageName" : {
+            "type" : "string"
+          },
+          "onboardingOrigin" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string",
+            "enum" : [ "Success", "Failure" ]
+          }
+        }
+      },
+      "ValidationStructureList" : {
+        "type" : "object",
+        "properties" : {
+          "importStructure" : {
+            "$ref" : "#/components/schemas/HeatStructureTree"
+          }
+        }
+      },
+      "VendorLicenseModelActionRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "action" : {
+            "type" : "string",
+            "enum" : [ "Submit" ]
+          },
+          "submitRequest" : {
+            "$ref" : "#/components/schemas/SubmitRequestDto"
+          }
+        }
+      },
+      "VendorLicenseModelEntityDto" : {
+        "type" : "object",
+        "description" : "VendorLicenseModelEntity",
+        "properties" : {
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "iconRef" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "vendorName" : {
+            "type" : "string",
+            "maxLength" : 25,
+            "minLength" : 0
+          }
+        },
+        "required" : [ "description", "iconRef", "vendorName" ]
+      },
+      "VendorLicenseModelRequestDto" : {
+        "type" : "object",
+        "description" : "VendorLicenseModelRequest",
+        "properties" : {
+          "description" : {
+            "type" : "string",
+            "maxLength" : 1000,
+            "minLength" : 0
+          },
+          "iconRef" : {
+            "type" : "string"
+          },
+          "vendorName" : {
+            "type" : "string",
+            "maxLength" : 25,
+            "minLength" : 0
+          }
+        },
+        "required" : [ "description", "iconRef", "vendorName" ]
+      },
+      "VersionActionRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "action" : {
+            "type" : "string",
+            "enum" : [ "Sync", "Commit", "Revert", "Reset", "Clean" ]
+          },
+          "commitRequest" : {
+            "$ref" : "#/components/schemas/CommitRequestDto"
+          },
+          "revisionRequest" : {
+            "$ref" : "#/components/schemas/RevisionRequestDto"
+          }
+        }
+      },
+      "VersionDto" : {
+        "type" : "object",
+        "properties" : {
+          "additionalInfo" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "baseId" : {
+            "type" : "string"
+          },
+          "creationTime" : {
+            "type" : "string",
+            "format" : "date-time"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "modificationTime" : {
+            "type" : "string",
+            "format" : "date-time"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "state" : {
+            "$ref" : "#/components/schemas/VersionState"
+          },
+          "status" : {
+            "type" : "string",
+            "enum" : [ "Draft", "Locked", "Certified", "Deprecated", "Deleted" ]
+          }
+        }
+      },
+      "VersionRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "creationMethod" : {
+            "type" : "string",
+            "enum" : [ "major", "minor" ]
+          },
+          "description" : {
+            "type" : "string"
+          }
+        }
+      },
+      "VersionSoftwareProductActionRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "action" : {
+            "type" : "string",
+            "enum" : [ "Submit", "Create_Package" ]
+          },
+          "submitRequest" : {
+            "$ref" : "#/components/schemas/SubmitRequestDto"
+          }
+        }
+      },
+      "VersionState" : {
+        "type" : "object",
+        "properties" : {
+          "dirty" : {
+            "type" : "boolean"
+          },
+          "synchronizationState" : {
+            "type" : "string",
+            "enum" : [ "Up to date", "Out of sync", "Merging" ]
+          }
+        }
+      },
+      "VspComputeDto" : {
+        "type" : "object",
+        "properties" : {
+          "componentId" : {
+            "type" : "string"
+          },
+          "computeFlavorId" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          }
+        }
+      },
+      "VspDescriptionDto" : {
+        "type" : "object",
+        "properties" : {
+          "category" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "icon" : {
+            "type" : "string"
+          },
+          "licenseType" : {
+            "type" : "string",
+            "enum" : [ "EXTERNAL", "INTERNAL" ]
+          },
+          "licensingData" : {
+            "$ref" : "#/components/schemas/LicensingData"
+          },
+          "licensingVersion" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "subCategory" : {
+            "type" : "string"
+          },
+          "vendorId" : {
+            "type" : "string"
+          },
+          "vendorName" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "category", "description", "name", "subCategory", "vendorId", "vendorName" ]
+      },
+      "VspDetailsDto" : {
+        "type" : "object",
+        "description" : "VspDetails",
+        "properties" : {
+          "candidateOnboardingOrigin" : {
+            "type" : "string"
+          },
+          "category" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "icon" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "licenseType" : {
+            "type" : "string",
+            "enum" : [ "EXTERNAL", "INTERNAL" ]
+          },
+          "licensingData" : {
+            "$ref" : "#/components/schemas/LicensingData"
+          },
+          "licensingVersion" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "networkPackageName" : {
+            "type" : "string"
+          },
+          "onboardingMethod" : {
+            "type" : "string"
+          },
+          "onboardingOrigin" : {
+            "type" : "string"
+          },
+          "owner" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subCategory" : {
+            "type" : "string"
+          },
+          "validationData" : {
+            "$ref" : "#/components/schemas/ValidationStructureList"
+          },
+          "vendorId" : {
+            "type" : "string"
+          },
+          "vendorName" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "category", "description", "name", "onboardingMethod", "subCategory", "vendorId", "vendorName" ]
+      },
+      "VspRequestDto" : {
+        "type" : "object",
+        "properties" : {
+          "category" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "icon" : {
+            "type" : "string"
+          },
+          "licenseType" : {
+            "type" : "string",
+            "enum" : [ "EXTERNAL", "INTERNAL" ]
+          },
+          "licensingData" : {
+            "$ref" : "#/components/schemas/LicensingData"
+          },
+          "licensingVersion" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "onboardingMethod" : {
+            "type" : "string"
+          },
+          "subCategory" : {
+            "type" : "string"
+          },
+          "vendorId" : {
+            "type" : "string"
+          },
+          "vendorName" : {
+            "type" : "string"
+          }
+        },
+        "required" : [ "category", "description", "name", "onboardingMethod", "subCategory", "vendorId", "vendorName" ]
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/docs/swagger/swagger-sdce-2-sdce-5.json b/docs/swagger/swagger-sdce-2-sdce-5.json
new file mode 100644 (file)
index 0000000..6dc3918
--- /dev/null
@@ -0,0 +1,50595 @@
+{
+  "openapi" : "3.0.1",
+  "info" : {
+    "contact" : {
+      "email" : "onap-discuss@lists.onap.org",
+      "name" : "ONAP",
+      "url" : "https://onap.readthedocs.io"
+    },
+    "description" : "SDC API for designing services and resources (SDCE-2) and distributing services (SDCE-5)",
+    "license" : {
+      "name" : "Apache 2.0",
+      "url" : "http://www.apache.org/licenses/LICENSE-2.0"
+    },
+    "title" : "SPC API: SDCE-2 and SDCE-5",
+    "version" : "1.0"
+  },
+  "servers" : [ {
+    "description" : "SDCE-2 and SDCE-5 APIs",
+    "url" : "/sdc"
+  } ],
+  "paths" : {
+    "/config/get" : {
+      "get" : {
+        "description" : "Retrieve configuration",
+        "operationId" : "getConfig_1",
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "string"
+                }
+              }
+            },
+            "description" : "OK"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/configmgr/get" : {
+      "get" : {
+        "operationId" : "getConfig",
+        "parameters" : [ {
+          "in" : "query",
+          "name" : "type",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "string"
+                }
+              }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/configmgr/set1" : {
+      "post" : {
+        "operationId" : "setConfig1",
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/Configuration"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "text/plain" : {
+                "schema" : {
+                  "type" : "string"
+                }
+              }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/configmgr/set2" : {
+      "post" : {
+        "operationId" : "setConfig2",
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/Configuration"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "text/plain" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/configmgr/setput1" : {
+      "put" : {
+        "operationId" : "setConfig3",
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/Configuration"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "text/plain" : {
+                "schema" : {
+                  "type" : "string"
+                }
+              }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/configmgr/setput2" : {
+      "put" : {
+        "operationId" : "setConfig4",
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/Configuration"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "text/plain" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/healthCheck" : {
+      "get" : {
+        "description" : "Return aggregate BE health check of SDC BE components",
+        "operationId" : "getHealthCheck",
+        "responses" : {
+          "200" : {
+            "description" : "SDC BE components are all up"
+          },
+          "500" : {
+            "description" : "One or more SDC BE components are down"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "return BE health check",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/artifactTypes" : {
+      "get" : {
+        "description" : "Retrieve all artifactTypes",
+        "operationId" : "getArtifactTypes",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Returns artifactTypes Ok"
+          },
+          "404" : {
+            "description" : "No artifactTypes were found"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Retrieve all artifactTypes",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/archive" : {
+      "get" : {
+        "description" : "Get all Archived Components",
+        "operationId" : "getArchivedComponents",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Success"
+          },
+          "400" : {
+            "description" : "Bad request"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "500" : {
+            "description" : "Internal Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Get all Archived Components",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/audit-records/{componentType}/{componentUniqueId}" : {
+      "get" : {
+        "description" : "get component audit records",
+        "operationId" : "getComponentAuditRecords",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Service found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "get audit records for a service or a resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/capabilityTypes" : {
+      "get" : {
+        "description" : "Get capability types",
+        "operationId" : "getAllCapabilityTypesServlet",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "capabilityTypes"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Capability types not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns capability types",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/dataTypes" : {
+      "get" : {
+        "description" : "Get data types",
+        "operationId" : "getAllDataTypesServlet",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "datatypes"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Data types not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns data types",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/directives" : {
+      "get" : {
+        "description" : "Retrieve all Directives values from configuration file",
+        "operationId" : "getConfCategoriesAndVersion",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Returns Directive values from configuration file Ok"
+          },
+          "404" : {
+            "description" : "Directive not found"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Retrieve all Directives",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/gab/searchFor" : {
+      "post" : {
+        "description" : "Search json paths inside the yaml",
+        "operationId" : "searchFor",
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/GenericArtifactQueryInfo"
+              }
+            }
+          },
+          "description" : "Generic Artifact search model",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Returned yaml entries"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns found entries of json paths",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/groupTypes" : {
+      "get" : {
+        "description" : "Get group types ",
+        "operationId" : "getGroupTypes",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "An optional parameter to indicate the type of the container from where this call is executed",
+          "in" : "query",
+          "name" : "internalComponentType",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "group types found"
+          },
+          "400" : {
+            "description" : "field name invalid type/length, characters;  mandatory field is absent, already exists (name)"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "500" : {
+            "description" : "Internal Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/GroupTypeDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns group types",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/handleException" : {
+      "get" : {
+        "description" : "Handle exception",
+        "operationId" : "sendError",
+        "responses" : {
+          "500" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "object",
+                  "properties" : {
+                    "allowedMethods" : {
+                      "type" : "array",
+                      "items" : {
+                        "type" : "string"
+                      },
+                      "uniqueItems" : true
+                    },
+                    "cookies" : {
+                      "type" : "object",
+                      "additionalProperties" : {
+                        "type" : "object",
+                        "properties" : {
+                          "comment" : {
+                            "type" : "string"
+                          },
+                          "domain" : {
+                            "type" : "string"
+                          },
+                          "expiry" : {
+                            "type" : "string",
+                            "format" : "date-time"
+                          },
+                          "httpOnly" : {
+                            "type" : "boolean"
+                          },
+                          "maxAge" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          },
+                          "name" : {
+                            "type" : "string"
+                          },
+                          "path" : {
+                            "type" : "string"
+                          },
+                          "secure" : {
+                            "type" : "boolean"
+                          },
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "version" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      }
+                    },
+                    "date" : {
+                      "type" : "string",
+                      "format" : "date-time"
+                    },
+                    "entity" : {
+                      "type" : "object"
+                    },
+                    "entityTag" : {
+                      "type" : "object",
+                      "properties" : {
+                        "value" : {
+                          "type" : "string"
+                        },
+                        "weak" : {
+                          "type" : "boolean"
+                        }
+                      }
+                    },
+                    "headers" : {
+                      "type" : "object",
+                      "additionalProperties" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object"
+                        }
+                      }
+                    },
+                    "language" : {
+                      "type" : "object",
+                      "properties" : {
+                        "country" : {
+                          "type" : "string"
+                        },
+                        "displayCountry" : {
+                          "type" : "string"
+                        },
+                        "displayLanguage" : {
+                          "type" : "string"
+                        },
+                        "displayName" : {
+                          "type" : "string"
+                        },
+                        "displayScript" : {
+                          "type" : "string"
+                        },
+                        "displayVariant" : {
+                          "type" : "string"
+                        },
+                        "extensionKeys" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          },
+                          "uniqueItems" : true
+                        },
+                        "iso3Country" : {
+                          "type" : "string"
+                        },
+                        "iso3Language" : {
+                          "type" : "string"
+                        },
+                        "language" : {
+                          "type" : "string"
+                        },
+                        "script" : {
+                          "type" : "string"
+                        },
+                        "unicodeLocaleAttributes" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          },
+                          "uniqueItems" : true
+                        },
+                        "unicodeLocaleKeys" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          },
+                          "uniqueItems" : true
+                        },
+                        "variant" : {
+                          "type" : "string"
+                        }
+                      }
+                    },
+                    "lastModified" : {
+                      "type" : "string",
+                      "format" : "date-time"
+                    },
+                    "length" : {
+                      "type" : "integer",
+                      "format" : "int32"
+                    },
+                    "links" : {
+                      "type" : "array",
+                      "items" : {
+                        "type" : "object",
+                        "properties" : {
+                          "params" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "rel" : {
+                            "type" : "string"
+                          },
+                          "rels" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            }
+                          },
+                          "title" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "uri" : {
+                            "type" : "string",
+                            "format" : "uri"
+                          },
+                          "uriBuilder" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "uniqueItems" : true
+                    },
+                    "location" : {
+                      "type" : "string",
+                      "format" : "uri"
+                    },
+                    "mediaType" : {
+                      "type" : "object",
+                      "properties" : {
+                        "parameters" : {
+                          "type" : "object",
+                          "additionalProperties" : {
+                            "type" : "string"
+                          }
+                        },
+                        "subtype" : {
+                          "type" : "string"
+                        },
+                        "type" : {
+                          "type" : "string"
+                        },
+                        "wildcardSubtype" : {
+                          "type" : "boolean"
+                        },
+                        "wildcardType" : {
+                          "type" : "boolean"
+                        }
+                      }
+                    },
+                    "metadata" : {
+                      "type" : "object",
+                      "additionalProperties" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object"
+                        }
+                      }
+                    },
+                    "status" : {
+                      "type" : "integer",
+                      "format" : "int32"
+                    },
+                    "statusInfo" : {
+                      "type" : "object",
+                      "properties" : {
+                        "family" : {
+                          "type" : "string",
+                          "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                        },
+                        "reasonPhrase" : {
+                          "type" : "string"
+                        },
+                        "statusCode" : {
+                          "type" : "integer",
+                          "format" : "int32"
+                        }
+                      }
+                    },
+                    "stringHeaders" : {
+                      "type" : "object",
+                      "additionalProperties" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            },
+            "description" : "Internal Error"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/interfaceLifecycleTypes" : {
+      "get" : {
+        "description" : "Get interface lifecycle types",
+        "operationId" : "getInterfaceLifecycleTypes",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Interface lifecycle types"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Interface lifecycle types not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns interface lifecycle types",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/nodeTypes" : {
+      "get" : {
+        "description" : "Get node types",
+        "operationId" : "getAllNodeTypesServlet",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "nodeTypes"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Node types not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns node types",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/notif/vsp/archived" : {
+      "post" : {
+        "description" : "Notify about an archived VSP. All VFs with relation to the given CSAR IDs will be martked as vspArchived=true",
+        "operationId" : "onVspArchived",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "array",
+                "items" : {
+                  "type" : "string"
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Success"
+          },
+          "400" : {
+            "description" : "Bad request"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "500" : {
+            "description" : "Internal Error. A list of the failed CSAR IDs may be returned."
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/notif/vsp/restored" : {
+      "post" : {
+        "description" : "Notify about a restored VSP. All VFs with relation to the given CSAR IDs will be martked as vspArchived=false",
+        "operationId" : "onVspRestored",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "array",
+                "items" : {
+                  "type" : "string"
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Success"
+          },
+          "400" : {
+            "description" : "Bad request"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "500" : {
+            "description" : "Internal Error. A list of the failed CSAR IDs may be returned."
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/policyTypes" : {
+      "get" : {
+        "description" : "Get policy types ",
+        "operationId" : "getPolicyTypes",
+        "parameters" : [ {
+          "description" : "An optional parameter to indicate the type of the container from where this call is executed",
+          "in" : "query",
+          "name" : "internalComponentType",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The user id",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "policy types found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "500" : {
+            "description" : "The GET request failed due to internal SDC problem."
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/PolicyTypeDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns policy types",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/relationshipTypes" : {
+      "get" : {
+        "description" : "Get relationship types",
+        "operationId" : "getAllRelationshipTypesServlet",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "relationshipTypes"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Relationship types not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns relationship types",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources" : {
+      "post" : {
+        "description" : "Create Resource",
+        "operationId" : "createResource",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Resource object to be created",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Resource created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Resource already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/certified/abstract" : {
+      "get" : {
+        "operationId" : "getCertifiedAbstractResources",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/certified/notabstract" : {
+      "get" : {
+        "operationId" : "getCertifiedNotAbstractResources",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/csar/{csaruuid}" : {
+      "get" : {
+        "description" : "Create Resource",
+        "operationId" : "getResourceFromCsar",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "csaruuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Resource retrieced"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns resource created from csar uuid",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/importReplaceResource" : {
+      "post" : {
+        "description" : "Import Resource",
+        "operationId" : "importReplaceResource",
+        "parameters" : [ {
+          "description" : "The user id",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "*/*" : {
+              "schema" : {
+                "type" : "object",
+                "properties" : {
+                  "resourceZip" : {
+                    "$ref" : "#/components/schemas/FormDataContentDisposition"
+                  },
+                  "resourceZipMetadata" : {
+                    "type" : "string",
+                    "description" : "resourceMetadata"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Resource created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Resource already exist"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns imported resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/resourceName/{resourceName}/resourceVersion/{resourceVersion}" : {
+      "get" : {
+        "description" : "Retrieve Resource by name and version",
+        "operationId" : "getResourceByNameAndVersion",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "resourceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "resourceVersion",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Resource found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns resource according to resourceId",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/validate-name/{resourceName}" : {
+      "get" : {
+        "description" : "validate resource name",
+        "operationId" : "validateResourceName",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "resourceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "subtype",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Resource found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "checks if the chosen resource name is available ",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{componentId}/archive" : {
+      "post" : {
+        "description" : "Archive Resource",
+        "operationId" : "archiveResources",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Archive successful"
+          },
+          "400" : {
+            "description" : "Bad request"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource not found"
+          },
+          "500" : {
+            "description" : "Internal Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Marks a resource as archived. Can be restored with restore action",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{componentId}/restore" : {
+      "post" : {
+        "description" : "Restore Resource",
+        "operationId" : "restoreResource",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Restore successful"
+          },
+          "400" : {
+            "description" : "Bad request"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource not found"
+          },
+          "500" : {
+            "description" : "Internal Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Restores a resource from archive.",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}" : {
+      "delete" : {
+        "operationId" : "deleteResource",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "*/*" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Retrieve Resource",
+        "operationId" : "getResourceById",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Resource found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns resource according to resourceId",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Resource",
+        "operationId" : "updateResource",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Resource object to be updated",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Resource updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Resource already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/additionalinfo" : {
+      "get" : {
+        "description" : "Get all Additional Information under resource",
+        "operationId" : "getAllResourceAdditionalInformationLabel",
+        "parameters" : [ {
+          "description" : "resource id to update with new property",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "list of additional information"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Additional information key already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns Additional Inforamtion property",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "post" : {
+        "description" : "Create Additional Information Label and Value",
+        "operationId" : "createResourceAdditionalInformationLabel",
+        "parameters" : [ {
+          "description" : "resource id to update with new property",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Additional information key value to be created",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Additional information created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Additional information key already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created Additional Inforamtion property",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/additionalinfo/{labelId}" : {
+      "delete" : {
+        "description" : "Create Additional Information Label and Value",
+        "operationId" : "updateResourceAdditionalInformationLabel",
+        "parameters" : [ {
+          "description" : "resource id to update with new property",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "label id",
+          "in" : "path",
+          "name" : "labelId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Additional information deleted"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Additional information key already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns deleted Additional Inforamtion property",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Get Additional Information by id",
+        "operationId" : "getResourceAdditionalInformationLabel",
+        "parameters" : [ {
+          "description" : "resource id to update with new property",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "label id",
+          "in" : "path",
+          "name" : "labelId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "fetched additional information"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Additional information key already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns Additional Inforamtion property",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Additional Information Label and Value",
+        "operationId" : "updateResourceAdditionalInformationLabel_1",
+        "parameters" : [ {
+          "description" : "resource id to update with new property",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "label id",
+          "in" : "path",
+          "name" : "labelId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Additional information key value to be created",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Additional information updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Additional information key already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated Additional Inforamtion property",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/artifacts" : {
+      "post" : {
+        "description" : "Create Artifact",
+        "operationId" : "loadArtifact",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "json describe the artifact",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Resource created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Artifact already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created ArtifactDefinition",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/artifacts/{artifactId}" : {
+      "delete" : {
+        "description" : "Delete Artifact",
+        "operationId" : "deleteArtifact",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Resource created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns delete artifact",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Download resource Artifact in Base64",
+        "operationId" : "downloadResourceArtifactBase64",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Resource artifact downloaded"
+          },
+          "404" : {
+            "description" : "Resource/Artifact not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns downloaded artifact",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "post" : {
+        "description" : "Update Artifact",
+        "operationId" : "updateArtifact",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "json describe the artifact",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Resource created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated artifact",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/attributes" : {
+      "get" : {
+        "description" : "Get Resource Attribute",
+        "operationId" : "getAttributeListInResource",
+        "parameters" : [ {
+          "description" : "resource id of attribute",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "attribute"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource attribute not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns attribute list of resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "post" : {
+        "description" : "Create Resource Attribute",
+        "operationId" : "createAttribute",
+        "parameters" : [ {
+          "description" : "resource id to update with new attribute",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Resource attribute to be created",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Resource property created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Resource attribute already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created resource attribute",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/attributes/{attributeId}" : {
+      "delete" : {
+        "description" : "Create Resource Attribute",
+        "operationId" : "deleteAttribute",
+        "parameters" : [ {
+          "description" : "resource id of attribute",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Attribute id to delete",
+          "in" : "path",
+          "name" : "attributeId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "204" : {
+            "description" : "deleted attribute"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource property not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns deleted attribute",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Resource Attribute",
+        "operationId" : "updateAttribute",
+        "parameters" : [ {
+          "description" : "resource id to update with new attribute",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "attribute id to update",
+          "in" : "path",
+          "name" : "attributeId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Resource attribute to update",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Resource attribute updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated attribute",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/capabilities" : {
+      "post" : {
+        "description" : "Create Capabilities on resource",
+        "operationId" : "createCapabilitiesOnResource",
+        "parameters" : [ {
+          "description" : "Resource Id",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Capability to create",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Create Capabilities"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Capability already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Create Capabilities on resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Capabilities on resource",
+        "operationId" : "updateCapabilitiesOnResource",
+        "parameters" : [ {
+          "description" : "Component Id",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Capabilities to update",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Update Capabilities"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/CapabilityDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Update Capabilities on resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/capabilities/{capabilityId}" : {
+      "delete" : {
+        "description" : "Delete capability from resource",
+        "operationId" : "deleteCapabilityOnResource",
+        "parameters" : [ {
+          "description" : "capability Id",
+          "in" : "path",
+          "name" : "capabilityId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Resource Id",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Delete capability"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/CapabilityDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Delete capability from resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Get Capability from resource",
+        "operationId" : "getCapabilityOnResource",
+        "parameters" : [ {
+          "description" : "Resource Id",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Capability Id",
+          "in" : "path",
+          "name" : "capabilityId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "GET Capability"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/CapabilityDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "GET Capability from resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/interfaceOperations" : {
+      "post" : {
+        "description" : "Create Interface Operations on Resource",
+        "operationId" : "createInterfaceOperationsOnResource",
+        "parameters" : [ {
+          "description" : "Resource Id",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Interface Operations to create",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Create Interface Operations on Resource"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource not found"
+          },
+          "409" : {
+            "description" : "Interface Operation already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/InterfaceDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Create Interface Operations on Resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Interface Operations on Resource",
+        "operationId" : "updateInterfaceOperationsOnResource",
+        "parameters" : [ {
+          "description" : "Resource Id",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Interface Operations to update",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Update Interface Operations on Resource"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/InterfaceDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Update Interface Operations on Resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/interfaces/{interfaceId}/operations/{operationId}" : {
+      "delete" : {
+        "description" : "Delete Interface Operation from Resource",
+        "operationId" : "deleteInterfaceOperationsFromResource",
+        "parameters" : [ {
+          "description" : "Resource Id",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Interface Id",
+          "in" : "path",
+          "name" : "interfaceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Operation Id",
+          "in" : "path",
+          "name" : "operationId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Delete Interface Operation from Resource"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/InterfaceDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Delete Interface Operation from Resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Get Interface Operation from Resource",
+        "operationId" : "getInterfaceOperationsFromResource",
+        "parameters" : [ {
+          "description" : "Resource Id",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Interface Id",
+          "in" : "path",
+          "name" : "interfaceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Operation Id",
+          "in" : "path",
+          "name" : "operationId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Delete Interface Operation from Resource"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/InterfaceDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "GET Interface Operation from Resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/metadata" : {
+      "put" : {
+        "description" : "Update Resource Metadata",
+        "operationId" : "updateResourceMetadata",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Resource metadata to be updated",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Resource metadata updated"
+          },
+          "400" : {
+            "description" : "Invalid content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated resource metadata",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/properties" : {
+      "get" : {
+        "description" : "Get Resource Property",
+        "operationId" : "getPropertyListInResource",
+        "parameters" : [ {
+          "description" : "resource id of property",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "property"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource property not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns property list of resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "post" : {
+        "description" : "Create Resource Property",
+        "operationId" : "createPropertyInResource",
+        "parameters" : [ {
+          "description" : "Resource id to update with new property",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Resource property to be created",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Resource property created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Resource property already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created service property",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Resource Property",
+        "operationId" : "updatePropertyInResource",
+        "parameters" : [ {
+          "description" : "resource id to update with new property",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Resource property to update",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Resource property updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated property",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/properties/{propertyId}" : {
+      "delete" : {
+        "description" : "Delete Resource Property",
+        "operationId" : "deletePropertyInResource",
+        "parameters" : [ {
+          "description" : "resource id of property",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Property id to delete",
+          "in" : "path",
+          "name" : "propertyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "204" : {
+            "description" : "deleted property"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource property not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns deleted property",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Get Resource Property",
+        "operationId" : "getPropertyInResource",
+        "parameters" : [ {
+          "description" : "resource id of property",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "property id to get",
+          "in" : "path",
+          "name" : "propertyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "property"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource property not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns property of resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/requirements" : {
+      "post" : {
+        "description" : "Create requirements on resource",
+        "operationId" : "createRequirementsOnResource",
+        "parameters" : [ {
+          "description" : "Resource Id",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Requirement to create",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Create requirements"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "requirement already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Create requirements on resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Requirements on resource",
+        "operationId" : "updateRequirementsOnResource",
+        "parameters" : [ {
+          "description" : "Component Id",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Requirements to update",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Update Requirements"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/RequirementDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Update Requirements on resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/requirements/{requirementId}" : {
+      "delete" : {
+        "description" : "Delete requirements from resource",
+        "operationId" : "deleteRequirementsFromResource",
+        "parameters" : [ {
+          "description" : "Resource Id",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "requirement Id",
+          "in" : "path",
+          "name" : "requirementId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Delete requirement"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/RequirementDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Delete requirements from resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Get Requirement from resource",
+        "operationId" : "getRequirementsFromResource",
+        "parameters" : [ {
+          "description" : "Resource Id",
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Requirement Id",
+          "in" : "path",
+          "name" : "requirementId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "GET requirement"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/RequirementDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "GET Requirement from resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/{interfaceType}/{operation}/artifacts" : {
+      "post" : {
+        "description" : "Create Artifact and Attach to interface",
+        "operationId" : "loadArtifactToInterface",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "interfaceType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "operation",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "Content-MD5",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "json describe the artifact",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Resource created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Artifact already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceId}/{interfaceType}/{operation}/artifacts/{artifactId}" : {
+      "delete" : {
+        "description" : "delete Artifact from interface",
+        "operationId" : "deleteArtifactToInterface",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "interfaceType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "operation",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "delete artifact under interface deleted"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Artifact already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "delete matching artifact from interface",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "post" : {
+        "description" : "update Artifact  Attach to interface",
+        "operationId" : "updateArtifactToInterface",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "resourceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "interfaceType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "operation",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "Content-MD5",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "json describe the artifact",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "delete artifact under interface deleted"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Artifact already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "updates artifact by interface",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/resources/{resourceName}/{version}" : {
+      "delete" : {
+        "description" : "Delete Resource By Name And Version",
+        "operationId" : "deleteResourceByNameAndVersion",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "resourceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "version",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "204" : {
+            "description" : "Resource deleted"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource not found"
+          },
+          "default" : {
+            "content" : {
+              "*/*" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns no content",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services" : {
+      "post" : {
+        "description" : "Create Service",
+        "operationId" : "createService",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Service object to be created",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Service created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Service already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Service"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created service",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/distribution/{did}" : {
+      "get" : {
+        "description" : "Retrieve Distributions",
+        "operationId" : "getListOfDistributionStatuses",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "did",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Service found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Status not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/DistributionStatusListResponse"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Return  the  list  of  distribution status objects",
+        "tags" : [ "SDCE-5 APIs" ]
+      }
+    },
+    "/v1/catalog/services/importService" : {
+      "post" : {
+        "description" : "Import Service",
+        "operationId" : "importNsService",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Service object to be imported",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Service created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Service already exist"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns imported service",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/replaceVNF" : {
+      "post" : {
+        "description" : "Replace new VNF based on the existing VNF",
+        "operationId" : "replaceVNF",
+        "parameters" : [ {
+          "description" : "The user id",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "*/*" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Resource object to be created",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "content" : {
+              "*/*" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ReplaceVNFInfo"
+                  }
+                }
+              }
+            },
+            "description" : "ECOMP component is authenticated and list of Catalog Assets Metadata is returned"
+          },
+          "400" : {
+            "description" : "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Error: Requested '%1' (uuid) resource was not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "409" : {
+            "description" : "Service already exist"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Return whether the replace VNF is successful",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/serviceName/{serviceName}/serviceVersion/{serviceVersion}" : {
+      "get" : {
+        "description" : "Retrieve Service",
+        "operationId" : "getServiceByNameAndVersion",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "serviceVersion",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Service found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Service"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns service according to name and version",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/serviceUUID/{uuid}/importReplaceService" : {
+      "post" : {
+        "description" : "Import Service",
+        "operationId" : "importReplaceService",
+        "parameters" : [ {
+          "description" : "The user id",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset uuid",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "*/*" : {
+              "schema" : {
+                "type" : "object",
+                "properties" : {
+                  "serviceZip" : {
+                    "$ref" : "#/components/schemas/FormDataContentDisposition"
+                  },
+                  "serviceZipMetadata" : {
+                    "type" : "string",
+                    "description" : "serviceMetadata"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Service created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Service already exist"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns imported service",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/validate-name/{serviceName}" : {
+      "get" : {
+        "description" : "validate service name",
+        "operationId" : "validateServiceName",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Service found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "checks if the chosen service name is available ",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{componentId}/archive" : {
+      "post" : {
+        "description" : "Archive Service",
+        "operationId" : "archiveService",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Archive successful"
+          },
+          "400" : {
+            "description" : "Bad request"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service not found"
+          },
+          "500" : {
+            "description" : "Internal Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Marks a service as archived. Can be restored with restore action",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{componentId}/copyComponentInstance/{componentInstanceId}" : {
+      "post" : {
+        "description" : "Copy Component Instance",
+        "operationId" : "copyComponentInstance",
+        "parameters" : [ {
+          "description" : "service unique id in pasted canvas",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Data for copying",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Copy and Paste Success"
+          },
+          "400" : {
+            "description" : "Invalid Content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted Operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Service"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated service information",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{componentId}/restore" : {
+      "post" : {
+        "description" : "Restore Service",
+        "operationId" : "restoreService",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Restore successful"
+          },
+          "400" : {
+            "description" : "Bad request"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service not found"
+          },
+          "500" : {
+            "description" : "Internal Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Restores a service from archive.",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}" : {
+      "delete" : {
+        "description" : "Delete Service",
+        "operationId" : "deleteService",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "204" : {
+            "description" : "Service deleted"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service not found"
+          },
+          "default" : {
+            "content" : {
+              "*/*" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Service"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Return no content",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Retrieve Service",
+        "operationId" : "getServiceById_1",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Service found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Service"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns service according to serviceId",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/additionalinfo" : {
+      "get" : {
+        "description" : "Get all Additional Information under service",
+        "operationId" : "getAllServiceAdditionalInformationLabel",
+        "parameters" : [ {
+          "description" : "service id to update with new property",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "list of additional information"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Additional information key already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns Additional Inforamtion property",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "post" : {
+        "description" : "Create Additional Information Label and Value",
+        "operationId" : "createServiceAdditionalInformationLabel",
+        "parameters" : [ {
+          "description" : "service id to update with new property",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Additional information key value to be created",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Additional information created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Additional information key already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created Additional Inforamtion property",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/additionalinfo/{labelId}" : {
+      "delete" : {
+        "description" : "Create Additional Information Label and Value",
+        "operationId" : "deleteServiceAdditionalInformationLabel",
+        "parameters" : [ {
+          "description" : "service id to update with new property",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "label id",
+          "in" : "path",
+          "name" : "labelId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Additional information deleted"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Additional information key already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns deleted Additional Inforamtion property",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Get Additional Information by id",
+        "operationId" : "getServiceAdditionalInformationLabel",
+        "parameters" : [ {
+          "description" : "service id to update with new property",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "label id",
+          "in" : "path",
+          "name" : "labelId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "fetched additional information"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Additional information key already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns Additional Inforamtion property",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Additional Information Label and Value",
+        "operationId" : "updateServiceAdditionalInformationLabel",
+        "parameters" : [ {
+          "description" : "service id to update with new property",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "label id",
+          "in" : "path",
+          "name" : "labelId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Additional information key value to be created",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Additional information updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Additional information key already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated Additional Inforamtion property",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/artifacts" : {
+      "post" : {
+        "description" : "Create Artifact",
+        "operationId" : "loadInformationArtifact",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "json describe the artifact",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Resource created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Artifact already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created ArtifactDefinition",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/artifacts/api/{artifactId}" : {
+      "delete" : {
+        "description" : "Delete Api Artifact",
+        "operationId" : "deleteApiArtifact",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "Content-MD5",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "204" : {
+            "description" : "Api Artifact deleted"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns Deleted ArtifactDefinition",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "post" : {
+        "description" : "Update Api Artifact",
+        "operationId" : "updateApiArtifact",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "Content-MD5",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "json describe the artifact",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Api Artifact Updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created ArtifactDefinition",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/artifacts/{artifactId}" : {
+      "delete" : {
+        "description" : "Delete Artifact",
+        "operationId" : "deleteInformationalArtifact",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Service artifact deleted"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns delete artifact",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Download service Artifact in Base64",
+        "operationId" : "downloadServiceArtifactBase64",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Service artifact downloaded"
+          },
+          "404" : {
+            "description" : "Service/Artifact not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns downloaded artifact",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "post" : {
+        "description" : "Update Artifact",
+        "operationId" : "updateInformationArtifact",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "json describe the artifact",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Service artifact created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated artifact",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/attributes" : {
+      "get" : {
+        "description" : "Get Service Attribute",
+        "operationId" : "getAttributeListInService",
+        "parameters" : [ {
+          "description" : "service id of attribute",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "attribute"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service attribute not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns attribute list of service",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/capabilities" : {
+      "post" : {
+        "description" : "Create Capabilities on service",
+        "operationId" : "createCapabilitiesOnService",
+        "parameters" : [ {
+          "description" : "Service Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Capability to create",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Create Capabilities"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Capability already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Create Capabilities on service",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Capabilities on service",
+        "operationId" : "updateCapabilitiesOnService",
+        "parameters" : [ {
+          "description" : "Component Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Capabilities to update",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Update Capabilities"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/CapabilityDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Update Capabilities on service",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/capabilities/{capabilityId}" : {
+      "delete" : {
+        "description" : "Delete capability from service",
+        "operationId" : "deleteCapabilityOnService",
+        "parameters" : [ {
+          "description" : "capability Id",
+          "in" : "path",
+          "name" : "capabilityId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Service Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Delete capability"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/CapabilityDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Delete capability from service",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Get Capability from service",
+        "operationId" : "getCapabilityOnService",
+        "parameters" : [ {
+          "description" : "Service Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Capability Id",
+          "in" : "path",
+          "name" : "capabilityId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "GET Capability"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/CapabilityDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "GET Capability from service",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/consumption/{serviceInstanceId}" : {
+      "post" : {
+        "description" : "Service consumption on operation",
+        "operationId" : "addInputToServiceOperation",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "serviceInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Service Consumption Data",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Service property created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Service property already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns consumption data",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/consumption/{serviceInstanceId}/interfaces/{interfaceId}/operations/{operationId}/inputs" : {
+      "get" : {
+        "operationId" : "getInputsListOfOperation",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "serviceInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "interfaceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "operationId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/distribution/{did}/markDeployed" : {
+      "post" : {
+        "description" : "Mark distribution as deployed",
+        "operationId" : "markDistributionAsDeployed",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "did",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Service was marked as deployed"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Service is not available"
+          },
+          "404" : {
+            "description" : "Requested service was not found"
+          },
+          "409" : {
+            "description" : "Restricted operation"
+          },
+          "500" : {
+            "description" : "Internal Server Error. Please try again later."
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "relevant audit record will be created",
+        "tags" : [ "SDCE-5 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/distribution/{env}/activate" : {
+      "post" : {
+        "description" : "Activate distribution",
+        "operationId" : "activateDistribution",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "env",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "OK"
+          },
+          "404" : {
+            "description" : "Requested service was not found"
+          },
+          "409" : {
+            "description" : "Service cannot be distributed due to missing deployment artifacts"
+          },
+          "500" : {
+            "description" : "Internal Server Error. Please try again later."
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "activate distribution",
+        "tags" : [ "SDCE-5 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/interfaceOperations" : {
+      "post" : {
+        "description" : "Create Interface Operations on Service",
+        "operationId" : "createInterfaceOperationsOnService",
+        "parameters" : [ {
+          "description" : "Service Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Interface Operations to create",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Create Interface Operations on Service"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service not found"
+          },
+          "409" : {
+            "description" : "Interface Operation already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/InterfaceDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Create Interface Operations on Service",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Interface Operations on Service",
+        "operationId" : "updateInterfaceOperationsOnService",
+        "parameters" : [ {
+          "description" : "Service Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Interface Operations to update",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Update Interface Operations on Service"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/InterfaceDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Update Interface Operations on Service",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/interfaces/{interfaceId}/operations/{operationId}" : {
+      "delete" : {
+        "description" : "Delete Interface Operation from Service",
+        "operationId" : "deleteInterfaceOperationsFromService",
+        "parameters" : [ {
+          "description" : "Service Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Interface Id",
+          "in" : "path",
+          "name" : "interfaceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Operation Id",
+          "in" : "path",
+          "name" : "operationId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Delete Interface Operation from Service"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/InterfaceDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Delete Interface Operation from Service",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Get Interface Operation from Service",
+        "operationId" : "getInterfaceOperationsFromService",
+        "parameters" : [ {
+          "description" : "Service Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Interface Id",
+          "in" : "path",
+          "name" : "interfaceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Operation Id",
+          "in" : "path",
+          "name" : "operationId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Get Interface Operation from Service"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/InterfaceDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "GET Interface Operation from Service",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/linksMap" : {
+      "get" : {
+        "description" : "Retrieve Service component relations map",
+        "operationId" : "getServiceComponentRelationMap",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Service found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ServiceRelations"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns service components relations",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/metadata" : {
+      "put" : {
+        "description" : "Update Service Metadata",
+        "operationId" : "updateServiceMetadata",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Service object to be Updated",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Service Updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Service"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated service",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/paths" : {
+      "post" : {
+        "description" : "Create Forwarding Path",
+        "operationId" : "createForwardingPath",
+        "parameters" : [ {
+          "description" : "Service Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Forwarding Path to create",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Create Forwarding Path"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Forwarding Path already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Service"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Create Forwarding Path",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Forwarding Path",
+        "operationId" : "updateForwardingPath",
+        "parameters" : [ {
+          "description" : "Service Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Update Path to create",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Update Forwarding Path"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Forwarding Path already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Service"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Update Forwarding Path",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/paths/{forwardingPathId}" : {
+      "delete" : {
+        "description" : "Delete Forwarding Path",
+        "operationId" : "deleteForwardingPath",
+        "parameters" : [ {
+          "description" : "Forwarding Path Id",
+          "in" : "path",
+          "name" : "forwardingPathId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Service Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Delete Forwarding Path"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Forwarding Path already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Service"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Delete Forwarding Path",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Get Forwarding Path",
+        "operationId" : "getForwardingPath",
+        "parameters" : [ {
+          "description" : "Service Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Forwarding Path Id",
+          "in" : "path",
+          "name" : "forwardingPathId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Forwarding Path to create",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Get Forwarding Path"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Forwarding Path already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ForwardingPathDataDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "GET Forwarding Path",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/properties" : {
+      "get" : {
+        "description" : "Get Service Property",
+        "operationId" : "getPropertyListInService",
+        "parameters" : [ {
+          "description" : "service id of property",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "property"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service property not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns property list of service",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "post" : {
+        "description" : "Create Service Property",
+        "operationId" : "createPropertyInService",
+        "parameters" : [ {
+          "description" : "service id to update with new property",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Service property to be created",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Service property created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Service property already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created service property",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Service Property",
+        "operationId" : "updatePropertyInService",
+        "parameters" : [ {
+          "description" : "service id to update with new property",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Service property to update",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Service property updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated property",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/properties/{propertyId}" : {
+      "delete" : {
+        "description" : "Delete Service Property",
+        "operationId" : "deletePropertyInService",
+        "parameters" : [ {
+          "description" : "service id of property",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Property id to delete",
+          "in" : "path",
+          "name" : "propertyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "204" : {
+            "description" : "deleted property"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service property not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns deleted property",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Get Service Property",
+        "operationId" : "getPropertyInService",
+        "parameters" : [ {
+          "description" : "service id of property",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "property id to get",
+          "in" : "path",
+          "name" : "propertyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "property"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service property not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns property of service",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/requirements" : {
+      "post" : {
+        "description" : "Create requirements on service",
+        "operationId" : "createRequirementsOnService",
+        "parameters" : [ {
+          "description" : "Service Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Requirements to create",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Create Requirements"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Requirement already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Create requirements on service",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update requirements on service",
+        "operationId" : "updateRequirementsOnService",
+        "parameters" : [ {
+          "description" : "Component Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Requirements to update",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Update requirements"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/RequirementDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Update requirements on service",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/requirements/{requirementId}" : {
+      "delete" : {
+        "description" : "Delete requirement from service",
+        "operationId" : "deleteRequirementsOnService",
+        "parameters" : [ {
+          "description" : "Service Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Requirement Id",
+          "in" : "path",
+          "name" : "requirementId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Delete Requirements"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/RequirementDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Delete requirement from service",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Get requirement from service",
+        "operationId" : "getRequirementsOnService",
+        "parameters" : [ {
+          "description" : "Service Id",
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Requirement Id",
+          "in" : "path",
+          "name" : "requirementId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "GET Requirements"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/RequirementDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "GET requirement from service",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceId}/tempUrlToBeDeleted" : {
+      "post" : {
+        "operationId" : "tempUrlToBeDeleted",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "OK"
+          },
+          "500" : {
+            "description" : "Internal Server Error. Please try again later."
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceName}/{version}" : {
+      "delete" : {
+        "description" : "Delete Service By Name And Version",
+        "operationId" : "deleteServiceByNameAndVersion",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "version",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "204" : {
+            "description" : "Service deleted"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service not found"
+          },
+          "default" : {
+            "content" : {
+              "*/*" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns no content",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceUUID}/distribution" : {
+      "get" : {
+        "description" : "Retrieve Distributions",
+        "operationId" : "getServiceById",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceUUID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Service found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Service not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/DistributionStatusListResponse"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns list  bases on the  information extracted from  Auditing Records according to service uuid",
+        "tags" : [ "SDCE-5 APIs" ]
+      }
+    },
+    "/v1/catalog/toggle" : {
+      "get" : {
+        "description" : "Get all Toggleable features",
+        "operationId" : "getAllFeatures",
+        "responses" : {
+          "200" : {
+            "description" : "Success"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Toggleable features not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns list of toggleable features",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/toggle/state/{state}" : {
+      "put" : {
+        "description" : "Update all feature toggle state",
+        "operationId" : "setAllFeatures",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "state",
+          "required" : true,
+          "schema" : {
+            "type" : "boolean"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Success"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Toggleable features not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Update all feature status",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/toggle/{featureName}/state" : {
+      "get" : {
+        "description" : "Get Toggleable feature state",
+        "operationId" : "getToggleableFeature",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "featureName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Success"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Toggleable feature not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns one toggleable feature state",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/toggle/{featureName}/state/{state}" : {
+      "put" : {
+        "description" : "Update feature toggle state",
+        "operationId" : "updateFeatureState",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "featureName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "state",
+          "required" : true,
+          "schema" : {
+            "type" : "boolean"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Success"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Toggleable features not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Update feature status",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/upload/{resourceAuthority}" : {
+      "post" : {
+        "description" : "Create Resource from yaml",
+        "operationId" : "uploadMultipart",
+        "parameters" : [ {
+          "description" : "validValues: normative-resource / user-resource",
+          "in" : "path",
+          "name" : "resourceAuthority",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "multipart", "user-resource", "user-resource-ui-import" ]
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "createNewVersion",
+          "schema" : {
+            "type" : "boolean",
+            "default" : true
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "object",
+                "properties" : {
+                  "resourceMetadata" : {
+                    "type" : "string",
+                    "description" : "resourceMetadata"
+                  },
+                  "resourceZip" : {
+                    "$ref" : "#/components/schemas/FormDataContentDisposition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Resource created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Resource already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created resource",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/uploadType/annotationtypes" : {
+      "post" : {
+        "description" : "Create AnnotationTypes from yaml",
+        "operationId" : "uploadAnnotationTypes",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "object",
+                "properties" : {
+                  "annotationTypesZip" : {
+                    "type" : "string",
+                    "format" : "binary",
+                    "description" : "FileInputStream"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "201" : {
+            "description" : "annotation types created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "annotation types already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created annotation types",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/uploadType/capability" : {
+      "post" : {
+        "description" : "Create Capability Type from yaml",
+        "operationId" : "uploadCapabilityType",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "object",
+                "properties" : {
+                  "capabilityTypeZip" : {
+                    "type" : "string",
+                    "format" : "binary",
+                    "description" : "FileInputStream"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Capability Type created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Capability Type already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created Capability Type",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/uploadType/categories" : {
+      "post" : {
+        "description" : "Create Categories from yaml",
+        "operationId" : "uploadCategories",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "object",
+                "properties" : {
+                  "categoriesZip" : {
+                    "type" : "string",
+                    "format" : "binary",
+                    "description" : "FileInputStream"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Categories created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Category already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created categories",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/uploadType/datatypes" : {
+      "post" : {
+        "description" : "Create Categories from yaml",
+        "operationId" : "uploadDataTypes",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "object",
+                "properties" : {
+                  "dataTypesZip" : {
+                    "type" : "string",
+                    "format" : "binary",
+                    "description" : "FileInputStream"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Data types created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Data types already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created data types",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/uploadType/grouptypes" : {
+      "post" : {
+        "description" : "Create GroupTypes from yaml",
+        "operationId" : "uploadGroupTypes",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "object",
+                "properties" : {
+                  "groupTypesZip" : {
+                    "type" : "string",
+                    "format" : "binary",
+                    "description" : "FileInputStream"
+                  },
+                  "toscaTypeMetadata" : {
+                    "type" : "string",
+                    "description" : "toscaTypeMetadata"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "201" : {
+            "description" : "group types created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "group types already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created group types",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/uploadType/interfaceLifecycle" : {
+      "post" : {
+        "description" : "Create Interface Lyfecycle Type from yaml",
+        "operationId" : "uploadInterfaceLifecycleType",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "object",
+                "properties" : {
+                  "interfaceLifecycleTypeZip" : {
+                    "type" : "string",
+                    "format" : "binary",
+                    "description" : "FileInputStream"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Interface Lifecycle Type created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Interface Lifecycle Type already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created Interface Lifecycle Type",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/uploadType/policytypes" : {
+      "post" : {
+        "description" : "Create PolicyTypes from yaml",
+        "operationId" : "uploadPolicyTypes",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "object",
+                "properties" : {
+                  "policyTypesZip" : {
+                    "type" : "string",
+                    "format" : "binary",
+                    "description" : "FileInputStream"
+                  },
+                  "toscaTypeMetadata" : {
+                    "type" : "string",
+                    "description" : "toscaTypeMetadata"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "201" : {
+            "description" : "policy types created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "policy types already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created policy types",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/uploadType/relationship" : {
+      "post" : {
+        "description" : "Create Relationship Type from yaml",
+        "operationId" : "uploadRelationshipType",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "multipart/form-data" : {
+              "schema" : {
+                "type" : "object",
+                "properties" : {
+                  "relationshipTypeZip" : {
+                    "type" : "string",
+                    "format" : "binary",
+                    "description" : "FileInputStream"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Relationship Type created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Relationship Type already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created Relationship Type",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}/{uuid}/interfaces/{interfaceUUID}/operations/{operationUUID}/artifacts/{artifactUUID}" : {
+      "post" : {
+        "description" : "uploads of artifact to component operation workflow",
+        "operationId" : "uploadInterfaceOperationArtifact",
+        "parameters" : [ {
+          "description" : "Asset type",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the asset as published in the metadata",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the interface",
+          "in" : "path",
+          "name" : "interfaceUUID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the operation",
+          "in" : "path",
+          "name" : "operationUUID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the artifact",
+          "in" : "path",
+          "name" : "artifactUUID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "Content-MD5",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ArtifactDefinition"
+                  }
+                }
+              }
+            },
+            "description" : "Artifact uploaded"
+          },
+          "400" : {
+            "description" : "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
+          },
+          "404" : {
+            "description" : "Specified resource is not found - SVC4063"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "uploads of artifact to component operation workflow",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/latestversion/notabstract" : {
+      "get" : {
+        "description" : "Get Component Requirments And Capabilities",
+        "operationId" : "getLatestVersionNotAbstractCheckoutComponents",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "internalComponentType",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "componentUids",
+          "schema" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns Requirments And Capabilities according to componentId",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "post" : {
+        "description" : "Get Component Requirments And Capabilities",
+        "operationId" : "getLatestVersionNotAbstractCheckoutComponentsByBody",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "internalComponentType",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "array",
+                "items" : {
+                  "type" : "string"
+                }
+              }
+            }
+          },
+          "description" : "Consumer Object to be created",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns Requirments And Capabilities according to componentId",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/latestversion/notabstract/metadata" : {
+      "get" : {
+        "description" : "Get Component uid only",
+        "operationId" : "getLatestVersionNotAbstractCheckoutComponentsIdesOnly",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "internalComponentType",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "uid list",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns componentId",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/automatedupgrade" : {
+      "post" : {
+        "description" : "Autometed upgrade",
+        "operationId" : "autometedUpgrade",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "json describes upgrade request",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "....",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/componentInstance/{componentInstanceId}/interfaceOperation" : {
+      "put" : {
+        "description" : "Update Interface Operation",
+        "operationId" : "updateComponentInstanceInterfaceOperation",
+        "parameters" : [ {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "Component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Component Instance Id",
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Update Interface Operation"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Update Interface Operation on ComponentInstance",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/componentInstance/{componentInstanceId}/{constraintType}/nodeFilter" : {
+      "post" : {
+        "description" : "Add Component Filter Constraint",
+        "operationId" : "addComponentFilterConstraint",
+        "parameters" : [ {
+          "description" : "Component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Component Instance Id",
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "Constraint type. Valid values: properties / capabilities",
+          "in" : "path",
+          "name" : "constraintType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "properties", "capabilities" ]
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "UIConstraint data",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Create Component Filter"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Add Component Filter Constraint",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/componentInstance/{componentInstanceId}/{constraintType}/{constraintIndex}/nodeFilter" : {
+      "delete" : {
+        "description" : "Delete Component Filter Constraint",
+        "operationId" : "deleteComponentFilterConstraint",
+        "parameters" : [ {
+          "description" : "Component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Component Instance Id",
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Constraint Index",
+          "in" : "path",
+          "name" : "constraintIndex",
+          "required" : true,
+          "schema" : {
+            "type" : "integer",
+            "format" : "int32"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "Constraint type. Valid values: properties / capabilities",
+          "in" : "path",
+          "name" : "constraintType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "properties", "capabilities" ]
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Delete Component Filter Constraint"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Delete Component Filter Constraint",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Component Filter Constraint",
+        "operationId" : "updateComponentFilterConstraint",
+        "parameters" : [ {
+          "description" : "Component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Component Instance Id",
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "Constraint type. Valid values: properties / capabilities",
+          "in" : "path",
+          "name" : "constraintType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "properties", "capabilities" ]
+          }
+        }, {
+          "description" : "Constraint Index",
+          "in" : "path",
+          "name" : "constraintIndex",
+          "required" : true,
+          "schema" : {
+            "type" : "integer",
+            "format" : "int32"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "UIConstraint data",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Create Component Filter"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Update Component Filter Constraint",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/componentInstances" : {
+      "get" : {
+        "description" : "Get Component instances",
+        "operationId" : "getComponentInstancesFilteredByPropertiesAndInputs",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "searchText",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "uid list",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns component instances",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/componentInstances/{instanceId}/{inputId}/properties" : {
+      "get" : {
+        "description" : "Get properties",
+        "operationId" : "getInputPropertiesForComponentInstance",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "instanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "inputId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns properties list",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/componentInstances/{instanceId}/{originComponentUid}/inputs" : {
+      "get" : {
+        "description" : "Get Inputs only",
+        "operationId" : "getComponentInstanceInputs",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "instanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "originComponentUid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns Inputs list",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/componentInstances/{instanceId}/{originComponentUid}/outputs" : {
+      "get" : {
+        "description" : "Get Outputs only",
+        "operationId" : "getComponentInstanceOutputs",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "instanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "originComponentUid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns Outputs list",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/create/input" : {
+      "post" : {
+        "description" : "Create inputs on service",
+        "operationId" : "createInput",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "ComponentIns Inputs Object to be created",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Return inputs list",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/create/inputs" : {
+      "post" : {
+        "description" : "Create inputs on service",
+        "operationId" : "createMultipleInputs",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "ComponentIns Inputs Object to be created",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Return inputs list",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/create/listInput" : {
+      "post" : {
+        "description" : "Create a list input on service",
+        "operationId" : "createListInput",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "ComponentIns Inputs Object to be created",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Return input",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/create/outputs" : {
+      "post" : {
+        "description" : "Create outputs on service",
+        "operationId" : "createMultipleOutputs",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "ComponentIns Outputs Object to be created",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Return outputs list",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/create/policies" : {
+      "post" : {
+        "description" : "Create policies on service",
+        "operationId" : "declareProperties",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "ComponentIns policies Object to be created",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Return policies list",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/dataType/{dataTypeName}" : {
+      "delete" : {
+        "description" : "Delete data type from service",
+        "operationId" : "deleteDataType",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "dataTypeName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Data type deleted"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Data type not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Delete service input",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Get data type in service",
+        "operationId" : "getDataType",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "dataTypeName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Data type found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Data type not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/DataTypeDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Get data type in service",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/dataTypes" : {
+      "get" : {
+        "description" : "Get data types that service has",
+        "operationId" : "getDataTypes",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Data type found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Get data types in service",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/delete/{inputId}/input" : {
+      "delete" : {
+        "description" : "Delete input from service",
+        "operationId" : "deleteInput",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "inputId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Service Input to be deleted",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Input deleted"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Input not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Delete service input",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/delete/{outputId}/output" : {
+      "delete" : {
+        "description" : "Delete output from service",
+        "operationId" : "deleteOutput",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "outputId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Service Output to be deleted",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Output deleted"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Output not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Delete service output",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/dependencies" : {
+      "get" : {
+        "description" : "Autometed upgrade",
+        "operationId" : "getComponentDependencies",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "array",
+                "items" : {
+                  "type" : "string"
+                }
+              }
+            }
+          },
+          "description" : "Consumer Object to be created",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "....",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/filteredDataByParams" : {
+      "get" : {
+        "description" : "Retrieve Resource",
+        "operationId" : "getComponentDataFilteredByParams",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "include",
+          "schema" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Resource found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Resource not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns resource according to resourceId",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/filteredproperties/{propertyNameFragment}" : {
+      "get" : {
+        "description" : "Retrieve properties belonging to component instances of specific component by name and optionally resource type",
+        "operationId" : "getFilteredComponentInstanceProperties",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "propertyNameFragment",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "resourceType",
+          "schema" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns properties belonging to component instances of specific component by name and optionally resource type",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/inputs/{inputId}" : {
+      "get" : {
+        "description" : "Get inputs",
+        "operationId" : "getInputsAndPropertiesForComponentInput",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "inputId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns inputs list",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/inputs/{inputId}/inputs" : {
+      "get" : {
+        "description" : "Get inputs",
+        "operationId" : "getInputsForComponentInput",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "inputId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns inputs list",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/requirmentsCapabilities" : {
+      "get" : {
+        "description" : "Get Component Requirments And Capabilities",
+        "operationId" : "getRequirementAndCapabilities",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns Requirements And Capabilities according to componentId",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/substitutionFilter/{constraintType}" : {
+      "post" : {
+        "description" : "Add Component Substitution Filter Constraint",
+        "operationId" : "addSubstitutionFilter",
+        "parameters" : [ {
+          "description" : "Component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid value: resources / services",
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "services", "services" ]
+          }
+        }, {
+          "description" : "Constraint type. Valid values: properties / capabilities",
+          "in" : "path",
+          "name" : "constraintType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "properties", "capabilities" ]
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "UIConstraint data",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Add Substitution Filter Constraint"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Add Component Substitution Filter Constraint",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Component Substitution Filter Constraint",
+        "operationId" : "updateSubstitutionFilter",
+        "parameters" : [ {
+          "description" : "Component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid value: resources / services",
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "services", "services" ]
+          }
+        }, {
+          "description" : "Constraint type. Valid values: properties / capabilities",
+          "in" : "path",
+          "name" : "constraintType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "properties", "capabilities" ]
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "UIConstraint data",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Update Substitution Filter Constraint"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Update Component Substitution Filter Constraint",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentId}/substitutionFilter/{constraintType}/{constraintIndex}" : {
+      "delete" : {
+        "description" : "Delete Component Substitution Filter Constraint",
+        "operationId" : "deleteSubstitutionFilterConstraint",
+        "parameters" : [ {
+          "description" : "Component Id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Constraint Index",
+          "in" : "path",
+          "name" : "constraintIndex",
+          "required" : true,
+          "schema" : {
+            "type" : "integer",
+            "format" : "int32"
+          }
+        }, {
+          "description" : "valid value: resources / services",
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "services", "services" ]
+          }
+        }, {
+          "description" : "Constraint type. Valid values: properties / capabilities",
+          "in" : "path",
+          "name" : "constraintType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "properties", "capabilities" ]
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Delete Substitution Filter Constraint"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "summary" : "Delete Component Substitution Filter Constraint",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{componentType}/{componentUuid}/conformanceLevelValidation" : {
+      "get" : {
+        "description" : "Validate Component Conformance Level",
+        "operationId" : "conformanceLevelValidation",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentUuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Component found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns the result according to conformance level in BE config",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/artifactsByType/{artifactGroupType}" : {
+      "get" : {
+        "description" : "Get component Artifacts",
+        "operationId" : "getComponentArtifacts",
+        "parameters" : [ {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactGroupType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Component artifacts"
+          },
+          "404" : {
+            "description" : "Resource/Artifact not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns artifacts",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/batchDeleteResourceInstances" : {
+      "post" : {
+        "description" : "Batch Delete ResourceInstances",
+        "operationId" : "batchDeleteResourceInstances",
+        "parameters" : [ {
+          "description" : "valid values: resources / services / products",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services", "products" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Component Instance Id List",
+          "required" : true
+        },
+        "responses" : {
+          "203" : {
+            "description" : "ResourceInstances deleted"
+          },
+          "400" : {
+            "description" : "Invalid Content / Missing Content"
+          },
+          "403" : {
+            "description" : "Restricted Operation"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/groups/{groupId}" : {
+      "get" : {
+        "description" : "Get group artifacts ",
+        "operationId" : "getGroupById",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "groupId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "group found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Group not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns artifacts metadata according to groupId",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Group metadata",
+        "operationId" : "updateGroup",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "groupId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/GroupDefinition"
+              }
+            }
+          },
+          "description" : "GroupDefinition",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Group updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "component / group Not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated Group",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/groups/{groupType}" : {
+      "post" : {
+        "description" : "Create group ",
+        "operationId" : "createGroup",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "groupType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Group created"
+          },
+          "400" : {
+            "description" : "field name invalid type/length, characters;  mandatory field is absent, already exists (name)"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "500" : {
+            "description" : "Internal Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/GroupDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Creates new group in component and returns it",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/groups/{groupUniqueId}" : {
+      "delete" : {
+        "description" : "Delete Group",
+        "operationId" : "deleteGroup",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "groupUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "ResourceInstance deleted"
+          },
+          "400" : {
+            "description" : "field name invalid type/length, characters;  mandatory field is absent, already exists (name)"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "500" : {
+            "description" : "Internal Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns deleted group id",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/groups/{groupUniqueId}/members" : {
+      "post" : {
+        "description" : "Update group members ",
+        "operationId" : "updateGroupMembers",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "groupUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "array",
+                "items" : {
+                  "type" : "string"
+                }
+              }
+            }
+          },
+          "description" : "List of members unique ids",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Group members updated"
+          },
+          "400" : {
+            "description" : "field name invalid type/length, characters;  mandatory field is absent, already exists (name)"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "500" : {
+            "description" : "Internal Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Updates list of members and returns it",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/groups/{groupUniqueId}/metadata" : {
+      "put" : {
+        "description" : "Update Group Metadata",
+        "operationId" : "updateGroupMetadata",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "groupUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Service object to be Updated",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Group Updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/GroupDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated group definition",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/groups/{groupUniqueId}/properties" : {
+      "get" : {
+        "description" : "Get List of properties on a group",
+        "operationId" : "getGroupProperties",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "groupUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Group Updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/GroupProperty"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns list of properties",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Updates List of properties on a group (only values)",
+        "operationId" : "updateGroupProperties",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "groupUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "array",
+                "items" : {
+                  "$ref" : "#/components/schemas/GroupProperty"
+                }
+              }
+            }
+          },
+          "description" : "Group Properties to be Updated",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Group Updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/GroupProperty"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated list of properties",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/paths-to-delete" : {
+      "get" : {
+        "description" : "Check if forwarding path to delete on version change",
+        "operationId" : "changeResourceInstanceVersion_1",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "componentInstanceId",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "newComponentInstanceId",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns forwarding paths to delete",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/policies/{policyId}" : {
+      "delete" : {
+        "description" : "Delete Policy",
+        "operationId" : "deletePolicy",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "policyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "USER_ID of modifier user",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "204" : {
+            "description" : "Policy was deleted"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "component / policy Not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "No body",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Get Policy",
+        "operationId" : "getPolicy",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "policyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "USER_ID of modifier user",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Policy was found"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "component / policy Not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns Policy",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Policy metadata",
+        "operationId" : "updatePolicy",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "policyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "USER_ID of modifier user",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "PolicyDefinition",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Policy updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "component / policy Not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated Policy",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/policies/{policyId}/properties" : {
+      "get" : {
+        "description" : "Get component policy properties",
+        "operationId" : "getPolicyProperties",
+        "parameters" : [ {
+          "description" : "the id of the component which is the container of the policy",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "the id of the policy which its properties are to return",
+          "in" : "path",
+          "name" : "policyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "the userid",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Properties found"
+          },
+          "400" : {
+            "description" : "invalid content - Error: containerComponentType is invalid"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Componentorpolicy  not found"
+          },
+          "500" : {
+            "description" : "The GET request failed due to internal SDC problem."
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/PropertyDataDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns component policy properties",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Policy properties",
+        "operationId" : "updatePolicyProperties",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "policyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "USER_ID of modifier user",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "PolicyDefinition",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Policy properties updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "component / policy Not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated Policy",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/policies/{policyId}/targets" : {
+      "post" : {
+        "description" : "update policy targets",
+        "operationId" : "updatePolicyTargets",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "policyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "USER_ID of modifier user",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "array",
+                "items" : {
+                  "$ref" : "#/components/schemas/PolicyTargetDTO"
+                }
+              }
+            }
+          }
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Policy target updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated Policy",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/policies/{policyId}/undeclare" : {
+      "put" : {
+        "description" : "undeclare Policy",
+        "operationId" : "undeclarePolicy",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "policyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "USER_ID of modifier user",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "204" : {
+            "description" : "Policy was undeclared"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "component / policy Not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "No body",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/policies/{policyTypeName}" : {
+      "post" : {
+        "description" : "Create Policy",
+        "operationId" : "createPolicy",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "policyTypeName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "USER_ID of modifier user",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Policy created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component not found"
+          },
+          "409" : {
+            "description" : "Policy already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created Policy",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/relationId/{relationId}" : {
+      "get" : {
+        "description" : "Get relation",
+        "operationId" : "getRelationById",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "relationId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "relation found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Relation not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns relation metadata according to relationId",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance" : {
+      "post" : {
+        "description" : "Create ComponentInstance",
+        "operationId" : "createComponentInstance",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "USER_ID of modifier user",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "RI object to be created",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Component created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Component instance already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created ComponentInstance",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/associate" : {
+      "post" : {
+        "description" : "Associate RI to RI",
+        "operationId" : "associateRIToRI",
+        "parameters" : [ {
+          "description" : "unique id of the container component",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "allowed values are resources /services / products",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services", "products" ]
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "RelationshipInfo",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Relationship created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Missing information"
+          },
+          "409" : {
+            "description" : "Relationship already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created RelationshipInfo",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/batchDissociate" : {
+      "put" : {
+        "description" : "Batch Dissociate RI from RI",
+        "operationId" : "batchDissociateRIFromRI",
+        "parameters" : [ {
+          "description" : "allowed values are resources/services/products",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services", "products" ]
+          }
+        }, {
+          "description" : "unique id of the container component",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "RelationshipInfo",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Relationship deleted"
+          },
+          "400" : {
+            "description" : "Invalid Content / Missing Content"
+          },
+          "403" : {
+            "description" : "Missing Information"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns deleted RelationShip Info",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/createAndAssociate" : {
+      "post" : {
+        "description" : "Create RI and associate RI to RI",
+        "operationId" : "createAndAssociateRIToRI",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services", "products" ]
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "RI created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Relationship already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created RI and RelationshipInfo",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/dissociate" : {
+      "put" : {
+        "description" : "Dissociate RI from RI",
+        "operationId" : "dissociateRIFromRI",
+        "parameters" : [ {
+          "description" : "allowed values are resources /services / products",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services", "products" ]
+          }
+        }, {
+          "description" : "unique id of the container component",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "RelationshipInfo",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Relationship deleted"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Missing information"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns deleted RelationshipInfo",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/multipleComponentInstance" : {
+      "post" : {
+        "description" : "Update resource instance multiple component",
+        "operationId" : "updateMultipleComponentInstance",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services / products",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services", "products" ]
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Component Instance JSON Array",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Resource instance updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated resource instance",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/{componentInstanceId}" : {
+      "post" : {
+        "description" : "Update resource instance",
+        "operationId" : "updateComponentInstanceMetadata",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services / products",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services", "products" ]
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Resource instance updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated resource instance",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/{componentInstanceId}/artifacts" : {
+      "post" : {
+        "description" : "Load Resource Instance artifact payload",
+        "operationId" : "loadComponentInstanceArtifact",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "Content-MD5",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "json describe the artifact",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Artifact updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated artifact",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/{componentInstanceId}/artifacts/{artifactId}" : {
+      "delete" : {
+        "description" : "Delete Resource Instance artifact",
+        "operationId" : "deleteComponentInstanceArtifact",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "Content-MD5",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "json describe the artifact",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Artifact updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns deleted artifact",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "post" : {
+        "description" : "Update Resource Instance artifact payload",
+        "operationId" : "updateComponentInstanceArtifact",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "Content-MD5",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "json describe the artifact",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Artifact updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated artifact",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/{componentInstanceId}/artifacts/{artifactId}/heatParams" : {
+      "post" : {
+        "description" : "Update Resource Instance HEAT_ENV parameters",
+        "operationId" : "updateRIArtifact",
+        "parameters" : [ {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "json describe the artifact",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Artifact updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated artifact",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/{componentInstanceId}/attribute" : {
+      "post" : {
+        "description" : "Update resource instance attribute",
+        "operationId" : "updateResourceInstanceAttribute",
+        "parameters" : [ {
+          "description" : "service id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "resource instance id",
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "id of user initiating the operation",
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Resource instance created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated resource instance attribute",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/{componentInstanceId}/changeVersion" : {
+      "post" : {
+        "description" : "Update resource instance",
+        "operationId" : "changeResourceInstanceVersion",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Resource instance created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated resource instance",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/{componentInstanceId}/groupInstance/{groupInstId}" : {
+      "get" : {
+        "description" : "Get group artifacts ",
+        "operationId" : "getGroupArtifactById",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "groupInstId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "group found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Group not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns artifacts metadata according to groupInstId",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/{componentInstanceId}/groupInstance/{groupInstanceId}/property" : {
+      "post" : {
+        "description" : "Update resource instance property",
+        "operationId" : "updateGroupInstanceProperty",
+        "parameters" : [ {
+          "description" : "service id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "resource instance id",
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "group instance id",
+          "in" : "path",
+          "name" : "groupInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "id of user initiating the operation",
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Resource instance created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated resource instance property",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/{componentInstanceId}/inputs" : {
+      "post" : {
+        "description" : "Update resource instance property",
+        "operationId" : "updateResourceInstanceInput",
+        "parameters" : [ {
+          "description" : "service id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "resource instance id",
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "id of user initiating the operation",
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Component Instance Properties JSON Array",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Resource instance created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated resource instance property",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/{componentInstanceId}/properties" : {
+      "post" : {
+        "description" : "Update resource instance property",
+        "operationId" : "updateResourceInstanceProperties",
+        "parameters" : [ {
+          "description" : "service id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "resource instance id",
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "id of user initiating the operation",
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Component Instance Properties JSON Array",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Resource instance created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated resource instance property",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/{componentInstanceId}/property/{propertyId}" : {
+      "delete" : {
+        "description" : "Update resource instance",
+        "operationId" : "deleteResourceInstanceProperty",
+        "parameters" : [ {
+          "description" : "service id",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "resource instance id",
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "property id",
+          "in" : "path",
+          "name" : "propertyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "id of user initiating the operation",
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Resource instance created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns deleted resource instance property",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstance/{resourceInstanceId}" : {
+      "delete" : {
+        "description" : "Delete ResourceInstance",
+        "operationId" : "deleteResourceInstance",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "resourceInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services / products",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services", "products" ]
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "ResourceInstance deleted"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns delete resourceInstance",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstances/{componentInstanceId}/artifacts/{artifactId}" : {
+      "get" : {
+        "description" : "Download component Artifact in Base64",
+        "operationId" : "downloadResourceInstanceArtifactBase64",
+        "parameters" : [ {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "ResourceInstance artifact downloaded"
+          },
+          "404" : {
+            "description" : "ResourceInstance/Artifact not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns downloaded artifact",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/resourceInstances/{componentInstanceId}/artifactsByType/{artifactGroupType}" : {
+      "get" : {
+        "description" : "Get component Artifacts",
+        "operationId" : "getComponentInstanceArtifacts",
+        "parameters" : [ {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactGroupType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Component artifacts"
+          },
+          "404" : {
+            "description" : "Resource/Artifact not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns artifacts",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{componentId}/update/inputs" : {
+      "post" : {
+        "description" : "Update resource  inputs",
+        "operationId" : "updateComponentInputs",
+        "parameters" : [ {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "json describe the input",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Input updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated input",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{containerComponentId}/componentInstances/{componentInstanceUniqueId}/attributes" : {
+      "get" : {
+        "description" : "Get component instance attributes",
+        "operationId" : "getInstanceAttributesById",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "containerComponentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Attributes found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component/Component Instance - not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns component instance attributes",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{containerComponentId}/componentInstances/{componentInstanceUniqueId}/capability/{capabilityType}/capabilityName/{capabilityName}/ownerId/{ownerId}/properties" : {
+      "get" : {
+        "description" : "Get component instance capability properties",
+        "operationId" : "getInstanceCapabilityPropertiesById",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "containerComponentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "capabilityType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "capabilityName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "ownerId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Properties found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component/Component Instance/Capability - not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns component instance capability properties",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "put" : {
+        "description" : "Update Instance Capabilty  Property",
+        "operationId" : "updateInstanceCapabilityProperty",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "containerComponentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "capabilityType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "capabilityName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "ownerId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Instance capabilty property to update",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Resource instance capabilty property updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component/Component Instance/Capability - not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated property",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{containerComponentId}/componentInstances/{componentInstanceUniqueId}/properties" : {
+      "get" : {
+        "description" : "Get component instance properties",
+        "operationId" : "getInstancePropertiesById",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "containerComponentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Properties found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component/Component Instance - not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns component instance properties",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{containerComponentId}/componentInstances/{componentInstanceUniqueId}/requirement/{capabilityType}/requirementName/{requirementName}" : {
+      "put" : {
+        "description" : "Update Instance Requirement",
+        "operationId" : "updateInstanceRequirement",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "containerComponentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "capabilityType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "requirementName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Instance capabilty requirement to update",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Resource instance requirement updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Component/Component Instance/Requirement - not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated requirement",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{containerComponentId}/serviceProxy" : {
+      "post" : {
+        "description" : "Create service proxy",
+        "operationId" : "createServiceProxy",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "USER_ID of modifier user",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "RI object to be created",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Service proxy created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Service proxy already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created service proxy",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{containerComponentId}/serviceProxy/{serviceProxyId}" : {
+      "delete" : {
+        "description" : "Delete service proxy",
+        "operationId" : "deleteServiceProxy",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "serviceProxyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services / products",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Service proxy deleted"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns delete service proxy",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{containerComponentId}/serviceProxy/{serviceProxyId}/changeVersion/{newServiceId}" : {
+      "post" : {
+        "description" : "Update service proxy with new version",
+        "operationId" : "changeServiceProxyVersion",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "containerComponentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "serviceProxyId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "valid values: resources / services",
+          "in" : "path",
+          "name" : "containerComponentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        } ],
+        "responses" : {
+          "201" : {
+            "description" : "Service proxy created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated service proxy",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalog/{containerComponentType}/{serviceId}/resourceInstance/{componentInstanceId}/groupInstance/{groupInstanceId}" : {
+      "put" : {
+        "description" : "Update Group Instance Property Values",
+        "operationId" : "updateGroupInstancePropertyValues",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "serviceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "groupInstanceId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Group instance object to be Updated",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Group Instance Property Values Updated"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Service"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns updated group instance",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/catalogUpdateTime" : {
+      "get" : {
+        "description" : "Retrieve previus and current catalog update time",
+        "operationId" : "getCatalogUpdateTime",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Retrieve previus and current catalog update time"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Retrieve previus and current catalog update time",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/categories/{componentType}" : {
+      "get" : {
+        "description" : "Retrieve the list of all resource/service/product categories/sub-categories/groupings",
+        "operationId" : "getComponentCategories",
+        "parameters" : [ {
+          "description" : "allowed values are resources / services/ products",
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services", "products" ]
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Returns categories Ok"
+          },
+          "400" : {
+            "description" : "Invalid component type"
+          },
+          "403" : {
+            "description" : "Missing information"
+          },
+          "409" : {
+            "description" : "Restricted operation"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Retrieve the list of all resource/service/product categories/sub-categories/groupings.",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/category/{componentType}" : {
+      "post" : {
+        "description" : "Create new component category",
+        "operationId" : "createComponentCategory",
+        "parameters" : [ {
+          "description" : "allowed values are resources /services / products",
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services", "products" ]
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Category to be created",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Category created"
+          },
+          "400" : {
+            "description" : "Invalid category data"
+          },
+          "403" : {
+            "description" : "USER_ID header is missing"
+          },
+          "409" : {
+            "description" : "Category already exists / User not permitted to perform the action"
+          },
+          "500" : {
+            "description" : "General Error"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Create new component category",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/category/{componentType}/{categoryId}/subCategory" : {
+      "post" : {
+        "description" : "Create new component sub-category",
+        "operationId" : "createComponentSubCategory",
+        "parameters" : [ {
+          "description" : "allowed values are resources / products",
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "products" ]
+          }
+        }, {
+          "description" : "Parent category unique ID",
+          "in" : "path",
+          "name" : "categoryId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Subcategory to be created. \ne.g. {\"name\":\"Resource-subcat\"}",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Subcategory created"
+          },
+          "400" : {
+            "description" : "Invalid subcategory data"
+          },
+          "403" : {
+            "description" : "USER_ID header is missing"
+          },
+          "404" : {
+            "description" : "Parent category wasn't found"
+          },
+          "409" : {
+            "description" : "Subcategory already exists / User not permitted to perform the action"
+          },
+          "500" : {
+            "description" : "General Error"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Create new component sub-category for existing category",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/category/{componentType}/{categoryId}/subCategory/{subCategoryId}/grouping" : {
+      "post" : {
+        "description" : "Create new component grouping",
+        "operationId" : "createComponentGrouping",
+        "parameters" : [ {
+          "description" : "allowed values are products",
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "products" ]
+          }
+        }, {
+          "description" : "Parent category unique ID",
+          "in" : "path",
+          "name" : "categoryId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Parent sub-category unique ID",
+          "in" : "path",
+          "name" : "subCategoryId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Subcategory to be created",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Grouping created"
+          },
+          "400" : {
+            "description" : "Invalid grouping data"
+          },
+          "403" : {
+            "description" : "USER_ID header is missing"
+          },
+          "404" : {
+            "description" : "Parent category or subcategory were not found"
+          },
+          "409" : {
+            "description" : "Grouping already exists / User not permitted to perform the action"
+          },
+          "500" : {
+            "description" : "General Error"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Create new component grouping for existing sub-category",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/category/{componentType}/{categoryUniqueId}" : {
+      "delete" : {
+        "description" : "Delete component category",
+        "operationId" : "deleteComponentCategory",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "categoryUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "204" : {
+            "description" : "Category deleted"
+          },
+          "403" : {
+            "description" : "USER_ID header is missing"
+          },
+          "404" : {
+            "description" : "Category not found"
+          },
+          "409" : {
+            "description" : "User not permitted to perform the action"
+          },
+          "500" : {
+            "description" : "General Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Category"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Delete component category",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/category/{componentType}/{categoryUniqueId}/subCategory/{subCategoryUniqueId}" : {
+      "delete" : {
+        "description" : "Delete component category",
+        "operationId" : "deleteComponentSubCategory",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "categoryUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "subCategoryUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "204" : {
+            "description" : "Category deleted"
+          },
+          "403" : {
+            "description" : "USER_ID header is missing"
+          },
+          "404" : {
+            "description" : "Category not found"
+          },
+          "409" : {
+            "description" : "User not permitted to perform the action"
+          },
+          "500" : {
+            "description" : "General Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Category"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Delete component category",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/category/{componentType}/{categoryUniqueId}/subCategory/{subCategoryUniqueId}/grouping/{groupingUniqueId}" : {
+      "delete" : {
+        "description" : "Delete component category",
+        "operationId" : "deleteComponentGrouping",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "categoryUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "subCategoryUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "groupingUniqueId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "204" : {
+            "description" : "Category deleted"
+          },
+          "403" : {
+            "description" : "USER_ID header is missing"
+          },
+          "404" : {
+            "description" : "Category not found"
+          },
+          "409" : {
+            "description" : "User not permitted to perform the action"
+          },
+          "500" : {
+            "description" : "General Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Category"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Delete component category",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/consumers" : {
+      "post" : {
+        "description" : "Consumer credentials",
+        "operationId" : "createConsumer",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "Consumer Object to be created",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "Consumer credentials created"
+          },
+          "400" : {
+            "description" : "Invalid content / Missing content"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns created ECOMP consumer credentials",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/consumers/{consumerId}" : {
+      "delete" : {
+        "description" : "Deletes Consumer",
+        "operationId" : "deleteConsumer",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "consumerId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "204" : {
+            "description" : "Consumer deleted"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Consumer not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ConsumerDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns deleted consumer according to ConsumerID",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "Retrieve Consumer",
+        "operationId" : "getConsumer",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "consumerId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Consumer found"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "404" : {
+            "description" : "Consumer not found"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ConsumerDefinition"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns consumer according to ConsumerID",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/ecompPortalMenu" : {
+      "get" : {
+        "description" : "Retrieve ecomp portal menu - MOC",
+        "operationId" : "getListOfCsars",
+        "responses" : {
+          "200" : {
+            "description" : "Retrieve ecomp portal menu"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Retrieve ecomp portal menu",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/followed" : {
+      "get" : {
+        "description" : "Retrieve all followed",
+        "operationId" : "getFollowedResourcesServices",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Returns followed Ok"
+          },
+          "404" : {
+            "description" : "User not found"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Retrieve all followed",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/inactiveComponents/{componentType}" : {
+      "delete" : {
+        "operationId" : "deleteMarkedResources",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "componentType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "*/*" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/propertyScopes" : {
+      "get" : {
+        "description" : "Retrieve all propertyScopes",
+        "operationId" : "getPropertyScopes",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Returns propertyScopes Ok"
+          },
+          "404" : {
+            "description" : "No propertyScopes were found"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Retrieve all propertyScopes",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/screen" : {
+      "get" : {
+        "description" : "Retrieve catalog resources and services",
+        "operationId" : "getCatalogComponents",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "query",
+          "name" : "excludeTypes",
+          "schema" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string",
+              "enum" : [ "PRODUCT", "SERVICE", "VF", "VFC", "CP", "VL", "Configuration", "VFCMT", "CVFC", "PNF", "CR", "ServiceProxy", "ServiceSubstitution" ]
+            }
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Returns resources and services Ok"
+          },
+          "404" : {
+            "description" : "User not found"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Retrieve catalog resources and services",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/setup/ui" : {
+      "get" : {
+        "description" : "Retrieve all artifactTypes, ui configuration and sdc version",
+        "operationId" : "getConfCategoriesAndVersion_1",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Returns artifactTypes, ui configuration and sdc version Ok"
+          },
+          "404" : {
+            "description" : "No artifactTypes were found/no ui configuration were found/no sdc version were found"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Retrieve all artifactTypes, ui configuration and sdc version",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/tags" : {
+      "get" : {
+        "description" : "Retrieve all tags",
+        "operationId" : "getTags",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Returns tags Ok"
+          },
+          "404" : {
+            "description" : "No tags were found"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Retrieve all tags",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/user" : {
+      "post" : {
+        "description" : "add user",
+        "operationId" : "createUser",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/User"
+              }
+            }
+          },
+          "description" : "json describe the user",
+          "required" : true
+        },
+        "responses" : {
+          "201" : {
+            "description" : "New user created"
+          },
+          "400" : {
+            "description" : "Invalid Content."
+          },
+          "403" : {
+            "description" : "Missing information"
+          },
+          "405" : {
+            "description" : "Method Not Allowed"
+          },
+          "409" : {
+            "description" : "User already exists"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Provision new user",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/user/admins" : {
+      "get" : {
+        "description" : "retrieve all administrators",
+        "operationId" : "getAdminsUser",
+        "responses" : {
+          "200" : {
+            "description" : "Returns user Ok"
+          },
+          "405" : {
+            "description" : "Method Not Allowed"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns all administrators",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/user/authorize" : {
+      "get" : {
+        "description" : "authorize",
+        "operationId" : "authorize",
+        "parameters" : [ {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "HTTP_CSP_FIRSTNAME",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "HTTP_CSP_LASTNAME",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "HTTP_CSP_EMAIL",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Returns user Ok"
+          },
+          "403" : {
+            "description" : "Restricted Access"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "authorize user",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/user/users" : {
+      "get" : {
+        "description" : "Retrieve the list of all active ASDC users or only group of users having specific roles.",
+        "operationId" : "getUsersList",
+        "parameters" : [ {
+          "description" : "Any active user's USER_ID ",
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "TESTER,DESIGNER,PRODUCT_STRATEGIST,OPS,PRODUCT_MANAGER,GOVERNOR, ADMIN OR all users by not typing anything",
+          "in" : "query",
+          "name" : "roles",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Returns users Ok"
+          },
+          "204" : {
+            "description" : "No provisioned ASDC users of requested role"
+          },
+          "400" : {
+            "description" : "Missing content"
+          },
+          "403" : {
+            "description" : "Restricted Access"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns list of users with the specified roles, or all of users in the case of empty 'roles' header",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/user/{userId}" : {
+      "delete" : {
+        "description" : "delete user",
+        "operationId" : "deActivateUser",
+        "parameters" : [ {
+          "description" : "userId of user to get",
+          "in" : "path",
+          "name" : "userId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Update deleted OK"
+          },
+          "400" : {
+            "description" : "Invalid Content."
+          },
+          "403" : {
+            "description" : "Missing information"
+          },
+          "404" : {
+            "description" : "User not found"
+          },
+          "405" : {
+            "description" : "Method Not Allowed"
+          },
+          "409" : {
+            "description" : "Restricted operation"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Delete user",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "get" : {
+        "description" : "retrieve user details",
+        "operationId" : "get",
+        "parameters" : [ {
+          "description" : "userId of user to get",
+          "in" : "path",
+          "name" : "userId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Returns user Ok"
+          },
+          "404" : {
+            "description" : "User not found"
+          },
+          "405" : {
+            "description" : "Method Not Allowed"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns user details according to userId",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    },
+    "/v1/user/{userId}/role" : {
+      "get" : {
+        "description" : "retrieve user role",
+        "operationId" : "getRole",
+        "parameters" : [ {
+          "description" : "userId of user to get",
+          "in" : "path",
+          "name" : "userId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "Returns user role Ok"
+          },
+          "404" : {
+            "description" : "User not found"
+          },
+          "405" : {
+            "description" : "Method Not Allowed"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Returns user role according to userId",
+        "tags" : [ "SDCE-2 APIs" ]
+      },
+      "post" : {
+        "description" : "update user role",
+        "operationId" : "updateUserRole",
+        "parameters" : [ {
+          "description" : "userId of user to get",
+          "in" : "path",
+          "name" : "userId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/UserRole"
+              }
+            }
+          },
+          "description" : "json describe the update role",
+          "required" : true
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Update user OK"
+          },
+          "400" : {
+            "description" : "Invalid Content."
+          },
+          "403" : {
+            "description" : "Missing information/Restricted operation"
+          },
+          "404" : {
+            "description" : "User not found"
+          },
+          "405" : {
+            "description" : "Method Not Allowed"
+          },
+          "409" : {
+            "description" : "User already exists"
+          },
+          "500" : {
+            "description" : "Internal Server Error"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/User"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "summary" : "Update user role",
+        "tags" : [ "SDCE-2 APIs" ]
+      }
+    }
+  },
+  "components" : {
+    "schemas" : {
+      "AdditionalInfoParameterInfo" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "key" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "AdditionalInformationDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "creationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "lastCreatedCounter" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "modificationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parameters" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/AdditionalInfoParameterInfo"
+            }
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "Annotation" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDataDefinition"
+            }
+          },
+          "type" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ApplicationL1CacheCatalogInfo" : {
+        "type" : "object",
+        "properties" : {
+          "enabled" : {
+            "type" : "boolean"
+          },
+          "productsSizeInCache" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "resourcesSizeInCache" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "servicesSizeInCache" : {
+            "type" : "integer",
+            "format" : "int32"
+          }
+        }
+      },
+      "ApplicationL1CacheConfig" : {
+        "type" : "object",
+        "properties" : {
+          "datatypes" : {
+            "$ref" : "#/components/schemas/ApplicationL1CacheInfo"
+          }
+        }
+      },
+      "ApplicationL1CacheInfo" : {
+        "type" : "object",
+        "properties" : {
+          "enabled" : {
+            "type" : "boolean"
+          },
+          "firstRunDelay" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "pollIntervalInSec" : {
+            "type" : "integer",
+            "format" : "int32"
+          }
+        }
+      },
+      "ApplicationL2CacheConfig" : {
+        "type" : "object",
+        "properties" : {
+          "catalogL1Cache" : {
+            "$ref" : "#/components/schemas/ApplicationL1CacheCatalogInfo"
+          },
+          "enabled" : {
+            "type" : "boolean"
+          },
+          "queue" : {
+            "$ref" : "#/components/schemas/QueueInfo"
+          }
+        }
+      },
+      "ArtifactConfiguration" : {
+        "type" : "object",
+        "properties" : {
+          "acceptedTypes" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "categories" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string",
+              "enum" : [ "INFORMATIONAL", "DEPLOYMENT", "LIFE_CYCLE", "SERVICE_API", "TOSCA", "OTHER" ]
+            }
+          },
+          "componentTypes" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string",
+              "enum" : [ "RESOURCE", "SERVICE", "RESOURCE_INSTANCE", "SERVICE_INSTANCE" ]
+            }
+          },
+          "resourceTypes" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "type" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ArtifactDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "apiUrl" : {
+            "type" : "string"
+          },
+          "artifactChecksum" : {
+            "type" : "string"
+          },
+          "artifactCreator" : {
+            "type" : "string"
+          },
+          "artifactDisplayName" : {
+            "type" : "string"
+          },
+          "artifactGroupType" : {
+            "type" : "string",
+            "enum" : [ "INFORMATIONAL", "DEPLOYMENT", "LIFE_CYCLE", "SERVICE_API", "TOSCA", "OTHER" ]
+          },
+          "artifactLabel" : {
+            "type" : "string"
+          },
+          "artifactName" : {
+            "type" : "string"
+          },
+          "artifactRef" : {
+            "type" : "string"
+          },
+          "artifactRepository" : {
+            "type" : "string"
+          },
+          "artifactType" : {
+            "type" : "string"
+          },
+          "artifactUUID" : {
+            "type" : "string"
+          },
+          "artifactVersion" : {
+            "type" : "string"
+          },
+          "creationDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "creatorFullName" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "duplicated" : {
+            "type" : "boolean"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "esId" : {
+            "type" : "string"
+          },
+          "generated" : {
+            "type" : "boolean"
+          },
+          "generatedFromId" : {
+            "type" : "string"
+          },
+          "heatEnvType" : {
+            "type" : "boolean"
+          },
+          "heatParameters" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/HeatParameterDataDefinition"
+            }
+          },
+          "heatParamsUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "isFromCsar" : {
+            "type" : "boolean"
+          },
+          "lastUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "mandatory" : {
+            "type" : "boolean"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "payloadUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "requiredArtifacts" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "serviceApi" : {
+            "type" : "boolean"
+          },
+          "timeout" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "updaterFullName" : {
+            "type" : "string"
+          },
+          "userIdCreator" : {
+            "type" : "string"
+          },
+          "userIdLastUpdater" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ArtifactDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "apiUrl" : {
+            "type" : "string"
+          },
+          "artifactChecksum" : {
+            "type" : "string"
+          },
+          "artifactCreator" : {
+            "type" : "string"
+          },
+          "artifactDisplayName" : {
+            "type" : "string"
+          },
+          "artifactGroupType" : {
+            "type" : "string",
+            "enum" : [ "INFORMATIONAL", "DEPLOYMENT", "LIFE_CYCLE", "SERVICE_API", "TOSCA", "OTHER" ]
+          },
+          "artifactLabel" : {
+            "type" : "string"
+          },
+          "artifactName" : {
+            "type" : "string"
+          },
+          "artifactRef" : {
+            "type" : "string"
+          },
+          "artifactRepository" : {
+            "type" : "string"
+          },
+          "artifactType" : {
+            "type" : "string"
+          },
+          "artifactUUID" : {
+            "type" : "string"
+          },
+          "artifactVersion" : {
+            "type" : "string"
+          },
+          "creationDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "creatorFullName" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "duplicated" : {
+            "type" : "boolean"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "esId" : {
+            "type" : "string"
+          },
+          "generated" : {
+            "type" : "boolean"
+          },
+          "generatedFromId" : {
+            "type" : "string"
+          },
+          "heatEnvType" : {
+            "type" : "boolean"
+          },
+          "heatParamUpdated" : {
+            "type" : "boolean"
+          },
+          "heatParameters" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/HeatParameterDataDefinition"
+            }
+          },
+          "heatParamsUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "isFromCsar" : {
+            "type" : "boolean"
+          },
+          "lastUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "listHeatParameters" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/HeatParameterDefinition"
+            }
+          },
+          "mandatory" : {
+            "type" : "boolean"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "payload" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string",
+              "format" : "byte"
+            },
+            "writeOnly" : true
+          },
+          "payloadData" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string",
+              "format" : "byte"
+            }
+          },
+          "payloadUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "requiredArtifacts" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "serviceApi" : {
+            "type" : "boolean"
+          },
+          "timeout" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "updaterFullName" : {
+            "type" : "string"
+          },
+          "userIdCreator" : {
+            "type" : "string"
+          },
+          "userIdLastUpdater" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "AttributeDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "attributeId" : {
+            "type" : "string"
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "entry_schema" : {
+            "$ref" : "#/components/schemas/EntrySchema"
+          },
+          "getOutputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetOutputValueDataDefinition"
+            }
+          },
+          "get_default" : {
+            "type" : "object"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "outputId" : {
+            "type" : "string"
+          },
+          "outputPath" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "BasicAuthConfig" : {
+        "type" : "object",
+        "properties" : {
+          "enabled" : {
+            "type" : "boolean"
+          },
+          "excludedUrls" : {
+            "type" : "string"
+          },
+          "userName" : {
+            "type" : "string"
+          },
+          "userPass" : {
+            "type" : "string"
+          }
+        }
+      },
+      "BeMonitoringConfig" : {
+        "type" : "object",
+        "properties" : {
+          "enabled" : {
+            "type" : "boolean"
+          },
+          "isProxy" : {
+            "type" : "boolean"
+          },
+          "probeIntervalInSeconds" : {
+            "type" : "integer",
+            "format" : "int32"
+          }
+        }
+      },
+      "CINodeFilterDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "capabilities" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionRequirementNodeFilterCapabilityDataDefinition"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionRequirementNodeFilterPropertyDataDefinition"
+          },
+          "tosca_id" : {
+            "type" : "object"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "CadiFilterParams" : {
+        "type" : "object",
+        "properties" : {
+          "aafLocateUrl" : {
+            "type" : "string"
+          },
+          "aaf_env" : {
+            "type" : "string"
+          },
+          "aaf_id" : {
+            "type" : "string"
+          },
+          "aaf_password" : {
+            "type" : "string"
+          },
+          "aaf_url" : {
+            "type" : "string"
+          },
+          "aft_ENVIRONMENT" : {
+            "type" : "string"
+          },
+          "aft_LATITUDE" : {
+            "type" : "string"
+          },
+          "aft_LONGITUDE" : {
+            "type" : "string"
+          },
+          "cadiX509Issuers" : {
+            "type" : "string"
+          },
+          "cadi_keyfile" : {
+            "type" : "string"
+          },
+          "cadi_loglevel" : {
+            "type" : "string"
+          },
+          "cadi_truststore" : {
+            "type" : "string"
+          },
+          "cadi_truststore_password" : {
+            "type" : "string"
+          },
+          "csp_domain" : {
+            "type" : "string"
+          },
+          "hostname" : {
+            "type" : "string"
+          }
+        }
+      },
+      "CapabilityDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "capabilitySources" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "leftOccurrences" : {
+            "type" : "string"
+          },
+          "maxOccurrences" : {
+            "type" : "string"
+          },
+          "minOccurrences" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "ownerName" : {
+            "type" : "string"
+          },
+          "ownerType" : {
+            "type" : "string",
+            "enum" : [ "GROUP", "COMPONENT_INSTANCE", "RESOURCE" ]
+          },
+          "parentName" : {
+            "type" : "string"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "previousName" : {
+            "type" : "string"
+          },
+          "source" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "validSourceTypes" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "CapabilityDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "capabilitySources" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "leftOccurrences" : {
+            "type" : "string"
+          },
+          "maxOccurrences" : {
+            "type" : "string"
+          },
+          "minOccurrences" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "ownerName" : {
+            "type" : "string"
+          },
+          "ownerType" : {
+            "type" : "string",
+            "enum" : [ "GROUP", "COMPONENT_INSTANCE", "RESOURCE" ]
+          },
+          "ownerTypeIfEmpty" : {
+            "type" : "string",
+            "enum" : [ "GROUP", "COMPONENT_INSTANCE", "RESOURCE" ],
+            "writeOnly" : true
+          },
+          "parentName" : {
+            "type" : "string"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "previousName" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstanceProperty"
+            }
+          },
+          "source" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "validSourceTypes" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "CapabilityRequirementRelationship" : {
+        "type" : "object",
+        "properties" : {
+          "capability" : {
+            "$ref" : "#/components/schemas/CapabilityDataDefinition"
+          },
+          "operations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/OperationUi"
+            }
+          },
+          "relation" : {
+            "$ref" : "#/components/schemas/RelationshipInfo"
+          },
+          "requirement" : {
+            "$ref" : "#/components/schemas/RequirementDataDefinition"
+          }
+        }
+      },
+      "CassandrConfig" : {
+        "type" : "object",
+        "properties" : {
+          "authenticate" : {
+            "type" : "boolean"
+          },
+          "cassandraHosts" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "cassandraPort" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "keySpaces" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/KeyspaceConfig"
+            }
+          },
+          "localDataCenter" : {
+            "type" : "string"
+          },
+          "maxWaitSeconds" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "password" : {
+            "type" : "string"
+          },
+          "reconnectTimeout" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "socketConnectTimeout" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "socketReadTimeout" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "ssl" : {
+            "type" : "boolean"
+          },
+          "truststorePassword" : {
+            "type" : "string"
+          },
+          "truststorePath" : {
+            "type" : "string"
+          },
+          "username" : {
+            "type" : "string"
+          }
+        }
+      },
+      "CatalogComponent" : {
+        "type" : "object",
+        "properties" : {
+          "categories" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/CategoryDefinition"
+            }
+          },
+          "categoryNormalizedName" : {
+            "type" : "string"
+          },
+          "componentType" : {
+            "type" : "string",
+            "enum" : [ "RESOURCE", "SERVICE", "RESOURCE_INSTANCE", "PRODUCT", "SERVICE_INSTANCE" ]
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "distributionStatus" : {
+            "type" : "string"
+          },
+          "icon" : {
+            "type" : "string"
+          },
+          "invariantUUID" : {
+            "type" : "string"
+          },
+          "isHighestVersion" : {
+            "type" : "boolean"
+          },
+          "lastUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "lastUpdaterUserId" : {
+            "type" : "string"
+          },
+          "lifecycleState" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "resourceType" : {
+            "type" : "string"
+          },
+          "subCategoryNormalizedName" : {
+            "type" : "string"
+          },
+          "systemName" : {
+            "type" : "string"
+          },
+          "tags" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "uuid" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "Category" : {
+        "type" : "object",
+        "properties" : {
+          "name" : {
+            "type" : "string"
+          }
+        }
+      },
+      "CategoryDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "icons" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "metadataKeys" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/MetadataKeyDataDefinition"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "subcategories" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/SubCategoryDefinition"
+            }
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "useServiceSubstitutionForNestedServices" : {
+            "type" : "boolean"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "CleanComponentsConfiguration" : {
+        "type" : "object",
+        "properties" : {
+          "cleanIntervalInMinutes" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "componentsToClean" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          }
+        }
+      },
+      "ComponentInstance" : {
+        "type" : "object",
+        "properties" : {
+          "actualComponentUid" : {
+            "type" : "string"
+          },
+          "artifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "attributeValueCounter" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "attributes" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/AttributeDefinition"
+            }
+          },
+          "capabilities" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/CapabilityDefinition"
+              }
+            }
+          },
+          "componentMetadataForSupportLog" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "componentName" : {
+            "type" : "string"
+          },
+          "componentUid" : {
+            "type" : "string"
+          },
+          "componentVersion" : {
+            "type" : "string"
+          },
+          "createdFrom" : {
+            "type" : "string",
+            "enum" : [ "UI", "CSAR" ]
+          },
+          "createdFromCsar" : {
+            "type" : "boolean"
+          },
+          "creationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "customizationUUID" : {
+            "type" : "string"
+          },
+          "deploymentArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "directives" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "groupInstances" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GroupInstance"
+            }
+          },
+          "icon" : {
+            "type" : "string"
+          },
+          "inputValueCounter" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "inputs" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/InputDefinition"
+            }
+          },
+          "interfaces" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "invariantName" : {
+            "type" : "string"
+          },
+          "isProxy" : {
+            "type" : "boolean"
+          },
+          "modificationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "nodeFilter" : {
+            "$ref" : "#/components/schemas/CINodeFilterDataDefinition"
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "originArchived" : {
+            "type" : "boolean"
+          },
+          "originType" : {
+            "type" : "string",
+            "enum" : [ "PRODUCT", "SERVICE", "VF", "VFC", "CP", "VL", "Configuration", "VFCMT", "CVFC", "PNF", "CR", "ServiceProxy", "ServiceSubstitution" ]
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "posX" : {
+            "type" : "string"
+          },
+          "posY" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDefinition"
+            }
+          },
+          "propertyValueCounter" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "requirements" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/RequirementDefinition"
+              }
+            }
+          },
+          "serviceSubstitution" : {
+            "type" : "boolean"
+          },
+          "sourceModelInvariant" : {
+            "type" : "string"
+          },
+          "sourceModelName" : {
+            "type" : "string"
+          },
+          "sourceModelUid" : {
+            "type" : "string"
+          },
+          "sourceModelUuid" : {
+            "type" : "string"
+          },
+          "toscaArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ToscaArtifactDataDefinition"
+            }
+          },
+          "toscaComponentName" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentInstanceAttribute" : {
+        "type" : "object",
+        "properties" : {
+          "attributeId" : {
+            "type" : "string"
+          },
+          "componentInstanceId" : {
+            "type" : "string"
+          },
+          "componentInstanceName" : {
+            "type" : "string"
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "entry_schema" : {
+            "$ref" : "#/components/schemas/EntrySchema"
+          },
+          "getOutputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetOutputValueDataDefinition"
+            }
+          },
+          "get_default" : {
+            "type" : "object"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "outputId" : {
+            "type" : "string"
+          },
+          "outputPath" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "rules" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyRule"
+            }
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "valueUniqueUid" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentInstanceInput" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "annotationsToInput" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            },
+            "writeOnly" : true
+          },
+          "componentInstanceId" : {
+            "type" : "string"
+          },
+          "componentInstanceName" : {
+            "type" : "string"
+          },
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyConstraint"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstanceProperty"
+            }
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "rules" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyRule"
+            }
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "valueUniqueUid" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentInstanceInterface" : {
+        "type" : "object",
+        "properties" : {
+          "creationDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "derivedFrom" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "inputs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/InputDataDefinition"
+            }
+          },
+          "interfaceId" : {
+            "type" : "string"
+          },
+          "interfaceInstanceDataDefinition" : {
+            "$ref" : "#/components/schemas/InterfaceInstanceDataDefinition"
+          },
+          "lastUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "operations" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/OperationDataDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "toscaResourceName" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentInstanceOutput" : {
+        "type" : "object",
+        "properties" : {
+          "attributeId" : {
+            "type" : "string"
+          },
+          "attributes" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstanceAttribute"
+            }
+          },
+          "componentInstanceId" : {
+            "type" : "string"
+          },
+          "componentInstanceName" : {
+            "type" : "string"
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "entry_schema" : {
+            "$ref" : "#/components/schemas/EntrySchema"
+          },
+          "getOutputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetOutputValueDataDefinition"
+            }
+          },
+          "get_default" : {
+            "type" : "object"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "outputId" : {
+            "type" : "string"
+          },
+          "outputPath" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "rules" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyRule"
+            }
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "valueUniqueUid" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentInstanceProperty" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "componentInstanceId" : {
+            "type" : "string"
+          },
+          "componentInstanceName" : {
+            "type" : "string"
+          },
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyConstraint"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "rules" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyRule"
+            }
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "valueUniqueUid" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "Configuration" : {
+        "type" : "object",
+        "properties" : {
+          "aafAuthNeeded" : {
+            "type" : "boolean"
+          },
+          "aafNamespace" : {
+            "type" : "string"
+          },
+          "additionalInformationMaxNumberOfKeys" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "appVersion" : {
+            "type" : "string"
+          },
+          "applicationL1Cache" : {
+            "$ref" : "#/components/schemas/ApplicationL1CacheConfig"
+          },
+          "applicationL2Cache" : {
+            "$ref" : "#/components/schemas/ApplicationL2CacheConfig"
+          },
+          "artifactGeneratorConfig" : {
+            "type" : "string"
+          },
+          "artifacts" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ArtifactConfiguration"
+            }
+          },
+          "artifactsIndex" : {
+            "type" : "string"
+          },
+          "authCookie" : {
+            "$ref" : "#/components/schemas/CookieConfig"
+          },
+          "autoHealingOwner" : {
+            "type" : "string"
+          },
+          "basicAuth" : {
+            "$ref" : "#/components/schemas/BasicAuthConfig"
+          },
+          "beContext" : {
+            "type" : "string"
+          },
+          "beFqdn" : {
+            "type" : "string"
+          },
+          "beHttpPort" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "beProtocol" : {
+            "type" : "string"
+          },
+          "beSslPort" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "cadiFilterParams" : {
+            "$ref" : "#/components/schemas/CadiFilterParams"
+          },
+          "cassandraConfig" : {
+            "$ref" : "#/components/schemas/CassandrConfig"
+          },
+          "cleanComponentsConfiguration" : {
+            "$ref" : "#/components/schemas/CleanComponentsConfiguration"
+          },
+          "componentAllowedInstanceTypes" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object",
+              "additionalProperties" : {
+                "type" : "array",
+                "items" : {
+                  "type" : "string"
+                }
+              }
+            }
+          },
+          "consumerBusinessLogic" : {
+            "type" : "boolean"
+          },
+          "dcae" : {
+            "$ref" : "#/components/schemas/DcaeConfig"
+          },
+          "defaultImports" : {
+            "type" : "array",
+            "items" : {
+              "type" : "object",
+              "additionalProperties" : {
+                "type" : "object",
+                "additionalProperties" : {
+                  "type" : "string"
+                }
+              }
+            }
+          },
+          "definedResourceNamespace" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "deleteLockTimeoutInSeconds" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "deploymentResourceArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "deploymentResourceInstanceArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "directives" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "disableAudit" : {
+            "type" : "boolean"
+          },
+          "dmaapConsumerConfiguration" : {
+            "$ref" : "#/components/schemas/DmaapConsumerConfiguration"
+          },
+          "dmaapProducerConfiguration" : {
+            "$ref" : "#/components/schemas/DmaapProducerConfiguration"
+          },
+          "dmeConfiguration" : {
+            "$ref" : "#/components/schemas/DmeConfiguration"
+          },
+          "ecompPortal" : {
+            "$ref" : "#/components/schemas/EcompPortalConfig"
+          },
+          "enableAutoHealing" : {
+            "type" : "boolean"
+          },
+          "environmentContext" : {
+            "$ref" : "#/components/schemas/EnvironmentContext"
+          },
+          "excludeResourceCategory" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "excludeResourceType" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "excludeServiceCategory" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "excludedGroupTypesMapping" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "type" : "string"
+              },
+              "uniqueItems" : true
+            }
+          },
+          "excludedPolicyTypesMapping" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "type" : "string"
+              },
+              "uniqueItems" : true
+            }
+          },
+          "gabConfig" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GabConfig"
+            }
+          },
+          "genericAssetNodeTypes" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "globalCsarImports" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "healthStatusExclude" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "heatArtifactDeploymentTimeout" : {
+            "$ref" : "#/components/schemas/HeatDeploymentArtifactTimeout"
+          },
+          "heatEnvArtifactFooter" : {
+            "type" : "string"
+          },
+          "heatEnvArtifactHeader" : {
+            "type" : "string"
+          },
+          "heatTranslatorPath" : {
+            "type" : "string"
+          },
+          "identificationHeaderFields" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "informationalResourceArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "informationalServiceArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "janusGraphCfgFile" : {
+            "type" : "string"
+          },
+          "janusGraphHealthCheckReadTimeout" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "janusGraphInMemoryGraph" : {
+            "type" : "boolean"
+          },
+          "janusGraphLockTimeout" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "janusGraphMigrationKeySpaceCfgFile" : {
+            "type" : "string"
+          },
+          "janusGraphReconnectIntervalInSeconds" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "licenseTypes" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "maxDeleteComponents" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "minToscaConformanceLevel" : {
+            "type" : "string"
+          },
+          "neo4j" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "onboarding" : {
+            "$ref" : "#/components/schemas/OnboardingConfig"
+          },
+          "protocols" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "released" : {
+            "type" : "string",
+            "format" : "date-time"
+          },
+          "resourceNodeTypes" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object",
+              "additionalProperties" : {
+                "type" : "string"
+              }
+            }
+          },
+          "resourceTypes" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "resourcesForUpgrade" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "type" : "string"
+              }
+            }
+          },
+          "serviceApiArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "serviceNodeTypes" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "skipUpgradeFailedVfs" : {
+            "type" : "boolean"
+          },
+          "skipUpgradeVSPs" : {
+            "type" : "boolean",
+            "writeOnly" : true
+          },
+          "skipUpgradeVSPsFlag" : {
+            "type" : "boolean"
+          },
+          "startMigrationFrom" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "supportAllottedResourcesAndProxy" : {
+            "type" : "boolean",
+            "writeOnly" : true
+          },
+          "supportAllottedResourcesAndProxyFlag" : {
+            "type" : "boolean"
+          },
+          "switchoverDetector" : {
+            "$ref" : "#/components/schemas/SwitchoverDetectorConfig"
+          },
+          "systemMonitoring" : {
+            "$ref" : "#/components/schemas/BeMonitoringConfig"
+          },
+          "toscaArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "toscaConformanceLevel" : {
+            "type" : "string"
+          },
+          "toscaFilesDir" : {
+            "type" : "string"
+          },
+          "toscaValidators" : {
+            "$ref" : "#/components/schemas/ToscaValidatorsConfig"
+          },
+          "uebHealthCheckReadTimeout" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "uebHealthCheckReconnectIntervalInSeconds" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "unLoggedUrls" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "users" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "version" : {
+            "type" : "string"
+          },
+          "vfModuleProperties" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/VfModuleProperty"
+            }
+          },
+          "workloadContext" : {
+            "type" : "string"
+          }
+        }
+      },
+      "Constraint" : {
+        "type" : "object",
+        "properties" : {
+          "equal" : {
+            "type" : "object"
+          },
+          "greater_or_equal" : {
+            "type" : "object"
+          },
+          "greater_than" : {
+            "type" : "object"
+          },
+          "in_range" : {
+            "type" : "array",
+            "items" : {
+              "type" : "object"
+            }
+          },
+          "length" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "less_or_equal" : {
+            "type" : "object"
+          },
+          "less_than" : {
+            "type" : "object"
+          },
+          "max_length" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "min_length" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "pattern" : {
+            "type" : "object"
+          },
+          "valid_values" : {
+            "type" : "array",
+            "items" : {
+              "type" : "object"
+            }
+          }
+        }
+      },
+      "ConsumerDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "consumerDetailsLastupdatedtime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "consumerLastAuthenticationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "consumerName" : {
+            "type" : "string"
+          },
+          "consumerPassword" : {
+            "type" : "string"
+          },
+          "consumerSalt" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "lastModfierAtuid" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "CookieConfig" : {
+        "type" : "object",
+        "properties" : {
+          "cookieName" : {
+            "type" : "string"
+          },
+          "domain" : {
+            "type" : "string"
+          },
+          "excludedUrls" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "httpOnly" : {
+            "type" : "boolean"
+          },
+          "isHttpOnly" : {
+            "type" : "boolean",
+            "writeOnly" : true
+          },
+          "maxSessionTimeOut" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "onboardingExcludedUrls" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "path" : {
+            "type" : "string"
+          },
+          "redirectURL" : {
+            "type" : "string"
+          },
+          "securityKey" : {
+            "type" : "string"
+          },
+          "sessionIdleTimeOut" : {
+            "type" : "integer",
+            "format" : "int64"
+          }
+        }
+      },
+      "Credential" : {
+        "type" : "object",
+        "properties" : {
+          "password" : {
+            "type" : "string"
+          },
+          "username" : {
+            "type" : "string"
+          }
+        }
+      },
+      "DataTypeDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyConstraint"
+            }
+          },
+          "creationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "derivedFrom" : {
+            "$ref" : "#/components/schemas/DataTypeDefinition"
+          },
+          "derivedFromName" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "modificationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDefinition"
+            }
+          },
+          "propertiesData" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDataDefinition"
+            }
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "DcaeConfig" : {
+        "type" : "object",
+        "properties" : {
+          "healthCheckUri" : {
+            "type" : "string"
+          },
+          "host" : {
+            "type" : "string"
+          },
+          "port" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "protocol" : {
+            "type" : "string"
+          }
+        }
+      },
+      "DistributionStatusInfo" : {
+        "type" : "object",
+        "properties" : {
+          "errorReason" : {
+            "type" : "string"
+          },
+          "omfComponentID" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "timestamp" : {
+            "type" : "string"
+          },
+          "url" : {
+            "type" : "string"
+          }
+        }
+      },
+      "DistributionStatusListResponse" : {
+        "type" : "object",
+        "properties" : {
+          "distributionStatusList" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/DistributionStatusInfo"
+            }
+          }
+        }
+      },
+      "DmaapConsumerConfiguration" : {
+        "type" : "object",
+        "properties" : {
+          "active" : {
+            "type" : "boolean"
+          },
+          "aftDme2ClientIgnoreSslConfig" : {
+            "type" : "boolean"
+          },
+          "aftDme2ClientKeystore" : {
+            "type" : "string"
+          },
+          "aftDme2ClientKeystorePassword" : {
+            "type" : "string"
+          },
+          "aftDme2ClientSslCertAlias" : {
+            "type" : "string"
+          },
+          "aftDme2ConnectionTimeoutMs" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "aftDme2ReadTimeoutMs" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "aftDme2RoundtripTimeoutMs" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "aftDme2SslEnable" : {
+            "type" : "boolean"
+          },
+          "aftEnvironment" : {
+            "type" : "string"
+          },
+          "consumerGroup" : {
+            "type" : "string"
+          },
+          "consumerId" : {
+            "type" : "string"
+          },
+          "contenttype" : {
+            "type" : "string"
+          },
+          "credential" : {
+            "$ref" : "#/components/schemas/Credential"
+          },
+          "dme2TraceOn" : {
+            "type" : "boolean"
+          },
+          "dme2preferredRouterFilePath" : {
+            "type" : "string"
+          },
+          "environment" : {
+            "type" : "string"
+          },
+          "hosts" : {
+            "type" : "string"
+          },
+          "latitude" : {
+            "type" : "number",
+            "format" : "double"
+          },
+          "limit" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "longitude" : {
+            "type" : "number",
+            "format" : "double"
+          },
+          "partner" : {
+            "type" : "string"
+          },
+          "pollingInterval" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "protocol" : {
+            "type" : "string"
+          },
+          "routeOffer" : {
+            "type" : "string"
+          },
+          "serviceName" : {
+            "type" : "string"
+          },
+          "timeLimitForNotificationHandleMs" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "timeoutMs" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "topic" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "DmaapProducerConfiguration" : {
+        "type" : "object",
+        "properties" : {
+          "active" : {
+            "type" : "boolean"
+          },
+          "aftDme2ClientIgnoreSslConfig" : {
+            "type" : "boolean"
+          },
+          "aftDme2ClientKeystore" : {
+            "type" : "string"
+          },
+          "aftDme2ClientKeystorePassword" : {
+            "type" : "string"
+          },
+          "aftDme2ClientSslCertAlias" : {
+            "type" : "string"
+          },
+          "aftDme2ConnectionTimeoutMs" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "aftDme2ReadTimeoutMs" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "aftDme2RoundtripTimeoutMs" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "aftDme2SslEnable" : {
+            "type" : "boolean"
+          },
+          "aftEnvironment" : {
+            "type" : "string"
+          },
+          "consumerGroup" : {
+            "type" : "string"
+          },
+          "consumerId" : {
+            "type" : "string"
+          },
+          "contenttype" : {
+            "type" : "string"
+          },
+          "credential" : {
+            "$ref" : "#/components/schemas/Credential"
+          },
+          "dme2TraceOn" : {
+            "type" : "boolean"
+          },
+          "dme2preferredRouterFilePath" : {
+            "type" : "string"
+          },
+          "environment" : {
+            "type" : "string"
+          },
+          "hosts" : {
+            "type" : "string"
+          },
+          "latitude" : {
+            "type" : "number",
+            "format" : "double"
+          },
+          "limit" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "longitude" : {
+            "type" : "number",
+            "format" : "double"
+          },
+          "partner" : {
+            "type" : "string"
+          },
+          "pollingInterval" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "protocol" : {
+            "type" : "string"
+          },
+          "routeOffer" : {
+            "type" : "string"
+          },
+          "serviceName" : {
+            "type" : "string"
+          },
+          "timeLimitForNotificationHandleMs" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "timeoutMs" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "topic" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "DmeConfiguration" : {
+        "type" : "object",
+        "properties" : {
+          "lookupUriFormat" : {
+            "type" : "string"
+          }
+        }
+      },
+      "EcompPortalConfig" : {
+        "type" : "object",
+        "properties" : {
+          "defaultFunctionalMenu" : {
+            "type" : "string"
+          },
+          "healthCheckUri" : {
+            "type" : "string"
+          },
+          "host" : {
+            "type" : "string"
+          },
+          "pollingInterval" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "port" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "protocol" : {
+            "type" : "string"
+          },
+          "timeoutMs" : {
+            "type" : "integer",
+            "format" : "int32"
+          }
+        }
+      },
+      "EntrySchema" : {
+        "type" : "object",
+        "properties" : {
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Constraint"
+            }
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          }
+        }
+      },
+      "EnvironmentContext" : {
+        "type" : "object",
+        "properties" : {
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "validValues" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          }
+        }
+      },
+      "FormDataContentDisposition" : {
+        "type" : "object",
+        "properties" : {
+          "creationDate" : {
+            "type" : "string",
+            "format" : "date-time"
+          },
+          "fileName" : {
+            "type" : "string"
+          },
+          "modificationDate" : {
+            "type" : "string",
+            "format" : "date-time"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "parameters" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "readDate" : {
+            "type" : "string",
+            "format" : "date-time"
+          },
+          "size" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "type" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ForwardingPathDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string"
+          },
+          "destinationPortNumber" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "pathElements" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionForwardingPathElementDataDefinition"
+          },
+          "protocol" : {
+            "type" : "string"
+          },
+          "toscaResourceName" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ForwardingPathElementDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "fromCP" : {
+            "type" : "string"
+          },
+          "fromCPOriginId" : {
+            "type" : "string"
+          },
+          "fromNode" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "toCP" : {
+            "type" : "string"
+          },
+          "toCPOriginId" : {
+            "type" : "string"
+          },
+          "toNode" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "GabConfig" : {
+        "type" : "object",
+        "properties" : {
+          "artifactType" : {
+            "type" : "string"
+          },
+          "pathsAndNamesDefinitions" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PathsAndNamesDefinition"
+            }
+          }
+        }
+      },
+      "GenericArtifactQueryInfo" : {
+        "type" : "object",
+        "properties" : {
+          "artifactUniqueId" : {
+            "type" : "string"
+          },
+          "fields" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            },
+            "uniqueItems" : true
+          },
+          "parentId" : {
+            "type" : "string"
+          }
+        }
+      },
+      "GetInputValueDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputIndex" : {
+            "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+          },
+          "indexValue" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputName" : {
+            "type" : "string"
+          },
+          "list" : {
+            "type" : "boolean"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "propName" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "GetOutputValueDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "attribName" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getOutputIndex" : {
+            "$ref" : "#/components/schemas/GetOutputValueDataDefinition"
+          },
+          "indexValue" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "list" : {
+            "type" : "boolean"
+          },
+          "outputId" : {
+            "type" : "string"
+          },
+          "outputName" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "GetPolicyValueDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "origPropertyValue" : {
+            "type" : "string"
+          },
+          "policyId" : {
+            "type" : "string"
+          },
+          "propertyName" : {
+            "type" : "string"
+          }
+        }
+      },
+      "GroupDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "artifacts" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "artifactsUuid" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "capabilities" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/CapabilityDefinition"
+              }
+            }
+          },
+          "createdFrom" : {
+            "type" : "string",
+            "enum" : [ "UI", "CSAR" ]
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "groupUUID" : {
+            "type" : "string"
+          },
+          "invariantName" : {
+            "type" : "string"
+          },
+          "invariantUUID" : {
+            "type" : "string"
+          },
+          "members" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDataDefinition"
+            }
+          },
+          "propertyValueCounter" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "typeUid" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "userDefined" : {
+            "type" : "boolean"
+          },
+          "version" : {
+            "type" : "string"
+          },
+          "vspOriginated" : {
+            "type" : "boolean"
+          }
+        }
+      },
+      "GroupInfo" : {
+        "type" : "object",
+        "properties" : {
+          "changePriorityBody" : {
+            "type" : "string"
+          },
+          "changePriorityUrl" : {
+            "type" : "string"
+          }
+        }
+      },
+      "GroupInstance" : {
+        "type" : "object",
+        "properties" : {
+          "artifacts" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "artifactsUuid" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "creationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "customizationUUID" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "groupInstanceArtifacts" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "groupInstanceArtifactsUuid" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "groupName" : {
+            "type" : "string"
+          },
+          "groupUUID" : {
+            "type" : "string"
+          },
+          "groupUid" : {
+            "type" : "string"
+          },
+          "invariantUUID" : {
+            "type" : "string"
+          },
+          "modificationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "posX" : {
+            "type" : "string"
+          },
+          "posY" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDataDefinition"
+            }
+          },
+          "propertyValueCounter" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "GroupProperty" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyConstraint"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "valueUniqueUid" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "GroupTypeDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "capabilities" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/CapabilityDefinition"
+            }
+          },
+          "creationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "derivedFrom" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "highestVersion" : {
+            "type" : "boolean"
+          },
+          "icon" : {
+            "type" : "string"
+          },
+          "members" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "modificationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDefinition"
+            }
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "GroupingDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "HeatDeploymentArtifactTimeout" : {
+        "type" : "object",
+        "properties" : {
+          "defaultMinutes" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "maxMinutes" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "minMinutes" : {
+            "type" : "integer",
+            "format" : "int32"
+          }
+        }
+      },
+      "HeatParameterDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "currentValue" : {
+            "type" : "string"
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "HeatParameterDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "currentValue" : {
+            "type" : "string"
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "InputDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "InputDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "annotationsToInput" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            },
+            "writeOnly" : true
+          },
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyConstraint"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "inputs" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstanceInput"
+            }
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstanceProperty"
+            }
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "InterfaceDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "creationDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "derivedFrom" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "inputs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/InputDataDefinition"
+            }
+          },
+          "lastUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "operations" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/OperationDataDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "toscaResourceName" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "InterfaceInstanceDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "inputs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "operations" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/OperationInstance"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "KeyspaceConfig" : {
+        "type" : "object",
+        "properties" : {
+          "name" : {
+            "type" : "string"
+          },
+          "replicationInfo" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "replicationStrategy" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ListDataDefinitionForwardingPathElementDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "listToscaDataDefinition" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ForwardingPathElementDataDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ListDataDefinitionOperationInputDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "listToscaDataDefinition" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/OperationInputDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ListDataDefinitionOperationOutputDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "listToscaDataDefinition" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/OperationOutputDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ListDataDefinitionRequirementNodeFilterCapabilityDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "listToscaDataDefinition" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/RequirementNodeFilterCapabilityDataDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ListDataDefinitionRequirementNodeFilterPropertyDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "listToscaDataDefinition" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/RequirementNodeFilterPropertyDataDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ListDataDefinitionRequirementSubstitutionFilterCapabilityDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "listToscaDataDefinition" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/RequirementSubstitutionFilterCapabilityDataDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ListDataDefinitionRequirementSubstitutionFilterPropertyDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "listToscaDataDefinition" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/RequirementSubstitutionFilterPropertyDataDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "MetadataKeyDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "mandatory" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "validValues" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "NameIdPair" : {
+        "type" : "object",
+        "additionalProperties" : {
+          "type" : "object"
+        },
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          }
+        }
+      },
+      "NameIdPairWrapper" : {
+        "type" : "object",
+        "additionalProperties" : {
+          "type" : "object"
+        },
+        "properties" : {
+          "data" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            },
+            "properties" : {
+              "empty" : {
+                "type" : "boolean"
+              },
+              "id" : {
+                "type" : "string"
+              },
+              "name" : {
+                "type" : "string"
+              },
+              "ownerId" : {
+                "type" : "string"
+              }
+            }
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "nameIdPair" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            },
+            "properties" : {
+              "empty" : {
+                "type" : "boolean"
+              },
+              "id" : {
+                "type" : "string"
+              },
+              "name" : {
+                "type" : "string"
+              },
+              "ownerId" : {
+                "type" : "string"
+              }
+            }
+          }
+        }
+      },
+      "OnboardingConfig" : {
+        "type" : "object",
+        "properties" : {
+          "downloadCsarUri" : {
+            "type" : "string"
+          },
+          "healthCheckUri" : {
+            "type" : "string"
+          },
+          "host" : {
+            "type" : "string"
+          },
+          "port" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "protocol" : {
+            "type" : "string"
+          }
+        }
+      },
+      "OperationDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "creationDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "implementation" : {
+            "$ref" : "#/components/schemas/ArtifactDataDefinition"
+          },
+          "inputs" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionOperationInputDefinition"
+          },
+          "lastUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "outputs" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionOperationOutputDefinition"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          },
+          "workflowAssociationType" : {
+            "type" : "string"
+          },
+          "workflowId" : {
+            "type" : "string"
+          },
+          "workflowName" : {
+            "type" : "string"
+          },
+          "workflowVersion" : {
+            "type" : "string"
+          },
+          "workflowVersionId" : {
+            "type" : "string"
+          }
+        }
+      },
+      "OperationImplementation" : {
+        "type" : "object",
+        "properties" : {
+          "dependencies" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "primary" : {
+            "type" : "string"
+          }
+        }
+      },
+      "OperationInputDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "source" : {
+            "type" : "string"
+          },
+          "sourceProperty" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "toscaDefaultValue" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "OperationInstance" : {
+        "type" : "object",
+        "properties" : {
+          "implementation" : {
+            "$ref" : "#/components/schemas/OperationImplementation"
+          },
+          "inputs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          }
+        }
+      },
+      "OperationOutputDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "OperationUi" : {
+        "type" : "object",
+        "properties" : {
+          "implementation" : {
+            "type" : "string"
+          },
+          "inputs" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyAssignmentUi"
+            }
+          },
+          "interfaceType" : {
+            "type" : "string"
+          },
+          "operationType" : {
+            "type" : "string"
+          }
+        }
+      },
+      "OutputDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "attributeId" : {
+            "type" : "string"
+          },
+          "attributes" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstanceAttribute"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "entry_schema" : {
+            "$ref" : "#/components/schemas/EntrySchema"
+          },
+          "getOutputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetOutputValueDataDefinition"
+            }
+          },
+          "get_default" : {
+            "type" : "object"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "outputId" : {
+            "type" : "string"
+          },
+          "outputPath" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "PathsAndNamesDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "friendlyName" : {
+            "type" : "string"
+          },
+          "path" : {
+            "type" : "string"
+          },
+          "searchable" : {
+            "type" : "boolean"
+          }
+        }
+      },
+      "PolicyDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "componentName" : {
+            "type" : "string"
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "derivedFrom" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "invariantName" : {
+            "type" : "string"
+          },
+          "invariantUUID" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "isFromCsar" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "policyTypeName" : {
+            "type" : "string"
+          },
+          "policyTypeUid" : {
+            "type" : "string"
+          },
+          "policyUUID" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDataDefinition"
+            }
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "targets" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "type" : "string"
+              }
+            }
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "PolicyTargetDTO" : {
+        "type" : "object",
+        "properties" : {
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueIds" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          }
+        }
+      },
+      "PolicyTypeDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "creationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "derivedFrom" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "highestVersion" : {
+            "type" : "boolean"
+          },
+          "icon" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "modificationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDefinition"
+            }
+          },
+          "targets" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "PropertyAssignmentUi" : {
+        "type" : "object",
+        "properties" : {
+          "name" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          }
+        }
+      },
+      "PropertyConstraint" : {
+        "type" : "object"
+      },
+      "PropertyDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "PropertyDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyConstraint"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "PropertyRule" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "rule" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "QueueInfo" : {
+        "type" : "object",
+        "properties" : {
+          "numberOfCacheWorkers" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "syncIntervalInSecondes" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "waitOnShutDownInMinutes" : {
+            "type" : "integer",
+            "format" : "int32"
+          }
+        }
+      },
+      "RelationshipImpl" : {
+        "type" : "object",
+        "properties" : {
+          "type" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RelationshipInfo" : {
+        "type" : "object",
+        "properties" : {
+          "capability" : {
+            "type" : "string"
+          },
+          "capabilityOwnerId" : {
+            "type" : "string"
+          },
+          "capabilityUid" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "relationship" : {
+            "$ref" : "#/components/schemas/RelationshipImpl"
+          },
+          "relationships" : {
+            "$ref" : "#/components/schemas/RelationshipImpl"
+          },
+          "requirement" : {
+            "type" : "string"
+          },
+          "requirementOwnerId" : {
+            "type" : "string"
+          },
+          "requirementUid" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ReplaceVNFInfo" : {
+        "type" : "object",
+        "properties" : {
+          "abstractResourceUniqueId" : {
+            "type" : "string"
+          },
+          "realVNFComponentInstance" : {
+            "$ref" : "#/components/schemas/ComponentInstance"
+          },
+          "serviceUniqueId" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RequirementCapabilityRelDef" : {
+        "type" : "object",
+        "properties" : {
+          "fromNode" : {
+            "type" : "string"
+          },
+          "originUI" : {
+            "type" : "boolean"
+          },
+          "relationships" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/CapabilityRequirementRelationship"
+            }
+          },
+          "toNode" : {
+            "type" : "string"
+          },
+          "uid" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RequirementDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "capability" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "external" : {
+            "type" : "boolean"
+          },
+          "leftOccurrences" : {
+            "type" : "string"
+          },
+          "maxOccurrences" : {
+            "type" : "string"
+          },
+          "minOccurrences" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "node" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "ownerName" : {
+            "type" : "string"
+          },
+          "parentName" : {
+            "type" : "string"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "previousName" : {
+            "type" : "string"
+          },
+          "relationship" : {
+            "type" : "string"
+          },
+          "source" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RequirementDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "capability" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "external" : {
+            "type" : "boolean"
+          },
+          "leftOccurrences" : {
+            "type" : "string"
+          },
+          "maxOccurrences" : {
+            "type" : "string"
+          },
+          "minOccurrences" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "node" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "ownerName" : {
+            "type" : "string"
+          },
+          "parentName" : {
+            "type" : "string"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "previousName" : {
+            "type" : "string"
+          },
+          "relationship" : {
+            "type" : "string"
+          },
+          "source" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RequirementNodeFilterCapabilityDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionRequirementNodeFilterPropertyDataDefinition"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RequirementNodeFilterPropertyDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RequirementSubstitutionFilterCapabilityDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionRequirementNodeFilterPropertyDataDefinition"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RequirementSubstitutionFilterPropertyDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "Resource" : {
+        "type" : "object",
+        "properties" : {
+          "abstract" : {
+            "type" : "boolean"
+          },
+          "actualComponentType" : {
+            "type" : "string"
+          },
+          "additionalInformation" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/AdditionalInformationDefinition"
+            }
+          },
+          "allArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "allVersions" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "archiveTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "archived" : {
+            "type" : "boolean"
+          },
+          "artifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "attributes" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/AttributeDefinition"
+            }
+          },
+          "capabilities" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/CapabilityDefinition"
+              }
+            }
+          },
+          "categories" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/CategoryDefinition"
+            }
+          },
+          "categorySpecificMetadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "componentInstances" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstance"
+            }
+          },
+          "componentInstancesAttributes" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceAttribute"
+              }
+            }
+          },
+          "componentInstancesInputs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceInput"
+              }
+            }
+          },
+          "componentInstancesInterfaces" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceInterface"
+              }
+            }
+          },
+          "componentInstancesOutputs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceOutput"
+              }
+            }
+          },
+          "componentInstancesProperties" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceProperty"
+              }
+            }
+          },
+          "componentInstancesRelations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/RequirementCapabilityRelDef"
+            }
+          },
+          "componentMetadataForSupportLog" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "componentType" : {
+            "type" : "string",
+            "enum" : [ "RESOURCE", "SERVICE", "RESOURCE_INSTANCE", "PRODUCT", "SERVICE_INSTANCE" ]
+          },
+          "conformanceLevel" : {
+            "type" : "string"
+          },
+          "contactId" : {
+            "type" : "string"
+          },
+          "cost" : {
+            "type" : "string"
+          },
+          "creationDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "creatorFullName" : {
+            "type" : "string"
+          },
+          "creatorUserId" : {
+            "type" : "string"
+          },
+          "csarUUID" : {
+            "type" : "string"
+          },
+          "csarVersion" : {
+            "type" : "string"
+          },
+          "dataTypes" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/DataTypeDefinition"
+            }
+          },
+          "deploymentArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "derivedFrom" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "derivedFromGenericInfo" : {
+            "$ref" : "#/components/schemas/Resource"
+          },
+          "derivedFromGenericType" : {
+            "type" : "string"
+          },
+          "derivedFromGenericVersion" : {
+            "type" : "string"
+          },
+          "derivedFromMapOfIdToName" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "derivedList" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "groups" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GroupDefinition"
+            }
+          },
+          "highestVersion" : {
+            "type" : "boolean"
+          },
+          "icon" : {
+            "type" : "string"
+          },
+          "importedToscaChecksum" : {
+            "type" : "string"
+          },
+          "inputs" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/InputDefinition"
+            }
+          },
+          "interfaces" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/InterfaceDefinition"
+            }
+          },
+          "invariantUUID" : {
+            "type" : "string"
+          },
+          "isDeleted" : {
+            "type" : "boolean"
+          },
+          "lastUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "lastUpdaterFullName" : {
+            "type" : "string"
+          },
+          "lastUpdaterUserId" : {
+            "type" : "string"
+          },
+          "licenseType" : {
+            "type" : "string"
+          },
+          "lifecycleState" : {
+            "type" : "string",
+            "enum" : [ "CERTIFIED", "NOT_CERTIFIED_CHECKIN", "NOT_CERTIFIED_CHECKOUT" ]
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "nodeFilterComponents" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/CINodeFilterDataDefinition"
+            }
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "outputs" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/OutputDefinition"
+            }
+          },
+          "policies" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/PolicyDefinition"
+            }
+          },
+          "projectCode" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDefinition"
+            }
+          },
+          "requirements" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/RequirementDefinition"
+              }
+            }
+          },
+          "resourceType" : {
+            "type" : "string",
+            "enum" : [ "VFC", "VF", "CR", "CP", "PNF", "CVFC", "VL", "VFCMT", "Configuration", "ServiceProxy", "ABSTRACT", "SERVICE" ]
+          },
+          "resourceVendorModelNumber" : {
+            "type" : "string"
+          },
+          "service" : {
+            "type" : "boolean"
+          },
+          "specificComponetTypeArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            },
+            "writeOnly" : true
+          },
+          "state" : {
+            "type" : "string",
+            "enum" : [ "CERTIFIED", "NOT_CERTIFIED_CHECKIN", "NOT_CERTIFIED_CHECKOUT" ],
+            "writeOnly" : true
+          },
+          "substitutionFilter" : {
+            "$ref" : "#/components/schemas/SubstitutionFilterDataDefinition"
+          },
+          "substitutionFilterComponents" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/SubstitutionFilterDataDefinition"
+            }
+          },
+          "systemName" : {
+            "type" : "string"
+          },
+          "tags" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "topologyTemplate" : {
+            "type" : "boolean"
+          },
+          "toscaArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "toscaResourceName" : {
+            "type" : "string"
+          },
+          "toscaType" : {
+            "type" : "string"
+          },
+          "toscaVersion" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "uuid" : {
+            "type" : "string"
+          },
+          "vendorName" : {
+            "type" : "string"
+          },
+          "vendorRelease" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          },
+          "vspArchived" : {
+            "type" : "boolean"
+          }
+        }
+      },
+      "SchemaDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "derivedFrom" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/PropertyDataDefinition"
+            }
+          },
+          "property" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "Service" : {
+        "type" : "object",
+        "properties" : {
+          "abstract" : {
+            "type" : "boolean",
+            "writeOnly" : true
+          },
+          "actualComponentType" : {
+            "type" : "string"
+          },
+          "additionalInformation" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/AdditionalInformationDefinition"
+            }
+          },
+          "allArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "allVersions" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "archiveTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "archived" : {
+            "type" : "boolean"
+          },
+          "artifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "attributes" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/AttributeDefinition"
+            }
+          },
+          "capabilities" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/CapabilityDefinition"
+              }
+            }
+          },
+          "categories" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/CategoryDefinition"
+            }
+          },
+          "categorySpecificMetadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "componentInstances" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstance"
+            }
+          },
+          "componentInstancesAttributes" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceAttribute"
+              }
+            }
+          },
+          "componentInstancesInputs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceInput"
+              }
+            }
+          },
+          "componentInstancesInterfaces" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceInterface"
+              }
+            }
+          },
+          "componentInstancesOutputs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceOutput"
+              }
+            }
+          },
+          "componentInstancesProperties" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceProperty"
+              }
+            }
+          },
+          "componentInstancesRelations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/RequirementCapabilityRelDef"
+            }
+          },
+          "componentMetadataForSupportLog" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "componentType" : {
+            "type" : "string",
+            "enum" : [ "RESOURCE", "SERVICE", "RESOURCE_INSTANCE", "PRODUCT", "SERVICE_INSTANCE" ]
+          },
+          "conformanceLevel" : {
+            "type" : "string"
+          },
+          "contactId" : {
+            "type" : "string"
+          },
+          "creationDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "creatorFullName" : {
+            "type" : "string"
+          },
+          "creatorUserId" : {
+            "type" : "string"
+          },
+          "csarUUID" : {
+            "type" : "string"
+          },
+          "csarVersion" : {
+            "type" : "string"
+          },
+          "dataTypes" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/DataTypeDefinition"
+            }
+          },
+          "deploymentArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "derivedFromGenericInfo" : {
+            "$ref" : "#/components/schemas/Resource"
+          },
+          "derivedFromGenericType" : {
+            "type" : "string"
+          },
+          "derivedFromGenericVersion" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "distributionStatus" : {
+            "type" : "string",
+            "enum" : [ "DISTRIBUTION_NOT_APPROVED", "DISTRIBUTED" ]
+          },
+          "ecompGeneratedNaming" : {
+            "type" : "boolean"
+          },
+          "environmentContext" : {
+            "type" : "string"
+          },
+          "forwardingPaths" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ForwardingPathDataDefinition"
+            }
+          },
+          "groups" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GroupDefinition"
+            }
+          },
+          "highestVersion" : {
+            "type" : "boolean"
+          },
+          "icon" : {
+            "type" : "string"
+          },
+          "importedToscaChecksum" : {
+            "type" : "string"
+          },
+          "inputs" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/InputDefinition"
+            }
+          },
+          "instantiationType" : {
+            "type" : "string"
+          },
+          "interfaces" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/InterfaceDefinition"
+            }
+          },
+          "invariantUUID" : {
+            "type" : "string"
+          },
+          "isDeleted" : {
+            "type" : "boolean"
+          },
+          "lastUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "lastUpdaterFullName" : {
+            "type" : "string"
+          },
+          "lastUpdaterUserId" : {
+            "type" : "string"
+          },
+          "lifecycleState" : {
+            "type" : "string",
+            "enum" : [ "CERTIFIED", "NOT_CERTIFIED_CHECKIN", "NOT_CERTIFIED_CHECKOUT" ]
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "namingPolicy" : {
+            "type" : "string"
+          },
+          "nodeFilterComponents" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/CINodeFilterDataDefinition"
+            }
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "outputs" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/OutputDefinition"
+            }
+          },
+          "policies" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/PolicyDefinition"
+            }
+          },
+          "projectCode" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDefinition"
+            }
+          },
+          "requirements" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/RequirementDefinition"
+              }
+            }
+          },
+          "service" : {
+            "type" : "boolean"
+          },
+          "serviceApiArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "serviceFunction" : {
+            "type" : "string"
+          },
+          "serviceRole" : {
+            "type" : "string"
+          },
+          "serviceType" : {
+            "type" : "string"
+          },
+          "serviceVendorModelNumber" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "specificComponetTypeArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            },
+            "writeOnly" : true
+          },
+          "state" : {
+            "type" : "string",
+            "enum" : [ "CERTIFIED", "NOT_CERTIFIED_CHECKIN", "NOT_CERTIFIED_CHECKOUT" ],
+            "writeOnly" : true
+          },
+          "substitutionFilter" : {
+            "$ref" : "#/components/schemas/SubstitutionFilterDataDefinition"
+          },
+          "substitutionFilterComponents" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/SubstitutionFilterDataDefinition"
+            }
+          },
+          "systemName" : {
+            "type" : "string"
+          },
+          "tags" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "topologyTemplate" : {
+            "type" : "boolean"
+          },
+          "toscaArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "toscaServiceName" : {
+            "type" : "string"
+          },
+          "toscaType" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "uuid" : {
+            "type" : "string"
+          },
+          "vendorName" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "vendorRelease" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "version" : {
+            "type" : "string"
+          },
+          "vspArchived" : {
+            "type" : "boolean"
+          }
+        }
+      },
+      "ServiceRelations" : {
+        "type" : "array",
+        "items" : {
+          "$ref" : "#/components/schemas/NameIdPairWrapper"
+        },
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "relations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/NameIdPairWrapper"
+            },
+            "uniqueItems" : true
+          }
+        }
+      },
+      "SubCategoryDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "groupings" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GroupingDefinition"
+            }
+          },
+          "icons" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "metadataKeys" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/MetadataKeyDataDefinition"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "SubstitutionFilterDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "capabilities" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionRequirementSubstitutionFilterCapabilityDataDefinition"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionRequirementSubstitutionFilterPropertyDataDefinition"
+          },
+          "tosca_id" : {
+            "type" : "object"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "SwitchoverDetectorConfig" : {
+        "type" : "object",
+        "properties" : {
+          "beResolveAttempts" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "beVip" : {
+            "type" : "string"
+          },
+          "changePriorityPassword" : {
+            "type" : "string"
+          },
+          "changePriorityUser" : {
+            "type" : "string"
+          },
+          "enabled" : {
+            "type" : "boolean"
+          },
+          "feResolveAttempts" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "feVip" : {
+            "type" : "string"
+          },
+          "getgBeFqdn" : {
+            "type" : "string"
+          },
+          "getgFeFqdn" : {
+            "type" : "string"
+          },
+          "groups" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/GroupInfo"
+            }
+          },
+          "interval" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "publishNetworkBody" : {
+            "type" : "string"
+          },
+          "publishNetworkUrl" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ToscaArtifactDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "file" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ToscaValidatorsConfig" : {
+        "type" : "object",
+        "properties" : {
+          "stringMaxLength" : {
+            "type" : "integer",
+            "format" : "int32"
+          }
+        }
+      },
+      "User" : {
+        "type" : "object",
+        "properties" : {
+          "email" : {
+            "type" : "string"
+          },
+          "firstName" : {
+            "type" : "string"
+          },
+          "fullName" : {
+            "type" : "string"
+          },
+          "lastLoginTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "lastName" : {
+            "type" : "string"
+          },
+          "role" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string",
+            "enum" : [ "ACTIVE", "INACTIVE" ]
+          },
+          "userId" : {
+            "type" : "string"
+          }
+        }
+      },
+      "UserRole" : {
+        "type" : "object",
+        "properties" : {
+          "role" : {
+            "type" : "string",
+            "enum" : [ "ADMIN", "TESTER", "DESIGNER", "PRODUCT_MANAGER", "PRODUCT_STRATEGIST" ]
+          }
+        }
+      },
+      "VfModuleProperty" : {
+        "type" : "object",
+        "properties" : {
+          "forBaseModule" : {
+            "type" : "string"
+          },
+          "forNonBaseModule" : {
+            "type" : "string"
+          }
+        }
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/docs/swagger/swagger-sdce-4.json b/docs/swagger/swagger-sdce-4.json
new file mode 100644 (file)
index 0000000..ab623bb
--- /dev/null
@@ -0,0 +1,346 @@
+{
+  "openapi" : "3.0.1",
+  "info" : {
+    "contact" : {
+      "email" : "onap-discuss@lists.onap.org",
+      "name" : "ONAP",
+      "url" : "https://onap.readthedocs.io"
+    },
+    "description" : "SDC API for certifying services (SDCE-4)",
+    "license" : {
+      "name" : "Apache 2.0",
+      "url" : "http://www.apache.org/licenses/LICENSE-2.0"
+    },
+    "title" : "SPC API: SDCE-4",
+    "version" : "1.0"
+  },
+  "servers" : [ {
+    "description" : "SDCE-4 APIs",
+    "url" : "/sdc"
+  } ],
+  "paths" : {
+    "/v1/catalog/{componentCollection}/{componentId}/lifecycleState/{lifecycleOperation}" : {
+      "post" : {
+        "description" : "Change Resource lifecycle State",
+        "operationId" : "changeResourceState",
+        "parameters" : [ {
+          "description" : "validValues: resources / services / products",
+          "in" : "path",
+          "name" : "componentCollection",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services", "products" ]
+          }
+        }, {
+          "in" : "path",
+          "name" : "lifecycleOperation",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "checkout, undoCheckout, checkin, certificationRequest, startCertification, failCertification,  cancelCertification, certify" ]
+          }
+        }, {
+          "description" : "id of component to be changed",
+          "in" : "path",
+          "name" : "componentId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "id of user initiating the operation",
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          },
+          "description" : "LifecycleChangeInfo - relevant for checkin, failCertification, cancelCertification"
+        },
+        "responses" : {
+          "200" : {
+            "description" : "Resource state changed"
+          },
+          "403" : {
+            "description" : "Restricted operation"
+          },
+          "409" : {
+            "description" : "Resource already exist"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc2/rest",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-4 APIs" ]
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/docs/swagger/swagger-sdce-6.json b/docs/swagger/swagger-sdce-6.json
new file mode 100644 (file)
index 0000000..a950790
--- /dev/null
@@ -0,0 +1,419 @@
+{
+  "openapi" : "3.0.1",
+  "info" : {
+    "contact" : {
+      "email" : "onap-discuss@lists.onap.org",
+      "name" : "ONAP",
+      "url" : "https://onap.readthedocs.io"
+    },
+    "description" : "SDC API for distribution subscription (SDCE-6)",
+    "license" : {
+      "name" : "Apache 2.0",
+      "url" : "http://www.apache.org/licenses/LICENSE-2.0"
+    },
+    "title" : "SPC API: SDCE-6",
+    "version" : "1.0"
+  },
+  "servers" : [ {
+    "description" : "SDCE-6 APIs",
+    "url" : "/sdc"
+  } ],
+  "paths" : {
+    "/v1/artifactTypes" : {
+      "get" : {
+        "description" : "Artifact types list",
+        "operationId" : "getValidArtifactTypes",
+        "parameters" : [ {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Accept",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            },
+            "description" : "Artifact types list fetched successfully"
+          },
+          "400" : {
+            "description" : "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed  :  Invalid HTTP method type used to  register for  distribution ( POST,PUT,DELETE  will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The registration failed due to internal SDC problem or Cambria Service failure ECOMP Component  should  continue the attempts to  register for  distribution - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Fetches available artifact types list",
+        "tags" : [ "SDCE-6 APIs" ]
+      }
+    },
+    "/v1/distributionUebCluster" : {
+      "get" : {
+        "description" : "UEB Server List",
+        "operationId" : "getUebServerList",
+        "parameters" : [ {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ServerListResponse"
+                  }
+                }
+              }
+            },
+            "description" : "ECOMP component is authenticated and list of Cambria API server’s FQDNs is returned"
+          },
+          "400" : {
+            "description" : "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its credentials  for  Basic Authentication - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed: Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "return the available UEB Server List",
+        "tags" : [ "SDCE-6 APIs" ]
+      }
+    },
+    "/v1/registerForDistribution" : {
+      "post" : {
+        "description" : "Subscription status",
+        "operationId" : "registerForDistribution",
+        "parameters" : [ {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the request",
+          "in" : "header",
+          "name" : "Content-Type",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Length  of  the request body",
+          "in" : "header",
+          "name" : "Content-Length",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/TopicRegistrationResponse"
+                  }
+                }
+              }
+            },
+            "description" : "ECOMP component is successfully registered for distribution"
+          },
+          "400" : {
+            "description" : "Invalid Body :  Specified 'distrEnvName' doesn’t exist - POL4137"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed  :  Invalid HTTP method type used to  register for  distribution ( PUT,DELETE,GET  will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The registration failed due to internal SDC problem or Cambria Service failure ECOMP Component  should  continue the attempts to  register for  distribution - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Subscribes for distribution notifications",
+        "tags" : [ "SDCE-6 APIs" ]
+      }
+    },
+    "/v1/unRegisterForDistribution" : {
+      "post" : {
+        "description" : "Subscription status",
+        "operationId" : "unRegisterForDistribution",
+        "parameters" : [ {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the request",
+          "in" : "header",
+          "name" : "Content-Type",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Length  of  the request body",
+          "in" : "header",
+          "name" : "Content-Length",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "204" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/TopicUnregistrationResponse"
+                  }
+                }
+              }
+            },
+            "description" : "ECOMP component is successfully unregistered"
+          },
+          "400" : {
+            "description" : "Invalid Body :  Specified 'distrEnvName' doesn’t exist - POL4137"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed  :  Invalid HTTP method type used to  register for  distribution ( PUT,DELETE,GET will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The registration failed due to internal SDC problem or Cambria Service failure ECOMP Component  should  continue the attempts to  register for  distribution - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Removes from subscription for distribution notifications",
+        "tags" : [ "SDCE-6 APIs" ]
+      }
+    }
+  },
+  "components" : {
+    "schemas" : {
+      "RegistrationRequest" : {
+        "type" : "object",
+        "properties" : {
+          "apiPublicKey" : {
+            "type" : "string"
+          },
+          "distEnvEndPoints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "distrEnvName" : {
+            "type" : "string"
+          },
+          "isConsumerToSdcDistrStatusTopic" : {
+            "type" : "boolean"
+          },
+          "managerApiPublicKey" : {
+            "type" : "string"
+          },
+          "managerApiSecretKey" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ServerListResponse" : {
+        "type" : "object",
+        "properties" : {
+          "uebServerList" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          }
+        }
+      },
+      "TopicRegistrationResponse" : {
+        "type" : "object",
+        "properties" : {
+          "distrNotificationTopicName" : {
+            "type" : "string"
+          },
+          "distrStatusTopicName" : {
+            "type" : "string"
+          }
+        }
+      },
+      "TopicUnregistrationResponse" : {
+        "type" : "object",
+        "properties" : {
+          "distrNotificationTopicName" : {
+            "type" : "string"
+          },
+          "distrStatusTopicName" : {
+            "type" : "string"
+          },
+          "notificationUnregisterResult" : {
+            "type" : "string",
+            "enum" : [ "OK", "CONNNECTION_ERROR", "NOT_FOUND", "TOPIC_ALREADY_EXIST", "OBJECT_NOT_FOUND", "INTERNAL_SERVER_ERROR", "AUTHENTICATION_ERROR", "UNKNOWN_HOST_ERROR" ]
+          },
+          "statusUnregisterResult" : {
+            "type" : "string",
+            "enum" : [ "OK", "CONNNECTION_ERROR", "NOT_FOUND", "TOPIC_ALREADY_EXIST", "OBJECT_NOT_FOUND", "INTERNAL_SERVER_ERROR", "AUTHENTICATION_ERROR", "UNKNOWN_HOST_ERROR" ]
+          }
+        }
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/docs/swagger/swagger-sdce-7.json b/docs/swagger/swagger-sdce-7.json
new file mode 100644 (file)
index 0000000..c949cd3
--- /dev/null
@@ -0,0 +1,7743 @@
+{
+  "openapi" : "3.0.1",
+  "info" : {
+    "contact" : {
+      "email" : "onap-discuss@lists.onap.org",
+      "name" : "ONAP",
+      "url" : "https://onap.readthedocs.io"
+    },
+    "description" : "SDC API for retrieval for service models (SDCE-7)",
+    "license" : {
+      "name" : "Apache 2.0",
+      "url" : "http://www.apache.org/licenses/LICENSE-2.0"
+    },
+    "title" : "SPC API: SDCE-7",
+    "version" : "1.0"
+  },
+  "servers" : [ {
+    "description" : "SDCE-7 APIs",
+    "url" : "/sdc"
+  } ],
+  "paths" : {
+    "/v1/catalog/abstract/service/serviceUUID/{uuid}/copy" : {
+      "post" : {
+        "description" : "Copy a new service based on the existing service",
+        "operationId" : "copyExistService",
+        "parameters" : [ {
+          "description" : "The user id",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset uuid",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/AbstractTemplateInfo"
+                  }
+                }
+              }
+            },
+            "description" : "ECOMP component is authenticated and list of Catalog Assets Metadata is returned"
+          },
+          "400" : {
+            "description" : "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Error: Requested '%1' (uuid) resource was not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "409" : {
+            "description" : "Service already exist"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Return whether the copy service is successful",
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/abstract/service/serviceUUID/{uuid}/status" : {
+      "get" : {
+        "description" : "Fetch abstract status of service",
+        "operationId" : "getServiceAbstractStatus",
+        "parameters" : [ {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset uuid",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/AbstractTemplateInfo"
+                  }
+                }
+              }
+            },
+            "description" : "The check result of whether the service is an abstract service is returned"
+          },
+          "400" : {
+            "description" : "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Error: Requested '%1' (uuid) resource was not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Return whether the service is a virtual service",
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceName}/{serviceVersion}/artifacts/{artifactName}" : {
+      "get" : {
+        "description" : "Download service artifact",
+        "operationId" : "downloadServiceArtifact",
+        "parameters" : [ {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "serviceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "serviceVersion",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            },
+            "description" : "The artifact is found and streamed."
+          },
+          "400" : {
+            "description" : "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Specified artifact is  not found - SVC4505"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          },
+          "default" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Returns downloaded artifact",
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceName}/{serviceVersion}/resourceInstances/{resourceInstanceName}/artifacts/{artifactName}" : {
+      "get" : {
+        "description" : "Download resource instance artifact",
+        "operationId" : "downloadResourceInstanceArtifactByName",
+        "parameters" : [ {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "serviceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "serviceVersion",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "resourceInstanceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            },
+            "description" : "The artifact is found and streamed."
+          },
+          "400" : {
+            "description" : "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Specified artifact is  not found - SVC4505"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          },
+          "default" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Returns downloaded artifact",
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceName}/{serviceVersion}/resources/{resourceName}/{resourceVersion}/artifacts/{artifactName}" : {
+      "get" : {
+        "description" : "Download resource artifact",
+        "operationId" : "downloadResourceArtifact",
+        "parameters" : [ {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "serviceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "serviceVersion",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "resourceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "resourceVersion",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "artifactName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            },
+            "description" : "The artifact is found and streamed."
+          },
+          "400" : {
+            "description" : "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Specified artifact is  not found - SVC4505"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          },
+          "default" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Returns downloaded artifact",
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/services/{serviceUUID}/distribution/{opEnvId}/activate" : {
+      "post" : {
+        "description" : "activate a service",
+        "operationId" : "activateServiceExternal",
+        "parameters" : [ {
+          "description" : "Determines the format of the body of the request",
+          "in" : "header",
+          "name" : "Content-Type",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The user id",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The serviceUUid to activate",
+          "in" : "path",
+          "name" : "serviceUUID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The operational environment on which to activate the service on",
+          "in" : "path",
+          "name" : "opEnvId",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "type" : "string"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "202" : {
+            "description" : "ECOMP component is authenticated and required service may be distributed"
+          },
+          "400" : {
+            "description" : "The resource name is missing in the request body - SVC4062"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Error: Requested '%1' (uuid) resource was not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "409" : {
+            "description" : "Service state is invalid for this action"
+          },
+          "500" : {
+            "description" : "The request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          },
+          "502" : {
+            "description" : "The server was acting as a gateway or proxy and received an invalid response from the upstream server"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Activates a service",
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}" : {
+      "get" : {
+        "description" : "Fetch list of assets",
+        "operationId" : "getAssetListExternal",
+        "parameters" : [ {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset type",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "The filter key (resourceType only for resources)",
+          "in" : "query",
+          "name" : "category",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The filter key (resourceType only for resources)",
+          "in" : "query",
+          "name" : "subCategory",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The filter key (resourceType only for resources)",
+          "in" : "query",
+          "name" : "distributionStatus",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The filter key (resourceType only for resources)",
+          "in" : "query",
+          "name" : "resourceType",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/AssetMetadata"
+                  }
+                }
+              }
+            },
+            "description" : "ECOMP component is authenticated and list of Catalog Assets Metadata is returned"
+          },
+          "400" : {
+            "description" : "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Returns list of assets",
+        "tags" : [ "SDCE-7 APIs" ]
+      },
+      "post" : {
+        "description" : "creates an asset (resource or service)",
+        "operationId" : "createComponentExternal",
+        "parameters" : [ {
+          "description" : "Determines the format of the body of the request",
+          "in" : "header",
+          "name" : "Content-Type",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The user id",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset type",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources, services" ]
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/Resource"
+                  }
+                }
+              }
+            },
+            "description" : "ECOMP component is authenticated and Asset created"
+          },
+          "400" : {
+            "description" : "Invalid Content. Missing PROJECT_CODE number - SVC4129"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Error: Requested '%1' (uuid) resource was not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "409" : {
+            "description" : "Error: %1 (Service) with name '%2' already exists. - SVC4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Creates an asset (resource or service)",
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}/{uuid}/artifacts" : {
+      "post" : {
+        "description" : "uploads of artifact to a resource or service",
+        "operationId" : "uploadArtifact",
+        "parameters" : [ {
+          "description" : "Determines the format of the body of the request",
+          "in" : "header",
+          "name" : "Content-Type",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The value for this header must be the MD5 checksum over the whole json body",
+          "in" : "header",
+          "name" : "Content-MD5",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset type",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources,services" ]
+          }
+        }, {
+          "description" : "The uuid of the asset as published in the metadata",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ArtifactDefinition"
+                  }
+                }
+              }
+            },
+            "description" : "Artifact uploaded"
+          },
+          "400" : {
+            "description" : "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Specified resource is not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "uploads of artifact to a resource or service",
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}/{uuid}/artifacts/{artifactUUID}" : {
+      "delete" : {
+        "description" : "deletes an artifact of a resource or service",
+        "operationId" : "deleteArtifact",
+        "parameters" : [ {
+          "description" : "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset type",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources,services" ]
+          }
+        }, {
+          "description" : "The uuid of the asset as published in the metadata",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation",
+          "in" : "path",
+          "name" : "artifactUUID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ArtifactDefinition"
+                  }
+                }
+              }
+            },
+            "description" : "Artifact deleted"
+          },
+          "400" : {
+            "description" : "Artifact name is missing in input - SVC4128"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4086"
+          },
+          "404" : {
+            "description" : "Specified resource is not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "409" : {
+            "description" : "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "deletes an artifact of a resource or service",
+        "tags" : [ "SDCE-7 APIs" ]
+      },
+      "get" : {
+        "description" : "Download component artifact",
+        "operationId" : "downloadComponentArtifact",
+        "parameters" : [ {
+          "description" : "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset type",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources,services" ]
+          }
+        }, {
+          "description" : "The uuid of the asset as published in the metadata",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation",
+          "in" : "path",
+          "name" : "artifactUUID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            },
+            "description" : "Artifact downloaded"
+          },
+          "400" : {
+            "description" : "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Artifact was not found - SVC4505"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Returns downloaded artifact",
+        "tags" : [ "SDCE-7 APIs" ]
+      },
+      "post" : {
+        "description" : "updates an artifact on a resource or service",
+        "operationId" : "updateArtifact",
+        "parameters" : [ {
+          "description" : "Determines the format of the body of the request",
+          "in" : "header",
+          "name" : "Content-Type",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The value for this header must be the MD5 checksum over the whole json body",
+          "in" : "header",
+          "name" : "Content-MD5",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset type",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources,services" ]
+          }
+        }, {
+          "description" : "The uuid of the asset as published in the metadata",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation",
+          "in" : "path",
+          "name" : "artifactUUID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ArtifactDefinition"
+                  }
+                }
+              }
+            },
+            "description" : "Artifact updated"
+          },
+          "400" : {
+            "description" : "Artifact name is missing in input - SVC4128"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4086"
+          },
+          "404" : {
+            "description" : "Specified resource is not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "409" : {
+            "description" : "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "uploads of artifact to a resource or service",
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}/{uuid}/interfaces/{interfaceUUID}/operations/{operationUUID}/artifacts/{artifactUUID}" : {
+      "post" : {
+        "description" : "uploads of artifact to VF operation workflow",
+        "operationId" : "uploadInterfaceOperationArtifact",
+        "parameters" : [ {
+          "description" : "Determines the format of the body of the request",
+          "in" : "header",
+          "name" : "Content-Type",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The value for this header must be the MD5 checksum over the whole json body",
+          "in" : "header",
+          "name" : "Content-MD5",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Asset type",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the asset as published in the metadata",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the interface",
+          "in" : "path",
+          "name" : "interfaceUUID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the operation",
+          "in" : "path",
+          "name" : "operationUUID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the artifact",
+          "in" : "path",
+          "name" : "artifactUUID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ArtifactDefinition"
+                  }
+                }
+              }
+            },
+            "description" : "Artifact uploaded"
+          },
+          "400" : {
+            "description" : "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Specified resource is not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "uploads of artifact to VF operation workflow",
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}/{uuid}/lifecycleState/{lifecycleOperation}" : {
+      "post" : {
+        "description" : "Change Resource lifecycle State",
+        "operationId" : "changeResourceStateExternal",
+        "parameters" : [ {
+          "description" : "Determines the format of the body of the request",
+          "in" : "header",
+          "name" : "Content-Type",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The user id",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "lifecycleOperation",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "checkout, checkin" ]
+          }
+        }, {
+          "description" : "id of component to be changed",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "validValues: resources / services ",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/AssetMetadata"
+                  }
+                }
+              }
+            },
+            "description" : "Resource state changed"
+          },
+          "400" : {
+            "description" : "Missing X-ECOMP-InstanceID HTTP header - POL5001"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4080"
+          },
+          "404" : {
+            "description" : "Error: Requested '%1' (uuid) resource was not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}/{uuid}/metadata" : {
+      "get" : {
+        "description" : "Detailed metadata of asset by uuid",
+        "operationId" : "getAssetSpecificMetadataByUuidExternal",
+        "parameters" : [ {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset type",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "The requested asset uuid",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/AssetMetadata"
+                  }
+                }
+              }
+            },
+            "description" : "ECOMP component is authenticated and list of Catalog Assets Metadata is returned"
+          },
+          "400" : {
+            "description" : "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Error: Requested '%1' (uuid) resource was not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Returns detailed metadata of an asset by uuid",
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}/{uuid}/resourceInstances/{componentInstanceName}/externalReferences/{objectType}" : {
+      "post" : {
+        "operationId" : "addComponentInstanceExternalRef",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "objectType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ExternalRefDTO"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}/{uuid}/resourceInstances/{componentInstanceName}/externalReferences/{objectType}/{oldRefValue}" : {
+      "put" : {
+        "operationId" : "updateComponentInstanceReference",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "objectType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "oldRefValue",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "requestBody" : {
+          "content" : {
+            "application/json" : {
+              "schema" : {
+                "$ref" : "#/components/schemas/ExternalRefDTO"
+              }
+            }
+          }
+        },
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}/{uuid}/resourceInstances/{componentInstanceName}/externalReferences/{objectType}/{reference}" : {
+      "delete" : {
+        "operationId" : "deleteComponentInstanceReference",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "objectType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "reference",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}/{uuid}/resourceInstances/{resourceInstanceName}/artifacts" : {
+      "post" : {
+        "description" : "uploads an artifact to a resource instance",
+        "operationId" : "uploadArtifactToInstance",
+        "parameters" : [ {
+          "description" : "Determines the format of the body of the request",
+          "in" : "header",
+          "name" : "Content-Type",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The value for this header must be the MD5 checksum over the whole json body",
+          "in" : "header",
+          "name" : "Content-MD5",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset type",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources,services" ]
+          }
+        }, {
+          "description" : "The uuid of the asset as published in the metadata",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources,services" ]
+          }
+        }, {
+          "description" : "The component instance name (as publishedin the response of the detailed query)",
+          "in" : "path",
+          "name" : "resourceInstanceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ArtifactDefinition"
+                  }
+                }
+              }
+            },
+            "description" : "Artifact uploaded"
+          },
+          "400" : {
+            "description" : "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Specified resource is not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "uploads an artifact to a resource instance",
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}/{uuid}/resourceInstances/{resourceInstanceName}/artifacts/{artifactUUID}" : {
+      "delete" : {
+        "description" : "deletes an artifact of a resource insatnce",
+        "operationId" : "deleteArtifactOnResourceInstance",
+        "parameters" : [ {
+          "description" : "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset type",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources,services" ]
+          }
+        }, {
+          "description" : "The uuid of the asset as published in the metadata",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation",
+          "in" : "path",
+          "name" : "artifactUUID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The component instance name (as publishedin the response of the detailed query)",
+          "in" : "path",
+          "name" : "resourceInstanceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ArtifactDefinition"
+                  }
+                }
+              }
+            },
+            "description" : "Artifact deleted"
+          },
+          "400" : {
+            "description" : "Artifact name is missing in input - SVC4128"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4086"
+          },
+          "404" : {
+            "description" : "Specified resource is not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "409" : {
+            "description" : "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          },
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "deletes an artifact of a resource insatnce",
+        "tags" : [ "SDCE-7 APIs" ]
+      },
+      "get" : {
+        "description" : "Download resource instance artifact",
+        "operationId" : "downloadResourceInstanceArtifact",
+        "parameters" : [ {
+          "description" : "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset type",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the asset as published in the metadata",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation",
+          "in" : "path",
+          "name" : "artifactUUID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The component instance name (as publishedin the response of the detailed query)",
+          "in" : "path",
+          "name" : "resourceInstanceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            },
+            "description" : "Artifact downloaded"
+          },
+          "400" : {
+            "description" : "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Artifact was not found - SVC4505"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          },
+          "default" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "object",
+                    "properties" : {
+                      "allowedMethods" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "string"
+                        },
+                        "uniqueItems" : true
+                      },
+                      "cookies" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "object",
+                          "properties" : {
+                            "comment" : {
+                              "type" : "string"
+                            },
+                            "domain" : {
+                              "type" : "string"
+                            },
+                            "expiry" : {
+                              "type" : "string",
+                              "format" : "date-time"
+                            },
+                            "httpOnly" : {
+                              "type" : "boolean"
+                            },
+                            "maxAge" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            },
+                            "name" : {
+                              "type" : "string"
+                            },
+                            "path" : {
+                              "type" : "string"
+                            },
+                            "secure" : {
+                              "type" : "boolean"
+                            },
+                            "value" : {
+                              "type" : "string"
+                            },
+                            "version" : {
+                              "type" : "integer",
+                              "format" : "int32"
+                            }
+                          }
+                        }
+                      },
+                      "date" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "entity" : {
+                        "type" : "object"
+                      },
+                      "entityTag" : {
+                        "type" : "object",
+                        "properties" : {
+                          "value" : {
+                            "type" : "string"
+                          },
+                          "weak" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "headers" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "language" : {
+                        "type" : "object",
+                        "properties" : {
+                          "country" : {
+                            "type" : "string"
+                          },
+                          "displayCountry" : {
+                            "type" : "string"
+                          },
+                          "displayLanguage" : {
+                            "type" : "string"
+                          },
+                          "displayName" : {
+                            "type" : "string"
+                          },
+                          "displayScript" : {
+                            "type" : "string"
+                          },
+                          "displayVariant" : {
+                            "type" : "string"
+                          },
+                          "extensionKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "iso3Country" : {
+                            "type" : "string"
+                          },
+                          "iso3Language" : {
+                            "type" : "string"
+                          },
+                          "language" : {
+                            "type" : "string"
+                          },
+                          "script" : {
+                            "type" : "string"
+                          },
+                          "unicodeLocaleAttributes" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "unicodeLocaleKeys" : {
+                            "type" : "array",
+                            "items" : {
+                              "type" : "string"
+                            },
+                            "uniqueItems" : true
+                          },
+                          "variant" : {
+                            "type" : "string"
+                          }
+                        }
+                      },
+                      "lastModified" : {
+                        "type" : "string",
+                        "format" : "date-time"
+                      },
+                      "length" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "links" : {
+                        "type" : "array",
+                        "items" : {
+                          "type" : "object",
+                          "properties" : {
+                            "params" : {
+                              "type" : "object",
+                              "additionalProperties" : {
+                                "type" : "string"
+                              }
+                            },
+                            "rel" : {
+                              "type" : "string"
+                            },
+                            "rels" : {
+                              "type" : "array",
+                              "items" : {
+                                "type" : "string"
+                              }
+                            },
+                            "title" : {
+                              "type" : "string"
+                            },
+                            "type" : {
+                              "type" : "string"
+                            },
+                            "uri" : {
+                              "type" : "string",
+                              "format" : "uri"
+                            },
+                            "uriBuilder" : {
+                              "type" : "object"
+                            }
+                          }
+                        },
+                        "uniqueItems" : true
+                      },
+                      "location" : {
+                        "type" : "string",
+                        "format" : "uri"
+                      },
+                      "mediaType" : {
+                        "type" : "object",
+                        "properties" : {
+                          "parameters" : {
+                            "type" : "object",
+                            "additionalProperties" : {
+                              "type" : "string"
+                            }
+                          },
+                          "subtype" : {
+                            "type" : "string"
+                          },
+                          "type" : {
+                            "type" : "string"
+                          },
+                          "wildcardSubtype" : {
+                            "type" : "boolean"
+                          },
+                          "wildcardType" : {
+                            "type" : "boolean"
+                          }
+                        }
+                      },
+                      "metadata" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "object"
+                          }
+                        }
+                      },
+                      "status" : {
+                        "type" : "integer",
+                        "format" : "int32"
+                      },
+                      "statusInfo" : {
+                        "type" : "object",
+                        "properties" : {
+                          "family" : {
+                            "type" : "string",
+                            "enum" : [ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
+                          },
+                          "reasonPhrase" : {
+                            "type" : "string"
+                          },
+                          "statusCode" : {
+                            "type" : "integer",
+                            "format" : "int32"
+                          }
+                        }
+                      },
+                      "stringHeaders" : {
+                        "type" : "object",
+                        "additionalProperties" : {
+                          "type" : "array",
+                          "items" : {
+                            "type" : "string"
+                          }
+                        }
+                      }
+                    }
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Returns downloaded artifact",
+        "tags" : [ "SDCE-7 APIs" ]
+      },
+      "post" : {
+        "description" : "updates an artifact on a resource instance",
+        "operationId" : "updateArtifactOnResourceInstance",
+        "parameters" : [ {
+          "description" : "Determines the format of the body of the request",
+          "in" : "header",
+          "name" : "Content-Type",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The value for this header must be the MD5 checksum over the whole json body",
+          "in" : "header",
+          "name" : "Content-MD5",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
+          "in" : "header",
+          "name" : "USER_ID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset type",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources,services" ]
+          }
+        }, {
+          "description" : "The uuid of the asset as published in the metadata",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation",
+          "in" : "path",
+          "name" : "artifactUUID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The component instance name (as publishedin the response of the detailed query)",
+          "in" : "path",
+          "name" : "resourceInstanceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "$ref" : "#/components/schemas/ArtifactDefinition"
+                  }
+                }
+              }
+            },
+            "description" : "Artifact updated"
+          },
+          "400" : {
+            "description" : "Artifact name is missing in input - SVC4128"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4086"
+          },
+          "404" : {
+            "description" : "Specified resource is not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "409" : {
+            "description" : "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "uploads of artifact to a resource or service",
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}/{uuid}/toscaModel" : {
+      "get" : {
+        "description" : "Fetch assets CSAR",
+        "operationId" : "getToscaModelExternal",
+        "parameters" : [ {
+          "description" : "X-ECOMP-RequestID header",
+          "in" : "header",
+          "name" : "X-ECOMP-RequestID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "X-ECOMP-InstanceID header",
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "Determines the format of the body of the response",
+          "in" : "header",
+          "name" : "Accept",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The username and password",
+          "in" : "header",
+          "name" : "Authorization",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "description" : "The requested asset type",
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string",
+            "enum" : [ "resources", "services" ]
+          }
+        }, {
+          "description" : "The requested asset uuid",
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "200" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            },
+            "description" : "ECOMP component is authenticated and list of Catalog Assets Metadata is returned"
+          },
+          "400" : {
+            "description" : "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
+          },
+          "401" : {
+            "description" : "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
+          },
+          "403" : {
+            "description" : "ECOMP component is not authorized - POL5003"
+          },
+          "404" : {
+            "description" : "Error: Requested '%1' (uuid) resource was not found - SVC4063"
+          },
+          "405" : {
+            "description" : "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
+          },
+          "500" : {
+            "description" : "The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
+          },
+          "default" : {
+            "content" : {
+              "application/octet-stream" : {
+                "schema" : {
+                  "type" : "array",
+                  "items" : {
+                    "type" : "string"
+                  }
+                }
+              }
+            }
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "summary" : "Returns asset csar",
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}/{uuid}/version/{version}/externalReferences/{objectType}" : {
+      "get" : {
+        "operationId" : "getAssetExternalRefByObjectType",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "version",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "objectType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : {
+                "schema" : {
+                  "type" : "object",
+                  "additionalProperties" : {
+                    "type" : "array",
+                    "items" : {
+                      "type" : "string"
+                    }
+                  }
+                }
+              }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    },
+    "/v1/catalog/{assetType}/{uuid}/version/{version}/resourceInstances/{componentInstanceName}/externalReferences/{objectType}" : {
+      "get" : {
+        "operationId" : "getComponentInstanceExternalRef",
+        "parameters" : [ {
+          "in" : "path",
+          "name" : "assetType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "uuid",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "version",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "componentInstanceName",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "path",
+          "name" : "objectType",
+          "required" : true,
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "USER_ID",
+          "schema" : {
+            "type" : "string"
+          }
+        }, {
+          "in" : "header",
+          "name" : "X-ECOMP-InstanceID",
+          "schema" : {
+            "type" : "string"
+          }
+        } ],
+        "responses" : {
+          "default" : {
+            "content" : {
+              "application/json" : { }
+            },
+            "description" : "default response"
+          }
+        },
+        "servers" : [ {
+          "url" : "/sdc",
+          "variables" : { }
+        } ],
+        "tags" : [ "SDCE-7 APIs" ]
+      }
+    }
+  },
+  "components" : {
+    "schemas" : {
+      "AbstractResourceInfo" : {
+        "type" : "object",
+        "properties" : {
+          "abstractResourceName" : {
+            "type" : "string"
+          },
+          "abstractResourceUUid" : {
+            "type" : "string"
+          },
+          "abstractResourceUniqueId" : {
+            "type" : "string"
+          },
+          "componentInstancesRelations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/RequirementCapabilityRelDef"
+            }
+          }
+        }
+      },
+      "AbstractTemplateInfo" : {
+        "type" : "object",
+        "properties" : {
+          "abstractResourceInfoList" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/AbstractResourceInfo"
+            }
+          },
+          "isAbstractTemplate" : {
+            "type" : "boolean"
+          },
+          "serviceUUid" : {
+            "type" : "string"
+          },
+          "serviceUniqueId" : {
+            "type" : "string"
+          }
+        }
+      },
+      "AdditionalInfoParameterInfo" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "key" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "AdditionalInformationDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "creationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "lastCreatedCounter" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "modificationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parameters" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/AdditionalInfoParameterInfo"
+            }
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "Annotation" : {
+        "type" : "object",
+        "properties" : {
+          "description" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDataDefinition"
+            }
+          },
+          "type" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ArtifactDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "apiUrl" : {
+            "type" : "string"
+          },
+          "artifactChecksum" : {
+            "type" : "string"
+          },
+          "artifactCreator" : {
+            "type" : "string"
+          },
+          "artifactDisplayName" : {
+            "type" : "string"
+          },
+          "artifactGroupType" : {
+            "type" : "string",
+            "enum" : [ "INFORMATIONAL", "DEPLOYMENT", "LIFE_CYCLE", "SERVICE_API", "TOSCA", "OTHER" ]
+          },
+          "artifactLabel" : {
+            "type" : "string"
+          },
+          "artifactName" : {
+            "type" : "string"
+          },
+          "artifactRef" : {
+            "type" : "string"
+          },
+          "artifactRepository" : {
+            "type" : "string"
+          },
+          "artifactType" : {
+            "type" : "string"
+          },
+          "artifactUUID" : {
+            "type" : "string"
+          },
+          "artifactVersion" : {
+            "type" : "string"
+          },
+          "creationDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "creatorFullName" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "duplicated" : {
+            "type" : "boolean"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "esId" : {
+            "type" : "string"
+          },
+          "generated" : {
+            "type" : "boolean"
+          },
+          "generatedFromId" : {
+            "type" : "string"
+          },
+          "heatEnvType" : {
+            "type" : "boolean"
+          },
+          "heatParameters" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/HeatParameterDataDefinition"
+            }
+          },
+          "heatParamsUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "isFromCsar" : {
+            "type" : "boolean"
+          },
+          "lastUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "mandatory" : {
+            "type" : "boolean"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "payloadUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "requiredArtifacts" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "serviceApi" : {
+            "type" : "boolean"
+          },
+          "timeout" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "updaterFullName" : {
+            "type" : "string"
+          },
+          "userIdCreator" : {
+            "type" : "string"
+          },
+          "userIdLastUpdater" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ArtifactDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "apiUrl" : {
+            "type" : "string"
+          },
+          "artifactChecksum" : {
+            "type" : "string"
+          },
+          "artifactCreator" : {
+            "type" : "string"
+          },
+          "artifactDisplayName" : {
+            "type" : "string"
+          },
+          "artifactGroupType" : {
+            "type" : "string",
+            "enum" : [ "INFORMATIONAL", "DEPLOYMENT", "LIFE_CYCLE", "SERVICE_API", "TOSCA", "OTHER" ]
+          },
+          "artifactLabel" : {
+            "type" : "string"
+          },
+          "artifactName" : {
+            "type" : "string"
+          },
+          "artifactRef" : {
+            "type" : "string"
+          },
+          "artifactRepository" : {
+            "type" : "string"
+          },
+          "artifactType" : {
+            "type" : "string"
+          },
+          "artifactUUID" : {
+            "type" : "string"
+          },
+          "artifactVersion" : {
+            "type" : "string"
+          },
+          "creationDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "creatorFullName" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "duplicated" : {
+            "type" : "boolean"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "esId" : {
+            "type" : "string"
+          },
+          "generated" : {
+            "type" : "boolean"
+          },
+          "generatedFromId" : {
+            "type" : "string"
+          },
+          "heatEnvType" : {
+            "type" : "boolean"
+          },
+          "heatParamUpdated" : {
+            "type" : "boolean"
+          },
+          "heatParameters" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/HeatParameterDataDefinition"
+            }
+          },
+          "heatParamsUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "isFromCsar" : {
+            "type" : "boolean"
+          },
+          "lastUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "listHeatParameters" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/HeatParameterDefinition"
+            }
+          },
+          "mandatory" : {
+            "type" : "boolean"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "payload" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string",
+              "format" : "byte"
+            },
+            "writeOnly" : true
+          },
+          "payloadData" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string",
+              "format" : "byte"
+            }
+          },
+          "payloadUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "requiredArtifacts" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "serviceApi" : {
+            "type" : "boolean"
+          },
+          "timeout" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "updaterFullName" : {
+            "type" : "string"
+          },
+          "userIdCreator" : {
+            "type" : "string"
+          },
+          "userIdLastUpdater" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "AssetMetadata" : {
+        "type" : "object",
+        "properties" : {
+          "invariantUUID" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "toscaModelURL" : {
+            "type" : "string"
+          },
+          "uuid" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "AttributeDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "attributeId" : {
+            "type" : "string"
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "entry_schema" : {
+            "$ref" : "#/components/schemas/EntrySchema"
+          },
+          "getOutputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetOutputValueDataDefinition"
+            }
+          },
+          "get_default" : {
+            "type" : "object"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "outputId" : {
+            "type" : "string"
+          },
+          "outputPath" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "CINodeFilterDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "capabilities" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionRequirementNodeFilterCapabilityDataDefinition"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionRequirementNodeFilterPropertyDataDefinition"
+          },
+          "tosca_id" : {
+            "type" : "object"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "CapabilityDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "capabilitySources" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "leftOccurrences" : {
+            "type" : "string"
+          },
+          "maxOccurrences" : {
+            "type" : "string"
+          },
+          "minOccurrences" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "ownerName" : {
+            "type" : "string"
+          },
+          "ownerType" : {
+            "type" : "string",
+            "enum" : [ "GROUP", "COMPONENT_INSTANCE", "RESOURCE" ]
+          },
+          "parentName" : {
+            "type" : "string"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "previousName" : {
+            "type" : "string"
+          },
+          "source" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "validSourceTypes" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "CapabilityDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "capabilitySources" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "leftOccurrences" : {
+            "type" : "string"
+          },
+          "maxOccurrences" : {
+            "type" : "string"
+          },
+          "minOccurrences" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "ownerName" : {
+            "type" : "string"
+          },
+          "ownerType" : {
+            "type" : "string",
+            "enum" : [ "GROUP", "COMPONENT_INSTANCE", "RESOURCE" ]
+          },
+          "ownerTypeIfEmpty" : {
+            "type" : "string",
+            "enum" : [ "GROUP", "COMPONENT_INSTANCE", "RESOURCE" ],
+            "writeOnly" : true
+          },
+          "parentName" : {
+            "type" : "string"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "previousName" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstanceProperty"
+            }
+          },
+          "source" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "validSourceTypes" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "CapabilityRequirementRelationship" : {
+        "type" : "object",
+        "properties" : {
+          "capability" : {
+            "$ref" : "#/components/schemas/CapabilityDataDefinition"
+          },
+          "operations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/OperationUi"
+            }
+          },
+          "relation" : {
+            "$ref" : "#/components/schemas/RelationshipInfo"
+          },
+          "requirement" : {
+            "$ref" : "#/components/schemas/RequirementDataDefinition"
+          }
+        }
+      },
+      "CategoryDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "icons" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "metadataKeys" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/MetadataKeyDataDefinition"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "subcategories" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/SubCategoryDefinition"
+            }
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "useServiceSubstitutionForNestedServices" : {
+            "type" : "boolean"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentInstance" : {
+        "type" : "object",
+        "properties" : {
+          "actualComponentUid" : {
+            "type" : "string"
+          },
+          "artifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "attributeValueCounter" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "attributes" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/AttributeDefinition"
+            }
+          },
+          "capabilities" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/CapabilityDefinition"
+              }
+            }
+          },
+          "componentMetadataForSupportLog" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "componentName" : {
+            "type" : "string"
+          },
+          "componentUid" : {
+            "type" : "string"
+          },
+          "componentVersion" : {
+            "type" : "string"
+          },
+          "createdFrom" : {
+            "type" : "string",
+            "enum" : [ "UI", "CSAR" ]
+          },
+          "createdFromCsar" : {
+            "type" : "boolean"
+          },
+          "creationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "customizationUUID" : {
+            "type" : "string"
+          },
+          "deploymentArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "directives" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "groupInstances" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GroupInstance"
+            }
+          },
+          "icon" : {
+            "type" : "string"
+          },
+          "inputValueCounter" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "inputs" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/InputDefinition"
+            }
+          },
+          "interfaces" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "invariantName" : {
+            "type" : "string"
+          },
+          "isProxy" : {
+            "type" : "boolean"
+          },
+          "modificationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "nodeFilter" : {
+            "$ref" : "#/components/schemas/CINodeFilterDataDefinition"
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "originArchived" : {
+            "type" : "boolean"
+          },
+          "originType" : {
+            "type" : "string",
+            "enum" : [ "PRODUCT", "SERVICE", "VF", "VFC", "CP", "VL", "Configuration", "VFCMT", "CVFC", "PNF", "CR", "ServiceProxy", "ServiceSubstitution" ]
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "posX" : {
+            "type" : "string"
+          },
+          "posY" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDefinition"
+            }
+          },
+          "propertyValueCounter" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "requirements" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/RequirementDefinition"
+              }
+            }
+          },
+          "serviceSubstitution" : {
+            "type" : "boolean"
+          },
+          "sourceModelInvariant" : {
+            "type" : "string"
+          },
+          "sourceModelName" : {
+            "type" : "string"
+          },
+          "sourceModelUid" : {
+            "type" : "string"
+          },
+          "sourceModelUuid" : {
+            "type" : "string"
+          },
+          "toscaArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ToscaArtifactDataDefinition"
+            }
+          },
+          "toscaComponentName" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentInstanceAttribute" : {
+        "type" : "object",
+        "properties" : {
+          "attributeId" : {
+            "type" : "string"
+          },
+          "componentInstanceId" : {
+            "type" : "string"
+          },
+          "componentInstanceName" : {
+            "type" : "string"
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "entry_schema" : {
+            "$ref" : "#/components/schemas/EntrySchema"
+          },
+          "getOutputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetOutputValueDataDefinition"
+            }
+          },
+          "get_default" : {
+            "type" : "object"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "outputId" : {
+            "type" : "string"
+          },
+          "outputPath" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "rules" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyRule"
+            }
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "valueUniqueUid" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentInstanceInput" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "annotationsToInput" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            },
+            "writeOnly" : true
+          },
+          "componentInstanceId" : {
+            "type" : "string"
+          },
+          "componentInstanceName" : {
+            "type" : "string"
+          },
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyConstraint"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstanceProperty"
+            }
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "rules" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyRule"
+            }
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "valueUniqueUid" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentInstanceInterface" : {
+        "type" : "object",
+        "properties" : {
+          "creationDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "derivedFrom" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "inputs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/InputDataDefinition"
+            }
+          },
+          "interfaceId" : {
+            "type" : "string"
+          },
+          "interfaceInstanceDataDefinition" : {
+            "$ref" : "#/components/schemas/InterfaceInstanceDataDefinition"
+          },
+          "lastUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "operations" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/OperationDataDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "toscaResourceName" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentInstanceOutput" : {
+        "type" : "object",
+        "properties" : {
+          "attributeId" : {
+            "type" : "string"
+          },
+          "attributes" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstanceAttribute"
+            }
+          },
+          "componentInstanceId" : {
+            "type" : "string"
+          },
+          "componentInstanceName" : {
+            "type" : "string"
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "entry_schema" : {
+            "$ref" : "#/components/schemas/EntrySchema"
+          },
+          "getOutputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetOutputValueDataDefinition"
+            }
+          },
+          "get_default" : {
+            "type" : "object"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "outputId" : {
+            "type" : "string"
+          },
+          "outputPath" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "rules" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyRule"
+            }
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "valueUniqueUid" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ComponentInstanceProperty" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "componentInstanceId" : {
+            "type" : "string"
+          },
+          "componentInstanceName" : {
+            "type" : "string"
+          },
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyConstraint"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "rules" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyRule"
+            }
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "valueUniqueUid" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "Constraint" : {
+        "type" : "object",
+        "properties" : {
+          "equal" : {
+            "type" : "object"
+          },
+          "greater_or_equal" : {
+            "type" : "object"
+          },
+          "greater_than" : {
+            "type" : "object"
+          },
+          "in_range" : {
+            "type" : "array",
+            "items" : {
+              "type" : "object"
+            }
+          },
+          "length" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "less_or_equal" : {
+            "type" : "object"
+          },
+          "less_than" : {
+            "type" : "object"
+          },
+          "max_length" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "min_length" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "pattern" : {
+            "type" : "object"
+          },
+          "valid_values" : {
+            "type" : "array",
+            "items" : {
+              "type" : "object"
+            }
+          }
+        }
+      },
+      "DataTypeDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyConstraint"
+            }
+          },
+          "creationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "derivedFrom" : {
+            "$ref" : "#/components/schemas/DataTypeDefinition"
+          },
+          "derivedFromName" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "modificationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDefinition"
+            }
+          },
+          "propertiesData" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDataDefinition"
+            }
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "EntrySchema" : {
+        "type" : "object",
+        "properties" : {
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Constraint"
+            }
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ExternalRefDTO" : {
+        "type" : "object",
+        "properties" : {
+          "referenceUUID" : {
+            "type" : "string"
+          }
+        }
+      },
+      "GetInputValueDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputIndex" : {
+            "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+          },
+          "indexValue" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputName" : {
+            "type" : "string"
+          },
+          "list" : {
+            "type" : "boolean"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "propName" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "GetOutputValueDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "attribName" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getOutputIndex" : {
+            "$ref" : "#/components/schemas/GetOutputValueDataDefinition"
+          },
+          "indexValue" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "list" : {
+            "type" : "boolean"
+          },
+          "outputId" : {
+            "type" : "string"
+          },
+          "outputName" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "GetPolicyValueDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "origPropertyValue" : {
+            "type" : "string"
+          },
+          "policyId" : {
+            "type" : "string"
+          },
+          "propertyName" : {
+            "type" : "string"
+          }
+        }
+      },
+      "GroupDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "artifacts" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "artifactsUuid" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "capabilities" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/CapabilityDefinition"
+              }
+            }
+          },
+          "createdFrom" : {
+            "type" : "string",
+            "enum" : [ "UI", "CSAR" ]
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "groupUUID" : {
+            "type" : "string"
+          },
+          "invariantName" : {
+            "type" : "string"
+          },
+          "invariantUUID" : {
+            "type" : "string"
+          },
+          "members" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDataDefinition"
+            }
+          },
+          "propertyValueCounter" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "typeUid" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "userDefined" : {
+            "type" : "boolean"
+          },
+          "version" : {
+            "type" : "string"
+          },
+          "vspOriginated" : {
+            "type" : "boolean"
+          }
+        }
+      },
+      "GroupInstance" : {
+        "type" : "object",
+        "properties" : {
+          "artifacts" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "artifactsUuid" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "creationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "customizationUUID" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "groupInstanceArtifacts" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "groupInstanceArtifactsUuid" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "groupName" : {
+            "type" : "string"
+          },
+          "groupUUID" : {
+            "type" : "string"
+          },
+          "groupUid" : {
+            "type" : "string"
+          },
+          "invariantUUID" : {
+            "type" : "string"
+          },
+          "modificationTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "posX" : {
+            "type" : "string"
+          },
+          "posY" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDataDefinition"
+            }
+          },
+          "propertyValueCounter" : {
+            "type" : "integer",
+            "format" : "int32"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "GroupingDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "HeatParameterDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "currentValue" : {
+            "type" : "string"
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "HeatParameterDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "currentValue" : {
+            "type" : "string"
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "InputDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "InputDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "annotationsToInput" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            },
+            "writeOnly" : true
+          },
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyConstraint"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "inputs" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstanceInput"
+            }
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstanceProperty"
+            }
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "InterfaceDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "creationDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "derivedFrom" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "inputs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/InputDataDefinition"
+            }
+          },
+          "lastUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "operations" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/OperationDataDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "toscaResourceName" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "InterfaceInstanceDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "inputs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          },
+          "operations" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/OperationInstance"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ListDataDefinitionOperationInputDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "listToscaDataDefinition" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/OperationInputDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ListDataDefinitionOperationOutputDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "listToscaDataDefinition" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/OperationOutputDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ListDataDefinitionRequirementNodeFilterCapabilityDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "listToscaDataDefinition" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/RequirementNodeFilterCapabilityDataDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ListDataDefinitionRequirementNodeFilterPropertyDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "listToscaDataDefinition" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/RequirementNodeFilterPropertyDataDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ListDataDefinitionRequirementSubstitutionFilterCapabilityDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "listToscaDataDefinition" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/RequirementSubstitutionFilterCapabilityDataDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ListDataDefinitionRequirementSubstitutionFilterPropertyDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "listToscaDataDefinition" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/RequirementSubstitutionFilterPropertyDataDefinition"
+            }
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "MetadataKeyDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "mandatory" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "validValues" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "OperationDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "creationDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "implementation" : {
+            "$ref" : "#/components/schemas/ArtifactDataDefinition"
+          },
+          "inputs" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionOperationInputDefinition"
+          },
+          "lastUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "outputs" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionOperationOutputDefinition"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          },
+          "workflowAssociationType" : {
+            "type" : "string"
+          },
+          "workflowId" : {
+            "type" : "string"
+          },
+          "workflowName" : {
+            "type" : "string"
+          },
+          "workflowVersion" : {
+            "type" : "string"
+          },
+          "workflowVersionId" : {
+            "type" : "string"
+          }
+        }
+      },
+      "OperationImplementation" : {
+        "type" : "object",
+        "properties" : {
+          "dependencies" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "primary" : {
+            "type" : "string"
+          }
+        }
+      },
+      "OperationInputDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "source" : {
+            "type" : "string"
+          },
+          "sourceProperty" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "toscaDefaultValue" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "OperationInstance" : {
+        "type" : "object",
+        "properties" : {
+          "implementation" : {
+            "$ref" : "#/components/schemas/OperationImplementation"
+          },
+          "inputs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "object"
+            }
+          }
+        }
+      },
+      "OperationOutputDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "OperationUi" : {
+        "type" : "object",
+        "properties" : {
+          "implementation" : {
+            "type" : "string"
+          },
+          "inputs" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyAssignmentUi"
+            }
+          },
+          "interfaceType" : {
+            "type" : "string"
+          },
+          "operationType" : {
+            "type" : "string"
+          }
+        }
+      },
+      "OutputDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "attributeId" : {
+            "type" : "string"
+          },
+          "attributes" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstanceAttribute"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "entry_schema" : {
+            "$ref" : "#/components/schemas/EntrySchema"
+          },
+          "getOutputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetOutputValueDataDefinition"
+            }
+          },
+          "get_default" : {
+            "type" : "object"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "outputId" : {
+            "type" : "string"
+          },
+          "outputPath" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "PolicyDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "componentName" : {
+            "type" : "string"
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "derivedFrom" : {
+            "type" : "string"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "invariantName" : {
+            "type" : "string"
+          },
+          "invariantUUID" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "isFromCsar" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "policyTypeName" : {
+            "type" : "string"
+          },
+          "policyTypeUid" : {
+            "type" : "string"
+          },
+          "policyUUID" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDataDefinition"
+            }
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "targets" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "type" : "string"
+              }
+            }
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "PropertyAssignmentUi" : {
+        "type" : "object",
+        "properties" : {
+          "name" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          }
+        }
+      },
+      "PropertyConstraint" : {
+        "type" : "object"
+      },
+      "PropertyDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "PropertyDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "annotations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/Annotation"
+            }
+          },
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyConstraint"
+            }
+          },
+          "defaultValue" : {
+            "type" : "string"
+          },
+          "definition" : {
+            "type" : "boolean"
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "getInputProperty" : {
+            "type" : "boolean"
+          },
+          "getInputValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetInputValueDataDefinition"
+            }
+          },
+          "getPolicyValues" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GetPolicyValueDataDefinition"
+            }
+          },
+          "hidden" : {
+            "type" : "boolean"
+          },
+          "immutable" : {
+            "type" : "boolean"
+          },
+          "inputId" : {
+            "type" : "string"
+          },
+          "inputPath" : {
+            "type" : "string"
+          },
+          "instanceUniqueId" : {
+            "type" : "string"
+          },
+          "isDeclaredListInput" : {
+            "type" : "boolean"
+          },
+          "label" : {
+            "type" : "string"
+          },
+          "metadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "parentPropertyType" : {
+            "type" : "string"
+          },
+          "parentUniqueId" : {
+            "type" : "string"
+          },
+          "password" : {
+            "type" : "boolean"
+          },
+          "propertyConstraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "propertyId" : {
+            "type" : "string"
+          },
+          "required" : {
+            "type" : "boolean"
+          },
+          "schema" : {
+            "$ref" : "#/components/schemas/SchemaDefinition"
+          },
+          "schemaProperty" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "schemaType" : {
+            "type" : "string"
+          },
+          "status" : {
+            "type" : "string"
+          },
+          "subPropertyInputPath" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "PropertyRule" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "rule" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "value" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RelationshipImpl" : {
+        "type" : "object",
+        "properties" : {
+          "type" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RelationshipInfo" : {
+        "type" : "object",
+        "properties" : {
+          "capability" : {
+            "type" : "string"
+          },
+          "capabilityOwnerId" : {
+            "type" : "string"
+          },
+          "capabilityUid" : {
+            "type" : "string"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "relationship" : {
+            "$ref" : "#/components/schemas/RelationshipImpl"
+          },
+          "relationships" : {
+            "$ref" : "#/components/schemas/RelationshipImpl"
+          },
+          "requirement" : {
+            "type" : "string"
+          },
+          "requirementOwnerId" : {
+            "type" : "string"
+          },
+          "requirementUid" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RequirementCapabilityRelDef" : {
+        "type" : "object",
+        "properties" : {
+          "fromNode" : {
+            "type" : "string"
+          },
+          "originUI" : {
+            "type" : "boolean"
+          },
+          "relationships" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/CapabilityRequirementRelationship"
+            }
+          },
+          "toNode" : {
+            "type" : "string"
+          },
+          "uid" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RequirementDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "capability" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "external" : {
+            "type" : "boolean"
+          },
+          "leftOccurrences" : {
+            "type" : "string"
+          },
+          "maxOccurrences" : {
+            "type" : "string"
+          },
+          "minOccurrences" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "node" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "ownerName" : {
+            "type" : "string"
+          },
+          "parentName" : {
+            "type" : "string"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "previousName" : {
+            "type" : "string"
+          },
+          "relationship" : {
+            "type" : "string"
+          },
+          "source" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RequirementDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "capability" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "external" : {
+            "type" : "boolean"
+          },
+          "leftOccurrences" : {
+            "type" : "string"
+          },
+          "maxOccurrences" : {
+            "type" : "string"
+          },
+          "minOccurrences" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "node" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "ownerName" : {
+            "type" : "string"
+          },
+          "parentName" : {
+            "type" : "string"
+          },
+          "path" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "previousName" : {
+            "type" : "string"
+          },
+          "relationship" : {
+            "type" : "string"
+          },
+          "source" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RequirementNodeFilterCapabilityDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionRequirementNodeFilterPropertyDataDefinition"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RequirementNodeFilterPropertyDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RequirementSubstitutionFilterCapabilityDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionRequirementNodeFilterPropertyDataDefinition"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "RequirementSubstitutionFilterPropertyDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "Resource" : {
+        "type" : "object",
+        "properties" : {
+          "abstract" : {
+            "type" : "boolean"
+          },
+          "actualComponentType" : {
+            "type" : "string"
+          },
+          "additionalInformation" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/AdditionalInformationDefinition"
+            }
+          },
+          "allArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "allVersions" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "archiveTime" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "archived" : {
+            "type" : "boolean"
+          },
+          "artifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "attributes" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/AttributeDefinition"
+            }
+          },
+          "capabilities" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/CapabilityDefinition"
+              }
+            }
+          },
+          "categories" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/CategoryDefinition"
+            }
+          },
+          "categorySpecificMetadata" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "componentInstances" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/ComponentInstance"
+            }
+          },
+          "componentInstancesAttributes" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceAttribute"
+              }
+            }
+          },
+          "componentInstancesInputs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceInput"
+              }
+            }
+          },
+          "componentInstancesInterfaces" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceInterface"
+              }
+            }
+          },
+          "componentInstancesOutputs" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceOutput"
+              }
+            }
+          },
+          "componentInstancesProperties" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/ComponentInstanceProperty"
+              }
+            }
+          },
+          "componentInstancesRelations" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/RequirementCapabilityRelDef"
+            }
+          },
+          "componentMetadataForSupportLog" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "componentType" : {
+            "type" : "string",
+            "enum" : [ "RESOURCE", "SERVICE", "RESOURCE_INSTANCE", "PRODUCT", "SERVICE_INSTANCE" ]
+          },
+          "conformanceLevel" : {
+            "type" : "string"
+          },
+          "contactId" : {
+            "type" : "string"
+          },
+          "cost" : {
+            "type" : "string"
+          },
+          "creationDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "creatorFullName" : {
+            "type" : "string"
+          },
+          "creatorUserId" : {
+            "type" : "string"
+          },
+          "csarUUID" : {
+            "type" : "string"
+          },
+          "csarVersion" : {
+            "type" : "string"
+          },
+          "dataTypes" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/DataTypeDefinition"
+            }
+          },
+          "deploymentArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "derivedFrom" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "derivedFromGenericInfo" : {
+            "$ref" : "#/components/schemas/Resource"
+          },
+          "derivedFromGenericType" : {
+            "type" : "string"
+          },
+          "derivedFromGenericVersion" : {
+            "type" : "string"
+          },
+          "derivedFromMapOfIdToName" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "string"
+            }
+          },
+          "derivedList" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "description" : {
+            "type" : "string"
+          },
+          "groups" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GroupDefinition"
+            }
+          },
+          "highestVersion" : {
+            "type" : "boolean"
+          },
+          "icon" : {
+            "type" : "string"
+          },
+          "importedToscaChecksum" : {
+            "type" : "string"
+          },
+          "inputs" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/InputDefinition"
+            }
+          },
+          "interfaces" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/InterfaceDefinition"
+            }
+          },
+          "invariantUUID" : {
+            "type" : "string"
+          },
+          "isDeleted" : {
+            "type" : "boolean"
+          },
+          "lastUpdateDate" : {
+            "type" : "integer",
+            "format" : "int64"
+          },
+          "lastUpdaterFullName" : {
+            "type" : "string"
+          },
+          "lastUpdaterUserId" : {
+            "type" : "string"
+          },
+          "licenseType" : {
+            "type" : "string"
+          },
+          "lifecycleState" : {
+            "type" : "string",
+            "enum" : [ "CERTIFIED", "NOT_CERTIFIED_CHECKIN", "NOT_CERTIFIED_CHECKOUT" ]
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "nodeFilterComponents" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/CINodeFilterDataDefinition"
+            }
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "outputs" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/OutputDefinition"
+            }
+          },
+          "policies" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/PolicyDefinition"
+            }
+          },
+          "projectCode" : {
+            "type" : "string"
+          },
+          "properties" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/PropertyDefinition"
+            }
+          },
+          "requirements" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "type" : "array",
+              "items" : {
+                "$ref" : "#/components/schemas/RequirementDefinition"
+              }
+            }
+          },
+          "resourceType" : {
+            "type" : "string",
+            "enum" : [ "VFC", "VF", "CR", "CP", "PNF", "CVFC", "VL", "VFCMT", "Configuration", "ServiceProxy", "ABSTRACT", "SERVICE" ]
+          },
+          "resourceVendorModelNumber" : {
+            "type" : "string"
+          },
+          "service" : {
+            "type" : "boolean"
+          },
+          "specificComponetTypeArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            },
+            "writeOnly" : true
+          },
+          "state" : {
+            "type" : "string",
+            "enum" : [ "CERTIFIED", "NOT_CERTIFIED_CHECKIN", "NOT_CERTIFIED_CHECKOUT" ],
+            "writeOnly" : true
+          },
+          "substitutionFilter" : {
+            "$ref" : "#/components/schemas/SubstitutionFilterDataDefinition"
+          },
+          "substitutionFilterComponents" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/SubstitutionFilterDataDefinition"
+            }
+          },
+          "systemName" : {
+            "type" : "string"
+          },
+          "tags" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "topologyTemplate" : {
+            "type" : "boolean"
+          },
+          "toscaArtifacts" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/ArtifactDefinition"
+            }
+          },
+          "toscaResourceName" : {
+            "type" : "string"
+          },
+          "toscaType" : {
+            "type" : "string"
+          },
+          "toscaVersion" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "uuid" : {
+            "type" : "string"
+          },
+          "vendorName" : {
+            "type" : "string"
+          },
+          "vendorRelease" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          },
+          "vspArchived" : {
+            "type" : "boolean"
+          }
+        }
+      },
+      "SchemaDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "constraints" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "derivedFrom" : {
+            "type" : "string"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "type" : "object",
+            "additionalProperties" : {
+              "$ref" : "#/components/schemas/PropertyDataDefinition"
+            }
+          },
+          "property" : {
+            "$ref" : "#/components/schemas/PropertyDataDefinition"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "SubCategoryDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "empty" : {
+            "type" : "boolean"
+          },
+          "groupings" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/GroupingDefinition"
+            }
+          },
+          "icons" : {
+            "type" : "array",
+            "items" : {
+              "type" : "string"
+            }
+          },
+          "metadataKeys" : {
+            "type" : "array",
+            "items" : {
+              "$ref" : "#/components/schemas/MetadataKeyDataDefinition"
+            }
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "normalizedName" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "uniqueId" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "SubstitutionFilterDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "capabilities" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionRequirementSubstitutionFilterCapabilityDataDefinition"
+          },
+          "empty" : {
+            "type" : "boolean"
+          },
+          "id" : {
+            "type" : "string"
+          },
+          "name" : {
+            "type" : "string"
+          },
+          "ownerId" : {
+            "type" : "string"
+          },
+          "ownerIdIfEmpty" : {
+            "type" : "string",
+            "writeOnly" : true
+          },
+          "properties" : {
+            "$ref" : "#/components/schemas/ListDataDefinitionRequirementSubstitutionFilterPropertyDataDefinition"
+          },
+          "tosca_id" : {
+            "type" : "object"
+          },
+          "type" : {
+            "type" : "string"
+          },
+          "version" : {
+            "type" : "string"
+          }
+        }
+      },
+      "ToscaArtifactDataDefinition" : {
+        "type" : "object",
+        "properties" : {
+          "file" : {
+            "type" : "string"
+          },
+          "type" : {
+            "type" : "string"
+          }
+        }
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/docs/swagger/swagger.html b/docs/swagger/swagger.html
deleted file mode 100644 (file)
index ceee720..0000000
+++ /dev/null
@@ -1,12976 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta name="generator" content="Asciidoctor 0.1.4">
-<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<title>DistributionAndExternalAPIs</title>
-<style>
-/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
-article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
-audio, canvas, video { display: inline-block; }
-audio:not([controls]) { display: none; height: 0; }
-[hidden] { display: none; }
-html { background: #fff; color: #000; font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
-body { margin: 0; }
-a:focus { outline: thin dotted; }
-a:active, a:hover { outline: 0; }
-h1 { font-size: 2em; margin: 0.67em 0; }
-abbr[title] { border-bottom: 1px dotted; }
-b, strong { font-weight: bold; }
-dfn { font-style: italic; }
-hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
-mark { background: #ff0; color: #000; }
-code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
-pre { white-space: pre-wrap; }
-q { quotes: "\201C" "\201D" "\2018" "\2019"; }
-small { font-size: 80%; }
-sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
-sup { top: -0.5em; }
-sub { bottom: -0.25em; }
-img { border: 0; }
-svg:not(:root) { overflow: hidden; }
-figure { margin: 0; }
-fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
-legend { border: 0; padding: 0; }
-button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
-button, input { line-height: normal; }
-button, select { text-transform: none; }
-button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
-button[disabled], html input[disabled] { cursor: default; }
-input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
-input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
-input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
-button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
-textarea { overflow: auto; vertical-align: top; }
-table { border-collapse: collapse; border-spacing: 0; }
-*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
-html, body { font-size: 100%; }
-body { background: white; color: #222222; padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: auto; }
-a:hover { cursor: pointer; }
-a:focus { outline: none; }
-img, object, embed { max-width: 100%; height: auto; }
-object, embed { height: 100%; }
-img { -ms-interpolation-mode: bicubic; }
-#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; }
-.left { float: left !important; }
-.right { float: right !important; }
-.text-left { text-align: left !important; }
-.text-right { text-align: right !important; }
-.text-center { text-align: center !important; }
-.text-justify { text-align: justify !important; }
-.hide { display: none; }
-.antialiased, body { -webkit-font-smoothing: antialiased; }
-img { display: inline-block; vertical-align: middle; }
-textarea { height: auto; min-height: 50px; }
-select { width: 100%; }
-p.lead, .paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { font-size: 1.21875em; line-height: 1.6; }
-.subheader, #content #toctitle, .admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .videoblock > .title, .listingblock > .title, .literalblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title, .tableblock > caption { line-height: 1.4; color: #7a2518; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; }
-div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; }
-a { color: #005498; text-decoration: underline; line-height: inherit; }
-a:hover, a:focus { color: #00467f; }
-a img { border: none; }
-p { font-family: inherit; font-weight: normal; font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; text-rendering: optimizeLegibility; }
-p aside { font-size: 0.875em; line-height: 1.35; font-style: italic; }
-h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: Georgia, "URW Bookman L", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; color: #ba3925; text-rendering: optimizeLegibility; margin-top: 1em; margin-bottom: 0.5em; line-height: 1.2125em; }
-h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { font-size: 60%; color: #e99b8f; line-height: 0; }
-h1 { font-size: 2.125em; }
-h2 { font-size: 1.6875em; }
-h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.375em; }
-h4 { font-size: 1.125em; }
-h5 { font-size: 1.125em; }
-h6 { font-size: 1em; }
-hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; }
-em, i { font-style: italic; line-height: inherit; }
-strong, b { font-weight: bold; line-height: inherit; }
-small { font-size: 60%; line-height: inherit; }
-code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #6d180b; }
-ul, ol, dl { font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; list-style-position: outside; font-family: inherit; }
-ul, ol { margin-left: 1.5em; }
-ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; }
-ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; }
-ul.square { list-style-type: square; }
-ul.circle { list-style-type: circle; }
-ul.disc { list-style-type: disc; }
-ul.no-bullet { list-style: none; }
-ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0; }
-dl dt { margin-bottom: 0.3125em; font-weight: bold; }
-dl dd { margin-bottom: 1.25em; }
-abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px dotted #dddddd; cursor: help; }
-abbr { text-transform: none; }
-blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #dddddd; }
-blockquote cite { display: block; font-size: inherit; color: #555555; }
-blockquote cite:before { content: "\2014 \0020"; }
-blockquote cite a, blockquote cite a:visited { color: #555555; }
-blockquote, blockquote p { line-height: 1.6; color: #6f6f6f; }
-.vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #dddddd; padding: 0.625em 0.75em; }
-.vcard li { margin: 0; display: block; }
-.vcard .fn { font-weight: bold; font-size: 0.9375em; }
-.vevent .summary { font-weight: bold; }
-.vevent abbr { cursor: auto; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625em; }
-@media only screen and (min-width: 768px) { h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.4; }
-  h1 { font-size: 2.75em; }
-  h2 { font-size: 2.3125em; }
-  h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; }
-  h4 { font-size: 1.4375em; } }
-.print-only { display: none !important; }
-@media print { * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
-  a, a:visited { text-decoration: underline; }
-  a[href]:after { content: " (" attr(href) ")"; }
-  abbr[title]:after { content: " (" attr(title) ")"; }
-  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
-  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
-  thead { display: table-header-group; }
-  tr, img { page-break-inside: avoid; }
-  img { max-width: 100% !important; }
-  @page { margin: 0.5cm; }
-  p, h2, h3, #toctitle, .sidebarblock > .content > .title { orphans: 3; widows: 3; }
-  h2, h3, #toctitle, .sidebarblock > .content > .title { page-break-after: avoid; }
-  .hide-on-print { display: none !important; }
-  .print-only { display: block !important; }
-  .hide-for-print { display: none !important; }
-  .show-for-print { display: inherit !important; } }
-table { background: white; margin-bottom: 1.25em; border: solid 1px #dddddd; }
-table thead, table tfoot { background: whitesmoke; font-weight: bold; }
-table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: inherit; color: #222222; text-align: left; }
-table tr th, table tr td { padding: 0.5625em 0.625em; font-size: inherit; color: #222222; }
-table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9; }
-table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.6; }
-.clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table; }
-.clearfix:after, .float-group:after { clear: both; }
-*:not(pre) > code { font-size: 0.9375em; padding: 1px 3px 0; white-space: nowrap; background-color: #f2f2f2; border: 1px solid #cccccc; -webkit-border-radius: 4px; border-radius: 4px; text-shadow: none; }
-pre, pre > code { line-height: 1.4; color: inherit; font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; }
-kbd.keyseq { color: #555555; }
-kbd:not(.keyseq) { display: inline-block; color: #222222; font-size: 0.75em; line-height: 1.4; background-color: #F7F7F7; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; margin: -0.15em 0.15em 0 0.15em; padding: 0.2em 0.6em 0.2em 0.5em; vertical-align: middle; white-space: nowrap; }
-kbd kbd:first-child { margin-left: 0; }
-kbd kbd:last-child { margin-right: 0; }
-.menuseq, .menu { color: #090909; }
-p a > code:hover { color: #561309; }
-#header, #content, #footnotes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; position: relative; padding-left: 0.9375em; padding-right: 0.9375em; }
-#header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table; }
-#header:after, #content:after, #footnotes:after, #footer:after { clear: both; }
-#header { margin-bottom: 2.5em; }
-#header > h1 { color: black; font-weight: normal; border-bottom: 1px solid #dddddd; margin-bottom: -28px; padding-bottom: 32px; }
-#header span { color: #6f6f6f; }
-#header #revnumber { text-transform: capitalize; }
-#header br { display: none; }
-#header br + span { padding-left: 3px; }
-#header br + span:before { content: "\2013 \0020"; }
-#header br + span.author { padding-left: 0; }
-#header br + span.author:before { content: ", "; }
-#toc { border-bottom: 3px double #ebebeb; padding-bottom: 1.25em; }
-#toc > ul { margin-left: 0.25em; }
-#toc ul.sectlevel0 > li > a { font-style: italic; }
-#toc ul.sectlevel0 ul.sectlevel1 { margin-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
-#toc ul { list-style-type: none; }
-#toctitle { color: #7a2518; }
-@media only screen and (min-width: 1280px) { body.toc2 { padding-left: 20em; }
-  #toc.toc2 { position: fixed; width: 20em; left: 0; top: 0; border-right: 1px solid #ebebeb; border-bottom: 0; z-index: 1000; padding: 1em; height: 100%; overflow: auto; }
-  #toc.toc2 #toctitle { margin-top: 0; }
-  #toc.toc2 > ul { font-size: .95em; }
-  #toc.toc2 ul ul { margin-left: 0; padding-left: 1.25em; }
-  #toc.toc2 ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
-  body.toc2.toc-right { padding-left: 0; padding-right: 20em; }
-  body.toc2.toc-right #toc.toc2 { border-right: 0; border-left: 1px solid #ebebeb; left: auto; right: 0; } }
-#content #toc { border-style: solid; border-width: 1px; border-color: #d9d9d9; margin-bottom: 1.25em; padding: 1.25em; background: #f2f2f2; border-width: 0; -webkit-border-radius: 4px; border-radius: 4px; }
-#content #toc > :first-child { margin-top: 0; }
-#content #toc > :last-child { margin-bottom: 0; }
-#content #toc a { text-decoration: none; }
-#content #toctitle { font-weight: bold; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 1em; padding-left: 0.125em; }
-#footer { max-width: 100%; background-color: #222222; padding: 1.25em; }
-#footer-text { color: #dddddd; line-height: 1.44; }
-.sect1 { padding-bottom: 1.25em; }
-.sect1 + .sect1 { border-top: 3px double #ebebeb; }
-#content h1 > a.anchor, h2 > a.anchor, h3 > a.anchor, #toctitle > a.anchor, .sidebarblock > .content > .title > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { position: absolute; width: 1em; margin-left: -1em; display: block; text-decoration: none; visibility: hidden; text-align: center; font-weight: normal; }
-#content h1 > a.anchor:before, h2 > a.anchor:before, h3 > a.anchor:before, #toctitle > a.anchor:before, .sidebarblock > .content > .title > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { content: '\00A7'; font-size: .85em; vertical-align: text-top; display: block; margin-top: 0.05em; }
-#content h1:hover > a.anchor, #content h1 > a.anchor:hover, h2:hover > a.anchor, h2 > a.anchor:hover, h3:hover > a.anchor, #toctitle:hover > a.anchor, .sidebarblock > .content > .title:hover > a.anchor, h3 > a.anchor:hover, #toctitle > a.anchor:hover, .sidebarblock > .content > .title > a.anchor:hover, h4:hover > a.anchor, h4 > a.anchor:hover, h5:hover > a.anchor, h5 > a.anchor:hover, h6:hover > a.anchor, h6 > a.anchor:hover { visibility: visible; }
-#content h1 > a.link, h2 > a.link, h3 > a.link, #toctitle > a.link, .sidebarblock > .content > .title > a.link, h4 > a.link, h5 > a.link, h6 > a.link { color: #ba3925; text-decoration: none; }
-#content h1 > a.link:hover, h2 > a.link:hover, h3 > a.link:hover, #toctitle > a.link:hover, .sidebarblock > .content > .title > a.link:hover, h4 > a.link:hover, h5 > a.link:hover, h6 > a.link:hover { color: #a53221; }
-.imageblock, .literalblock, .listingblock, .verseblock, .videoblock { margin-bottom: 1.25em; }
-.admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .videoblock > .title, .listingblock > .title, .literalblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-align: left; font-weight: bold; }
-.tableblock > caption { text-align: left; font-weight: bold; white-space: nowrap; overflow: visible; max-width: 0; }
-table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { font-size: inherit; }
-.admonitionblock > table { border: 0; background: none; width: 100%; }
-.admonitionblock > table td.icon { text-align: center; width: 80px; }
-.admonitionblock > table td.icon img { max-width: none; }
-.admonitionblock > table td.icon .title { font-weight: bold; text-transform: uppercase; }
-.admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #dddddd; color: #6f6f6f; }
-.admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; }
-.exampleblock > .content { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: white; -webkit-border-radius: 4px; border-radius: 4px; }
-.exampleblock > .content > :first-child { margin-top: 0; }
-.exampleblock > .content > :last-child { margin-bottom: 0; }
-.exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6, .exampleblock > .content p { color: #333333; }
-.exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6 { line-height: 1; margin-bottom: 0.625em; }
-.exampleblock > .content h1.subheader, .exampleblock > .content h2.subheader, .exampleblock > .content h3.subheader, .exampleblock > .content .subheader#toctitle, .sidebarblock.exampleblock > .content > .subheader.title, .exampleblock > .content h4.subheader, .exampleblock > .content h5.subheader, .exampleblock > .content h6.subheader { line-height: 1.4; }
-.exampleblock.result > .content { -webkit-box-shadow: 0 1px 8px #d9d9d9; box-shadow: 0 1px 8px #d9d9d9; }
-.sidebarblock { border-style: solid; border-width: 1px; border-color: #d9d9d9; margin-bottom: 1.25em; padding: 1.25em; background: #f2f2f2; -webkit-border-radius: 4px; border-radius: 4px; }
-.sidebarblock > :first-child { margin-top: 0; }
-.sidebarblock > :last-child { margin-bottom: 0; }
-.sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6, .sidebarblock p { color: #333333; }
-.sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6 { line-height: 1; margin-bottom: 0.625em; }
-.sidebarblock h1.subheader, .sidebarblock h2.subheader, .sidebarblock h3.subheader, .sidebarblock .subheader#toctitle, .sidebarblock > .content > .subheader.title, .sidebarblock h4.subheader, .sidebarblock h5.subheader, .sidebarblock h6.subheader { line-height: 1.4; }
-.sidebarblock > .content > .title { color: #7a2518; margin-top: 0; line-height: 1.6; }
-.exampleblock > .content > :last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-child, .exampleblock > .content .qlist > ol > li:last-child > :last-child, .sidebarblock > .content > :last-child > :last-child, .sidebarblock > .content .olist > ol > li:last-child > :last-child, .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .sidebarblock > .content .qlist > ol > li:last-child > :last-child { margin-bottom: 0; }
-.literalblock > .content pre, .listingblock > .content pre { background: none; border-width: 1px 0; border-style: dotted; border-color: #bfbfbf; -webkit-border-radius: 4px; border-radius: 4px; padding: 0.75em 0.75em 0.5em 0.75em; word-wrap: break-word; }
-.literalblock > .content pre.nowrap, .listingblock > .content pre.nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; }
-.literalblock > .content pre > code, .listingblock > .content pre > code { display: block; }
-@media only screen { .literalblock > .content pre, .listingblock > .content pre { font-size: 0.8em; } }
-@media only screen and (min-width: 768px) { .literalblock > .content pre, .listingblock > .content pre { font-size: 0.9em; } }
-@media only screen and (min-width: 1280px) { .literalblock > .content pre, .listingblock > .content pre { font-size: 1em; } }
-.listingblock > .content { position: relative; }
-.listingblock:hover code[class*=" language-"]:before { text-transform: uppercase; font-size: 0.9em; color: #999; position: absolute; top: 0.375em; right: 0.375em; }
-.listingblock:hover code.asciidoc:before { content: "asciidoc"; }
-.listingblock:hover code.clojure:before { content: "clojure"; }
-.listingblock:hover code.css:before { content: "css"; }
-.listingblock:hover code.groovy:before { content: "groovy"; }
-.listingblock:hover code.html:before { content: "html"; }
-.listingblock:hover code.java:before { content: "java"; }
-.listingblock:hover code.javascript:before { content: "javascript"; }
-.listingblock:hover code.python:before { content: "python"; }
-.listingblock:hover code.ruby:before { content: "ruby"; }
-.listingblock:hover code.scss:before { content: "scss"; }
-.listingblock:hover code.xml:before { content: "xml"; }
-.listingblock:hover code.yaml:before { content: "yaml"; }
-.listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: #999; }
-.listingblock.terminal pre .command:not([data-prompt]):before { content: '$'; }
-table.pyhltable { border: 0; margin-bottom: 0; }
-table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0; }
-table.pyhltable td.code { padding-left: .75em; padding-right: 0; }
-.highlight.pygments .lineno, table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid #dddddd; }
-.highlight.pygments .lineno { display: inline-block; margin-right: .25em; }
-table.pyhltable .linenodiv { background-color: transparent !important; padding-right: 0 !important; }
-.quoteblock { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #dddddd; }
-.quoteblock blockquote { margin: 0 0 1.25em 0; padding: 0 0 0.5625em 0; border: 0; }
-.quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; }
-.quoteblock .attribution { margin-top: -.25em; padding-bottom: 0.5625em; font-size: inherit; color: #555555; }
-.quoteblock .attribution br { display: none; }
-.quoteblock .attribution cite { display: block; margin-bottom: 0.625em; }
-table thead th, table tfoot th { font-weight: bold; }
-table.tableblock.grid-all { border-collapse: separate; border-spacing: 1px; -webkit-border-radius: 4px; border-radius: 4px; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; }
-table.tableblock.frame-topbot, table.tableblock.frame-none { border-left: 0; border-right: 0; }
-table.tableblock.frame-sides, table.tableblock.frame-none { border-top: 0; border-bottom: 0; }
-table.tableblock td .paragraph:last-child p, table.tableblock td > p:last-child { margin-bottom: 0; }
-th.tableblock.halign-left, td.tableblock.halign-left { text-align: left; }
-th.tableblock.halign-right, td.tableblock.halign-right { text-align: right; }
-th.tableblock.halign-center, td.tableblock.halign-center { text-align: center; }
-th.tableblock.valign-top, td.tableblock.valign-top { vertical-align: top; }
-th.tableblock.valign-bottom, td.tableblock.valign-bottom { vertical-align: bottom; }
-th.tableblock.valign-middle, td.tableblock.valign-middle { vertical-align: middle; }
-p.tableblock.header { color: #222222; font-weight: bold; }
-td > div.verse { white-space: pre; }
-ol { margin-left: 1.75em; }
-ul li ol { margin-left: 1.5em; }
-dl dd { margin-left: 1.125em; }
-dl dd:last-child, dl dd:last-child > :last-child { margin-bottom: 0; }
-ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { margin-bottom: 0.625em; }
-ul.unstyled, ol.unnumbered, ul.checklist, ul.none { list-style-type: none; }
-ul.unstyled, ol.unnumbered, ul.checklist { margin-left: 0.625em; }
-ul.checklist li > p:first-child > i[class^="icon-check"]:first-child, ul.checklist li > p:first-child > input[type="checkbox"]:first-child { margin-right: 0.25em; }
-ul.checklist li > p:first-child > input[type="checkbox"]:first-child { position: relative; top: 1px; }
-ul.inline { margin: 0 auto 0.625em auto; margin-left: -1.375em; margin-right: 0; padding: 0; list-style: none; overflow: hidden; }
-ul.inline > li { list-style: none; float: left; margin-left: 1.375em; display: block; }
-ul.inline > li > * { display: block; }
-.unstyled dl dt { font-weight: normal; font-style: normal; }
-ol.arabic { list-style-type: decimal; }
-ol.decimal { list-style-type: decimal-leading-zero; }
-ol.loweralpha { list-style-type: lower-alpha; }
-ol.upperalpha { list-style-type: upper-alpha; }
-ol.lowerroman { list-style-type: lower-roman; }
-ol.upperroman { list-style-type: upper-roman; }
-ol.lowergreek { list-style-type: lower-greek; }
-.hdlist > table, .colist > table { border: 0; background: none; }
-.hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; }
-td.hdlist1 { padding-right: .8em; font-weight: bold; }
-td.hdlist1, td.hdlist2 { vertical-align: top; }
-.literalblock + .colist, .listingblock + .colist { margin-top: -0.5em; }
-.colist > table tr > td:first-of-type { padding: 0 .8em; line-height: 1; }
-.colist > table tr > td:last-of-type { padding: 0.25em 0; }
-.qanda > ol > li > p > em:only-child { color: #00467f; }
-.thumb, .th { line-height: 0; display: inline-block; border: solid 4px white; -webkit-box-shadow: 0 0 0 1px #dddddd; box-shadow: 0 0 0 1px #dddddd; }
-.imageblock.left, .imageblock[style*="float: left"] { margin: 0.25em 0.625em 1.25em 0; }
-.imageblock.right, .imageblock[style*="float: right"] { margin: 0.25em 0 1.25em 0.625em; }
-.imageblock > .title { margin-bottom: 0; }
-.imageblock.thumb, .imageblock.th { border-width: 6px; }
-.imageblock.thumb > .title, .imageblock.th > .title { padding: 0 0.125em; }
-.image.left, .image.right { margin-top: 0.25em; margin-bottom: 0.25em; display: inline-block; line-height: 0; }
-.image.left { margin-right: 0.625em; }
-.image.right { margin-left: 0.625em; }
-a.image { text-decoration: none; }
-span.footnote, span.footnoteref { vertical-align: super; font-size: 0.875em; }
-span.footnote a, span.footnoteref a { text-decoration: none; }
-#footnotes { padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 0.625em; }
-#footnotes hr { width: 20%; min-width: 6.25em; margin: -.25em 0 .75em 0; border-width: 1px 0 0 0; }
-#footnotes .footnote { padding: 0 0.375em; line-height: 1.3; font-size: 0.875em; margin-left: 1.2em; text-indent: -1.2em; margin-bottom: .2em; }
-#footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; }
-#footnotes .footnote:last-of-type { margin-bottom: 0; }
-#content #footnotes { margin-top: -0.625em; margin-bottom: 0; padding: 0.75em 0; }
-.gist .file-data > table { border: none; background: #fff; width: 100%; margin-bottom: 0; }
-.gist .file-data > table td.line-data { width: 99%; }
-div.unbreakable { page-break-inside: avoid; }
-.big { font-size: larger; }
-.small { font-size: smaller; }
-.underline { text-decoration: underline; }
-.overline { text-decoration: overline; }
-.line-through { text-decoration: line-through; }
-.aqua { color: #00bfbf; }
-.aqua-background { background-color: #00fafa; }
-.black { color: black; }
-.black-background { background-color: black; }
-.blue { color: #0000bf; }
-.blue-background { background-color: #0000fa; }
-.fuchsia { color: #bf00bf; }
-.fuchsia-background { background-color: #fa00fa; }
-.gray { color: #606060; }
-.gray-background { background-color: #7d7d7d; }
-.green { color: #006000; }
-.green-background { background-color: #007d00; }
-.lime { color: #00bf00; }
-.lime-background { background-color: #00fa00; }
-.maroon { color: #600000; }
-.maroon-background { background-color: #7d0000; }
-.navy { color: #000060; }
-.navy-background { background-color: #00007d; }
-.olive { color: #606000; }
-.olive-background { background-color: #7d7d00; }
-.purple { color: #600060; }
-.purple-background { background-color: #7d007d; }
-.red { color: #bf0000; }
-.red-background { background-color: #fa0000; }
-.silver { color: #909090; }
-.silver-background { background-color: #bcbcbc; }
-.teal { color: #006060; }
-.teal-background { background-color: #007d7d; }
-.white { color: #bfbfbf; }
-.white-background { background-color: #fafafa; }
-.yellow { color: #bfbf00; }
-.yellow-background { background-color: #fafa00; }
-span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-.admonitionblock td.icon [class^="icon-"]:before { font-size: 2.5em; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); cursor: default; }
-.admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #005498; color: #003f72; }
-.admonitionblock td.icon .icon-tip:before { content: "\f0eb"; text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8); color: #111; }
-.admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #bf6900; }
-.admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #bf3400; }
-.admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #bf0000; }
-.conum { display: inline-block; color: white !important; background-color: #222222; -webkit-border-radius: 100px; border-radius: 100px; text-align: center; width: 20px; height: 20px; font-size: 12px; font-weight: bold; line-height: 20px; font-family: Arial, sans-serif; font-style: normal; position: relative; top: -2px; letter-spacing: -1px; }
-.conum * { color: white !important; }
-.conum + b { display: none; }
-.conum:after { content: attr(data-value); }
-.conum:not([data-value]):empty { display: none; }
-.literalblock > .content > pre, .listingblock > .content > pre { -webkit-border-radius: 0; border-radius: 0; }
-
-</style>
-</head>
-<body class="book toc2 toc-left">
-<div id="header">
-<h1>DistributionAndExternalAPIs</h1>
-<div id="toc" class="toc2">
-<div id="toctitle">Table of Contents</div>
-<ul class="sectlevel1">
-<li><a href="#_overview">1. Overview</a></li>
-<li>
-<ul class="sectlevel2">
-<li><a href="#_version_information">1.1. Version information</a></li>
-<li><a href="#_uri_scheme">1.2. URI scheme</a></li>
-<li><a href="#_tags">1.3. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_paths">2. Paths</a></li>
-<li>
-<ul class="sectlevel2">
-<li><a href="#_getvalidartifacttypes">2.1. Artifact types list</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description">2.1.1. Description</a></li>
-<li><a href="#_parameters">2.1.2. Parameters</a></li>
-<li><a href="#_responses">2.1.3. Responses</a></li>
-<li><a href="#_consumes">2.1.4. Consumes</a></li>
-<li><a href="#_produces">2.1.5. Produces</a></li>
-<li><a href="#_tags_2">2.1.6. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_uploadinterfaceoperationartifact">2.2. uploads of artifact to VF operation workflow</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_2">2.2.1. Description</a></li>
-<li><a href="#_parameters_2">2.2.2. Parameters</a></li>
-<li><a href="#_responses_2">2.2.3. Responses</a></li>
-<li><a href="#_produces_2">2.2.4. Produces</a></li>
-<li><a href="#_tags_3">2.2.5. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_downloadserviceartifact">2.3. Download service artifact</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_3">2.3.1. Description</a></li>
-<li><a href="#_parameters_3">2.3.2. Parameters</a></li>
-<li><a href="#_responses_3">2.3.3. Responses</a></li>
-<li><a href="#_consumes_2">2.3.4. Consumes</a></li>
-<li><a href="#_produces_3">2.3.5. Produces</a></li>
-<li><a href="#_tags_4">2.3.6. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_downloadresourceinstanceartifactbyname">2.4. Download resource instance artifact</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_4">2.4.1. Description</a></li>
-<li><a href="#_parameters_4">2.4.2. Parameters</a></li>
-<li><a href="#_responses_4">2.4.3. Responses</a></li>
-<li><a href="#_consumes_3">2.4.4. Consumes</a></li>
-<li><a href="#_produces_4">2.4.5. Produces</a></li>
-<li><a href="#_tags_5">2.4.6. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_downloadresourceartifact">2.5. Download resource artifact</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_5">2.5.1. Description</a></li>
-<li><a href="#_parameters_5">2.5.2. Parameters</a></li>
-<li><a href="#_responses_5">2.5.3. Responses</a></li>
-<li><a href="#_consumes_4">2.5.4. Consumes</a></li>
-<li><a href="#_produces_5">2.5.5. Produces</a></li>
-<li><a href="#_tags_6">2.5.6. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_activateserviceexternal">2.6. activate a service</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_6">2.6.1. Description</a></li>
-<li><a href="#_parameters_6">2.6.2. Parameters</a></li>
-<li><a href="#_responses_6">2.6.3. Responses</a></li>
-<li><a href="#_consumes_5">2.6.4. Consumes</a></li>
-<li><a href="#_produces_6">2.6.5. Produces</a></li>
-<li><a href="#_tags_7">2.6.6. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_createcomponentexternal">2.7. creates a resource or service</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_7">2.7.1. Description</a></li>
-<li><a href="#_parameters_7">2.7.2. Parameters</a></li>
-<li><a href="#_responses_7">2.7.3. Responses</a></li>
-<li><a href="#_consumes_6">2.7.4. Consumes</a></li>
-<li><a href="#_produces_7">2.7.5. Produces</a></li>
-<li><a href="#_tags_8">2.7.6. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_getassetlistexternal">2.8. Fetch list of assets</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_8">2.8.1. Description</a></li>
-<li><a href="#_parameters_8">2.8.2. Parameters</a></li>
-<li><a href="#_responses_8">2.8.3. Responses</a></li>
-<li><a href="#_produces_8">2.8.4. Produces</a></li>
-<li><a href="#_tags_9">2.8.5. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_uploadartifact">2.9. uploads of artifact to a resource or service</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_9">2.9.1. Description</a></li>
-<li><a href="#_parameters_9">2.9.2. Parameters</a></li>
-<li><a href="#_responses_9">2.9.3. Responses</a></li>
-<li><a href="#_produces_9">2.9.4. Produces</a></li>
-<li><a href="#_tags_10">2.9.5. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_updateartifact">2.10. updates an artifact on a resource or service</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_10">2.10.1. Description</a></li>
-<li><a href="#_parameters_10">2.10.2. Parameters</a></li>
-<li><a href="#_responses_10">2.10.3. Responses</a></li>
-<li><a href="#_produces_10">2.10.4. Produces</a></li>
-<li><a href="#_tags_11">2.10.5. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_downloadcomponentartifact">2.11. Download component artifact</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_11">2.11.1. Description</a></li>
-<li><a href="#_parameters_11">2.11.2. Parameters</a></li>
-<li><a href="#_responses_11">2.11.3. Responses</a></li>
-<li><a href="#_produces_11">2.11.4. Produces</a></li>
-<li><a href="#_tags_12">2.11.5. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_deleteartifact">2.12. deletes an artifact of a resource or service</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_12">2.12.1. Description</a></li>
-<li><a href="#_parameters_12">2.12.2. Parameters</a></li>
-<li><a href="#_responses_12">2.12.3. Responses</a></li>
-<li><a href="#_produces_12">2.12.4. Produces</a></li>
-<li><a href="#_tags_13">2.12.5. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_changeresourcestateexternal">2.13. Change Resource lifecycle State</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_parameters_13">2.13.1. Parameters</a></li>
-<li><a href="#_responses_13">2.13.2. Responses</a></li>
-<li><a href="#_consumes_7">2.13.3. Consumes</a></li>
-<li><a href="#_produces_13">2.13.4. Produces</a></li>
-<li><a href="#_tags_14">2.13.5. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_getassetspecificmetadatabyuuidexternal">2.14. Detailed metadata of asset by uuid</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_13">2.14.1. Description</a></li>
-<li><a href="#_parameters_14">2.14.2. Parameters</a></li>
-<li><a href="#_responses_14">2.14.3. Responses</a></li>
-<li><a href="#_produces_14">2.14.4. Produces</a></li>
-<li><a href="#_tags_15">2.14.5. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_uploadartifacttoinstance">2.15. uploads an artifact to a resource instance</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_14">2.15.1. Description</a></li>
-<li><a href="#_parameters_15">2.15.2. Parameters</a></li>
-<li><a href="#_responses_15">2.15.3. Responses</a></li>
-<li><a href="#_produces_15">2.15.4. Produces</a></li>
-<li><a href="#_tags_16">2.15.5. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_updateartifactonresourceinstance">2.16. updates an artifact on a resource instance</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_15">2.16.1. Description</a></li>
-<li><a href="#_parameters_16">2.16.2. Parameters</a></li>
-<li><a href="#_responses_16">2.16.3. Responses</a></li>
-<li><a href="#_produces_16">2.16.4. Produces</a></li>
-<li><a href="#_tags_17">2.16.5. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_downloadresourceinstanceartifact">2.17. Download resource instance artifact</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_16">2.17.1. Description</a></li>
-<li><a href="#_parameters_17">2.17.2. Parameters</a></li>
-<li><a href="#_responses_17">2.17.3. Responses</a></li>
-<li><a href="#_produces_17">2.17.4. Produces</a></li>
-<li><a href="#_tags_18">2.17.5. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_deleteartifactonresourceinstance">2.18. deletes an artifact of a resource insatnce</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_17">2.18.1. Description</a></li>
-<li><a href="#_parameters_18">2.18.2. Parameters</a></li>
-<li><a href="#_responses_18">2.18.3. Responses</a></li>
-<li><a href="#_produces_18">2.18.4. Produces</a></li>
-<li><a href="#_tags_19">2.18.5. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_gettoscamodelexternal">2.19. Fetch assets CSAR</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_18">2.19.1. Description</a></li>
-<li><a href="#_parameters_19">2.19.2. Parameters</a></li>
-<li><a href="#_responses_19">2.19.3. Responses</a></li>
-<li><a href="#_produces_19">2.19.4. Produces</a></li>
-<li><a href="#_tags_20">2.19.5. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_getuebserverlist">2.20. UEB Server List</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_19">2.20.1. Description</a></li>
-<li><a href="#_parameters_20">2.20.2. Parameters</a></li>
-<li><a href="#_responses_20">2.20.3. Responses</a></li>
-<li><a href="#_consumes_8">2.20.4. Consumes</a></li>
-<li><a href="#_produces_20">2.20.5. Produces</a></li>
-<li><a href="#_tags_21">2.20.6. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_registerfordistribution">2.21. Subscription status</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_20">2.21.1. Description</a></li>
-<li><a href="#_parameters_21">2.21.2. Parameters</a></li>
-<li><a href="#_responses_21">2.21.3. Responses</a></li>
-<li><a href="#_consumes_9">2.21.4. Consumes</a></li>
-<li><a href="#_produces_21">2.21.5. Produces</a></li>
-<li><a href="#_tags_22">2.21.6. Tags</a></li>
-</ul>
-</li>
-<li><a href="#_unregisterfordistribution">2.22. Subscription status</a></li>
-<li>
-<ul class="sectlevel3">
-<li><a href="#_description_21">2.22.1. Description</a></li>
-<li><a href="#_parameters_22">2.22.2. Parameters</a></li>
-<li><a href="#_responses_22">2.22.3. Responses</a></li>
-<li><a href="#_consumes_10">2.22.4. Consumes</a></li>
-<li><a href="#_produces_22">2.22.5. Produces</a></li>
-<li><a href="#_tags_23">2.22.6. Tags</a></li>
-</ul>
-</li>
-</ul>
-</li>
-<li><a href="#_definitions">3. Definitions</a></li>
-<li>
-<ul class="sectlevel2">
-<li><a href="#_additionalinfoparameterinfo">3.1. AdditionalInfoParameterInfo</a></li>
-<li><a href="#_additionalinformationdefinition">3.2. AdditionalInformationDefinition</a></li>
-<li><a href="#_artifactdatadefinition">3.3. ArtifactDataDefinition</a></li>
-<li><a href="#_artifactdefinition">3.4. ArtifactDefinition</a></li>
-<li><a href="#_assetmetadata">3.5. AssetMetadata</a></li>
-<li><a href="#_capabilitydatadefinition">3.6. CapabilityDataDefinition</a></li>
-<li><a href="#_capabilitydefinition">3.7. CapabilityDefinition</a></li>
-<li><a href="#_capabilityrequirementrelationship">3.8. CapabilityRequirementRelationship</a></li>
-<li><a href="#_categorydefinition">3.9. CategoryDefinition</a></li>
-<li><a href="#_componentinstance">3.10. ComponentInstance</a></li>
-<li><a href="#_componentinstanceinput">3.11. ComponentInstanceInput</a></li>
-<li><a href="#_componentinstanceproperty">3.12. ComponentInstanceProperty</a></li>
-<li><a href="#_getinputvaluedatadefinition">3.13. GetInputValueDataDefinition</a></li>
-<li><a href="#_groupdefinition">3.14. GroupDefinition</a></li>
-<li><a href="#_groupinstance">3.15. GroupInstance</a></li>
-<li><a href="#_groupingdefinition">3.16. GroupingDefinition</a></li>
-<li><a href="#_heatparameterdatadefinition">3.17. HeatParameterDataDefinition</a></li>
-<li><a href="#_heatparameterdefinition">3.18. HeatParameterDefinition</a></li>
-<li><a href="#_inputdefinition">3.19. InputDefinition</a></li>
-<li><a href="#_interfacedefinition">3.20. InterfaceDefinition</a></li>
-<li><a href="#_interfaceoperationdatadefinition">3.21. InterfaceOperationDataDefinition</a></li>
-<li><a href="#_interfaceoperationparamdatadefinition">3.22. InterfaceOperationParamDataDefinition</a></li>
-<li><a href="#_lifecyclechangeinfowithaction">3.23. LifecycleChangeInfoWithAction</a></li>
-<li><a href="#_listdatadefinition">3.24. ListDataDefinition</a></li>
-<li><a href="#_listdatadefinitioninterfaceoperationparamdatadefinition">3.25. ListDataDefinitionInterfaceOperationParamDataDefinition</a></li>
-<li><a href="#_listdatadefinitionoperationinputdefinition">3.26. ListDataDefinitionOperationInputDefinition</a></li>
-<li><a href="#_operationdatadefinition">3.27. OperationDataDefinition</a></li>
-<li><a href="#_operationinputdefinition">3.28. OperationInputDefinition</a></li>
-<li><a href="#_policydefinition">3.29. PolicyDefinition</a></li>
-<li><a href="#_propertyconstraint">3.30. PropertyConstraint</a></li>
-<li><a href="#_propertydatadefinition">3.31. PropertyDataDefinition</a></li>
-<li><a href="#_propertydefinition">3.32. PropertyDefinition</a></li>
-<li><a href="#_propertyrule">3.33. PropertyRule</a></li>
-<li><a href="#_registrationrequest">3.34. RegistrationRequest</a></li>
-<li><a href="#_relationshipimpl">3.35. RelationshipImpl</a></li>
-<li><a href="#_relationshipinfo">3.36. RelationshipInfo</a></li>
-<li><a href="#_requirementcapabilityreldef">3.37. RequirementCapabilityRelDef</a></li>
-<li><a href="#_requirementdatadefinition">3.38. RequirementDataDefinition</a></li>
-<li><a href="#_requirementdefinition">3.39. RequirementDefinition</a></li>
-<li><a href="#_resource">3.40. Resource</a></li>
-<li><a href="#_schemadefinition">3.41. SchemaDefinition</a></li>
-<li><a href="#_serverlistresponse">3.42. ServerListResponse</a></li>
-<li><a href="#_subcategorydefinition">3.43. SubCategoryDefinition</a></li>
-<li><a href="#_topicregistrationresponse">3.44. TopicRegistrationResponse</a></li>
-<li><a href="#_topicunregistrationresponse">3.45. TopicUnregistrationResponse</a></li>
-<li><a href="#_toscadatadefinition">3.46. ToscaDataDefinition</a></li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-<div id="content">
-<div class="sect1">
-<h2 id="_overview"><a class="anchor" href="#_overview"></a>1. Overview</h2>
-<div class="sectionbody">
-<div class="sect2">
-<h3 id="_version_information"><a class="anchor" href="#_version_information"></a>1.1. Version information</h3>
-<div class="paragraph">
-<p><em>Version</em> : 1.2.0</p>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_uri_scheme"><a class="anchor" href="#_uri_scheme"></a>1.2. URI scheme</h3>
-<div class="paragraph">
-<p><em>BasePath</em> : /sdc</p>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_tags"><a class="anchor" href="#_tags"></a>1.3. Tags</h3>
-<div class="ulist">
-<ul>
-<li>
-<p>Artifact External Servlet</p>
-</li>
-<li>
-<p>Asset Metadata External Servlet</p>
-</li>
-<li>
-<p>CRUD External Servlet</p>
-</li>
-<li>
-<p>Distribution Catalog Servlet</p>
-</li>
-<li>
-<p>Distribution Servlet</p>
-</li>
-<li>
-<p>Service Activation External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="_paths"><a class="anchor" href="#_paths"></a>2. Paths</h2>
-<div class="sectionbody">
-<div class="sect2">
-<h3 id="_getvalidartifacttypes"><a class="anchor" href="#_getvalidartifacttypes"></a>2.1. Artifact types list</h3>
-<div class="literalblock">
-<div class="content">
-<pre>GET /v1/artifactTypes</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description"><a class="anchor" href="#_description"></a>2.1.1. Description</h4>
-<div class="paragraph">
-<p>Fetches available artifact types list</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters"><a class="anchor" href="#_parameters"></a>2.1.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses"><a class="anchor" href="#_responses"></a>2.1.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact types list fetched successfully</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Missing <em>X-ECOMP-InstanceID</em> HTTP header - POL5001</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed : Invalid HTTP method type used to register for distribution ( POST,PUT,DELETE will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The registration failed due to internal SDC problem or Cambria Service failure ECOMP Component should continue the attempts to register for distribution - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_consumes"><a class="anchor" href="#_consumes"></a>2.1.4. Consumes</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_produces"><a class="anchor" href="#_produces"></a>2.1.5. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_2"><a class="anchor" href="#_tags_2"></a>2.1.6. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Distribution Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_uploadinterfaceoperationartifact"><a class="anchor" href="#_uploadinterfaceoperationartifact"></a>2.2. uploads of artifact to VF operation workflow</h3>
-<div class="literalblock">
-<div class="content">
-<pre>POST /v1/catalog/resources/{uuid}/interfaces/{operationUUID}/artifacts/{artifactUUID}</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_2"><a class="anchor" href="#_description_2"></a>2.2.1. Description</h4>
-<div class="paragraph">
-<p>uploads of artifact to VF operation workflow</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_2"><a class="anchor" href="#_parameters_2"></a>2.2.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-MD5</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The value for this header must be the MD5 checksum over the whole json body</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-Type</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the request</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>USER_ID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The user ID of the DCAE Designer. This user must also have Designer role in SDC</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactUUID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the artifact</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>operationUUID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the operation</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uuid</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the asset as published in the metadata</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Body</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>body</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>json describe the artifact</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_artifactdefinition">ArtifactDefinition</a></p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_2"><a class="anchor" href="#_responses_2"></a>2.2.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact uploaded</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_artifactdefinition">ArtifactDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Specified resource is not found - SVC4063</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_produces_2"><a class="anchor" href="#_produces_2"></a>2.2.4. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_3"><a class="anchor" href="#_tags_3"></a>2.2.5. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Artifact External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_downloadserviceartifact"><a class="anchor" href="#_downloadserviceartifact"></a>2.3. Download service artifact</h3>
-<div class="literalblock">
-<div class="content">
-<pre>GET /v1/catalog/services/{serviceName}/{serviceVersion}/artifacts/{artifactName}</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_3"><a class="anchor" href="#_description_3"></a>2.3.1. Description</h4>
-<div class="paragraph">
-<p>Returns downloaded artifact</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_3"><a class="anchor" href="#_parameters_3"></a>2.3.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactName</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>serviceName</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>serviceVersion</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_3"><a class="anchor" href="#_responses_3"></a>2.3.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The artifact is found and streamed.</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Missing <em>X-ECOMP-InstanceID</em> HTTP header - POL5001</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Specified artifact is not found - SVC4505</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_consumes_2"><a class="anchor" href="#_consumes_2"></a>2.3.4. Consumes</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_produces_3"><a class="anchor" href="#_produces_3"></a>2.3.5. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/octet-stream</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_4"><a class="anchor" href="#_tags_4"></a>2.3.6. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Distribution Catalog Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_downloadresourceinstanceartifactbyname"><a class="anchor" href="#_downloadresourceinstanceartifactbyname"></a>2.4. Download resource instance artifact</h3>
-<div class="literalblock">
-<div class="content">
-<pre>GET /v1/catalog/services/{serviceName}/{serviceVersion}/resourceInstances/{resourceInstanceName}/artifacts/{artifactName}</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_4"><a class="anchor" href="#_description_4"></a>2.4.1. Description</h4>
-<div class="paragraph">
-<p>Returns downloaded artifact</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_4"><a class="anchor" href="#_parameters_4"></a>2.4.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactName</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>resourceInstanceName</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>serviceName</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>serviceVersion</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_4"><a class="anchor" href="#_responses_4"></a>2.4.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The artifact is found and streamed.</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Missing <em>X-ECOMP-InstanceID</em> HTTP header - POL5001</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Specified artifact is not found - SVC4505</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_consumes_3"><a class="anchor" href="#_consumes_3"></a>2.4.4. Consumes</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_produces_4"><a class="anchor" href="#_produces_4"></a>2.4.5. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/octet-stream</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_5"><a class="anchor" href="#_tags_5"></a>2.4.6. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Distribution Catalog Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_downloadresourceartifact"><a class="anchor" href="#_downloadresourceartifact"></a>2.5. Download resource artifact</h3>
-<div class="literalblock">
-<div class="content">
-<pre>GET /v1/catalog/services/{serviceName}/{serviceVersion}/resources/{resourceName}/{resourceVersion}/artifacts/{artifactName}</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_5"><a class="anchor" href="#_description_5"></a>2.5.1. Description</h4>
-<div class="paragraph">
-<p>Returns downloaded artifact</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_5"><a class="anchor" href="#_parameters_5"></a>2.5.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactName</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>resourceName</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>resourceVersion</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>serviceName</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>serviceVersion</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_5"><a class="anchor" href="#_responses_5"></a>2.5.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The artifact is found and streamed.</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Missing <em>X-ECOMP-InstanceID</em> HTTP header - POL5001</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Specified artifact is not found - SVC4505</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_consumes_4"><a class="anchor" href="#_consumes_4"></a>2.5.4. Consumes</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_produces_5"><a class="anchor" href="#_produces_5"></a>2.5.5. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/octet-stream</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_6"><a class="anchor" href="#_tags_6"></a>2.5.6. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Distribution Catalog Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_activateserviceexternal"><a class="anchor" href="#_activateserviceexternal"></a>2.6. activate a service</h3>
-<div class="literalblock">
-<div class="content">
-<pre>POST /v1/catalog/services/{serviceUUID}/distribution/{opEnvId}/activate</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_6"><a class="anchor" href="#_description_6"></a>2.6.1. Description</h4>
-<div class="paragraph">
-<p>Activates a service</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_6"><a class="anchor" href="#_parameters_6"></a>2.6.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-Type</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the request</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>USER_ID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The user id</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>opEnvId</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The operational environment on which to activate the service on</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>serviceUUID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The serviceUUid to activate</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Body</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>body</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_6"><a class="anchor" href="#_responses_6"></a>2.6.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>202</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is authenticated and required service may be distributed</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The resource name is missing in the request body - SVC4062</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Error: Requested <em>%1</em> (uuid) resource was not found - SVC4063</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed : Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>409</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Service state is invalid for this action</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>502</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The server was acting as a gateway or proxy and received an invalid response from the upstream server</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_consumes_5"><a class="anchor" href="#_consumes_5"></a>2.6.4. Consumes</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_produces_6"><a class="anchor" href="#_produces_6"></a>2.6.5. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_7"><a class="anchor" href="#_tags_7"></a>2.6.6. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Service Activation External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_createcomponentexternal"><a class="anchor" href="#_createcomponentexternal"></a>2.7. creates a resource or service</h3>
-<div class="literalblock">
-<div class="content">
-<pre>POST /v1/catalog/{assetType}</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_7"><a class="anchor" href="#_description_7"></a>2.7.1. Description</h4>
-<div class="paragraph">
-<p>Creates a resource</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_7"><a class="anchor" href="#_parameters_7"></a>2.7.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-Type</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the request</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>USER_ID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The user id</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>assetType</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The requested asset type</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (resources, services)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Body</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>body</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>json describe the created resource</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_resource">Resource</a></p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_7"><a class="anchor" href="#_responses_7"></a>2.7.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is authenticated and Asset created</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_resource">Resource</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Create VFCMT request: VFCMT name exceeds character limit - SVC4073</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Error: Requested <em>%1</em> (uuid) resource was not found - SVC4063</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed : Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_consumes_6"><a class="anchor" href="#_consumes_6"></a>2.7.4. Consumes</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_produces_7"><a class="anchor" href="#_produces_7"></a>2.7.5. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_8"><a class="anchor" href="#_tags_8"></a>2.7.6. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>CRUD External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_getassetlistexternal"><a class="anchor" href="#_getassetlistexternal"></a>2.8. Fetch list of assets</h3>
-<div class="literalblock">
-<div class="content">
-<pre>GET /v1/catalog/{assetType}</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_8"><a class="anchor" href="#_description_8"></a>2.8.1. Description</h4>
-<div class="paragraph">
-<p>Returns list of assets</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_8"><a class="anchor" href="#_parameters_8"></a>2.8.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>assetType</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The requested asset type</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (resources, services)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Query</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>category</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The filter key (resourceType only for resources)</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Query</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>distributionStatus</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The filter key (resourceType only for resources)</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Query</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>resourceType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The filter key (resourceType only for resources)</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Query</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>subCategory</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The filter key (resourceType only for resources)</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_8"><a class="anchor" href="#_responses_8"></a>2.8.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is authenticated and list of Catalog Assets Metadata is returned</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_assetmetadata">AssetMetadata</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Missing <em>X-ECOMP-InstanceID</em> HTTP header - POL5001</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed : Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_produces_8"><a class="anchor" href="#_produces_8"></a>2.8.4. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_9"><a class="anchor" href="#_tags_9"></a>2.8.5. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Asset Metadata External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_uploadartifact"><a class="anchor" href="#_uploadartifact"></a>2.9. uploads of artifact to a resource or service</h3>
-<div class="literalblock">
-<div class="content">
-<pre>POST /v1/catalog/{assetType}/{uuid}/artifacts</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_9"><a class="anchor" href="#_description_9"></a>2.9.1. Description</h4>
-<div class="paragraph">
-<p>uploads of artifact to a resource or service</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_9"><a class="anchor" href="#_parameters_9"></a>2.9.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-MD5</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The value for this header must be the MD5 checksum over the whole json body</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-Type</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the request</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>USER_ID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The user ID of the DCAE Designer. This user must also have Designer role in SDC</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>assetType</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The requested asset type</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (resources, services)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uuid</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the asset as published in the metadata</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Body</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>body</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>json describe the artifact</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_artifactdefinition">ArtifactDefinition</a></p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_9"><a class="anchor" href="#_responses_9"></a>2.9.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact uploaded</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_artifactdefinition">ArtifactDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Specified resource is not found - SVC4063</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_produces_9"><a class="anchor" href="#_produces_9"></a>2.9.4. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_10"><a class="anchor" href="#_tags_10"></a>2.9.5. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Artifact External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_updateartifact"><a class="anchor" href="#_updateartifact"></a>2.10. updates an artifact on a resource or service</h3>
-<div class="literalblock">
-<div class="content">
-<pre>POST /v1/catalog/{assetType}/{uuid}/artifacts/{artifactUUID}</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_10"><a class="anchor" href="#_description_10"></a>2.10.1. Description</h4>
-<div class="paragraph">
-<p>uploads of artifact to a resource or service</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_10"><a class="anchor" href="#_parameters_10"></a>2.10.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-MD5</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The value for this header must be the MD5 checksum over the whole json body</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-Type</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the request</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>USER_ID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The user ID of the DCAE Designer. This user must also have Designer role in SDC</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactUUID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>assetType</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The requested asset type</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (resources, services)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uuid</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the asset as published in the metadata</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Body</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>body</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>json describe the artifact</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_artifactdefinition">ArtifactDefinition</a></p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_10"><a class="anchor" href="#_responses_10"></a>2.10.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact updated</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_artifactdefinition">ArtifactDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact name is missing in input - SVC4128</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4086</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Specified resource is not found - SVC4063</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>409</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_produces_10"><a class="anchor" href="#_produces_10"></a>2.10.4. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_11"><a class="anchor" href="#_tags_11"></a>2.10.5. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Artifact External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_downloadcomponentartifact"><a class="anchor" href="#_downloadcomponentartifact"></a>2.11. Download component artifact</h3>
-<div class="literalblock">
-<div class="content">
-<pre>GET /v1/catalog/{assetType}/{uuid}/artifacts/{artifactUUID}</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_11"><a class="anchor" href="#_description_11"></a>2.11.1. Description</h4>
-<div class="paragraph">
-<p>Returns downloaded artifact</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_11"><a class="anchor" href="#_parameters_11"></a>2.11.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>USER_ID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The user ID of the DCAE Designer. This user must also have Designer role in SDC</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactUUID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>assetType</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The requested asset type</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (resources, services)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uuid</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the asset as published in the metadata</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_11"><a class="anchor" href="#_responses_11"></a>2.11.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact downloaded</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Missing <em>X-ECOMP-InstanceID</em> HTTP header - POL5001</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact was not found - SVC4505</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_produces_11"><a class="anchor" href="#_produces_11"></a>2.11.4. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/octet-stream</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_12"><a class="anchor" href="#_tags_12"></a>2.11.5. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Artifact External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_deleteartifact"><a class="anchor" href="#_deleteartifact"></a>2.12. deletes an artifact of a resource or service</h3>
-<div class="literalblock">
-<div class="content">
-<pre>DELETE /v1/catalog/{assetType}/{uuid}/artifacts/{artifactUUID}</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_12"><a class="anchor" href="#_description_12"></a>2.12.1. Description</h4>
-<div class="paragraph">
-<p>deletes an artifact of a resource or service</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_12"><a class="anchor" href="#_parameters_12"></a>2.12.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>USER_ID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The user ID of the DCAE Designer. This user must also have Designer role in SDC</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactUUID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>assetType</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The requested asset type</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (resources, services)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uuid</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the asset as published in the metadata</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_12"><a class="anchor" href="#_responses_12"></a>2.12.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact deleted</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_artifactdefinition">ArtifactDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact name is missing in input - SVC4128</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4086</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Specified resource is not found - SVC4063</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>409</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_produces_12"><a class="anchor" href="#_produces_12"></a>2.12.4. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_13"><a class="anchor" href="#_tags_13"></a>2.12.5. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Artifact External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_changeresourcestateexternal"><a class="anchor" href="#_changeresourcestateexternal"></a>2.13. Change Resource lifecycle State</h3>
-<div class="literalblock">
-<div class="content">
-<pre>POST /v1/catalog/{assetType}/{uuid}/lifecycleState/{lifecycleOperation}</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_13"><a class="anchor" href="#_parameters_13"></a>2.13.1. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-Type</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the request</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>USER_ID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The user id</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>assetType</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>validValues: resources / services</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (resources, services)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>lifecycleOperation</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (checkout, checkin)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uuid</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>id of component to be changed</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Body</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>body</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>userRemarks - Short description (free text) about the asset version being changed</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_lifecyclechangeinfowithaction">LifecycleChangeInfoWithAction</a></p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_13"><a class="anchor" href="#_responses_13"></a>2.13.2. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Resource state changed</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_assetmetadata">AssetMetadata</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Missing X-ECOMP-InstanceID HTTP header - POL5001</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4080</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Error: Requested <em>%1</em> (uuid) resource was not found - SVC4063</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed : Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_consumes_7"><a class="anchor" href="#_consumes_7"></a>2.13.3. Consumes</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_produces_13"><a class="anchor" href="#_produces_13"></a>2.13.4. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_14"><a class="anchor" href="#_tags_14"></a>2.13.5. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>CRUD External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_getassetspecificmetadatabyuuidexternal"><a class="anchor" href="#_getassetspecificmetadatabyuuidexternal"></a>2.14. Detailed metadata of asset by uuid</h3>
-<div class="literalblock">
-<div class="content">
-<pre>GET /v1/catalog/{assetType}/{uuid}/metadata</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_13"><a class="anchor" href="#_description_13"></a>2.14.1. Description</h4>
-<div class="paragraph">
-<p>Returns detailed metadata of an asset by uuid</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_14"><a class="anchor" href="#_parameters_14"></a>2.14.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>assetType</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The requested asset type</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (resources, services)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uuid</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The requested asset uuid</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_14"><a class="anchor" href="#_responses_14"></a>2.14.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is authenticated and list of Catalog Assets Metadata is returned</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_assetmetadata">AssetMetadata</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Missing <em>X-ECOMP-InstanceID</em> HTTP header - POL5001</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Error: Requested <em>%1</em> (uuid) resource was not found - SVC4063</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed : Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_produces_14"><a class="anchor" href="#_produces_14"></a>2.14.4. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_15"><a class="anchor" href="#_tags_15"></a>2.14.5. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Asset Metadata External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_uploadartifacttoinstance"><a class="anchor" href="#_uploadartifacttoinstance"></a>2.15. uploads an artifact to a resource instance</h3>
-<div class="literalblock">
-<div class="content">
-<pre>POST /v1/catalog/{assetType}/{uuid}/resourceInstances/{resourceInstanceName}/artifacts</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_14"><a class="anchor" href="#_description_14"></a>2.15.1. Description</h4>
-<div class="paragraph">
-<p>uploads an artifact to a resource instance</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_15"><a class="anchor" href="#_parameters_15"></a>2.15.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-MD5</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The value for this header must be the MD5 checksum over the whole json body</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-Type</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the request</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>USER_ID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The user ID of the DCAE Designer. This user must also have Designer role in SDC</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>assetType</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The requested asset type</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (resources, services)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>resourceInstanceName</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The component instance name (as publishedin the response of the detailed query)</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uuid</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the asset as published in the metadata</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Body</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>body</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>json describe the artifact</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_artifactdefinition">ArtifactDefinition</a></p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_15"><a class="anchor" href="#_responses_15"></a>2.15.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact uploaded</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_artifactdefinition">ArtifactDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Specified resource is not found - SVC4063</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_produces_15"><a class="anchor" href="#_produces_15"></a>2.15.4. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_16"><a class="anchor" href="#_tags_16"></a>2.15.5. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Artifact External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_updateartifactonresourceinstance"><a class="anchor" href="#_updateartifactonresourceinstance"></a>2.16. updates an artifact on a resource instance</h3>
-<div class="literalblock">
-<div class="content">
-<pre>POST /v1/catalog/{assetType}/{uuid}/resourceInstances/{resourceInstanceName}/artifacts/{artifactUUID}</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_15"><a class="anchor" href="#_description_15"></a>2.16.1. Description</h4>
-<div class="paragraph">
-<p>uploads of artifact to a resource or service</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_16"><a class="anchor" href="#_parameters_16"></a>2.16.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-MD5</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The value for this header must be the MD5 checksum over the whole json body</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-Type</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the request</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>USER_ID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The user ID of the DCAE Designer. This user must also have Designer role in SDC</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactUUID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>assetType</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The requested asset type</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (resources, services)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>resourceInstanceName</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The component instance name (as publishedin the response of the detailed query)</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uuid</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the asset as published in the metadata</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Body</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>body</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>json describe the artifact</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_artifactdefinition">ArtifactDefinition</a></p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_16"><a class="anchor" href="#_responses_16"></a>2.16.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact updated</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_artifactdefinition">ArtifactDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact name is missing in input - SVC4128</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4086</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Specified resource is not found - SVC4063</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>409</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_produces_16"><a class="anchor" href="#_produces_16"></a>2.16.4. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_17"><a class="anchor" href="#_tags_17"></a>2.16.5. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Artifact External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_downloadresourceinstanceartifact"><a class="anchor" href="#_downloadresourceinstanceartifact"></a>2.17. Download resource instance artifact</h3>
-<div class="literalblock">
-<div class="content">
-<pre>GET /v1/catalog/{assetType}/{uuid}/resourceInstances/{resourceInstanceName}/artifacts/{artifactUUID}</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_16"><a class="anchor" href="#_description_16"></a>2.17.1. Description</h4>
-<div class="paragraph">
-<p>Returns downloaded artifact</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_17"><a class="anchor" href="#_parameters_17"></a>2.17.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>USER_ID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The user ID of the DCAE Designer. This user must also have Designer role in SDC</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactUUID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>assetType</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The requested asset type</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (resources, services)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>resourceInstanceName</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The component instance name (as publishedin the response of the detailed query)</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uuid</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the asset as published in the metadata</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_17"><a class="anchor" href="#_responses_17"></a>2.17.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact downloaded</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Missing <em>X-ECOMP-InstanceID</em> HTTP header - POL5001</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact was not found - SVC4505</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_produces_17"><a class="anchor" href="#_produces_17"></a>2.17.4. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/octet-stream</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_18"><a class="anchor" href="#_tags_18"></a>2.17.5. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Artifact External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_deleteartifactonresourceinstance"><a class="anchor" href="#_deleteartifactonresourceinstance"></a>2.18. deletes an artifact of a resource insatnce</h3>
-<div class="literalblock">
-<div class="content">
-<pre>DELETE /v1/catalog/{assetType}/{uuid}/resourceInstances/{resourceInstanceName}/artifacts/{artifactUUID}</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_17"><a class="anchor" href="#_description_17"></a>2.18.1. Description</h4>
-<div class="paragraph">
-<p>deletes an artifact of a resource insatnce</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_18"><a class="anchor" href="#_parameters_18"></a>2.18.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>USER_ID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The user ID of the DCAE Designer. This user must also have Designer role in SDC</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactUUID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>assetType</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The requested asset type</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (resources, services)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>resourceInstanceName</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The component instance name (as publishedin the response of the detailed query)</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uuid</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The uuid of the asset as published in the metadata</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_18"><a class="anchor" href="#_responses_18"></a>2.18.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact deleted</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_artifactdefinition">ArtifactDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Artifact name is missing in input - SVC4128</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4086</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Specified resource is not found - SVC4063</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>409</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_produces_18"><a class="anchor" href="#_produces_18"></a>2.18.4. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_19"><a class="anchor" href="#_tags_19"></a>2.18.5. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Artifact External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_gettoscamodelexternal"><a class="anchor" href="#_gettoscamodelexternal"></a>2.19. Fetch assets CSAR</h3>
-<div class="literalblock">
-<div class="content">
-<pre>GET /v1/catalog/{assetType}/{uuid}/toscaModel</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_18"><a class="anchor" href="#_description_18"></a>2.19.1. Description</h4>
-<div class="paragraph">
-<p>Returns asset csar</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_19"><a class="anchor" href="#_parameters_19"></a>2.19.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>assetType</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The requested asset type</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (resources, services)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Path</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uuid</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The requested asset uuid</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_19"><a class="anchor" href="#_responses_19"></a>2.19.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is authenticated and list of Catalog Assets Metadata is returned</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Missing <em>X-ECOMP-InstanceID</em> HTTP header - POL5001</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>404</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Error: Requested <em>%1</em> (uuid) resource was not found - SVC4063</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed : Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_produces_19"><a class="anchor" href="#_produces_19"></a>2.19.4. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/octet-stream</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_20"><a class="anchor" href="#_tags_20"></a>2.19.5. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Asset Metadata External Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_getuebserverlist"><a class="anchor" href="#_getuebserverlist"></a>2.20. UEB Server List</h3>
-<div class="literalblock">
-<div class="content">
-<pre>GET /v1/distributionUebCluster</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_19"><a class="anchor" href="#_description_19"></a>2.20.1. Description</h4>
-<div class="paragraph">
-<p>return the available UEB Server List</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_20"><a class="anchor" href="#_parameters_20"></a>2.20.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_20"><a class="anchor" href="#_responses_20"></a>2.20.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is authenticated and list of Cambria API server’s FQDNs is returned</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_serverlistresponse">ServerListResponse</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Missing <em>X-ECOMP-InstanceID</em> HTTP header - POL5001</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its credentials for Basic Authentication - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed: Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_consumes_8"><a class="anchor" href="#_consumes_8"></a>2.20.4. Consumes</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_produces_20"><a class="anchor" href="#_produces_20"></a>2.20.5. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_21"><a class="anchor" href="#_tags_21"></a>2.20.6. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Distribution Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_registerfordistribution"><a class="anchor" href="#_registerfordistribution"></a>2.21. Subscription status</h3>
-<div class="literalblock">
-<div class="content">
-<pre>POST /v1/registerForDistribution</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_20"><a class="anchor" href="#_description_20"></a>2.21.1. Description</h4>
-<div class="paragraph">
-<p>Subscribes for distribution notifications</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_21"><a class="anchor" href="#_parameters_21"></a>2.21.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-Length</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Length of the request body</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-Type</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the request</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Body</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>requestJson</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>json describe the artifact</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_registrationrequest">RegistrationRequest</a></p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_21"><a class="anchor" href="#_responses_21"></a>2.21.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>200</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is successfully registered for distribution</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_topicregistrationresponse">TopicRegistrationResponse</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Invalid Body : Specified <em>distrEnvName</em> doesn’t exist - POL4137</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed : Invalid HTTP method type used to register for distribution ( PUT,DELETE,GET will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The registration failed due to internal SDC problem or Cambria Service failure ECOMP Component should continue the attempts to register for distribution - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_consumes_9"><a class="anchor" href="#_consumes_9"></a>2.21.4. Consumes</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_produces_21"><a class="anchor" href="#_produces_21"></a>2.21.5. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_22"><a class="anchor" href="#_tags_22"></a>2.21.6. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Distribution Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_unregisterfordistribution"><a class="anchor" href="#_unregisterfordistribution"></a>2.22. Subscription status</h3>
-<div class="literalblock">
-<div class="content">
-<pre>POST /v1/unRegisterForDistribution</pre>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_description_21"><a class="anchor" href="#_description_21"></a>2.22.1. Description</h4>
-<div class="paragraph">
-<p>Removes from subscription for distribution notifications</p>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_parameters_22"><a class="anchor" href="#_parameters_22"></a>2.22.2. Parameters</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:11%;">
-<col style="width:16%;">
-<col style="width:50%;">
-<col style="width:22%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Type</th>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Accept</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the response</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Authorization</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The username and password</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-Length</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Length of the request body</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Content-Type</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Determines the format of the body of the request</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-InstanceID</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-InstanceID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Header</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>X-ECOMP-RequestID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>X-ECOMP-RequestID header</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>Body</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>requestJson</strong><br>
-<em>required</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>json describe the artifact</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_registrationrequest">RegistrationRequest</a></p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_responses_22"><a class="anchor" href="#_responses_22"></a>2.22.3. Responses</h4>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:10%;">
-<col style="width:70%;">
-<col style="width:20%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">HTTP Code</th>
-<th class="tableblock halign-left valign-middle">Description</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>204</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is successfully unregistered</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_topicunregistrationresponse">TopicUnregistrationResponse</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>400</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Invalid Body : Specified <em>distrEnvName</em> doesn’t exist - POL4137</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>401</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component should authenticate itself and to re-send again HTTP request with its Basic Authentication credentials - POL5002</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>403</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>ECOMP component is not authorized - POL5003</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>405</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>Method Not Allowed : Invalid HTTP method type used to register for distribution ( PUT,DELETE,GET will be rejected) - POL4050</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>500</strong></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>The registration failed due to internal SDC problem or Cambria Service failure ECOMP Component should continue the attempts to register for distribution - POL5000</p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>No Content</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect3">
-<h4 id="_consumes_10"><a class="anchor" href="#_consumes_10"></a>2.22.4. Consumes</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_produces_22"><a class="anchor" href="#_produces_22"></a>2.22.5. Produces</h4>
-<div class="ulist">
-<ul>
-<li>
-<p><code>application/json</code></p>
-</li>
-</ul>
-</div>
-</div>
-<div class="sect3">
-<h4 id="_tags_23"><a class="anchor" href="#_tags_23"></a>2.22.6. Tags</h4>
-<div class="ulist">
-<ul>
-<li>
-<p>Distribution Servlet</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="_definitions"><a class="anchor" href="#_definitions"></a>3. Definitions</h2>
-<div class="sectionbody">
-<div class="sect2">
-<h3 id="_additionalinfoparameterinfo"><a class="anchor" href="#_additionalinfoparameterinfo"></a>3.1. AdditionalInfoParameterInfo</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>key</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>value</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_additionalinformationdefinition"><a class="anchor" href="#_additionalinformationdefinition"></a>3.2. AdditionalInformationDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>creationTime</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>lastCreatedCounter</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int32)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>modificationTime</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>parameters</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_additionalinfoparameterinfo">AdditionalInfoParameterInfo</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>parentUniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_artifactdatadefinition"><a class="anchor" href="#_artifactdatadefinition"></a>3.3. ArtifactDataDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>apiUrl</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactChecksum</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactCreator</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactDisplayName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactGroupType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (INFORMATIONAL, DEPLOYMENT, LIFE_CYCLE, SERVICE_API, TOSCA, OTHER)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactLabel</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactRef</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactRepository</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactUUID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactVersion</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>creationDate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>creatorFullName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>duplicated</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>esId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>generated</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>generatedFromId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>heatParameters</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_heatparameterdatadefinition">HeatParameterDataDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>heatParamsUpdateDate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>isFromCsar</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>lastUpdateDate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>mandatory</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>payloadUpdateDate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>requiredArtifacts</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>serviceApi</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>timeout</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int32)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>updaterFullName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>userIdCreator</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>userIdLastUpdater</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_artifactdefinition"><a class="anchor" href="#_artifactdefinition"></a>3.4. ArtifactDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>apiUrl</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactChecksum</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactCreator</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactDisplayName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactGroupType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (INFORMATIONAL, DEPLOYMENT, LIFE_CYCLE, SERVICE_API, TOSCA, OTHER)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactLabel</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactRef</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactRepository</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactUUID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactVersion</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>creationDate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>creatorFullName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>duplicated</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>esId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>generated</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>generatedFromId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>heatParameters</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_heatparameterdatadefinition">HeatParameterDataDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>heatParamsUpdateDate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>isFromCsar</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>lastUpdateDate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>listHeatParameters</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_heatparameterdefinition">HeatParameterDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>mandatory</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>payloadData</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string (byte) &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>payloadUpdateDate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>requiredArtifacts</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>serviceApi</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>timeout</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int32)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>updaterFullName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>userIdCreator</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>userIdLastUpdater</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_assetmetadata"><a class="anchor" href="#_assetmetadata"></a>3.5. AssetMetadata</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>invariantUUID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>toscaModelURL</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uuid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>version</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_capabilitydatadefinition"><a class="anchor" href="#_capabilitydatadefinition"></a>3.6. CapabilityDataDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>capabilitySources</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>leftOccurrences</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>maxOccurrences</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>minOccurrences</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>parentName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>path</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>source</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>type</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>validSourceTypes</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_capabilitydefinition"><a class="anchor" href="#_capabilitydefinition"></a>3.7. CapabilityDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>capabilitySources</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>leftOccurrences</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>maxOccurrences</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>minOccurrences</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>parentName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>path</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>properties</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_componentinstanceproperty">ComponentInstanceProperty</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>source</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>type</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>validSourceTypes</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_capabilityrequirementrelationship"><a class="anchor" href="#_capabilityrequirementrelationship"></a>3.8. CapabilityRequirementRelationship</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>capability</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_capabilitydatadefinition">CapabilityDataDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>relation</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_relationshipinfo">RelationshipInfo</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>requirement</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_requirementdatadefinition">RequirementDataDefinition</a></p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_categorydefinition"><a class="anchor" href="#_categorydefinition"></a>3.9. CategoryDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>icons</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>normalizedName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>subcategories</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_subcategorydefinition">SubCategoryDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_componentinstance"><a class="anchor" href="#_componentinstance"></a>3.10. ComponentInstance</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>actualComponentUid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifacts</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, <a href="#_artifactdefinition">ArtifactDefinition</a> &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>attributeValueCounter</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int32)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>capabilities</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, &lt; <a href="#_capabilitydefinition">CapabilityDefinition</a> &gt; array &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>componentName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>componentUid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>componentVersion</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>creationTime</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>customizationUUID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>deploymentArtifacts</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, <a href="#_artifactdefinition">ArtifactDefinition</a> &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>groupInstances</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_groupinstance">GroupInstance</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>icon</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputValueCounter</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int32)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>invariantName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>isProxy</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>modificationTime</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>normalizedName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>originType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (PRODUCT, SERVICE, VF, VFC, CP, VL, Configuration, VFCMT, CVFC, PNF, CR, ServiceProxy)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>posX</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>posY</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>propertyValueCounter</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int32)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>requirements</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, &lt; <a href="#_requirementdefinition">RequirementDefinition</a> &gt; array &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>sourceModelInvariant</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>sourceModelName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>sourceModelUid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>sourceModelUuid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>toscaComponentName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_componentinstanceinput"><a class="anchor" href="#_componentinstanceinput"></a>3.11. ComponentInstanceInput</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>componentInstanceId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>componentInstanceName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>constraints</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_propertyconstraint">PropertyConstraint</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>defaultValue</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>definition</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>getInputProperty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>getInputValues</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_getinputvaluedatadefinition">GetInputValueDataDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>hidden</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>immutable</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputPath</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputs</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_componentinstanceinput">ComponentInstanceInput</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>instanceUniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>label</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>parentUniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>password</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>path</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>properties</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_componentinstanceproperty">ComponentInstanceProperty</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>propertyId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>required</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>rules</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_propertyrule">PropertyRule</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>schema</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_schemadefinition">SchemaDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>schemaType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>status</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>type</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>value</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>valueUniqueUid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_componentinstanceproperty"><a class="anchor" href="#_componentinstanceproperty"></a>3.12. ComponentInstanceProperty</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>componentInstanceId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>componentInstanceName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>constraints</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_propertyconstraint">PropertyConstraint</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>defaultValue</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>definition</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>getInputProperty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>getInputValues</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_getinputvaluedatadefinition">GetInputValueDataDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>hidden</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>immutable</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputPath</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>instanceUniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>label</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>parentUniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>password</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>path</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>propertyId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>required</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>rules</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_propertyrule">PropertyRule</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>schema</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_schemadefinition">SchemaDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>schemaType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>status</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>type</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>value</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>valueUniqueUid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_getinputvaluedatadefinition"><a class="anchor" href="#_getinputvaluedatadefinition"></a>3.13. GetInputValueDataDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>getInputIndex</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_getinputvaluedatadefinition">GetInputValueDataDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>indexValue</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int32)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>list</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>propName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_groupdefinition"><a class="anchor" href="#_groupdefinition"></a>3.14. GroupDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifacts</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactsUuid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>groupUUID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>invariantUUID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>members</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, string &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>properties</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_propertydatadefinition">PropertyDataDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>propertyValueCounter</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int32)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>type</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>typeUid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>version</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_groupinstance"><a class="anchor" href="#_groupinstance"></a>3.15. GroupInstance</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifacts</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactsUuid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>creationTime</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>customizationUUID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>groupInstanceArtifacts</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>groupInstanceArtifactsUuid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>groupName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>groupUUID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>groupUid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>invariantUUID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>modificationTime</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>normalizedName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>posX</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>posY</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>properties</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_propertydatadefinition">PropertyDataDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>propertyValueCounter</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int32)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>type</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>version</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_groupingdefinition"><a class="anchor" href="#_groupingdefinition"></a>3.16. GroupingDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>normalizedName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_heatparameterdatadefinition"><a class="anchor" href="#_heatparameterdatadefinition"></a>3.17. HeatParameterDataDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>currentValue</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>defaultValue</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>type</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_heatparameterdefinition"><a class="anchor" href="#_heatparameterdefinition"></a>3.18. HeatParameterDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>currentValue</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>defaultValue</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>type</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_inputdefinition"><a class="anchor" href="#_inputdefinition"></a>3.19. InputDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>constraints</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_propertyconstraint">PropertyConstraint</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>defaultValue</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>definition</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>getInputProperty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>getInputValues</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_getinputvaluedatadefinition">GetInputValueDataDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>hidden</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>immutable</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputPath</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputs</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_componentinstanceinput">ComponentInstanceInput</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>instanceUniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>label</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>parentUniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>password</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>properties</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_componentinstanceproperty">ComponentInstanceProperty</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>propertyId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>required</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>schema</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_schemadefinition">SchemaDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>schemaType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>status</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>type</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>value</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_interfacedefinition"><a class="anchor" href="#_interfacedefinition"></a>3.20. InterfaceDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>creationDate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>definition</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>lastUpdateDate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>operations</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, <a href="#_operationdatadefinition">OperationDataDefinition</a> &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>toscaResourceName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>type</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_interfaceoperationdatadefinition"><a class="anchor" href="#_interfaceoperationdatadefinition"></a>3.21. InterfaceOperationDataDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifactUUID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputParams</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_listdatadefinitioninterfaceoperationparamdatadefinition">ListDataDefinitionInterfaceOperationParamDataDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>operationType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>outputParams</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_listdatadefinitioninterfaceoperationparamdatadefinition">ListDataDefinitionInterfaceOperationParamDataDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>toscaResourceName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_interfaceoperationparamdatadefinition"><a class="anchor" href="#_interfaceoperationparamdatadefinition"></a>3.22. InterfaceOperationParamDataDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>paramId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>paramName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_lifecyclechangeinfowithaction"><a class="anchor" href="#_lifecyclechangeinfowithaction"></a>3.23. LifecycleChangeInfoWithAction</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>action</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (CREATE_FROM_CSAR, UPDATE_FROM_EXTERNAL_API, UPGRADE_MIGRATION)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>userRemarks</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_listdatadefinition"><a class="anchor" href="#_listdatadefinition"></a>3.24. ListDataDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>listToscaDataDefinition</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_toscadatadefinition">ToscaDataDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_listdatadefinitioninterfaceoperationparamdatadefinition"><a class="anchor" href="#_listdatadefinitioninterfaceoperationparamdatadefinition"></a>3.25. ListDataDefinitionInterfaceOperationParamDataDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>listToscaDataDefinition</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_interfaceoperationparamdatadefinition">InterfaceOperationParamDataDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_listdatadefinitionoperationinputdefinition"><a class="anchor" href="#_listdatadefinitionoperationinputdefinition"></a>3.26. ListDataDefinitionOperationInputDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>listToscaDataDefinition</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_operationinputdefinition">OperationInputDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_operationdatadefinition"><a class="anchor" href="#_operationdatadefinition"></a>3.27. OperationDataDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>creationDate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>implementation</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_artifactdatadefinition">ArtifactDataDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputs</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_listdatadefinitionoperationinputdefinition">ListDataDefinitionOperationInputDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>lastUpdateDate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_operationinputdefinition"><a class="anchor" href="#_operationinputdefinition"></a>3.28. OperationInputDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>defaultValue</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>definition</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>getInputProperty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>getInputValues</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_getinputvaluedatadefinition">GetInputValueDataDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>hidden</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>immutable</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputPath</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>instanceUniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>label</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>parentUniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>password</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>propertyId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>required</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>schema</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_schemadefinition">SchemaDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>schemaType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>status</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>type</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>value</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_policydefinition"><a class="anchor" href="#_policydefinition"></a>3.29. PolicyDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>componentName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>derivedFrom</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>invariantName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>invariantUUID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>isFromCsar</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>normalizedName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>policyTypeName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>policyTypeUid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>policyUUID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>properties</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_propertydatadefinition">PropertyDataDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>targets</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, &lt; string &gt; array &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>version</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_propertyconstraint"><a class="anchor" href="#_propertyconstraint"></a>3.30. PropertyConstraint</h3>
-<div class="paragraph">
-<p><em>Type</em> : object</p>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_propertydatadefinition"><a class="anchor" href="#_propertydatadefinition"></a>3.31. PropertyDataDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>defaultValue</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>definition</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>getInputProperty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>getInputValues</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_getinputvaluedatadefinition">GetInputValueDataDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>hidden</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>immutable</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputPath</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>instanceUniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>label</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>parentUniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>password</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>propertyId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>required</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>schema</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_schemadefinition">SchemaDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>schemaType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>status</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>type</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>value</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_propertydefinition"><a class="anchor" href="#_propertydefinition"></a>3.32. PropertyDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>constraints</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_propertyconstraint">PropertyConstraint</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>defaultValue</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>definition</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>getInputProperty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>getInputValues</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_getinputvaluedatadefinition">GetInputValueDataDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>hidden</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>immutable</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputPath</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>instanceUniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>label</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>parentUniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>password</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>propertyId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>required</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>schema</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_schemadefinition">SchemaDefinition</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>schemaType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>status</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>type</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>value</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_propertyrule"><a class="anchor" href="#_propertyrule"></a>3.33. PropertyRule</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>rule</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>value</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_registrationrequest"><a class="anchor" href="#_registrationrequest"></a>3.34. RegistrationRequest</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>apiPublicKey</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>distEnvEndPoints</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>distrEnvName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>isConsumerToSdcDistrStatusTopic</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_relationshipimpl"><a class="anchor" href="#_relationshipimpl"></a>3.35. RelationshipImpl</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>type</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_relationshipinfo"><a class="anchor" href="#_relationshipinfo"></a>3.36. RelationshipInfo</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>capability</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>capabilityOwnerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>capabilityUid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>id</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>relationship</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_relationshipimpl">RelationshipImpl</a></p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>requirement</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>requirementOwnerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>requirementUid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_requirementcapabilityreldef"><a class="anchor" href="#_requirementcapabilityreldef"></a>3.37. RequirementCapabilityRelDef</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>fromNode</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>relationships</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_capabilityrequirementrelationship">CapabilityRequirementRelationship</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>toNode</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_requirementdatadefinition"><a class="anchor" href="#_requirementdatadefinition"></a>3.38. RequirementDataDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>capability</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>leftOccurrences</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>maxOccurrences</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>minOccurrences</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>node</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>parentName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>path</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>relationship</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>source</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_requirementdefinition"><a class="anchor" href="#_requirementdefinition"></a>3.39. RequirementDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>capability</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>leftOccurrences</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>maxOccurrences</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>minOccurrences</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>node</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>parentName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>path</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>relationship</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>source</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_resource"><a class="anchor" href="#_resource"></a>3.40. Resource</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>abstract</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>additionalInformation</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_additionalinformationdefinition">AdditionalInformationDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>allArtifacts</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, <a href="#_artifactdefinition">ArtifactDefinition</a> &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>allVersions</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, string &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>artifacts</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, <a href="#_artifactdefinition">ArtifactDefinition</a> &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>attributes</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_propertydefinition">PropertyDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>capabilities</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, &lt; <a href="#_capabilitydefinition">CapabilityDefinition</a> &gt; array &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>categories</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_categorydefinition">CategoryDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>componentInstances</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_componentinstance">ComponentInstance</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>componentInstancesAttributes</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, &lt; <a href="#_componentinstanceproperty">ComponentInstanceProperty</a> &gt; array &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>componentInstancesInputs</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, &lt; <a href="#_componentinstanceinput">ComponentInstanceInput</a> &gt; array &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>componentInstancesProperties</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, &lt; <a href="#_componentinstanceproperty">ComponentInstanceProperty</a> &gt; array &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>componentInstancesRelations</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_requirementcapabilityreldef">RequirementCapabilityRelDef</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>componentType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (RESOURCE, SERVICE, RESOURCE_INSTANCE, PRODUCT, SERVICE_INSTANCE)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>conformanceLevel</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>contactId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>cost</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>creationDate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>creatorFullName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>creatorUserId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>csarUUID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>csarVersion</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>defaultCapabilities</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>deploymentArtifacts</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, <a href="#_artifactdefinition">ArtifactDefinition</a> &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>derivedFrom</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>derivedFromGenericType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>derivedFromGenericVersion</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>derivedList</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>description</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>groups</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_groupdefinition">GroupDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>highestVersion</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>icon</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>importedToscaChecksum</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>inputs</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_inputdefinition">InputDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>interfaceOperations</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, <a href="#_interfaceoperationdatadefinition">InterfaceOperationDataDefinition</a> &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>interfaces</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, <a href="#_interfacedefinition">InterfaceDefinition</a> &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>invariantUUID</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>isDeleted</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>lastUpdateDate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>integer (int64)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>lastUpdaterFullName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>lastUpdaterUserId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>licenseType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>lifecycleState</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (READY_FOR_CERTIFICATION, CERTIFICATION_IN_PROGRESS, CERTIFIED, NOT_CERTIFIED_CHECKIN, NOT_CERTIFIED_CHECKOUT)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>normalizedName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>policies</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, <a href="#_policydefinition">PolicyDefinition</a> &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>projectCode</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>properties</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_propertydefinition">PropertyDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>requirements</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, &lt; <a href="#_requirementdefinition">RequirementDefinition</a> &gt; array &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>resourceType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (VFC, VF, CR, CP, PNF, CVFC, VL, VFCMT, Configuration, ServiceProxy, ABSTRACT)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>resourceVendorModelNumber</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>systemName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>tags</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>topologyTemplate</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>toscaArtifacts</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, <a href="#_artifactdefinition">ArtifactDefinition</a> &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>toscaResourceName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>toscaType</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uuid</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>vendorName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>vendorRelease</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>version</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_schemadefinition"><a class="anchor" href="#_schemadefinition"></a>3.41. SchemaDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>constraints</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>derivedFrom</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>properties</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string, <a href="#_propertydatadefinition">PropertyDataDefinition</a> &gt; map</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>property</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><a href="#_propertydatadefinition">PropertyDataDefinition</a></p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_serverlistresponse"><a class="anchor" href="#_serverlistresponse"></a>3.42. ServerListResponse</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uebServerList</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_subcategorydefinition"><a class="anchor" href="#_subcategorydefinition"></a>3.43. SubCategoryDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>groupings</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; <a href="#_groupingdefinition">GroupingDefinition</a> &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>icons</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>&lt; string &gt; array</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>name</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>normalizedName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>uniqueId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_topicregistrationresponse"><a class="anchor" href="#_topicregistrationresponse"></a>3.44. TopicRegistrationResponse</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>distrNotificationTopicName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>distrStatusTopicName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_topicunregistrationresponse"><a class="anchor" href="#_topicunregistrationresponse"></a>3.45. TopicUnregistrationResponse</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>distrNotificationTopicName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>distrStatusTopicName</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>notificationUnregisterResult</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (OK, CONNNECTION_ERROR, NOT_FOUND, TOPIC_ALREADY_EXIST, OBJECT_NOT_FOUND, INTERNAL_SERVER_ERROR, AUTHENTICATION_ERROR, UNKNOWN_HOST_ERROR)</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>statusUnregisterResult</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>enum (OK, CONNNECTION_ERROR, NOT_FOUND, TOPIC_ALREADY_EXIST, OBJECT_NOT_FOUND, INTERNAL_SERVER_ERROR, AUTHENTICATION_ERROR, UNKNOWN_HOST_ERROR)</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-<div class="sect2">
-<h3 id="_toscadatadefinition"><a class="anchor" href="#_toscadatadefinition"></a>3.46. ToscaDataDefinition</h3>
-<table class="tableblock frame-all grid-all" style="width:100%; ">
-<colgroup>
-<col style="width:42%;">
-<col style="width:57%;"> 
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-middle">Name</th>
-<th class="tableblock halign-left valign-middle">Schema</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>empty</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>boolean</p>
-</div></div></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p><strong>ownerId</strong><br>
-<em>optional</em></p>
-</div></div></td>
-<td class="tableblock halign-left valign-middle"><div><div class="paragraph">
-<p>string</p>
-</div></div></td>
-</tr>
-</tbody>
-</table>
-
-</div>
-</div>
-</div>
-</div>
-<div id="footer">
-<div id="footer-text">
-Last updated 2018-06-04 20:26:24 UTC
-</div>
-</div>
-</body>
-</html>
\ No newline at end of file
diff --git a/docs/swagger/swagger.json b/docs/swagger/swagger.json
deleted file mode 100644 (file)
index 726f76d..0000000
+++ /dev/null
@@ -1,4683 +0,0 @@
-{
-  "swagger": "2.0",
-  "info": {
-    "version": "1.2.0",
-    "title": "DistributionAndExternalAPIs"
-  },
-  "basePath": "/sdc",
-  "tags": [
-    {
-      "name": "Distribution Catalog Servlet"
-    },
-    {
-      "name": "Distribution Servlet"
-    },
-    {
-      "name": "Artifact External Servlet"
-    },
-    {
-      "name": "Asset Metadata External Servlet"
-    },
-    {
-      "name": "CRUD External Servlet"
-    },
-    {
-      "name": "Service Activation External Servlet"
-    }
-  ],
-  "paths": {
-    "/v1/catalog/services/{serviceName}/{serviceVersion}/artifacts/{artifactName}": {
-      "get": {
-        "tags": [
-          "Distribution Catalog Servlet"
-        ],
-        "summary": "Download service artifact",
-        "description": "Returns downloaded artifact",
-        "operationId": "downloadServiceArtifact",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "application/octet-stream"
-        ],
-        "parameters": [
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "serviceName",
-            "in": "path",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "serviceVersion",
-            "in": "path",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "artifactName",
-            "in": "path",
-            "required": true,
-            "type": "string"
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "The artifact is found and streamed.",
-            "schema": {
-              "type": "string"
-            }
-          },
-          "400": {
-            "description": "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "404": {
-            "description": "Specified artifact is  not found - SVC4505"
-          },
-          "405": {
-            "description": "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/catalog/services/{serviceName}/{serviceVersion}/resourceInstances/{resourceInstanceName}/artifacts/{artifactName}": {
-      "get": {
-        "tags": [
-          "Distribution Catalog Servlet"
-        ],
-        "summary": "Download resource instance artifact",
-        "description": "Returns downloaded artifact",
-        "operationId": "downloadResourceInstanceArtifactByName",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "application/octet-stream"
-        ],
-        "parameters": [
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "serviceName",
-            "in": "path",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "serviceVersion",
-            "in": "path",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "resourceInstanceName",
-            "in": "path",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "artifactName",
-            "in": "path",
-            "required": true,
-            "type": "string"
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "The artifact is found and streamed.",
-            "schema": {
-              "type": "string"
-            }
-          },
-          "400": {
-            "description": "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "404": {
-            "description": "Specified artifact is  not found - SVC4505"
-          },
-          "405": {
-            "description": "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/catalog/services/{serviceName}/{serviceVersion}/resources/{resourceName}/{resourceVersion}/artifacts/{artifactName}": {
-      "get": {
-        "tags": [
-          "Distribution Catalog Servlet"
-        ],
-        "summary": "Download resource artifact",
-        "description": "Returns downloaded artifact",
-        "operationId": "downloadResourceArtifact",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "application/octet-stream"
-        ],
-        "parameters": [
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "serviceName",
-            "in": "path",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "serviceVersion",
-            "in": "path",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "resourceName",
-            "in": "path",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "resourceVersion",
-            "in": "path",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "artifactName",
-            "in": "path",
-            "required": true,
-            "type": "string"
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "The artifact is found and streamed.",
-            "schema": {
-              "type": "string"
-            }
-          },
-          "400": {
-            "description": "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "404": {
-            "description": "Specified artifact is  not found - SVC4505"
-          },
-          "405": {
-            "description": "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/registerForDistribution": {
-      "post": {
-        "tags": [
-          "Distribution Servlet"
-        ],
-        "summary": "Subscription status",
-        "description": "Subscribes for distribution notifications",
-        "operationId": "registerForDistribution",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Content-Type",
-            "in": "header",
-            "description": "Determines the format of the body of the request",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Content-Length",
-            "in": "header",
-            "description": "Length  of  the request body",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "in": "body",
-            "name": "requestJson",
-            "description": "json describe the artifact",
-            "required": true,
-            "schema": {
-              "$ref": "#/definitions/RegistrationRequest"
-            }
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "ECOMP component is successfully registered for distribution",
-            "schema": {
-              "$ref": "#/definitions/TopicRegistrationResponse"
-            }
-          },
-          "400": {
-            "description": "Invalid Body :  Specified 'distrEnvName' doesn’t exist - POL4137"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "405": {
-            "description": "Method  Not Allowed  :  Invalid HTTP method type used to  register for  distribution ( PUT,DELETE,GET  will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The registration failed due to internal SDC problem or Cambria Service failure ECOMP Component  should  continue the attempts to  register for  distribution - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/artifactTypes": {
-      "get": {
-        "tags": [
-          "Distribution Servlet"
-        ],
-        "summary": "Artifact types list",
-        "description": "Fetches available artifact types list",
-        "operationId": "getValidArtifactTypes",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "Artifact types list fetched successfully",
-            "schema": {
-              "type": "string"
-            }
-          },
-          "400": {
-            "description": "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "405": {
-            "description": "Method  Not Allowed  :  Invalid HTTP method type used to  register for  distribution ( POST,PUT,DELETE  will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The registration failed due to internal SDC problem or Cambria Service failure ECOMP Component  should  continue the attempts to  register for  distribution - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/unRegisterForDistribution": {
-      "post": {
-        "tags": [
-          "Distribution Servlet"
-        ],
-        "summary": "Subscription status",
-        "description": "Removes from subscription for distribution notifications",
-        "operationId": "unRegisterForDistribution",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Content-Type",
-            "in": "header",
-            "description": "Determines the format of the body of the request",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Content-Length",
-            "in": "header",
-            "description": "Length  of  the request body",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "in": "body",
-            "name": "requestJson",
-            "description": "json describe the artifact",
-            "required": true,
-            "schema": {
-              "$ref": "#/definitions/RegistrationRequest"
-            }
-          }
-        ],
-        "responses": {
-          "204": {
-            "description": "ECOMP component is successfully unregistered",
-            "schema": {
-              "$ref": "#/definitions/TopicUnregistrationResponse"
-            }
-          },
-          "400": {
-            "description": "Invalid Body :  Specified 'distrEnvName' doesn’t exist - POL4137"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "405": {
-            "description": "Method  Not Allowed  :  Invalid HTTP method type used to  register for  distribution ( PUT,DELETE,GET will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The registration failed due to internal SDC problem or Cambria Service failure ECOMP Component  should  continue the attempts to  register for  distribution - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/distributionUebCluster": {
-      "get": {
-        "tags": [
-          "Distribution Servlet"
-        ],
-        "summary": "UEB Server List",
-        "description": "return the available UEB Server List",
-        "operationId": "getUebServerList",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "ECOMP component is authenticated and list of Cambria API server’s FQDNs is returned",
-            "schema": {
-              "$ref": "#/definitions/ServerListResponse"
-            }
-          },
-          "400": {
-            "description": "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its credentials  for  Basic Authentication - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "405": {
-            "description": "Method  Not Allowed: Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/catalog/{assetType}/{uuid}/artifacts": {
-      "post": {
-        "tags": [
-          "Artifact External Servlet"
-        ],
-        "summary": "uploads of artifact to a resource or service",
-        "description": "uploads of artifact to a resource or service",
-        "operationId": "uploadArtifact",
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "Content-Type",
-            "in": "header",
-            "description": "Determines the format of the body of the request",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Content-MD5",
-            "in": "header",
-            "description": "The value for this header must be the MD5 checksum over the whole json body",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "USER_ID",
-            "in": "header",
-            "description": "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "assetType",
-            "in": "path",
-            "description": "The requested asset type",
-            "required": true,
-            "type": "string",
-            "enum": [
-              "resources",
-              "services"
-            ]
-          },
-          {
-            "name": "uuid",
-            "in": "path",
-            "description": "The uuid of the asset as published in the metadata",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "in": "body",
-            "name": "body",
-            "description": "json describe the artifact",
-            "required": true,
-            "schema": {
-              "$ref": "#/definitions/ArtifactDefinition"
-            }
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "Artifact uploaded",
-            "schema": {
-              "$ref": "#/definitions/ArtifactDefinition"
-            }
-          },
-          "400": {
-            "description": "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "404": {
-            "description": "Specified resource is not found - SVC4063"
-          },
-          "405": {
-            "description": "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/catalog/{assetType}/{uuid}/artifacts/{artifactUUID}": {
-      "get": {
-        "tags": [
-          "Artifact External Servlet"
-        ],
-        "summary": "Download component artifact",
-        "description": "Returns downloaded artifact",
-        "operationId": "downloadComponentArtifact",
-        "produces": [
-          "application/octet-stream"
-        ],
-        "parameters": [
-          {
-            "name": "USER_ID",
-            "in": "header",
-            "description": "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "assetType",
-            "in": "path",
-            "description": "The requested asset type",
-            "required": true,
-            "type": "string",
-            "enum": [
-              "resources",
-              "services"
-            ]
-          },
-          {
-            "name": "uuid",
-            "in": "path",
-            "description": "The uuid of the asset as published in the metadata",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "artifactUUID",
-            "in": "path",
-            "description": "The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation",
-            "required": true,
-            "type": "string"
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "Artifact downloaded",
-            "schema": {
-              "type": "string"
-            }
-          },
-          "400": {
-            "description": "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "404": {
-            "description": "Artifact was not found - SVC4505"
-          },
-          "405": {
-            "description": "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      },
-      "post": {
-        "tags": [
-          "Artifact External Servlet"
-        ],
-        "summary": "updates an artifact on a resource or service",
-        "description": "uploads of artifact to a resource or service",
-        "operationId": "updateArtifact",
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "Content-Type",
-            "in": "header",
-            "description": "Determines the format of the body of the request",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Content-MD5",
-            "in": "header",
-            "description": "The value for this header must be the MD5 checksum over the whole json body",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "USER_ID",
-            "in": "header",
-            "description": "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "assetType",
-            "in": "path",
-            "description": "The requested asset type",
-            "required": true,
-            "type": "string",
-            "enum": [
-              "resources",
-              "services"
-            ]
-          },
-          {
-            "name": "uuid",
-            "in": "path",
-            "description": "The uuid of the asset as published in the metadata",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "artifactUUID",
-            "in": "path",
-            "description": "The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "in": "body",
-            "name": "body",
-            "description": "json describe the artifact",
-            "required": true,
-            "schema": {
-              "$ref": "#/definitions/ArtifactDefinition"
-            }
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "Artifact updated",
-            "schema": {
-              "$ref": "#/definitions/ArtifactDefinition"
-            }
-          },
-          "400": {
-            "description": "Artifact name is missing in input - SVC4128"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4086"
-          },
-          "404": {
-            "description": "Specified resource is not found - SVC4063"
-          },
-          "405": {
-            "description": "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "409": {
-            "description": "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      },
-      "delete": {
-        "tags": [
-          "Artifact External Servlet"
-        ],
-        "summary": "deletes an artifact of a resource or service",
-        "description": "deletes an artifact of a resource or service",
-        "operationId": "deleteArtifact",
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "USER_ID",
-            "in": "header",
-            "description": "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "assetType",
-            "in": "path",
-            "description": "The requested asset type",
-            "required": true,
-            "type": "string",
-            "enum": [
-              "resources",
-              "services"
-            ]
-          },
-          {
-            "name": "uuid",
-            "in": "path",
-            "description": "The uuid of the asset as published in the metadata",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "artifactUUID",
-            "in": "path",
-            "description": "The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation",
-            "required": true,
-            "type": "string"
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "Artifact deleted",
-            "schema": {
-              "$ref": "#/definitions/ArtifactDefinition"
-            }
-          },
-          "400": {
-            "description": "Artifact name is missing in input - SVC4128"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4086"
-          },
-          "404": {
-            "description": "Specified resource is not found - SVC4063"
-          },
-          "405": {
-            "description": "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "409": {
-            "description": "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/catalog/{assetType}/{uuid}/resourceInstances/{resourceInstanceName}/artifacts": {
-      "post": {
-        "tags": [
-          "Artifact External Servlet"
-        ],
-        "summary": "uploads an artifact to a resource instance",
-        "description": "uploads an artifact to a resource instance",
-        "operationId": "uploadArtifactToInstance",
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "Content-Type",
-            "in": "header",
-            "description": "Determines the format of the body of the request",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Content-MD5",
-            "in": "header",
-            "description": "The value for this header must be the MD5 checksum over the whole json body",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "USER_ID",
-            "in": "header",
-            "description": "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "assetType",
-            "in": "path",
-            "description": "The requested asset type",
-            "required": true,
-            "type": "string",
-            "enum": [
-              "resources",
-              "services"
-            ]
-          },
-          {
-            "name": "uuid",
-            "in": "path",
-            "description": "The uuid of the asset as published in the metadata",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "resourceInstanceName",
-            "in": "path",
-            "description": "The component instance name (as publishedin the response of the detailed query)",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "in": "body",
-            "name": "body",
-            "description": "json describe the artifact",
-            "required": true,
-            "schema": {
-              "$ref": "#/definitions/ArtifactDefinition"
-            }
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "Artifact uploaded",
-            "schema": {
-              "$ref": "#/definitions/ArtifactDefinition"
-            }
-          },
-          "400": {
-            "description": "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "404": {
-            "description": "Specified resource is not found - SVC4063"
-          },
-          "405": {
-            "description": "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/catalog/{assetType}/{uuid}/resourceInstances/{resourceInstanceName}/artifacts/{artifactUUID}": {
-      "get": {
-        "tags": [
-          "Artifact External Servlet"
-        ],
-        "summary": "Download resource instance artifact",
-        "description": "Returns downloaded artifact",
-        "operationId": "downloadResourceInstanceArtifact",
-        "produces": [
-          "application/octet-stream"
-        ],
-        "parameters": [
-          {
-            "name": "USER_ID",
-            "in": "header",
-            "description": "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "assetType",
-            "in": "path",
-            "description": "The requested asset type",
-            "required": true,
-            "type": "string",
-            "enum": [
-              "resources",
-              "services"
-            ]
-          },
-          {
-            "name": "uuid",
-            "in": "path",
-            "description": "The uuid of the asset as published in the metadata",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "artifactUUID",
-            "in": "path",
-            "description": "The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "resourceInstanceName",
-            "in": "path",
-            "description": "The component instance name (as publishedin the response of the detailed query)",
-            "required": true,
-            "type": "string"
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "Artifact downloaded",
-            "schema": {
-              "type": "string"
-            }
-          },
-          "400": {
-            "description": "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "404": {
-            "description": "Artifact was not found - SVC4505"
-          },
-          "405": {
-            "description": "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      },
-      "post": {
-        "tags": [
-          "Artifact External Servlet"
-        ],
-        "summary": "updates an artifact on a resource instance",
-        "description": "uploads of artifact to a resource or service",
-        "operationId": "updateArtifactOnResourceInstance",
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "Content-Type",
-            "in": "header",
-            "description": "Determines the format of the body of the request",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Content-MD5",
-            "in": "header",
-            "description": "The value for this header must be the MD5 checksum over the whole json body",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "USER_ID",
-            "in": "header",
-            "description": "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "assetType",
-            "in": "path",
-            "description": "The requested asset type",
-            "required": true,
-            "type": "string",
-            "enum": [
-              "resources",
-              "services"
-            ]
-          },
-          {
-            "name": "uuid",
-            "in": "path",
-            "description": "The uuid of the asset as published in the metadata",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "artifactUUID",
-            "in": "path",
-            "description": "The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "resourceInstanceName",
-            "in": "path",
-            "description": "The component instance name (as publishedin the response of the detailed query)",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "in": "body",
-            "name": "body",
-            "description": "json describe the artifact",
-            "required": true,
-            "schema": {
-              "$ref": "#/definitions/ArtifactDefinition"
-            }
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "Artifact updated",
-            "schema": {
-              "$ref": "#/definitions/ArtifactDefinition"
-            }
-          },
-          "400": {
-            "description": "Artifact name is missing in input - SVC4128"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4086"
-          },
-          "404": {
-            "description": "Specified resource is not found - SVC4063"
-          },
-          "405": {
-            "description": "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "409": {
-            "description": "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      },
-      "delete": {
-        "tags": [
-          "Artifact External Servlet"
-        ],
-        "summary": "deletes an artifact of a resource insatnce",
-        "description": "deletes an artifact of a resource insatnce",
-        "operationId": "deleteArtifactOnResourceInstance",
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "USER_ID",
-            "in": "header",
-            "description": "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "assetType",
-            "in": "path",
-            "description": "The requested asset type",
-            "required": true,
-            "type": "string",
-            "enum": [
-              "resources",
-              "services"
-            ]
-          },
-          {
-            "name": "uuid",
-            "in": "path",
-            "description": "The uuid of the asset as published in the metadata",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "artifactUUID",
-            "in": "path",
-            "description": "The uuid of the artifact as published in the asset detailed metadata or in the response of the upload / update operation",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "resourceInstanceName",
-            "in": "path",
-            "description": "The component instance name (as publishedin the response of the detailed query)",
-            "required": true,
-            "type": "string"
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "Artifact deleted",
-            "schema": {
-              "$ref": "#/definitions/ArtifactDefinition"
-            }
-          },
-          "400": {
-            "description": "Artifact name is missing in input - SVC4128"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4086"
-          },
-          "404": {
-            "description": "Specified resource is not found - SVC4063"
-          },
-          "405": {
-            "description": "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "409": {
-            "description": "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/catalog/resources/{uuid}/interfaces/{operationUUID}/artifacts/{artifactUUID}": {
-      "post": {
-        "tags": [
-          "Artifact External Servlet"
-        ],
-        "summary": "uploads of artifact to VF operation workflow",
-        "description": "uploads of artifact to VF operation workflow",
-        "operationId": "uploadInterfaceOperationArtifact",
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "Content-Type",
-            "in": "header",
-            "description": "Determines the format of the body of the request",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Content-MD5",
-            "in": "header",
-            "description": "The value for this header must be the MD5 checksum over the whole json body",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "USER_ID",
-            "in": "header",
-            "description": "The user ID of the DCAE Designer. This user must also have Designer role in SDC",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "uuid",
-            "in": "path",
-            "description": "The uuid of the asset as published in the metadata",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "operationUUID",
-            "in": "path",
-            "description": "The uuid of the operation",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "artifactUUID",
-            "in": "path",
-            "description": "The uuid of the artifact",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "in": "body",
-            "name": "body",
-            "description": "json describe the artifact",
-            "required": true,
-            "schema": {
-              "$ref": "#/definitions/ArtifactDefinition"
-            }
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "Artifact uploaded",
-            "schema": {
-              "$ref": "#/definitions/ArtifactDefinition"
-            }
-          },
-          "400": {
-            "description": "Restricted Operation – the user provided does not have role of Designer or the asset is being used by another designer - SVC4301"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic  Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "404": {
-            "description": "Specified resource is not found - SVC4063"
-          },
-          "405": {
-            "description": "Method  Not Allowed: Invalid HTTP method type used (PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem or Cambria Service failure. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/catalog/{assetType}": {
-      "get": {
-        "tags": [
-          "Asset Metadata External Servlet"
-        ],
-        "summary": "Fetch list of assets",
-        "description": "Returns list of assets",
-        "operationId": "getAssetListExternal",
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "assetType",
-            "in": "path",
-            "description": "The requested asset type",
-            "required": true,
-            "type": "string",
-            "enum": [
-              "resources",
-              "services"
-            ]
-          },
-          {
-            "name": "category",
-            "in": "query",
-            "description": "The filter key (resourceType only for resources)",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "subCategory",
-            "in": "query",
-            "description": "The filter key (resourceType only for resources)",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "distributionStatus",
-            "in": "query",
-            "description": "The filter key (resourceType only for resources)",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "resourceType",
-            "in": "query",
-            "description": "The filter key (resourceType only for resources)",
-            "required": false,
-            "type": "string"
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "ECOMP component is authenticated and list of Catalog Assets Metadata is returned",
-            "schema": {
-              "type": "array",
-              "items": {
-                "$ref": "#/definitions/AssetMetadata"
-              }
-            }
-          },
-          "400": {
-            "description": "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "405": {
-            "description": "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      },
-      "post": {
-        "tags": [
-          "CRUD External Servlet"
-        ],
-        "summary": "creates a resource or service",
-        "description": "Creates a resource or service",
-        "operationId": "createComponentExternal",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "Content-Type",
-            "in": "header",
-            "description": "Determines the format of the body of the request",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "USER_ID",
-            "in": "header",
-            "description": "The user id",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "assetType",
-            "in": "path",
-            "description": "The requested asset type",
-            "required": true,
-            "type": "string",
-            "enum": [
-              "resources",
-              "services"
-            ]
-          },
-          {
-            "in": "body",
-            "name": "body",
-            "description": "json describe the created resource",
-            "required": true,
-            "schema": {
-              "$ref": "#/definitions/Resource"
-            }
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "ECOMP component is authenticated and Asset created",
-            "schema": {
-              "$ref": "#/definitions/Resource"
-            }
-          },
-          "400": {
-            "description": "Create VFCMT request: VFCMT name exceeds character limit - SVC4073"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "404": {
-            "description": "Error: Requested '%1' (uuid) resource was not found - SVC4063"
-          },
-          "405": {
-            "description": "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/catalog/{assetType}/{uuid}/metadata": {
-      "get": {
-        "tags": [
-          "Asset Metadata External Servlet"
-        ],
-        "summary": "Detailed metadata of asset by uuid",
-        "description": "Returns detailed metadata of an asset by uuid",
-        "operationId": "getAssetSpecificMetadataByUuidExternal",
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "assetType",
-            "in": "path",
-            "description": "The requested asset type",
-            "required": true,
-            "type": "string",
-            "enum": [
-              "resources",
-              "services"
-            ]
-          },
-          {
-            "name": "uuid",
-            "in": "path",
-            "description": "The requested asset uuid",
-            "required": true,
-            "type": "string"
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "ECOMP component is authenticated and list of Catalog Assets Metadata is returned",
-            "schema": {
-              "type": "array",
-              "items": {
-                "$ref": "#/definitions/AssetMetadata"
-              }
-            }
-          },
-          "400": {
-            "description": "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "404": {
-            "description": "Error: Requested '%1' (uuid) resource was not found - SVC4063"
-          },
-          "405": {
-            "description": "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/catalog/{assetType}/{uuid}/toscaModel": {
-      "get": {
-        "tags": [
-          "Asset Metadata External Servlet"
-        ],
-        "summary": "Fetch assets CSAR",
-        "description": "Returns asset csar",
-        "operationId": "getToscaModelExternal",
-        "produces": [
-          "application/octet-stream"
-        ],
-        "parameters": [
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "assetType",
-            "in": "path",
-            "description": "The requested asset type",
-            "required": true,
-            "type": "string",
-            "enum": [
-              "resources",
-              "services"
-            ]
-          },
-          {
-            "name": "uuid",
-            "in": "path",
-            "description": "The requested asset uuid",
-            "required": true,
-            "type": "string"
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "ECOMP component is authenticated and list of Catalog Assets Metadata is returned",
-            "schema": {
-              "type": "string"
-            }
-          },
-          "400": {
-            "description": "Missing  'X-ECOMP-InstanceID'  HTTP header - POL5001"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "404": {
-            "description": "Error: Requested '%1' (uuid) resource was not found - SVC4063"
-          },
-          "405": {
-            "description": "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/catalog/{assetType}/{uuid}/lifecycleState/{lifecycleOperation}": {
-      "post": {
-        "tags": [
-          "CRUD External Servlet"
-        ],
-        "summary": "Change Resource lifecycle State",
-        "description": "",
-        "operationId": "changeResourceStateExternal",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "Content-Type",
-            "in": "header",
-            "description": "Determines the format of the body of the request",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "USER_ID",
-            "in": "header",
-            "description": "The user id",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "lifecycleOperation",
-            "in": "path",
-            "required": true,
-            "type": "string",
-            "enum": [
-              "checkout",
-              "checkin"
-            ]
-          },
-          {
-            "name": "uuid",
-            "in": "path",
-            "description": "id of component to be changed",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "assetType",
-            "in": "path",
-            "description": "validValues: resources / services ",
-            "required": true,
-            "type": "string",
-            "enum": [
-              "resources",
-              "services"
-            ]
-          },
-          {
-            "in": "body",
-            "name": "body",
-            "description": "userRemarks - Short description (free text) about the asset version being changed",
-            "required": true,
-            "schema": {
-              "$ref": "#/definitions/LifecycleChangeInfoWithAction"
-            }
-          }
-        ],
-        "responses": {
-          "200": {
-            "description": "Resource state changed",
-            "schema": {
-              "$ref": "#/definitions/AssetMetadata"
-            }
-          },
-          "400": {
-            "description": "Missing X-ECOMP-InstanceID HTTP header - POL5001"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "Asset is being edited by different user. Only one user can checkout and edit an asset on given time. The asset will be available for checkout after the other user will checkin the asset - SVC4080"
-          },
-          "404": {
-            "description": "Error: Requested '%1' (uuid) resource was not found - SVC4063"
-          },
-          "405": {
-            "description": "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "500": {
-            "description": "The GET request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          }
-        }
-      }
-    },
-    "/v1/catalog/services/{serviceUUID}/distribution/{opEnvId}/activate": {
-      "post": {
-        "tags": [
-          "Service Activation External Servlet"
-        ],
-        "summary": "activate a service",
-        "description": "Activates a service",
-        "operationId": "activateServiceExternal",
-        "consumes": [
-          "application/json"
-        ],
-        "produces": [
-          "application/json"
-        ],
-        "parameters": [
-          {
-            "name": "Content-Type",
-            "in": "header",
-            "description": "Determines the format of the body of the request",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "USER_ID",
-            "in": "header",
-            "description": "The user id",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-RequestID",
-            "in": "header",
-            "description": "X-ECOMP-RequestID header",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "X-ECOMP-InstanceID",
-            "in": "header",
-            "description": "X-ECOMP-InstanceID header",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "Accept",
-            "in": "header",
-            "description": "Determines the format of the body of the response",
-            "required": false,
-            "type": "string"
-          },
-          {
-            "name": "Authorization",
-            "in": "header",
-            "description": "The username and password",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "serviceUUID",
-            "in": "path",
-            "description": "The serviceUUid to activate",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "name": "opEnvId",
-            "in": "path",
-            "description": "The operational environment on which to activate the service on",
-            "required": true,
-            "type": "string"
-          },
-          {
-            "in": "body",
-            "name": "body",
-            "required": false,
-            "schema": {
-              "type": "string"
-            }
-          }
-        ],
-        "responses": {
-          "202": {
-            "description": "ECOMP component is authenticated and required service may be distributed"
-          },
-          "400": {
-            "description": "The resource name is missing in the request body - SVC4062"
-          },
-          "401": {
-            "description": "ECOMP component  should authenticate itself  and  to  re-send  again  HTTP  request  with its Basic Authentication credentials - POL5002"
-          },
-          "403": {
-            "description": "ECOMP component is not authorized - POL5003"
-          },
-          "404": {
-            "description": "Error: Requested '%1' (uuid) resource was not found - SVC4063"
-          },
-          "405": {
-            "description": "Method  Not Allowed  :  Invalid HTTP method type used ( PUT,DELETE,POST will be rejected) - POL4050"
-          },
-          "409": {
-            "description": "Service state is invalid for this action"
-          },
-          "500": {
-            "description": "The request failed either due to internal SDC problem. ECOMP Component should continue the attempts to get the needed information - POL5000"
-          },
-          "502": {
-            "description": "The server was acting as a gateway or proxy and received an invalid response from the upstream server"
-          }
-        }
-      }
-    }
-  },
-  "definitions": {
-    "TopicRegistrationResponse": {
-      "type": "object",
-      "properties": {
-        "distrNotificationTopicName": {
-          "type": "string"
-        },
-        "distrStatusTopicName": {
-          "type": "string"
-        }
-      }
-    },
-    "RegistrationRequest": {
-      "type": "object",
-      "properties": {
-        "apiPublicKey": {
-          "type": "string"
-        },
-        "distrEnvName": {
-          "type": "string"
-        },
-        "isConsumerToSdcDistrStatusTopic": {
-          "type": "boolean"
-        },
-        "distEnvEndPoints": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        }
-      }
-    },
-    "TopicUnregistrationResponse": {
-      "type": "object",
-      "properties": {
-        "distrNotificationTopicName": {
-          "type": "string"
-        },
-        "distrStatusTopicName": {
-          "type": "string"
-        },
-        "notificationUnregisterResult": {
-          "type": "string",
-          "enum": [
-            "OK",
-            "CONNNECTION_ERROR",
-            "NOT_FOUND",
-            "TOPIC_ALREADY_EXIST",
-            "OBJECT_NOT_FOUND",
-            "INTERNAL_SERVER_ERROR",
-            "AUTHENTICATION_ERROR",
-            "UNKNOWN_HOST_ERROR"
-          ]
-        },
-        "statusUnregisterResult": {
-          "type": "string",
-          "enum": [
-            "OK",
-            "CONNNECTION_ERROR",
-            "NOT_FOUND",
-            "TOPIC_ALREADY_EXIST",
-            "OBJECT_NOT_FOUND",
-            "INTERNAL_SERVER_ERROR",
-            "AUTHENTICATION_ERROR",
-            "UNKNOWN_HOST_ERROR"
-          ]
-        }
-      }
-    },
-    "ServerListResponse": {
-      "type": "object",
-      "properties": {
-        "uebServerList": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        }
-      }
-    },
-    "ArtifactDefinition": {
-      "type": "object",
-      "properties": {
-        "payloadData": {
-          "type": "array",
-          "items": {
-            "type": "string",
-            "format": "byte"
-          }
-        },
-        "listHeatParameters": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/HeatParameterDefinition"
-          }
-        },
-        "creationDate": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "timeout": {
-          "type": "integer",
-          "format": "int32"
-        },
-        "esId": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "artifactLabel": {
-          "type": "string"
-        },
-        "artifactUUID": {
-          "type": "string"
-        },
-        "artifactVersion": {
-          "type": "string"
-        },
-        "heatParameters": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/HeatParameterDataDefinition"
-          }
-        },
-        "artifactGroupType": {
-          "type": "string",
-          "enum": [
-            "INFORMATIONAL",
-            "DEPLOYMENT",
-            "LIFE_CYCLE",
-            "SERVICE_API",
-            "TOSCA",
-            "OTHER"
-          ]
-        },
-        "heatParamsUpdateDate": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "artifactChecksum": {
-          "type": "string"
-        },
-        "generatedFromId": {
-          "type": "string"
-        },
-        "mandatory": {
-          "type": "boolean"
-        },
-        "serviceApi": {
-          "type": "boolean"
-        },
-        "payloadUpdateDate": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "artifactName": {
-          "type": "string"
-        },
-        "artifactType": {
-          "type": "string"
-        },
-        "artifactRef": {
-          "type": "string"
-        },
-        "apiUrl": {
-          "type": "string"
-        },
-        "artifactRepository": {
-          "type": "string"
-        },
-        "userIdCreator": {
-          "type": "string"
-        },
-        "artifactCreator": {
-          "type": "string"
-        },
-        "userIdLastUpdater": {
-          "type": "string"
-        },
-        "updaterFullName": {
-          "type": "string"
-        },
-        "isFromCsar": {
-          "type": "boolean"
-        },
-        "requiredArtifacts": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "creatorFullName": {
-          "type": "string"
-        },
-        "artifactDisplayName": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "generated": {
-          "type": "boolean"
-        },
-        "duplicated": {
-          "type": "boolean"
-        },
-        "lastUpdateDate": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "HeatParameterDataDefinition": {
-      "type": "object",
-      "properties": {
-        "uniqueId": {
-          "type": "string"
-        },
-        "name": {
-          "type": "string"
-        },
-        "type": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "currentValue": {
-          "type": "string"
-        },
-        "defaultValue": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "HeatParameterDefinition": {
-      "type": "object",
-      "properties": {
-        "uniqueId": {
-          "type": "string"
-        },
-        "name": {
-          "type": "string"
-        },
-        "type": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "currentValue": {
-          "type": "string"
-        },
-        "defaultValue": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "AssetMetadata": {
-      "type": "object",
-      "properties": {
-        "uuid": {
-          "type": "string"
-        },
-        "invariantUUID": {
-          "type": "string"
-        },
-        "name": {
-          "type": "string"
-        },
-        "version": {
-          "type": "string"
-        },
-        "toscaModelURL": {
-          "type": "string"
-        }
-      }
-    },
-    "LifecycleChangeInfoWithAction": {
-      "type": "object",
-      "properties": {
-        "userRemarks": {
-          "type": "string"
-        },
-        "action": {
-          "type": "string",
-          "enum": [
-            "CREATE_FROM_CSAR",
-            "UPDATE_FROM_EXTERNAL_API",
-            "UPGRADE_MIGRATION"
-          ]
-        }
-      }
-    },
-    "AdditionalInfoParameterInfo": {
-      "type": "object",
-      "properties": {
-        "uniqueId": {
-          "type": "string"
-        },
-        "key": {
-          "type": "string"
-        },
-        "value": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "AdditionalInformationDefinition": {
-      "type": "object",
-      "properties": {
-        "uniqueId": {
-          "type": "string"
-        },
-        "creationTime": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "modificationTime": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "lastCreatedCounter": {
-          "type": "integer",
-          "format": "int32"
-        },
-        "parameters": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/AdditionalInfoParameterInfo"
-          }
-        },
-        "parentUniqueId": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "ArtifactDataDefinition": {
-      "type": "object",
-      "properties": {
-        "creationDate": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "timeout": {
-          "type": "integer",
-          "format": "int32"
-        },
-        "esId": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "artifactLabel": {
-          "type": "string"
-        },
-        "artifactUUID": {
-          "type": "string"
-        },
-        "artifactVersion": {
-          "type": "string"
-        },
-        "heatParameters": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/HeatParameterDataDefinition"
-          }
-        },
-        "artifactGroupType": {
-          "type": "string",
-          "enum": [
-            "INFORMATIONAL",
-            "DEPLOYMENT",
-            "LIFE_CYCLE",
-            "SERVICE_API",
-            "TOSCA",
-            "OTHER"
-          ]
-        },
-        "heatParamsUpdateDate": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "artifactChecksum": {
-          "type": "string"
-        },
-        "generatedFromId": {
-          "type": "string"
-        },
-        "mandatory": {
-          "type": "boolean"
-        },
-        "serviceApi": {
-          "type": "boolean"
-        },
-        "payloadUpdateDate": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "artifactName": {
-          "type": "string"
-        },
-        "artifactType": {
-          "type": "string"
-        },
-        "artifactRef": {
-          "type": "string"
-        },
-        "apiUrl": {
-          "type": "string"
-        },
-        "artifactRepository": {
-          "type": "string"
-        },
-        "userIdCreator": {
-          "type": "string"
-        },
-        "artifactCreator": {
-          "type": "string"
-        },
-        "userIdLastUpdater": {
-          "type": "string"
-        },
-        "updaterFullName": {
-          "type": "string"
-        },
-        "isFromCsar": {
-          "type": "boolean"
-        },
-        "requiredArtifacts": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "creatorFullName": {
-          "type": "string"
-        },
-        "artifactDisplayName": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "generated": {
-          "type": "boolean"
-        },
-        "duplicated": {
-          "type": "boolean"
-        },
-        "lastUpdateDate": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "CapabilityDataDefinition": {
-      "type": "object",
-      "properties": {
-        "name": {
-          "type": "string"
-        },
-        "type": {
-          "type": "string"
-        },
-        "path": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "parentName": {
-          "type": "string"
-        },
-        "source": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "capabilitySources": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "minOccurrences": {
-          "type": "string"
-        },
-        "maxOccurrences": {
-          "type": "string"
-        },
-        "validSourceTypes": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "leftOccurrences": {
-          "type": "string"
-        },
-        "ownerName": {
-          "type": "string"
-        },
-        "ownerId": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        }
-      }
-    },
-    "CapabilityDefinition": {
-      "type": "object",
-      "properties": {
-        "properties": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/ComponentInstanceProperty"
-          }
-        },
-        "name": {
-          "type": "string"
-        },
-        "type": {
-          "type": "string"
-        },
-        "path": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "parentName": {
-          "type": "string"
-        },
-        "source": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "capabilitySources": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "minOccurrences": {
-          "type": "string"
-        },
-        "maxOccurrences": {
-          "type": "string"
-        },
-        "validSourceTypes": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "leftOccurrences": {
-          "type": "string"
-        },
-        "ownerName": {
-          "type": "string"
-        },
-        "ownerId": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        }
-      }
-    },
-    "CapabilityRequirementRelationship": {
-      "type": "object",
-      "properties": {
-        "relation": {
-          "$ref": "#/definitions/RelationshipInfo"
-        },
-        "capability": {
-          "$ref": "#/definitions/CapabilityDataDefinition"
-        },
-        "requirement": {
-          "$ref": "#/definitions/RequirementDataDefinition"
-        }
-      }
-    },
-    "CategoryDefinition": {
-      "type": "object",
-      "properties": {
-        "name": {
-          "type": "string"
-        },
-        "normalizedName": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "icons": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "subcategories": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/SubCategoryDefinition"
-          }
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "ComponentInstance": {
-      "type": "object",
-      "properties": {
-        "capabilities": {
-          "type": "object",
-          "additionalProperties": {
-            "type": "array",
-            "items": {
-              "$ref": "#/definitions/CapabilityDefinition"
-            }
-          }
-        },
-        "requirements": {
-          "type": "object",
-          "additionalProperties": {
-            "type": "array",
-            "items": {
-              "$ref": "#/definitions/RequirementDefinition"
-            }
-          }
-        },
-        "deploymentArtifacts": {
-          "type": "object",
-          "additionalProperties": {
-            "$ref": "#/definitions/ArtifactDefinition"
-          }
-        },
-        "artifacts": {
-          "type": "object",
-          "additionalProperties": {
-            "$ref": "#/definitions/ArtifactDefinition"
-          }
-        },
-        "groupInstances": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/GroupInstance"
-          }
-        },
-        "actualComponentUid": {
-          "type": "string"
-        },
-        "name": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "normalizedName": {
-          "type": "string"
-        },
-        "creationTime": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "sourceModelInvariant": {
-          "type": "string"
-        },
-        "sourceModelUuid": {
-          "type": "string"
-        },
-        "sourceModelName": {
-          "type": "string"
-        },
-        "sourceModelUid": {
-          "type": "string"
-        },
-        "invariantName": {
-          "type": "string"
-        },
-        "posX": {
-          "type": "string"
-        },
-        "posY": {
-          "type": "string"
-        },
-        "originType": {
-          "type": "string",
-          "enum": [
-            "PRODUCT",
-            "SERVICE",
-            "VF",
-            "VFC",
-            "CP",
-            "VL",
-            "Configuration",
-            "VFCMT",
-            "CVFC",
-            "PNF",
-            "CR",
-            "ServiceProxy"
-          ]
-        },
-        "description": {
-          "type": "string"
-        },
-        "propertyValueCounter": {
-          "type": "integer",
-          "format": "int32"
-        },
-        "customizationUUID": {
-          "type": "string"
-        },
-        "modificationTime": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "componentUid": {
-          "type": "string"
-        },
-        "componentVersion": {
-          "type": "string"
-        },
-        "componentName": {
-          "type": "string"
-        },
-        "toscaComponentName": {
-          "type": "string"
-        },
-        "isProxy": {
-          "type": "boolean"
-        },
-        "icon": {
-          "type": "string"
-        },
-        "attributeValueCounter": {
-          "type": "integer",
-          "format": "int32"
-        },
-        "inputValueCounter": {
-          "type": "integer",
-          "format": "int32"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "ComponentInstanceInput": {
-      "type": "object",
-      "properties": {
-        "uniqueId": {
-          "type": "string"
-        },
-        "type": {
-          "type": "string"
-        },
-        "required": {
-          "type": "boolean"
-        },
-        "definition": {
-          "type": "boolean"
-        },
-        "defaultValue": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "schema": {
-          "$ref": "#/definitions/SchemaDefinition"
-        },
-        "password": {
-          "type": "boolean"
-        },
-        "name": {
-          "type": "string"
-        },
-        "value": {
-          "type": "string"
-        },
-        "label": {
-          "type": "string"
-        },
-        "hidden": {
-          "type": "boolean"
-        },
-        "immutable": {
-          "type": "boolean"
-        },
-        "inputPath": {
-          "type": "string"
-        },
-        "status": {
-          "type": "string"
-        },
-        "inputId": {
-          "type": "string"
-        },
-        "instanceUniqueId": {
-          "type": "string"
-        },
-        "propertyId": {
-          "type": "string"
-        },
-        "parentUniqueId": {
-          "type": "string"
-        },
-        "getInputValues": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/GetInputValueDataDefinition"
-          }
-        },
-        "constraints": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/PropertyConstraint"
-          }
-        },
-        "inputs": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/ComponentInstanceInput"
-          }
-        },
-        "properties": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/ComponentInstanceProperty"
-          }
-        },
-        "valueUniqueUid": {
-          "type": "string"
-        },
-        "path": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "rules": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/PropertyRule"
-          }
-        },
-        "componentInstanceName": {
-          "type": "string"
-        },
-        "componentInstanceId": {
-          "type": "string"
-        },
-        "schemaType": {
-          "type": "string"
-        },
-        "getInputProperty": {
-          "type": "boolean"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "ComponentInstanceProperty": {
-      "type": "object",
-      "properties": {
-        "uniqueId": {
-          "type": "string"
-        },
-        "type": {
-          "type": "string"
-        },
-        "required": {
-          "type": "boolean"
-        },
-        "definition": {
-          "type": "boolean"
-        },
-        "defaultValue": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "schema": {
-          "$ref": "#/definitions/SchemaDefinition"
-        },
-        "password": {
-          "type": "boolean"
-        },
-        "name": {
-          "type": "string"
-        },
-        "value": {
-          "type": "string"
-        },
-        "label": {
-          "type": "string"
-        },
-        "hidden": {
-          "type": "boolean"
-        },
-        "immutable": {
-          "type": "boolean"
-        },
-        "inputPath": {
-          "type": "string"
-        },
-        "status": {
-          "type": "string"
-        },
-        "inputId": {
-          "type": "string"
-        },
-        "instanceUniqueId": {
-          "type": "string"
-        },
-        "propertyId": {
-          "type": "string"
-        },
-        "parentUniqueId": {
-          "type": "string"
-        },
-        "getInputValues": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/GetInputValueDataDefinition"
-          }
-        },
-        "constraints": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/PropertyConstraint"
-          }
-        },
-        "valueUniqueUid": {
-          "type": "string"
-        },
-        "path": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "rules": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/PropertyRule"
-          }
-        },
-        "componentInstanceName": {
-          "type": "string"
-        },
-        "componentInstanceId": {
-          "type": "string"
-        },
-        "schemaType": {
-          "type": "string"
-        },
-        "getInputProperty": {
-          "type": "boolean"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "GetInputValueDataDefinition": {
-      "type": "object",
-      "properties": {
-        "propName": {
-          "type": "string"
-        },
-        "inputName": {
-          "type": "string"
-        },
-        "inputId": {
-          "type": "string"
-        },
-        "indexValue": {
-          "type": "integer",
-          "format": "int32"
-        },
-        "getInputIndex": {
-          "$ref": "#/definitions/GetInputValueDataDefinition"
-        },
-        "list": {
-          "type": "boolean"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "GroupDefinition": {
-      "type": "object",
-      "properties": {
-        "typeUid": {
-          "type": "string"
-        },
-        "propertyValueCounter": {
-          "type": "integer",
-          "format": "int32"
-        },
-        "name": {
-          "type": "string"
-        },
-        "properties": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/PropertyDataDefinition"
-          }
-        },
-        "type": {
-          "type": "string"
-        },
-        "members": {
-          "type": "object",
-          "additionalProperties": {
-            "type": "string"
-          }
-        },
-        "version": {
-          "type": "string"
-        },
-        "artifacts": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "invariantUUID": {
-          "type": "string"
-        },
-        "artifactsUuid": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "groupUUID": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "GroupInstance": {
-      "type": "object",
-      "properties": {
-        "name": {
-          "type": "string"
-        },
-        "properties": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/PropertyDataDefinition"
-          }
-        },
-        "type": {
-          "type": "string"
-        },
-        "creationTime": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "version": {
-          "type": "string"
-        },
-        "groupName": {
-          "type": "string"
-        },
-        "posX": {
-          "type": "string"
-        },
-        "posY": {
-          "type": "string"
-        },
-        "artifacts": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "groupUid": {
-          "type": "string"
-        },
-        "groupInstanceArtifacts": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "groupInstanceArtifactsUuid": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "invariantUUID": {
-          "type": "string"
-        },
-        "artifactsUuid": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "groupUUID": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "propertyValueCounter": {
-          "type": "integer",
-          "format": "int32"
-        },
-        "customizationUUID": {
-          "type": "string"
-        },
-        "modificationTime": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "normalizedName": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "GroupingDefinition": {
-      "type": "object",
-      "properties": {
-        "name": {
-          "type": "string"
-        },
-        "normalizedName": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "InputDefinition": {
-      "type": "object",
-      "properties": {
-        "uniqueId": {
-          "type": "string"
-        },
-        "type": {
-          "type": "string"
-        },
-        "required": {
-          "type": "boolean"
-        },
-        "definition": {
-          "type": "boolean"
-        },
-        "defaultValue": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "schema": {
-          "$ref": "#/definitions/SchemaDefinition"
-        },
-        "password": {
-          "type": "boolean"
-        },
-        "name": {
-          "type": "string"
-        },
-        "value": {
-          "type": "string"
-        },
-        "label": {
-          "type": "string"
-        },
-        "hidden": {
-          "type": "boolean"
-        },
-        "immutable": {
-          "type": "boolean"
-        },
-        "inputPath": {
-          "type": "string"
-        },
-        "status": {
-          "type": "string"
-        },
-        "inputId": {
-          "type": "string"
-        },
-        "instanceUniqueId": {
-          "type": "string"
-        },
-        "propertyId": {
-          "type": "string"
-        },
-        "parentUniqueId": {
-          "type": "string"
-        },
-        "getInputValues": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/GetInputValueDataDefinition"
-          }
-        },
-        "constraints": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/PropertyConstraint"
-          }
-        },
-        "inputs": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/ComponentInstanceInput"
-          }
-        },
-        "properties": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/ComponentInstanceProperty"
-          }
-        },
-        "schemaType": {
-          "type": "string"
-        },
-        "getInputProperty": {
-          "type": "boolean"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "InterfaceDefinition": {
-      "type": "object",
-      "properties": {
-        "definition": {
-          "type": "boolean"
-        },
-        "type": {
-          "type": "string"
-        },
-        "creationDate": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "description": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "operations": {
-          "type": "object",
-          "additionalProperties": {
-            "$ref": "#/definitions/OperationDataDefinition"
-          }
-        },
-        "toscaResourceName": {
-          "type": "string"
-        },
-        "lastUpdateDate": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "InterfaceOperationDataDefinition": {
-      "type": "object",
-      "properties": {
-        "description": {
-          "type": "string"
-        },
-        "artifactUUID": {
-          "type": "string"
-        },
-        "inputParams": {
-          "$ref": "#/definitions/ListDataDefinitionInterfaceOperationParamDataDefinition"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "toscaResourceName": {
-          "type": "string"
-        },
-        "outputParams": {
-          "$ref": "#/definitions/ListDataDefinitionInterfaceOperationParamDataDefinition"
-        },
-        "operationType": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "InterfaceOperationParamDataDefinition": {
-      "type": "object",
-      "properties": {
-        "paramName": {
-          "type": "string"
-        },
-        "paramId": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "ListDataDefinition": {
-      "type": "object",
-      "properties": {
-        "listToscaDataDefinition": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/ToscaDataDefinition"
-          }
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "ListDataDefinitionInterfaceOperationParamDataDefinition": {
-      "type": "object",
-      "properties": {
-        "listToscaDataDefinition": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/InterfaceOperationParamDataDefinition"
-          }
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "ListDataDefinitionOperationInputDefinition": {
-      "type": "object",
-      "properties": {
-        "listToscaDataDefinition": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/OperationInputDefinition"
-          }
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "OperationDataDefinition": {
-      "type": "object",
-      "properties": {
-        "name": {
-          "type": "string"
-        },
-        "creationDate": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "description": {
-          "type": "string"
-        },
-        "inputs": {
-          "$ref": "#/definitions/ListDataDefinitionOperationInputDefinition"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "lastUpdateDate": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "implementation": {
-          "$ref": "#/definitions/ArtifactDataDefinition"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "OperationInputDefinition": {
-      "type": "object",
-      "properties": {
-        "uniqueId": {
-          "type": "string"
-        },
-        "type": {
-          "type": "string"
-        },
-        "required": {
-          "type": "boolean"
-        },
-        "definition": {
-          "type": "boolean"
-        },
-        "defaultValue": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "schema": {
-          "$ref": "#/definitions/SchemaDefinition"
-        },
-        "password": {
-          "type": "boolean"
-        },
-        "name": {
-          "type": "string"
-        },
-        "value": {
-          "type": "string"
-        },
-        "label": {
-          "type": "string"
-        },
-        "hidden": {
-          "type": "boolean"
-        },
-        "immutable": {
-          "type": "boolean"
-        },
-        "inputPath": {
-          "type": "string"
-        },
-        "status": {
-          "type": "string"
-        },
-        "inputId": {
-          "type": "string"
-        },
-        "instanceUniqueId": {
-          "type": "string"
-        },
-        "propertyId": {
-          "type": "string"
-        },
-        "parentUniqueId": {
-          "type": "string"
-        },
-        "getInputValues": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/GetInputValueDataDefinition"
-          }
-        },
-        "schemaType": {
-          "type": "string"
-        },
-        "getInputProperty": {
-          "type": "boolean"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "PolicyDefinition": {
-      "type": "object",
-      "properties": {
-        "normalizedName": {
-          "type": "string"
-        },
-        "name": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "properties": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/PropertyDataDefinition"
-          }
-        },
-        "version": {
-          "type": "string"
-        },
-        "invariantName": {
-          "type": "string"
-        },
-        "invariantUUID": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "derivedFrom": {
-          "type": "string"
-        },
-        "targets": {
-          "type": "object",
-          "additionalProperties": {
-            "type": "array",
-            "items": {
-              "type": "string"
-            }
-          }
-        },
-        "isFromCsar": {
-          "type": "boolean"
-        },
-        "policyTypeName": {
-          "type": "string"
-        },
-        "policyTypeUid": {
-          "type": "string"
-        },
-        "policyUUID": {
-          "type": "string"
-        },
-        "componentName": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "PropertyConstraint": {
-      "type": "object"
-    },
-    "PropertyDataDefinition": {
-      "type": "object",
-      "properties": {
-        "uniqueId": {
-          "type": "string"
-        },
-        "type": {
-          "type": "string"
-        },
-        "required": {
-          "type": "boolean"
-        },
-        "definition": {
-          "type": "boolean"
-        },
-        "defaultValue": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "schema": {
-          "$ref": "#/definitions/SchemaDefinition"
-        },
-        "password": {
-          "type": "boolean"
-        },
-        "name": {
-          "type": "string"
-        },
-        "value": {
-          "type": "string"
-        },
-        "label": {
-          "type": "string"
-        },
-        "hidden": {
-          "type": "boolean"
-        },
-        "immutable": {
-          "type": "boolean"
-        },
-        "inputPath": {
-          "type": "string"
-        },
-        "status": {
-          "type": "string"
-        },
-        "inputId": {
-          "type": "string"
-        },
-        "instanceUniqueId": {
-          "type": "string"
-        },
-        "propertyId": {
-          "type": "string"
-        },
-        "parentUniqueId": {
-          "type": "string"
-        },
-        "getInputValues": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/GetInputValueDataDefinition"
-          }
-        },
-        "schemaType": {
-          "type": "string"
-        },
-        "getInputProperty": {
-          "type": "boolean"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "PropertyDefinition": {
-      "type": "object",
-      "properties": {
-        "uniqueId": {
-          "type": "string"
-        },
-        "type": {
-          "type": "string"
-        },
-        "required": {
-          "type": "boolean"
-        },
-        "definition": {
-          "type": "boolean"
-        },
-        "defaultValue": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "schema": {
-          "$ref": "#/definitions/SchemaDefinition"
-        },
-        "password": {
-          "type": "boolean"
-        },
-        "name": {
-          "type": "string"
-        },
-        "value": {
-          "type": "string"
-        },
-        "label": {
-          "type": "string"
-        },
-        "hidden": {
-          "type": "boolean"
-        },
-        "immutable": {
-          "type": "boolean"
-        },
-        "inputPath": {
-          "type": "string"
-        },
-        "status": {
-          "type": "string"
-        },
-        "inputId": {
-          "type": "string"
-        },
-        "instanceUniqueId": {
-          "type": "string"
-        },
-        "propertyId": {
-          "type": "string"
-        },
-        "parentUniqueId": {
-          "type": "string"
-        },
-        "getInputValues": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/GetInputValueDataDefinition"
-          }
-        },
-        "constraints": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/PropertyConstraint"
-          }
-        },
-        "schemaType": {
-          "type": "string"
-        },
-        "getInputProperty": {
-          "type": "boolean"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "PropertyRule": {
-      "type": "object",
-      "properties": {
-        "rule": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "value": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "RelationshipImpl": {
-      "type": "object",
-      "properties": {
-        "type": {
-          "type": "string"
-        }
-      }
-    },
-    "RelationshipInfo": {
-      "type": "object",
-      "properties": {
-        "requirement": {
-          "type": "string"
-        },
-        "capabilityOwnerId": {
-          "type": "string"
-        },
-        "requirementOwnerId": {
-          "type": "string"
-        },
-        "id": {
-          "type": "string"
-        },
-        "relationship": {
-          "$ref": "#/definitions/RelationshipImpl"
-        },
-        "capability": {
-          "type": "string"
-        },
-        "capabilityUid": {
-          "type": "string"
-        },
-        "requirementUid": {
-          "type": "string"
-        }
-      }
-    },
-    "RequirementCapabilityRelDef": {
-      "type": "object",
-      "properties": {
-        "uid": {
-          "type": "string"
-        },
-        "toNode": {
-          "type": "string"
-        },
-        "relationships": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/CapabilityRequirementRelationship"
-          }
-        },
-        "fromNode": {
-          "type": "string"
-        }
-      }
-    },
-    "RequirementDataDefinition": {
-      "type": "object",
-      "properties": {
-        "name": {
-          "type": "string"
-        },
-        "path": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "node": {
-          "type": "string"
-        },
-        "parentName": {
-          "type": "string"
-        },
-        "source": {
-          "type": "string"
-        },
-        "minOccurrences": {
-          "type": "string"
-        },
-        "maxOccurrences": {
-          "type": "string"
-        },
-        "capability": {
-          "type": "string"
-        },
-        "leftOccurrences": {
-          "type": "string"
-        },
-        "ownerName": {
-          "type": "string"
-        },
-        "ownerId": {
-          "type": "string"
-        },
-        "relationship": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        }
-      }
-    },
-    "RequirementDefinition": {
-      "type": "object",
-      "properties": {
-        "name": {
-          "type": "string"
-        },
-        "path": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "node": {
-          "type": "string"
-        },
-        "parentName": {
-          "type": "string"
-        },
-        "source": {
-          "type": "string"
-        },
-        "minOccurrences": {
-          "type": "string"
-        },
-        "maxOccurrences": {
-          "type": "string"
-        },
-        "capability": {
-          "type": "string"
-        },
-        "leftOccurrences": {
-          "type": "string"
-        },
-        "ownerName": {
-          "type": "string"
-        },
-        "ownerId": {
-          "type": "string"
-        },
-        "relationship": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "empty": {
-          "type": "boolean"
-        }
-      }
-    },
-    "Resource": {
-      "type": "object",
-      "properties": {
-        "artifacts": {
-          "type": "object",
-          "additionalProperties": {
-            "$ref": "#/definitions/ArtifactDefinition"
-          }
-        },
-        "deploymentArtifacts": {
-          "type": "object",
-          "additionalProperties": {
-            "$ref": "#/definitions/ArtifactDefinition"
-          }
-        },
-        "toscaArtifacts": {
-          "type": "object",
-          "additionalProperties": {
-            "$ref": "#/definitions/ArtifactDefinition"
-          }
-        },
-        "categories": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/CategoryDefinition"
-          }
-        },
-        "componentInstances": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/ComponentInstance"
-          }
-        },
-        "componentInstancesRelations": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/RequirementCapabilityRelDef"
-          }
-        },
-        "componentInstancesInputs": {
-          "type": "object",
-          "additionalProperties": {
-            "type": "array",
-            "items": {
-              "$ref": "#/definitions/ComponentInstanceInput"
-            }
-          }
-        },
-        "componentInstancesProperties": {
-          "type": "object",
-          "additionalProperties": {
-            "type": "array",
-            "items": {
-              "$ref": "#/definitions/ComponentInstanceProperty"
-            }
-          }
-        },
-        "componentInstancesAttributes": {
-          "type": "object",
-          "additionalProperties": {
-            "type": "array",
-            "items": {
-              "$ref": "#/definitions/ComponentInstanceProperty"
-            }
-          }
-        },
-        "capabilities": {
-          "type": "object",
-          "additionalProperties": {
-            "type": "array",
-            "items": {
-              "$ref": "#/definitions/CapabilityDefinition"
-            }
-          }
-        },
-        "requirements": {
-          "type": "object",
-          "additionalProperties": {
-            "type": "array",
-            "items": {
-              "$ref": "#/definitions/RequirementDefinition"
-            }
-          }
-        },
-        "inputs": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/InputDefinition"
-          }
-        },
-        "groups": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/GroupDefinition"
-          }
-        },
-        "policies": {
-          "type": "object",
-          "additionalProperties": {
-            "$ref": "#/definitions/PolicyDefinition"
-          }
-        },
-        "derivedFromGenericType": {
-          "type": "string"
-        },
-        "derivedFromGenericVersion": {
-          "type": "string"
-        },
-        "toscaType": {
-          "type": "string"
-        },
-        "additionalInformation": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/AdditionalInformationDefinition"
-          }
-        },
-        "derivedFrom": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "derivedList": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "properties": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/PropertyDefinition"
-          }
-        },
-        "attributes": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/PropertyDefinition"
-          }
-        },
-        "interfaces": {
-          "type": "object",
-          "additionalProperties": {
-            "$ref": "#/definitions/InterfaceDefinition"
-          }
-        },
-        "defaultCapabilities": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "interfaceOperations": {
-          "type": "object",
-          "additionalProperties": {
-            "$ref": "#/definitions/InterfaceOperationDataDefinition"
-          }
-        },
-        "abstract": {
-          "type": "boolean"
-        },
-        "vendorName": {
-          "type": "string"
-        },
-        "vendorRelease": {
-          "type": "string"
-        },
-        "resourceVendorModelNumber": {
-          "type": "string"
-        },
-        "resourceType": {
-          "type": "string",
-          "enum": [
-            "VFC",
-            "VF",
-            "CR",
-            "CP",
-            "PNF",
-            "CVFC",
-            "VL",
-            "VFCMT",
-            "Configuration",
-            "ServiceProxy",
-            "ABSTRACT"
-          ]
-        },
-        "licenseType": {
-          "type": "string"
-        },
-        "cost": {
-          "type": "string"
-        },
-        "toscaResourceName": {
-          "type": "string"
-        },
-        "componentType": {
-          "type": "string",
-          "enum": [
-            "RESOURCE",
-            "SERVICE",
-            "RESOURCE_INSTANCE",
-            "PRODUCT",
-            "SERVICE_INSTANCE"
-          ]
-        },
-        "name": {
-          "type": "string"
-        },
-        "version": {
-          "type": "string"
-        },
-        "creationDate": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "tags": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "topologyTemplate": {
-          "type": "boolean"
-        },
-        "invariantUUID": {
-          "type": "string"
-        },
-        "description": {
-          "type": "string"
-        },
-        "isDeleted": {
-          "type": "boolean"
-        },
-        "csarVersion": {
-          "type": "string"
-        },
-        "allVersions": {
-          "type": "object",
-          "additionalProperties": {
-            "type": "string"
-          }
-        },
-        "allArtifacts": {
-          "type": "object",
-          "additionalProperties": {
-            "$ref": "#/definitions/ArtifactDefinition"
-          }
-        },
-        "csarUUID": {
-          "type": "string"
-        },
-        "importedToscaChecksum": {
-          "type": "string"
-        },
-        "lastUpdaterUserId": {
-          "type": "string"
-        },
-        "lastUpdaterFullName": {
-          "type": "string"
-        },
-        "creatorUserId": {
-          "type": "string"
-        },
-        "highestVersion": {
-          "type": "boolean"
-        },
-        "creatorFullName": {
-          "type": "string"
-        },
-        "normalizedName": {
-          "type": "string"
-        },
-        "contactId": {
-          "type": "string"
-        },
-        "conformanceLevel": {
-          "type": "string"
-        },
-        "projectCode": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "lifecycleState": {
-          "type": "string",
-          "enum": [
-            "READY_FOR_CERTIFICATION",
-            "CERTIFICATION_IN_PROGRESS",
-            "CERTIFIED",
-            "NOT_CERTIFIED_CHECKIN",
-            "NOT_CERTIFIED_CHECKOUT"
-          ]
-        },
-        "uuid": {
-          "type": "string"
-        },
-        "systemName": {
-          "type": "string"
-        },
-        "lastUpdateDate": {
-          "type": "integer",
-          "format": "int64"
-        },
-        "icon": {
-          "type": "string"
-        }
-      }
-    },
-    "SchemaDefinition": {
-      "type": "object",
-      "properties": {
-        "derivedFrom": {
-          "type": "string"
-        },
-        "constraints": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "properties": {
-          "type": "object",
-          "additionalProperties": {
-            "$ref": "#/definitions/PropertyDataDefinition"
-          }
-        },
-        "property": {
-          "$ref": "#/definitions/PropertyDataDefinition"
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "SubCategoryDefinition": {
-      "type": "object",
-      "properties": {
-        "name": {
-          "type": "string"
-        },
-        "normalizedName": {
-          "type": "string"
-        },
-        "uniqueId": {
-          "type": "string"
-        },
-        "icons": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          }
-        },
-        "groupings": {
-          "type": "array",
-          "items": {
-            "$ref": "#/definitions/GroupingDefinition"
-          }
-        },
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    },
-    "ToscaDataDefinition": {
-      "type": "object",
-      "properties": {
-        "empty": {
-          "type": "boolean"
-        },
-        "ownerId": {
-          "type": "string"
-        }
-      }
-    }
-  }
-}
\ No newline at end of file
diff --git a/docs/swagger/swagger.pdf b/docs/swagger/swagger.pdf
deleted file mode 100644 (file)
index 2df4946..0000000
+++ /dev/null
@@ -1,149617 +0,0 @@
-%PDF-1.3
-%ÿÿÿÿ
-1 0 obj
-<< /Title (DistributionAndExternalAPIs)
-/Creator (Asciidoctor PDF 1.5.0.alpha.16, based on Prawn 2.2.2)
-/Producer (Asciidoctor PDF 1.5.0.alpha.16, based on Prawn 2.2.2)
-/ModDate (D:20180604222840+00'00')
-/CreationDate (D:20180604222840+00'00')
->>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 3 0 R
-/Names 16 0 R
-/Outlines 647 0 R
-/PageLabels 724 0 R
-/PageMode /UseOutlines
-/OpenAction [7 0 R /FitH 842.89]
-/ViewerPreferences << /DisplayDocTitle true
->>
->>
-endobj
-3 0 obj
-<< /Type /Pages
-/Count 87
-/Kids [7 0 R 10 0 R 12 0 R 14 0 R 30 0 R 37 0 R 42 0 R 53 0 R 56 0 R 64 0 R 69 0 R 75 0 R 83 0 R 88 0 R 97 0 R 102 0 R 110 0 R 114 0 R 121 0 R 130 0 R 135 0 R 144 0 R 148 0 R 155 0 R 159 0 R 165 0 R 176 0 R 182 0 R 189 0 R 194 0 R 202 0 R 207 0 R 215 0 R 218 0 R 225 0 R 229 0 R 237 0 R 244 0 R 252 0 R 262 0 R 270 0 R 277 0 R 284 0 R 288 0 R 291 0 R 294 0 R 296 0 R 300 0 R 304 0 R 306 0 R 310 0 R 317 0 R 325 0 R 328 0 R 333 0 R 337 0 R 343 0 R 347 0 R 351 0 R 357 0 R 360 0 R 363 0 R 367 0 R 371 0 R 376 0 R 380 0 R 385 0 R 393 0 R 400 0 R 408 0 R 412 0 R 415 0 R 418 0 R 424 0 R 427 0 R 432 0 R 435 0 R 441 0 R 447 0 R 450 0 R 453 0 R 467 0 R 470 0 R 476 0 R 482 0 R 488 0 R 495 0 R]
->>
-endobj
-4 0 obj
-<< /Length 2
->>
-stream
-q
-
-endstream
-endobj
-5 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 4 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
->>
->>
-endobj
-6 0 obj
-<< /Length 196
->>
-stream
-q
-/DeviceRGB cs
-0.6 0.6 0.6 scn
-/DeviceRGB CS
-0.6 0.6 0.6 SCN
-
-BT
-170.525 361.6965 Td
-/F1.0 27 Tf
-<446973747269627574696f6e416e6445787465726e616c41504973> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-
-endstream
-endobj
-7 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 6 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F1.0 8 0 R
->>
->>
->>
-endobj
-8 0 obj
-<< /Type /Font
-/BaseFont /54769f+NotoSerif
-/Subtype /TrueType
-/FontDescriptor 726 0 R
-/FirstChar 32
-/LastChar 255
-/Widths 728 0 R
-/ToUnicode 727 0 R
->>
-endobj
-9 0 obj
-<< /Length 27456
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 782.394 Td
-/F2.0 22 Tf
-[<54> 29.7852 <61626c65206f6620436f6e74656e7473>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 751.856 Td
-/F1.0 10.5 Tf
-<4f76657276696577> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-96.8971 751.856 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-540.4906 751.856 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.1705 751.856 Td
-/F1.0 10.5 Tf
-<31> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 733.376 Td
-/F1.0 10.5 Tf
-[<56> 60.0586 <657273696f6e20696e666f726d6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-166.3756 733.376 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-540.4906 733.376 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.1705 733.376 Td
-/F1.0 10.5 Tf
-<31> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 714.896 Td
-/F1.0 10.5 Tf
-<55524920736368656d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-123.6196 714.896 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-540.4906 714.896 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.1705 714.896 Td
-/F1.0 10.5 Tf
-<31> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 696.416 Td
-/F1.0 10.5 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-86.2081 696.416 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-540.4906 696.416 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.1705 696.416 Td
-/F1.0 10.5 Tf
-<31> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 677.936 Td
-/F1.0 10.5 Tf
-<5061746873> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-80.8636 677.936 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-540.4906 677.936 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.1705 677.936 Td
-/F1.0 10.5 Tf
-<31> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 659.456 Td
-/F1.0 10.5 Tf
-<4172746966616374207479706573206c697374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-150.3421 659.456 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-540.4906 659.456 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.1705 659.456 Td
-/F1.0 10.5 Tf
-<31> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 640.976 Td
-/F1.0 10.5 Tf
-[<75706c6f616473206f6620617274696661637420746f205646206f706572> 20.0195 <6174696f6e20776f726b666c6f77>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-283.9546 640.976 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-540.4906 640.976 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.1705 640.976 Td
-/F1.0 10.5 Tf
-<32> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 622.496 Td
-/F1.0 10.5 Tf
-<446f776e6c6f61642073657276696365206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-193.0981 622.496 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-540.4906 622.496 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.1705 622.496 Td
-/F1.0 10.5 Tf
-<34> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 604.016 Td
-/F1.0 10.5 Tf
-<446f776e6c6f6164207265736f7572636520696e7374616e6365206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-246.5431 604.016 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-540.4906 604.016 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.1705 604.016 Td
-/F1.0 10.5 Tf
-<36> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 585.536 Td
-/F1.0 10.5 Tf
-<446f776e6c6f6164207265736f75726365206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-198.4426 585.536 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-540.4906 585.536 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.1705 585.536 Td
-/F1.0 10.5 Tf
-<38> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 567.056 Td
-/F1.0 10.5 Tf
-<616374697661746520612073657276696365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-150.3421 567.056 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-540.4906 567.056 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.1705 567.056 Td
-/F1.0 10.5 Tf
-<39> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 548.576 Td
-/F1.0 10.5 Tf
-<637265617465732061207265736f75726365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-155.1616 548.576 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 548.576 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 548.576 Td
-/F1.0 10.5 Tf
-<3131> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 530.096 Td
-/F1.0 10.5 Tf
-[<46> 40.0391 <65746368206c697374206f6620617373657473>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-155.1616 530.096 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 530.096 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 530.096 Td
-/F1.0 10.5 Tf
-<3133> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 511.616 Td
-/F1.0 10.5 Tf
-<75706c6f616473206f6620617274696661637420746f2061207265736f75726365206f722073657276696365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-272.7406 511.616 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 511.616 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 511.616 Td
-/F1.0 10.5 Tf
-<3135> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 493.136 Td
-/F1.0 10.5 Tf
-<7570646174657320616e206172746966616374206f6e2061207265736f75726365206f722073657276696365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-278.0851 493.136 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 493.136 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 493.136 Td
-/F1.0 10.5 Tf
-<3136> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 474.656 Td
-/F1.0 10.5 Tf
-<446f776e6c6f616420636f6d706f6e656e74206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-213.9511 474.656 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 474.656 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 474.656 Td
-/F1.0 10.5 Tf
-<3138> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 456.176 Td
-/F1.0 10.5 Tf
-<64656c6574657320616e206172746966616374206f662061207265736f75726365206f722073657276696365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-272.7406 456.176 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 456.176 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 456.176 Td
-/F1.0 10.5 Tf
-<3230> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 437.696 Td
-/F1.0 10.5 Tf
-<4368616e6765205265736f75726365206c6966656379636c65205374617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-219.2956 437.696 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 437.696 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 437.696 Td
-/F1.0 10.5 Tf
-<3232> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 419.216 Td
-/F1.0 10.5 Tf
-[<44657461696c6564206d65746164617461206f662061737365742062> 20.0195 <792075756964>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-235.3291 419.216 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 419.216 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 419.216 Td
-/F1.0 10.5 Tf
-<3233> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 400.736 Td
-/F1.0 10.5 Tf
-<75706c6f61647320616e20617274696661637420746f2061207265736f7572636520696e7374616e6365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-267.3961 400.736 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 400.736 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 400.736 Td
-/F1.0 10.5 Tf
-<3235> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 382.256 Td
-/F1.0 10.5 Tf
-<7570646174657320616e206172746966616374206f6e2061207265736f7572636520696e7374616e6365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-272.7406 382.256 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 382.256 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 382.256 Td
-/F1.0 10.5 Tf
-<3237> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 363.776 Td
-/F1.0 10.5 Tf
-<446f776e6c6f6164207265736f7572636520696e7374616e6365206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-246.0181 363.776 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 363.776 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 363.776 Td
-/F1.0 10.5 Tf
-<3239> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 345.296 Td
-/F1.0 10.5 Tf
-<64656c6574657320616e206172746966616374206f662061207265736f7572636520696e7361746e6365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-267.3961 345.296 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 345.296 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 345.296 Td
-/F1.0 10.5 Tf
-<3331> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 326.816 Td
-/F1.0 10.5 Tf
-[<46> 40.0391 <6574636820617373657473204353> 20.0195 <4152>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-149.8171 326.816 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 326.816 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 326.816 Td
-/F1.0 10.5 Tf
-<3333> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 308.336 Td
-/F1.0 10.5 Tf
-<55454220536572766572204c697374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-139.1281 308.336 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 308.336 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 308.336 Td
-/F1.0 10.5 Tf
-<3334> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 289.856 Td
-/F1.0 10.5 Tf
-<537562736372697074696f6e20737461747573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-160.5061 289.856 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 289.856 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 289.856 Td
-/F1.0 10.5 Tf
-<3336> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 271.376 Td
-/F1.0 10.5 Tf
-<537562736372697074696f6e20737461747573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-160.5061 271.376 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 271.376 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 271.376 Td
-/F1.0 10.5 Tf
-<3337> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 252.896 Td
-/F1.0 10.5 Tf
-<446566696e6974696f6e73> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-107.0611 252.896 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 252.896 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 252.896 Td
-/F1.0 10.5 Tf
-<3339> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 234.416 Td
-/F1.0 10.5 Tf
-[<41> 20.0195 <64646974696f6e616c496e666f506172> 20.0195 <616d65746572496e666f>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-208.6066 234.416 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 234.416 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 234.416 Td
-/F1.0 10.5 Tf
-<3339> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 215.936 Td
-/F1.0 10.5 Tf
-[<41> 20.0195 <64646974696f6e616c496e666f726d6174696f6e446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-224.6401 215.936 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 215.936 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 215.936 Td
-/F1.0 10.5 Tf
-<3339> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 197.456 Td
-/F1.0 10.5 Tf
-<417274696661637444617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-176.5396 197.456 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 197.456 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 197.456 Td
-/F1.0 10.5 Tf
-<3430> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 178.976 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-149.8171 178.976 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 178.976 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 178.976 Td
-/F1.0 10.5 Tf
-<3432> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 160.496 Td
-/F1.0 10.5 Tf
-<41737365744d65746164617461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-133.7836 160.496 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 160.496 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 160.496 Td
-/F1.0 10.5 Tf
-<3435> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 142.016 Td
-/F1.0 10.5 Tf
-<4361706162696c69747944617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-187.2286 142.016 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 142.016 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 142.016 Td
-/F1.0 10.5 Tf
-<3435> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 123.536 Td
-/F1.0 10.5 Tf
-<4361706162696c697479446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-165.8506 123.536 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 123.536 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 123.536 Td
-/F1.0 10.5 Tf
-<3437> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 105.056 Td
-/F1.0 10.5 Tf
-<4361706162696c697479526571756972656d656e7452656c6174696f6e73686970> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-240.6736 105.056 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 105.056 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 105.056 Td
-/F1.0 10.5 Tf
-<3438> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 86.576 Td
-/F1.0 10.5 Tf
-<43617465676f7279446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-155.1616 86.576 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 86.576 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 86.576 Td
-/F1.0 10.5 Tf
-<3438> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 68.096 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e74496e7374616e6365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-165.8506 68.096 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 68.096 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 68.096 Td
-/F1.0 10.5 Tf
-<3439> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-
-endstream
-endobj
-10 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 9 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
->>
->>
-/Annots [497 0 R 498 0 R 499 0 R 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R 506 0 R 507 0 R 508 0 R 509 0 R 510 0 R 511 0 R 512 0 R 513 0 R 514 0 R 515 0 R 516 0 R 517 0 R 518 0 R 519 0 R 520 0 R 521 0 R 522 0 R 523 0 R 524 0 R 525 0 R 526 0 R 527 0 R 528 0 R 529 0 R 530 0 R 531 0 R 532 0 R 533 0 R 534 0 R 535 0 R 536 0 R 537 0 R 538 0 R 539 0 R 540 0 R 541 0 R 542 0 R 543 0 R 544 0 R 545 0 R 546 0 R 547 0 R 548 0 R 549 0 R 550 0 R 551 0 R 552 0 R 553 0 R 554 0 R 555 0 R 556 0 R 557 0 R 558 0 R 559 0 R 560 0 R 561 0 R 562 0 R 563 0 R 564 0 R 565 0 R 566 0 R 567 0 R 568 0 R 569 0 R 570 0 R 571 0 R 572 0 R]
->>
-endobj
-11 0 obj
-<< /Length 25899
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-60.24 794.676 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e74496e7374616e6365496e707574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-192.5731 794.676 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 794.676 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 794.676 Td
-/F1.0 10.5 Tf
-<3531> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 776.196 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e74496e7374616e636550726f7065727479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-208.6066 776.196 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 776.196 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 776.196 Td
-/F1.0 10.5 Tf
-<3533> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 757.716 Td
-/F1.0 10.5 Tf
-[<476574496e70757456> 60.0586 <616c756544617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-208.6066 757.716 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 757.716 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 757.716 Td
-/F1.0 10.5 Tf
-<3536> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 739.236 Td
-/F1.0 10.5 Tf
-<47726f7570446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-144.4726 739.236 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 739.236 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 739.236 Td
-/F1.0 10.5 Tf
-<3536> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 720.756 Td
-/F1.0 10.5 Tf
-<47726f7570496e7374616e6365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-139.1281 720.756 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 720.756 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 720.756 Td
-/F1.0 10.5 Tf
-<3538> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 702.276 Td
-/F1.0 10.5 Tf
-<47726f7570696e67446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-160.5061 702.276 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 702.276 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 702.276 Td
-/F1.0 10.5 Tf
-<3539> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 683.796 Td
-/F1.0 10.5 Tf
-[<48656174506172> 20.0195 <616d6574657244617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-213.9511 683.796 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 683.796 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 683.796 Td
-/F1.0 10.5 Tf
-<3630> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 665.316 Td
-/F1.0 10.5 Tf
-[<48656174506172> 20.0195 <616d65746572446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-187.2286 665.316 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 665.316 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 665.316 Td
-/F1.0 10.5 Tf
-<3630> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 646.836 Td
-/F1.0 10.5 Tf
-<496e707574446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-139.1281 646.836 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 646.836 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 646.836 Td
-/F1.0 10.5 Tf
-<3631> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 628.356 Td
-/F1.0 10.5 Tf
-<496e74657266616365446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-160.5061 628.356 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 628.356 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 628.356 Td
-/F1.0 10.5 Tf
-<3633> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 609.876 Td
-/F1.0 10.5 Tf
-[<496e746572666163654f706572> 20.0195 <6174696f6e44617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-229.9846 609.876 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 609.876 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 609.876 Td
-/F1.0 10.5 Tf
-<3634> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 591.396 Td
-/F1.0 10.5 Tf
-[<496e746572666163654f706572> 20.0195 <6174696f6e506172> 20.0195 <616d44617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-267.3961 591.396 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 591.396 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 591.396 Td
-/F1.0 10.5 Tf
-<3634> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 572.916 Td
-/F1.0 10.5 Tf
-[<4c6966656379636c654368616e6765496e666f5769746841> 20.0195 <6374696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-224.6401 572.916 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 572.916 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 572.916 Td
-/F1.0 10.5 Tf
-<3635> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 554.436 Td
-/F1.0 10.5 Tf
-<4c69737444617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-155.1616 554.436 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 554.436 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 554.436 Td
-/F1.0 10.5 Tf
-<3635> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 535.956 Td
-/F1.0 10.5 Tf
-[<4c69737444617461446566696e6974696f6e496e746572666163654f706572> 20.0195 <6174696f6e506172> 20.0195 <616d44617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-358.2526 535.956 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 535.956 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 535.956 Td
-/F1.0 10.5 Tf
-<3635> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 517.476 Td
-/F1.0 10.5 Tf
-[<4c69737444617461446566696e6974696f6e4f706572> 20.0195 <6174696f6e496e707574446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-283.4296 517.476 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 517.476 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 517.476 Td
-/F1.0 10.5 Tf
-<3636> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 498.996 Td
-/F1.0 10.5 Tf
-[<4f706572> 20.0195 <6174696f6e44617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-187.2286 498.996 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 498.996 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 498.996 Td
-/F1.0 10.5 Tf
-<3636> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 480.516 Td
-/F1.0 10.5 Tf
-[<4f706572> 20.0195 <6174696f6e496e707574446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-192.5731 480.516 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 480.516 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 480.516 Td
-/F1.0 10.5 Tf
-<3637> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 462.036 Td
-/F1.0 10.5 Tf
-<506f6c696379446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-144.4726 462.036 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 462.036 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 462.036 Td
-/F1.0 10.5 Tf
-<3639> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 443.556 Td
-/F1.0 10.5 Tf
-[<50726f7065727479436f6e737472> 20.0195 <61696e74>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-160.5061 443.556 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 443.556 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 443.556 Td
-/F1.0 10.5 Tf
-<3730> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 425.076 Td
-/F1.0 10.5 Tf
-<50726f706572747944617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-181.8841 425.076 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 425.076 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 425.076 Td
-/F1.0 10.5 Tf
-<3730> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 406.596 Td
-/F1.0 10.5 Tf
-<50726f7065727479446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-155.1616 406.596 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 406.596 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 406.596 Td
-/F1.0 10.5 Tf
-<3732> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 388.116 Td
-/F1.0 10.5 Tf
-<50726f706572747952756c65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-128.4391 388.116 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 388.116 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 388.116 Td
-/F1.0 10.5 Tf
-<3734> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 369.636 Td
-/F1.0 10.5 Tf
-[<52656769737472> 20.0195 <6174696f6e52657175657374>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-165.8506 369.636 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 369.636 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 369.636 Td
-/F1.0 10.5 Tf
-<3734> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 351.156 Td
-/F1.0 10.5 Tf
-<52656c6174696f6e73686970496d706c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-149.8171 351.156 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 351.156 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 351.156 Td
-/F1.0 10.5 Tf
-<3734> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 332.676 Td
-/F1.0 10.5 Tf
-<52656c6174696f6e73686970496e666f> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-144.4726 332.676 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 332.676 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 332.676 Td
-/F1.0 10.5 Tf
-<3735> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 314.196 Td
-/F1.0 10.5 Tf
-<526571756972656d656e744361706162696c69747952656c446566> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-213.9511 314.196 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 314.196 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 314.196 Td
-/F1.0 10.5 Tf
-<3735> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 295.716 Td
-/F1.0 10.5 Tf
-<526571756972656d656e7444617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-203.2621 295.716 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 295.716 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 295.716 Td
-/F1.0 10.5 Tf
-<3736> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 277.236 Td
-/F1.0 10.5 Tf
-<526571756972656d656e74446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-176.5396 277.236 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 277.236 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 277.236 Td
-/F1.0 10.5 Tf
-<3737> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 258.756 Td
-/F1.0 10.5 Tf
-<5265736f75726365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-107.0611 258.756 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 258.756 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 258.756 Td
-/F1.0 10.5 Tf
-<3738> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 240.276 Td
-/F1.0 10.5 Tf
-<536368656d61446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-149.8171 240.276 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 240.276 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 240.276 Td
-/F1.0 10.5 Tf
-<3832> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 221.796 Td
-/F1.0 10.5 Tf
-<5365727665724c697374526573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-160.5061 221.796 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 221.796 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 221.796 Td
-/F1.0 10.5 Tf
-<3832> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 203.316 Td
-/F1.0 10.5 Tf
-<53756243617465676f7279446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-176.5396 203.316 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 203.316 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 203.316 Td
-/F1.0 10.5 Tf
-<3833> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 184.836 Td
-/F1.0 10.5 Tf
-[<54> 29.7852 <6f70696352656769737472> 20.0195 <6174696f6e526573706f6e7365>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-197.9176 184.836 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 184.836 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 184.836 Td
-/F1.0 10.5 Tf
-<3833> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 166.356 Td
-/F1.0 10.5 Tf
-[<54> 29.7852 <6f706963556e72656769737472> 20.0195 <6174696f6e526573706f6e7365>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-208.6066 166.356 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 166.356 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 166.356 Td
-/F1.0 10.5 Tf
-<3833> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-60.24 147.876 Td
-/F1.0 10.5 Tf
-[<54> 29.7852 <6f73636144617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.6627 0.6627 0.6627 scn
-0.6627 0.6627 0.6627 SCN
-
-BT
-165.8506 147.876 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-BT
-534.6211 147.876 Td
-/F1.0 2.625 Tf
-<ca> Tj
-ET
-
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.301 147.876 Td
-/F1.0 10.5 Tf
-<3834> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-
-endstream
-endobj
-12 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 11 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F1.0 8 0 R
->>
->>
-/Annots [573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R 606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R]
->>
-endobj
-13 0 obj
-<< /Length 11216
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 782.394 Td
-/F2.0 22 Tf
-<4f76657276696577> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 741.146 Td
-/F2.0 18 Tf
-[<56> 60.0586 <657273696f6e20696e666f726d6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 713.126 Td
-/F3.0 10.5 Tf
-[<56> 60.0586 <657273696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-85.1364 713.126 Td
-/F1.0 10.5 Tf
-<203a20312e322e30> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 673.286 Td
-/F2.0 18 Tf
-<55524920736368656d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 645.266 Td
-/F3.0 10.5 Tf
-<4261736550617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-93.957 645.266 Td
-/F1.0 10.5 Tf
-<203a202f736463> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 605.426 Td
-/F2.0 18 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 577.406 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 577.406 Td
-/F1.0 10.5 Tf
-<41727469666163742045787465726e616c20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 555.626 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 555.626 Td
-/F1.0 10.5 Tf
-<4173736574204d657461646174612045787465726e616c20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 533.846 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 533.846 Td
-/F1.0 10.5 Tf
-[<4352> 9.7656 <55442045787465726e616c20536572766c6574>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 512.066 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 512.066 Td
-/F1.0 10.5 Tf
-<446973747269627574696f6e20436174616c6f6720536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 490.286 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 490.286 Td
-/F1.0 10.5 Tf
-<446973747269627574696f6e20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 468.506 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 468.506 Td
-/F1.0 10.5 Tf
-[<536572766963652041> 20.0195 <637469766174696f6e2045787465726e616c20536572766c6574>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 424.394 Td
-/F2.0 22 Tf
-<5061746873> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 383.146 Td
-/F2.0 18 Tf
-<4172746966616374207479706573206c697374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 367.09 m
-543.04 367.09 l
-545.2491 367.09 547.04 365.2991 547.04 363.09 c
-547.04 334.35 l
-547.04 332.1409 545.2491 330.35 543.04 330.35 c
-52.24 330.35 l
-50.0309 330.35 48.24 332.1409 48.24 334.35 c
-48.24 363.09 l
-48.24 365.2991 50.0309 367.09 52.24 367.09 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 367.09 m
-543.04 367.09 l
-545.2491 367.09 547.04 365.2991 547.04 363.09 c
-547.04 334.35 l
-547.04 332.1409 545.2491 330.35 543.04 330.35 c
-52.24 330.35 l
-50.0309 330.35 48.24 332.1409 48.24 334.35 c
-48.24 363.09 l
-48.24 365.2991 50.0309 367.09 52.24 367.09 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 344.265 Td
-/F4.0 11 Tf
-<474554202f76312f61727469666163745479706573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 299.666 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 273.106 Td
-/F1.0 10.5 Tf
-[<46> 40.0391 <65746368657320617661696c61626c65206172746966616374207479706573206c697374>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 238.606 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 203.73 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 203.73 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 203.73 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 203.73 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 154.1699 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 154.1699 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 154.1699 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 154.1699 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 104.6098 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 104.6098 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 104.6098 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 104.6098 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 224.01 m
-103.6622 224.01 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 203.73 m
-103.6622 203.73 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 224.26 m
-48.24 203.105 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 224.26 m
-103.6622 203.105 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 207.763 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 224.01 m
-186.7952 224.01 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 203.73 m
-186.7952 203.73 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 224.26 m
-103.6622 203.105 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 224.26 m
-186.7952 203.105 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 207.763 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 224.01 m
-436.1952 224.01 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 203.73 m
-436.1952 203.73 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 224.26 m
-186.7952 203.105 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 224.26 m
-436.1952 203.105 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 207.763 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 224.01 m
-547.04 224.01 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 203.73 m
-547.04 203.73 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 224.26 m
-436.1952 203.105 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 224.26 m
-547.04 203.105 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 207.763 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 203.73 m
-103.6622 203.73 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 154.1699 m
-103.6622 154.1699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 204.355 m
-48.24 153.9199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 204.355 m
-103.6622 153.9199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 180.876 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 203.73 m
-186.7952 203.73 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 154.1699 m
-186.7952 154.1699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 204.355 m
-103.6622 153.9199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 204.355 m
-186.7952 153.9199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 188.766 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 172.986 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 172.986 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 203.73 m
-436.1952 203.73 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 154.1699 m
-436.1952 154.1699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 204.355 m
-186.7952 153.9199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 204.355 m
-436.1952 153.9199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 180.876 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 203.73 m
-547.04 203.73 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 154.1699 m
-547.04 154.1699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 204.355 m
-436.1952 153.9199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 204.355 m
-547.04 153.9199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 180.876 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 154.1699 m
-103.6622 154.1699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 104.6098 m
-103.6622 104.6098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 154.4199 m
-48.24 104.3598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 154.4199 m
-103.6622 104.3598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 131.3159 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 154.1699 m
-186.7952 154.1699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 104.6098 m
-186.7952 104.6098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 154.4199 m
-103.6622 104.3598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 154.4199 m
-186.7952 104.3598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 139.2059 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 123.4259 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 123.4259 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 154.1699 m
-436.1952 154.1699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 104.6098 m
-436.1952 104.6098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 154.4199 m
-186.7952 104.3598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 154.4199 m
-436.1952 104.3598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 131.3159 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 154.1699 m
-547.04 154.1699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 104.6098 m
-547.04 104.6098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 154.4199 m
-436.1952 104.3598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 154.4199 m
-547.04 104.3598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 131.3159 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.009 14.388 Td
-/F1.0 9 Tf
-<31> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-14 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 13 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-15 0 obj
-[14 0 R /XYZ 0 841.89 null]
-endobj
-16 0 obj
-<< /Type /Names
-/Dests 17 0 R
->>
-endobj
-17 0 obj
-<< /Kids [49 0 R 320 0 R 212 0 R 93 0 R 174 0 R 398 0 R 355 0 R 50 0 R 139 0 R 196 0 R 438 0 R 77 0 R 258 0 R 127 0 R 493 0 R]
->>
-endobj
-18 0 obj
-[14 0 R /XYZ 0 841.89 null]
-endobj
-19 0 obj
-<< /Type /Font
-/BaseFont /bbcdbb+NotoSerif-Bold
-/Subtype /TrueType
-/FontDescriptor 730 0 R
-/FirstChar 32
-/LastChar 255
-/Widths 732 0 R
-/ToUnicode 731 0 R
->>
-endobj
-20 0 obj
-[14 0 R /XYZ 0 765.17 null]
-endobj
-21 0 obj
-<< /Type /Font
-/BaseFont /ca9e07+NotoSerif-Italic
-/Subtype /TrueType
-/FontDescriptor 734 0 R
-/FirstChar 32
-/LastChar 255
-/Widths 736 0 R
-/ToUnicode 735 0 R
->>
-endobj
-22 0 obj
-[14 0 R /XYZ 0 697.31 null]
-endobj
-23 0 obj
-[14 0 R /XYZ 0 629.45 null]
-endobj
-24 0 obj
-[14 0 R /XYZ 0 452.69 null]
-endobj
-25 0 obj
-[14 0 R /XYZ 0 407.17 null]
-endobj
-26 0 obj
-<< /Type /Font
-/BaseFont /3b02ef+mplus1mn-regular
-/Subtype /TrueType
-/FontDescriptor 738 0 R
-/FirstChar 32
-/LastChar 255
-/Widths 740 0 R
-/ToUnicode 739 0 R
->>
-endobj
-27 0 obj
-[14 0 R /XYZ 0 318.35 null]
-endobj
-28 0 obj
-[14 0 R /XYZ 0 257.29 null]
-endobj
-29 0 obj
-<< /Length 21058
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 720.2699 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 720.2699 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 720.2699 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 720.2699 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 654.9298 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 654.9298 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 654.9298 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 654.9298 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 770.646 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 754.866 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 754.866 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 654.9298 m
-103.6622 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.5199 m
-48.24 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 689.5259 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 654.9298 m
-186.7952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 689.5259 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 673.7459 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 673.7459 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 654.9298 m
-436.1952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 689.5259 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 654.9298 m
-547.04 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 720.5199 m
-547.04 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 689.5259 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 624.2458 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 575.0898 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 575.0898 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 575.0898 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 541.3097 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 541.3097 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 541.3097 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 507.5296 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 507.5296 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 507.5296 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 457.9695 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 457.9695 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 457.9695 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 424.1894 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 424.1894 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 424.1894 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 374.6293 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 374.6293 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 374.6293 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 309.2892 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 309.2892 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 309.2892 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 609.6498 m
-98.12 609.6498 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 575.0898 m
-98.12 575.0898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 609.8998 m
-48.24 574.4648 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 609.8998 m
-98.12 574.4648 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 593.4028 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 579.1228 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 609.6498 m
-447.28 609.6498 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 575.0898 m
-447.28 575.0898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 609.8998 m
-98.12 574.4648 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 609.8998 m
-447.28 574.4648 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 586.2628 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 609.6498 m
-547.04 609.6498 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 575.0898 m
-547.04 575.0898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 609.8998 m
-447.28 574.4648 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 609.8998 m
-547.04 574.4648 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 586.2628 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 575.0898 m
-98.12 575.0898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 541.3097 m
-98.12 541.3097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 575.7148 m
-48.24 541.0597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 575.7148 m
-98.12 541.0597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 560.1258 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 575.0898 m
-447.28 575.0898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 541.3097 m
-447.28 541.3097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 575.7148 m
-98.12 541.0597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 575.7148 m
-447.28 541.0597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 560.1258 Td
-/F1.0 10.5 Tf
-<4172746966616374207479706573206c6973742066657463686564207375636365737366756c6c79> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 575.0898 m
-547.04 575.0898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 541.3097 m
-547.04 541.3097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 575.7148 m
-447.28 541.0597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 575.7148 m
-547.04 541.0597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 560.1258 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 541.3097 m
-98.12 541.3097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 507.5296 m
-98.12 507.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 541.5597 m
-48.24 507.2796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 541.5597 m
-98.12 507.2796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 526.3457 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 541.3097 m
-447.28 541.3097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 507.5296 m
-447.28 507.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 541.5597 m
-98.12 507.2796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 541.5597 m
-447.28 507.2796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 526.3457 Td
-/F1.0 10.5 Tf
-<4d697373696e672027582d45434f4d502d496e7374616e6365494427204854545020686561646572202d20504f4c35303031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 541.3097 m
-547.04 541.3097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 507.5296 m
-547.04 507.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 541.5597 m
-447.28 507.2796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 541.5597 m
-547.04 507.2796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 526.3457 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 507.5296 m
-98.12 507.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 457.9695 m
-98.12 457.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 507.7796 m
-48.24 457.7195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 507.7796 m
-98.12 457.7195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.6756 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 507.5296 m
-447.28 507.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 457.9695 m
-447.28 457.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 507.7796 m
-98.12 457.7195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 507.7796 m
-447.28 457.7195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 492.5656 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 476.7856 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 507.5296 m
-547.04 507.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 457.9695 m
-547.04 457.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 507.7796 m
-447.28 457.7195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 507.7796 m
-547.04 457.7195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 484.6756 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 457.9695 m
-98.12 457.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 424.1894 m
-98.12 424.1894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 458.2195 m
-48.24 423.9394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 458.2195 m
-98.12 423.9394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 443.0055 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 457.9695 m
-447.28 457.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 424.1894 m
-447.28 424.1894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 458.2195 m
-98.12 423.9394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 458.2195 m
-447.28 423.9394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 443.0055 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 457.9695 m
-547.04 457.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 424.1894 m
-547.04 424.1894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 458.2195 m
-447.28 423.9394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 458.2195 m
-547.04 423.9394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 443.0055 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 424.1894 m
-98.12 424.1894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 374.6293 m
-98.12 374.6293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 424.4394 m
-48.24 374.3793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 424.4394 m
-98.12 374.3793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 401.3354 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 424.1894 m
-447.28 424.1894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 374.6293 m
-447.28 374.6293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 424.4394 m
-98.12 374.3793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 424.4394 m
-447.28 374.3793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-0.2968 Tw
-
-BT
-101.12 409.2254 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f776564203a20496e76616c69642048545450206d6574686f642074797065207573656420746f20726567697374657220666f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 393.4454 Td
-/F1.0 10.5 Tf
-[<646973747269627574696f6e202820504f53> 20.0195 <54> 89.8438 <2c505554> 89.8438 <2c44454c4554452077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 424.1894 m
-547.04 424.1894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 374.6293 m
-547.04 374.6293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 424.4394 m
-447.28 374.3793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 424.4394 m
-547.04 374.3793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 401.3354 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 374.6293 m
-98.12 374.6293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 309.2892 m
-98.12 309.2892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 374.8793 m
-48.24 309.0392 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 374.8793 m
-98.12 309.0392 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 343.8853 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 374.6293 m
-447.28 374.6293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 309.2892 m
-447.28 309.2892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 374.8793 m
-98.12 309.0392 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 374.8793 m
-447.28 309.0392 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.1056 Tw
-
-BT
-101.12 359.6653 Td
-/F1.0 10.5 Tf
-[<5468652072656769737472> 20.0195 <6174696f6e206661696c65642064756520746f20696e7465726e616c205344432070726f626c656d206f722043616d62726961>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.1641 Tw
-
-BT
-101.12 343.8853 Td
-/F1.0 10.5 Tf
-<53657276696365206661696c7572652045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e75652074686520617474656d70747320746f> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 328.1053 Td
-/F1.0 10.5 Tf
-<726567697374657220666f7220646973747269627574696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 374.6293 m
-547.04 374.6293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 309.2892 m
-547.04 309.2892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 374.8793 m
-447.28 309.0392 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 374.8793 m
-547.04 309.0392 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 343.8853 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 278.6052 Td
-/F2.0 13 Tf
-<436f6e73756d6573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 252.0452 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 254.2292 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 221.3252 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 194.7652 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 196.9492 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 164.0452 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 137.4852 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 137.4852 Td
-/F1.0 10.5 Tf
-<446973747269627574696f6e20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 97.6452 Td
-/F2.0 18 Tf
-[<75706c6f616473206f6620617274696661637420746f205646206f706572> 20.0195 <6174696f6e20776f726b666c6f77>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<32> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-30 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 29 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-31 0 obj
-[30 0 R /XYZ 0 642.9298 null]
-endobj
-32 0 obj
-[30 0 R /XYZ 0 297.2892 null]
-endobj
-33 0 obj
-[30 0 R /XYZ 0 240.0092 null]
-endobj
-34 0 obj
-[30 0 R /XYZ 0 182.7292 null]
-endobj
-35 0 obj
-[30 0 R /XYZ 0 121.6692 null]
-endobj
-36 0 obj
-<< /Length 31199
->>
-stream
-q
-q
-/DeviceRGB cs
-0.9608 0.9608 0.9608 scn
-52.24 805.89 m
-543.04 805.89 l
-545.2491 805.89 547.04 804.0991 547.04 801.89 c
-547.04 773.15 l
-547.04 770.9409 545.2491 769.15 543.04 769.15 c
-52.24 769.15 l
-50.0309 769.15 48.24 770.9409 48.24 773.15 c
-48.24 801.89 l
-48.24 804.0991 50.0309 805.89 52.24 805.89 c
-h
-f
-/DeviceRGB CS
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 805.89 m
-543.04 805.89 l
-545.2491 805.89 547.04 804.0991 547.04 801.89 c
-547.04 773.15 l
-547.04 770.9409 545.2491 769.15 543.04 769.15 c
-52.24 769.15 l
-50.0309 769.15 48.24 770.9409 48.24 773.15 c
-48.24 801.89 l
-48.24 804.0991 50.0309 805.89 52.24 805.89 c
-h
-S
-Q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-59.24 783.065 Td
-/F4.0 11 Tf
-<504f5354202f76312f636174616c6f672f7265736f75726365732f7b757569647d2f696e74657266616365732f7b6f7065726174696f6e555549447d2f6172746966616374732f7b6172746966616374555549447d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 738.466 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 711.906 Td
-/F1.0 10.5 Tf
-[<75706c6f616473206f6620617274696661637420746f205646206f706572> 20.0195 <6174696f6e20776f726b666c6f77>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 677.406 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 642.53 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 642.53 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 642.53 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 642.53 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 592.9699 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 592.9699 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 592.9699 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 592.9699 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 543.4098 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 543.4098 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 543.4098 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 543.4098 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 493.8497 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 493.8497 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 493.8497 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 493.8497 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 444.2896 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 444.2896 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 444.2896 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 444.2896 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 394.7295 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 394.7295 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 394.7295 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 394.7295 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 329.3894 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 329.3894 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 329.3894 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 329.3894 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 264.0493 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 264.0493 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 264.0493 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 264.0493 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 214.4892 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 214.4892 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 214.4892 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 214.4892 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 149.1491 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 149.1491 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 149.1491 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 149.1491 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 99.589 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 99.589 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 99.589 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 99.589 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 50.0289 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 50.0289 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 50.0289 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 50.0289 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 662.81 m
-103.6622 662.81 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 642.53 m
-103.6622 642.53 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 663.06 m
-48.24 641.905 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 663.06 m
-103.6622 641.905 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 646.563 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 662.81 m
-186.7952 662.81 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 642.53 m
-186.7952 642.53 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 663.06 m
-103.6622 641.905 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 663.06 m
-186.7952 641.905 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 646.563 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 662.81 m
-436.1952 662.81 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 642.53 m
-436.1952 642.53 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 663.06 m
-186.7952 641.905 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 663.06 m
-436.1952 641.905 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 646.563 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 662.81 m
-547.04 662.81 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 642.53 m
-547.04 642.53 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 663.06 m
-436.1952 641.905 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 663.06 m
-547.04 641.905 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 646.563 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 642.53 m
-103.6622 642.53 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 592.9699 m
-103.6622 592.9699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 643.155 m
-48.24 592.7199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 643.155 m
-103.6622 592.7199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 619.676 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 642.53 m
-186.7952 642.53 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 592.9699 m
-186.7952 592.9699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 643.155 m
-103.6622 592.7199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 643.155 m
-186.7952 592.7199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 627.566 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 611.786 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 611.786 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 642.53 m
-436.1952 642.53 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 592.9699 m
-436.1952 592.9699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 643.155 m
-186.7952 592.7199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 643.155 m
-436.1952 592.7199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 627.566 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 611.786 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 642.53 m
-547.04 642.53 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 592.9699 m
-547.04 592.9699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 643.155 m
-436.1952 592.7199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 643.155 m
-547.04 592.7199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 619.676 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 592.9699 m
-103.6622 592.9699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 543.4098 m
-103.6622 543.4098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 593.2199 m
-48.24 543.1598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 593.2199 m
-103.6622 543.1598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 570.1159 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 592.9699 m
-186.7952 592.9699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 543.4098 m
-186.7952 543.4098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 593.2199 m
-103.6622 543.1598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 593.2199 m
-186.7952 543.1598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 578.0059 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 562.2259 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 562.2259 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 592.9699 m
-436.1952 592.9699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 543.4098 m
-436.1952 543.4098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 593.2199 m
-186.7952 543.1598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 593.2199 m
-436.1952 543.1598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 570.1159 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 592.9699 m
-547.04 592.9699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 543.4098 m
-547.04 543.4098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 593.2199 m
-436.1952 543.1598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 593.2199 m
-547.04 543.1598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 570.1159 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 543.4098 m
-103.6622 543.4098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 493.8497 m
-103.6622 493.8497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 543.6598 m
-48.24 493.5997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 543.6598 m
-103.6622 493.5997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 520.5558 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 543.4098 m
-186.7952 543.4098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 493.8497 m
-186.7952 493.8497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 543.6598 m
-103.6622 493.5997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 543.6598 m
-186.7952 493.5997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 528.4458 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d4d4435> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 512.6658 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 512.6658 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 543.4098 m
-436.1952 543.4098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 493.8497 m
-436.1952 493.8497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 543.6598 m
-186.7952 493.5997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 543.6598 m
-436.1952 493.5997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8219 Tw
-
-BT
-189.7952 528.4458 Td
-/F1.0 10.5 Tf
-<5468652076616c756520666f72207468697320686561646572206d75737420626520746865204d4435> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 512.6658 Td
-/F1.0 10.5 Tf
-<636865636b73756d206f766572207468652077686f6c65206a736f6e20626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 543.4098 m
-547.04 543.4098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 493.8497 m
-547.04 493.8497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 543.6598 m
-436.1952 493.5997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 543.6598 m
-547.04 493.5997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 520.5558 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 493.8497 m
-103.6622 493.8497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 444.2896 m
-103.6622 444.2896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 494.0997 m
-48.24 444.0396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 494.0997 m
-103.6622 444.0396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 470.9957 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 493.8497 m
-186.7952 493.8497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 444.2896 m
-186.7952 444.2896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 494.0997 m
-103.6622 444.0396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 494.0997 m
-186.7952 444.0396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 478.8857 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d54797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 463.1057 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 463.1057 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 493.8497 m
-436.1952 493.8497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 444.2896 m
-436.1952 444.2896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 494.0997 m
-186.7952 444.0396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 494.0997 m
-436.1952 444.0396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 478.8857 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 463.1057 Td
-/F1.0 10.5 Tf
-<72657175657374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 493.8497 m
-547.04 493.8497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 444.2896 m
-547.04 444.2896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 494.0997 m
-436.1952 444.0396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 494.0997 m
-547.04 444.0396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 470.9957 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 444.2896 m
-103.6622 444.2896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 394.7295 m
-103.6622 394.7295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 444.5396 m
-48.24 394.4795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 444.5396 m
-103.6622 394.4795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 421.4356 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 444.2896 m
-186.7952 444.2896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 394.7295 m
-186.7952 394.7295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 444.5396 m
-103.6622 394.4795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 444.5396 m
-186.7952 394.4795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 429.3256 Td
-/F2.0 10.5 Tf
-<555345525f4944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 413.5456 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 413.5456 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 444.2896 m
-436.1952 444.2896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 394.7295 m
-436.1952 394.7295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 444.5396 m
-186.7952 394.4795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 444.5396 m
-436.1952 394.4795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.1893 Tw
-
-BT
-189.7952 429.3256 Td
-/F1.0 10.5 Tf
-<5468652075736572204944206f662074686520444341452044657369676e65722e20546869732075736572> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 413.5456 Td
-/F1.0 10.5 Tf
-<6d75737420616c736f20686176652044657369676e657220726f6c6520696e20534443> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 444.2896 m
-547.04 444.2896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 394.7295 m
-547.04 394.7295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 444.5396 m
-436.1952 394.4795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 444.5396 m
-547.04 394.4795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 421.4356 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 394.7295 m
-103.6622 394.7295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 329.3894 m
-103.6622 329.3894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 394.9795 m
-48.24 329.1394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 394.9795 m
-103.6622 329.1394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 363.9855 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 394.7295 m
-186.7952 394.7295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 329.3894 m
-186.7952 329.3894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 394.9795 m
-103.6622 329.1394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 394.9795 m
-186.7952 329.1394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 379.7655 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 363.9855 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 348.2055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 348.2055 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 394.7295 m
-436.1952 394.7295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 329.3894 m
-436.1952 329.3894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 394.9795 m
-186.7952 329.1394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 394.9795 m
-436.1952 329.1394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 363.9855 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 394.7295 m
-547.04 394.7295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 329.3894 m
-547.04 329.3894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 394.9795 m
-436.1952 329.1394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 394.9795 m
-547.04 329.1394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 363.9855 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 329.3894 m
-103.6622 329.3894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 264.0493 m
-103.6622 264.0493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 329.6394 m
-48.24 263.7993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 329.6394 m
-103.6622 263.7993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 298.6454 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 329.3894 m
-186.7952 329.3894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 264.0493 m
-186.7952 264.0493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 329.6394 m
-103.6622 263.7993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 329.6394 m
-186.7952 263.7993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 314.4254 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 298.6454 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 282.8654 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 282.8654 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 329.3894 m
-436.1952 329.3894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 264.0493 m
-436.1952 264.0493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 329.6394 m
-186.7952 263.7993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 329.6394 m
-436.1952 263.7993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 298.6454 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 329.3894 m
-547.04 329.3894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 264.0493 m
-547.04 264.0493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 329.6394 m
-436.1952 263.7993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 329.6394 m
-547.04 263.7993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 298.6454 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 264.0493 m
-103.6622 264.0493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 214.4892 m
-103.6622 214.4892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 264.2993 m
-48.24 214.2392 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 264.2993 m
-103.6622 214.2392 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 241.1953 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 264.0493 m
-186.7952 264.0493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 214.4892 m
-186.7952 214.4892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 264.2993 m
-103.6622 214.2392 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 264.2993 m
-186.7952 214.2392 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 249.0853 Td
-/F2.0 10.5 Tf
-<617274696661637455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 233.3053 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 233.3053 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 264.0493 m
-436.1952 264.0493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 214.4892 m
-436.1952 214.4892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 264.2993 m
-186.7952 214.2392 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 264.2993 m
-436.1952 214.2392 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 241.1953 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 264.0493 m
-547.04 264.0493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 214.4892 m
-547.04 214.4892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 264.2993 m
-436.1952 214.2392 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 264.2993 m
-547.04 214.2392 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 241.1953 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 214.4892 m
-103.6622 214.4892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 149.1491 m
-103.6622 149.1491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 214.7392 m
-48.24 148.8991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 214.7392 m
-103.6622 148.8991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 183.7452 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 214.4892 m
-186.7952 214.4892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 149.1491 m
-186.7952 149.1491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 214.7392 m
-103.6622 148.8991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 214.7392 m
-186.7952 148.8991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 199.5252 Td
-/F2.0 10.5 Tf
-[<6f706572> 20.0195 <6174696f6e555549>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 183.7452 Td
-/F2.0 10.5 Tf
-<44> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 167.9652 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 167.9652 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 214.4892 m
-436.1952 214.4892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 149.1491 m
-436.1952 149.1491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 214.7392 m
-186.7952 148.8991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 214.7392 m
-436.1952 148.8991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 183.7452 Td
-/F1.0 10.5 Tf
-[<5468652075756964206f6620746865206f706572> 20.0195 <6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 214.4892 m
-547.04 214.4892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 149.1491 m
-547.04 149.1491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 214.7392 m
-436.1952 148.8991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 214.7392 m
-547.04 148.8991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 183.7452 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 149.1491 m
-103.6622 149.1491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 99.589 m
-103.6622 99.589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 149.3991 m
-48.24 99.339 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 149.3991 m
-103.6622 99.339 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.2951 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 149.1491 m
-186.7952 149.1491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 99.589 m
-186.7952 99.589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 149.3991 m
-103.6622 99.339 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 149.3991 m
-186.7952 99.339 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 134.1851 Td
-/F2.0 10.5 Tf
-<75756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 118.4051 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 118.4051 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 149.1491 m
-436.1952 149.1491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 99.589 m
-436.1952 99.589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 149.3991 m
-186.7952 99.339 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 149.3991 m
-436.1952 99.339 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.3681 Tw
-
-BT
-189.7952 134.1851 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206173736574206173207075626c697368656420696e20746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 118.4051 Td
-/F1.0 10.5 Tf
-<6d65746164617461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 149.1491 m
-547.04 149.1491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 99.589 m
-547.04 99.589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 149.3991 m
-436.1952 99.339 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 149.3991 m
-547.04 99.339 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 126.2951 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 99.589 m
-103.6622 99.589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 50.0289 m
-103.6622 50.0289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 99.839 m
-48.24 49.7789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 99.839 m
-103.6622 49.7789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 76.735 Td
-/F2.0 10.5 Tf
-<426f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 99.589 m
-186.7952 99.589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 50.0289 m
-186.7952 50.0289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 99.839 m
-103.6622 49.7789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 99.839 m
-186.7952 49.7789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 84.625 Td
-/F2.0 10.5 Tf
-<626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 68.845 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 68.845 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 99.589 m
-436.1952 99.589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 50.0289 m
-436.1952 50.0289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 99.839 m
-186.7952 49.7789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 99.839 m
-436.1952 49.7789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 76.735 Td
-/F1.0 10.5 Tf
-<6a736f6e20646573637269626520746865206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 99.589 m
-547.04 99.589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 50.0289 m
-547.04 50.0289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 99.839 m
-436.1952 49.7789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 99.839 m
-547.04 49.7789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-439.1952 76.735 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.009 14.388 Td
-/F1.0 9 Tf
-<33> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-37 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 36 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F4.0 26 0 R
-/F2.0 19 0 R
-/F1.0 8 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [40 0 R]
->>
-endobj
-38 0 obj
-[37 0 R /XYZ 0 757.15 null]
-endobj
-39 0 obj
-[37 0 R /XYZ 0 696.09 null]
-endobj
-40 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [439.1952 73.669 527.6997 87.949]
-/Type /Annot
->>
-endobj
-41 0 obj
-<< /Length 16816
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 792.006 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 742.85 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 742.85 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 742.85 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 709.0699 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 709.0699 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 709.0699 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 659.5098 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 659.5098 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 659.5098 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 609.9497 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 609.9497 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 609.9497 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 576.1696 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 576.1696 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 576.1696 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 542.3895 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 542.3895 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 542.3895 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 492.8294 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 492.8294 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 492.8294 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 427.4893 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 427.4893 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 427.4893 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 777.41 m
-98.12 777.41 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 742.85 m
-98.12 742.85 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 777.66 m
-48.24 742.225 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 777.66 m
-98.12 742.225 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 761.163 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 746.883 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 777.41 m
-447.28 777.41 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 742.85 m
-447.28 742.85 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 777.66 m
-98.12 742.225 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 777.66 m
-447.28 742.225 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 754.023 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 777.41 m
-547.04 777.41 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 742.85 m
-547.04 742.85 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 777.66 m
-447.28 742.225 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 777.66 m
-547.04 742.225 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 754.023 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 742.85 m
-98.12 742.85 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 709.0699 m
-98.12 709.0699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 743.475 m
-48.24 708.8199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 743.475 m
-98.12 708.8199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 727.886 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 742.85 m
-447.28 742.85 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 709.0699 m
-447.28 709.0699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 743.475 m
-98.12 708.8199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 743.475 m
-447.28 708.8199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 727.886 Td
-/F1.0 10.5 Tf
-<41727469666163742075706c6f61646564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 742.85 m
-547.04 742.85 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 709.0699 m
-547.04 709.0699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 743.475 m
-447.28 708.8199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 743.475 m
-547.04 708.8199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 727.886 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 709.0699 m
-98.12 709.0699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 659.5098 m
-98.12 659.5098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 709.3199 m
-48.24 659.2598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 709.3199 m
-98.12 659.2598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 686.2159 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 709.0699 m
-447.28 709.0699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 659.5098 m
-447.28 659.5098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 709.3199 m
-98.12 659.2598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 709.3199 m
-447.28 659.2598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.3494 Tw
-
-BT
-101.12 694.1059 Td
-/F1.0 10.5 Tf
-[<52657374726963746564204f706572> 20.0195 <6174696f6e20d02074686520757365722070726f766964656420646f6573206e6f74206861766520726f6c65206f66>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 678.3259 Td
-/F1.0 10.5 Tf
-[<44657369676e6572206f7220746865206173736574206973206265696e6720757365642062> 20.0195 <7920616e6f746865722064657369676e6572202d2053> 20.0195 <56> 20.0195 <4334333031>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 709.0699 m
-547.04 709.0699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 659.5098 m
-547.04 659.5098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 709.3199 m
-447.28 659.2598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 709.3199 m
-547.04 659.2598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 686.2159 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 659.5098 m
-98.12 659.5098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 609.9497 m
-98.12 609.9497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 659.7598 m
-48.24 609.6997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 659.7598 m
-98.12 609.6997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 636.6558 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 659.5098 m
-447.28 659.5098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 609.9497 m
-447.28 609.9497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 659.7598 m
-98.12 609.6997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 659.7598 m
-447.28 609.6997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 644.5458 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 628.7658 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 659.5098 m
-547.04 659.5098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 609.9497 m
-547.04 609.9497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 659.7598 m
-447.28 609.6997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 659.7598 m
-547.04 609.6997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 636.6558 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 609.9497 m
-98.12 609.9497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 576.1696 m
-98.12 576.1696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 610.1997 m
-48.24 575.9196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 610.1997 m
-98.12 575.9196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 594.9857 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 609.9497 m
-447.28 609.9497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 576.1696 m
-447.28 576.1696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 610.1997 m
-98.12 575.9196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 610.1997 m
-447.28 575.9196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 594.9857 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 609.9497 m
-547.04 609.9497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 576.1696 m
-547.04 576.1696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 610.1997 m
-447.28 575.9196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 610.1997 m
-547.04 575.9196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 594.9857 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 576.1696 m
-98.12 576.1696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 542.3895 m
-98.12 542.3895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 576.4196 m
-48.24 542.1395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 576.4196 m
-98.12 542.1395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 561.2056 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 576.1696 m
-447.28 576.1696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 542.3895 m
-447.28 542.3895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 576.4196 m
-98.12 542.1395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 576.4196 m
-447.28 542.1395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 561.2056 Td
-/F1.0 10.5 Tf
-[<537065636966696564207265736f75726365206973206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334303633>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 576.1696 m
-547.04 576.1696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 542.3895 m
-547.04 542.3895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 576.4196 m
-447.28 542.1395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 576.4196 m
-547.04 542.1395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 561.2056 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 542.3895 m
-98.12 542.3895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 492.8294 m
-98.12 492.8294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 542.6395 m
-48.24 492.5794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 542.6395 m
-98.12 492.5794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 519.5355 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 542.3895 m
-447.28 542.3895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 492.8294 m
-447.28 492.8294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 542.6395 m
-98.12 492.5794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 542.6395 m
-447.28 492.5794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-11.0474 Tw
-
-BT
-101.12 527.4255 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f7765643a20496e76616c69642048545450206d6574686f6420747970652075736564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 511.6455 Td
-/F1.0 10.5 Tf
-[<28505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 542.3895 m
-547.04 542.3895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 492.8294 m
-547.04 492.8294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 542.6395 m
-447.28 492.5794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 542.6395 m
-547.04 492.5794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 519.5355 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 492.8294 m
-98.12 492.8294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 427.4893 m
-98.12 427.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 493.0794 m
-48.24 427.2393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 493.0794 m
-98.12 427.2393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 462.0854 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 492.8294 m
-447.28 492.8294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 427.4893 m
-447.28 427.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 493.0794 m
-98.12 427.2393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 493.0794 m
-447.28 427.2393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8576 Tw
-
-BT
-101.12 477.8654 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d206f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8529 Tw
-
-BT
-101.12 462.0854 Td
-/F1.0 10.5 Tf
-<43616d627269612053657276696365206661696c7572652e2045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e756520746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 446.3054 Td
-/F1.0 10.5 Tf
-<617474656d70747320746f2067657420746865206e656564656420696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 492.8294 m
-547.04 492.8294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 427.4893 m
-547.04 427.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 493.0794 m
-447.28 427.2393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 493.0794 m
-547.04 427.2393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 462.0854 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 396.8053 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 370.2453 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 372.4293 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 339.5253 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 312.9653 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 312.9653 Td
-/F1.0 10.5 Tf
-<41727469666163742045787465726e616c20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 273.1253 Td
-/F2.0 18 Tf
-<446f776e6c6f61642073657276696365206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 257.0693 m
-543.04 257.0693 l
-545.2491 257.0693 547.04 255.2784 547.04 253.0693 c
-547.04 224.3293 l
-547.04 222.1202 545.2491 220.3293 543.04 220.3293 c
-52.24 220.3293 l
-50.0309 220.3293 48.24 222.1202 48.24 224.3293 c
-48.24 253.0693 l
-48.24 255.2784 50.0309 257.0693 52.24 257.0693 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 257.0693 m
-543.04 257.0693 l
-545.2491 257.0693 547.04 255.2784 547.04 253.0693 c
-547.04 224.3293 l
-547.04 222.1202 545.2491 220.3293 543.04 220.3293 c
-52.24 220.3293 l
-50.0309 220.3293 48.24 222.1202 48.24 224.3293 c
-48.24 253.0693 l
-48.24 255.2784 50.0309 257.0693 52.24 257.0693 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 234.2443 Td
-/F4.0 11 Tf
-<474554202f76312f636174616c6f672f73657276696365732f7b736572766963654e616d657d2f7b7365727669636556657273696f6e7d2f6172746966616374732f7b61727469666163744e616d657d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 189.6453 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 163.0853 Td
-/F1.0 10.5 Tf
-<52657475726e7320646f776e6c6f61646564206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 128.5853 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<34> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-42 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 41 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [44 0 R]
->>
-endobj
-43 0 obj
-[42 0 R /XYZ 0 841.89 null]
-endobj
-44 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [450.28 724.82 538.7845 739.1]
-/Type /Annot
->>
-endobj
-45 0 obj
-[42 0 R /XYZ 0 415.4893 null]
-endobj
-46 0 obj
-[42 0 R /XYZ 0 358.2093 null]
-endobj
-47 0 obj
-[42 0 R /XYZ 0 297.1493 null]
-endobj
-48 0 obj
-[42 0 R /XYZ 0 208.3293 null]
-endobj
-49 0 obj
-<< /Limits [(__anchor-top) (_capabilityrequirementrelationship)]
-/Names [(__anchor-top) 15 0 R (_activateserviceexternal) 81 0 R (_additionalinfoparameterinfo) 281 0 R (_additionalinformationdefinition) 282 0 R (_artifactdatadefinition) 286 0 R (_artifactdefinition) 292 0 R (_assetmetadata) 301 0 R (_capabilitydatadefinition) 302 0 R (_capabilitydefinition) 307 0 R (_capabilityrequirementrelationship) 311 0 R]
->>
-endobj
-50 0 obj
-<< /Limits [(_parameters_20) (_produces_10)]
-/Names [(_parameters_20) 242 0 R (_parameters_21) 255 0 R (_parameters_22) 268 0 R (_parameters_3) 51 0 R (_parameters_4) 62 0 R (_parameters_5) 73 0 R (_parameters_6) 85 0 R (_parameters_7) 95 0 R (_parameters_8) 108 0 R (_parameters_9) 119 0 R (_paths) 24 0 R (_policydefinition) 416 0 R (_produces) 33 0 R (_produces_10) 138 0 R]
->>
-endobj
-51 0 obj
-[42 0 R /XYZ 0 147.2693 null]
-endobj
-52 0 obj
-<< /Length 30842
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 736.0499 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 736.0499 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 736.0499 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 686.4898 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 686.4898 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 686.4898 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 621.1497 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 621.1497 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 621.1497 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 621.1497 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 555.8096 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 555.8096 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 555.8096 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 555.8096 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 506.2495 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 506.2495 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 506.2495 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 506.2495 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 456.6894 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 456.6894 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 456.6894 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 456.6894 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 391.3493 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 391.3493 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 391.3493 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 391.3493 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-103.6622 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 786.235 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 786.235 m
-103.6622 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 762.756 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.0499 m
-186.7952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 786.235 m
-103.6622 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 786.235 m
-186.7952 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 770.646 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.0499 m
-436.1952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 786.235 m
-186.7952 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 786.235 m
-436.1952 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 770.646 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 754.866 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 786.235 m
-436.1952 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 786.235 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-103.6622 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-103.6622 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.2999 m
-103.6622 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 713.1959 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.0499 m
-186.7952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 686.4898 m
-186.7952 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.2999 m
-103.6622 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.2999 m
-186.7952 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 721.0859 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.0499 m
-436.1952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 686.4898 m
-436.1952 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.2999 m
-186.7952 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.2999 m
-436.1952 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 713.1959 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.2999 m
-436.1952 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-103.6622 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 621.1497 m
-103.6622 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 620.8997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 686.7398 m
-103.6622 620.8997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 686.4898 m
-186.7952 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 621.1497 m
-186.7952 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 686.7398 m
-103.6622 620.8997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 686.7398 m
-186.7952 620.8997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 671.5258 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 655.7458 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 639.9658 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 639.9658 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 686.4898 m
-436.1952 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 621.1497 m
-436.1952 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 686.7398 m
-186.7952 620.8997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 686.7398 m
-436.1952 620.8997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 655.7458 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 621.1497 m
-547.04 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 686.7398 m
-436.1952 620.8997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 620.8997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 655.7458 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 621.1497 m
-103.6622 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 555.8096 m
-103.6622 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 621.3997 m
-48.24 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 621.3997 m
-103.6622 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 590.4057 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 621.1497 m
-186.7952 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 555.8096 m
-186.7952 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 621.3997 m
-103.6622 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 621.3997 m
-186.7952 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 606.1857 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 590.4057 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 574.6257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 574.6257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 621.1497 m
-436.1952 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 555.8096 m
-436.1952 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 621.3997 m
-186.7952 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 621.3997 m
-436.1952 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 590.4057 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 621.1497 m
-547.04 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 555.8096 m
-547.04 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 621.3997 m
-436.1952 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 621.3997 m
-547.04 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 590.4057 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 555.8096 m
-103.6622 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 506.2495 m
-103.6622 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 556.0596 m
-48.24 505.9995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 556.0596 m
-103.6622 505.9995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 532.9556 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 555.8096 m
-186.7952 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 506.2495 m
-186.7952 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 556.0596 m
-103.6622 505.9995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 556.0596 m
-186.7952 505.9995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 540.8456 Td
-/F2.0 10.5 Tf
-<61727469666163744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 525.0656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 525.0656 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 555.8096 m
-436.1952 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 506.2495 m
-436.1952 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 556.0596 m
-186.7952 505.9995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 556.0596 m
-436.1952 505.9995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 555.8096 m
-547.04 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 506.2495 m
-547.04 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 556.0596 m
-436.1952 505.9995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 556.0596 m
-547.04 505.9995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 532.9556 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 506.2495 m
-103.6622 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 456.6894 m
-103.6622 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 506.4995 m
-48.24 456.4394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 506.4995 m
-103.6622 456.4394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 483.3955 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 506.2495 m
-186.7952 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 456.6894 m
-186.7952 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 506.4995 m
-103.6622 456.4394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 506.4995 m
-186.7952 456.4394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 491.2855 Td
-/F2.0 10.5 Tf
-<736572766963654e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 475.5055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 475.5055 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 506.2495 m
-436.1952 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 456.6894 m
-436.1952 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 506.4995 m
-186.7952 456.4394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 506.4995 m
-436.1952 456.4394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 506.2495 m
-547.04 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 456.6894 m
-547.04 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 506.4995 m
-436.1952 456.4394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 506.4995 m
-547.04 456.4394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 483.3955 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 456.6894 m
-103.6622 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 391.3493 m
-103.6622 391.3493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 456.9394 m
-48.24 391.0993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 456.9394 m
-103.6622 391.0993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 425.9454 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 456.6894 m
-186.7952 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 391.3493 m
-186.7952 391.3493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 456.9394 m
-103.6622 391.0993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 456.9394 m
-186.7952 391.0993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 441.7254 Td
-/F2.0 10.5 Tf
-[<7365727669636556> 60.0586 <657273696f>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 425.9454 Td
-/F2.0 10.5 Tf
-<6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 410.1654 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 410.1654 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 456.6894 m
-436.1952 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 391.3493 m
-436.1952 391.3493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 456.9394 m
-186.7952 391.0993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 456.9394 m
-436.1952 391.0993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 456.6894 m
-547.04 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 391.3493 m
-547.04 391.3493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 456.9394 m
-436.1952 391.0993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 456.9394 m
-547.04 391.0993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 425.9454 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 360.6653 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 311.5093 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 311.5093 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 311.5093 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 277.7292 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 277.7292 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 277.7292 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 243.9491 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 243.9491 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 243.9491 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 194.389 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 194.389 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 194.389 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 160.6089 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 160.6089 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 160.6089 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 126.8288 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 126.8288 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 126.8288 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 77.2687 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 77.2687 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 77.2687 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 346.0693 m
-98.12 346.0693 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 311.5093 m
-98.12 311.5093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 346.3193 m
-48.24 310.8843 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 346.3193 m
-98.12 310.8843 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 329.8223 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 315.5423 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 346.0693 m
-447.28 346.0693 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 311.5093 m
-447.28 311.5093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 346.3193 m
-98.12 310.8843 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 346.3193 m
-447.28 310.8843 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 322.6823 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 346.0693 m
-547.04 346.0693 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 311.5093 m
-547.04 311.5093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 346.3193 m
-447.28 310.8843 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 346.3193 m
-547.04 310.8843 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 322.6823 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 311.5093 m
-98.12 311.5093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 277.7292 m
-98.12 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 312.1343 m
-48.24 277.4792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 312.1343 m
-98.12 277.4792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 296.5453 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 311.5093 m
-447.28 311.5093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.7292 m
-447.28 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 312.1343 m
-98.12 277.4792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 312.1343 m
-447.28 277.4792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 296.5453 Td
-/F1.0 10.5 Tf
-<54686520617274696661637420697320666f756e6420616e642073747265616d65642e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 311.5093 m
-547.04 311.5093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.7292 m
-547.04 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 312.1343 m
-447.28 277.4792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 312.1343 m
-547.04 277.4792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 296.5453 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 277.7292 m
-98.12 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.9491 m
-98.12 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 277.9792 m
-48.24 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.9792 m
-98.12 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 262.7652 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.7292 m
-447.28 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 243.9491 m
-447.28 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.9792 m
-98.12 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.9792 m
-447.28 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 262.7652 Td
-/F1.0 10.5 Tf
-<4d697373696e672027582d45434f4d502d496e7374616e6365494427204854545020686561646572202d20504f4c35303031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.7292 m
-547.04 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 243.9491 m
-547.04 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.9792 m
-447.28 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 277.9792 m
-547.04 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 262.7652 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.9491 m
-98.12 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.389 m
-98.12 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.1991 m
-48.24 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 244.1991 m
-98.12 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 221.0951 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 243.9491 m
-447.28 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.389 m
-447.28 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 244.1991 m
-98.12 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 244.1991 m
-447.28 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 228.9851 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 213.2051 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 243.9491 m
-547.04 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.389 m
-547.04 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 244.1991 m
-447.28 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 244.1991 m
-547.04 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 221.0951 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.389 m
-98.12 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.6089 m
-98.12 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.639 m
-48.24 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.639 m
-98.12 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 179.425 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.389 m
-447.28 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.6089 m
-447.28 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.639 m
-98.12 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.639 m
-447.28 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 179.425 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.389 m
-547.04 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.6089 m
-547.04 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.639 m
-447.28 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 194.639 m
-547.04 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 179.425 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.6089 m
-98.12 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 126.8288 m
-98.12 126.8288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.8589 m
-48.24 126.5788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.8589 m
-98.12 126.5788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 145.6449 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.6089 m
-447.28 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 126.8288 m
-447.28 126.8288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.8589 m
-98.12 126.5788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.8589 m
-447.28 126.5788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 145.6449 Td
-/F1.0 10.5 Tf
-[<537065636966696564206172746966616374206973206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334353035>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.6089 m
-547.04 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 126.8288 m
-547.04 126.8288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.8589 m
-447.28 126.5788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 160.8589 m
-547.04 126.5788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 145.6449 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 126.8288 m
-98.12 126.8288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 77.2687 m
-98.12 77.2687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 127.0788 m
-48.24 77.0187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 127.0788 m
-98.12 77.0187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 103.9748 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 126.8288 m
-447.28 126.8288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 77.2687 m
-447.28 77.2687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 127.0788 m
-98.12 77.0187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 127.0788 m
-447.28 77.0187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-11.0474 Tw
-
-BT
-101.12 111.8648 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f7765643a20496e76616c69642048545450206d6574686f6420747970652075736564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 96.0848 Td
-/F1.0 10.5 Tf
-[<28505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 126.8288 m
-547.04 126.8288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 77.2687 m
-547.04 77.2687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 127.0788 m
-447.28 77.0187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 127.0788 m
-547.04 77.0187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 103.9748 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.009 14.388 Td
-/F1.0 9 Tf
-<35> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-53 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 52 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-54 0 obj
-[53 0 R /XYZ 0 379.3493 null]
-endobj
-55 0 obj
-<< /Length 18838
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 771.33 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 771.33 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 771.33 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 705.9899 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 705.9899 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 705.9899 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-98.12 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 775.363 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 805.89 m
-447.28 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 782.503 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 782.503 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 705.9899 m
-98.12 705.9899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.58 m
-48.24 705.7399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 705.7399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 740.586 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 705.9899 m
-447.28 705.9899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 705.7399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 705.7399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8576 Tw
-
-BT
-101.12 756.366 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d206f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8529 Tw
-
-BT
-101.12 740.586 Td
-/F1.0 10.5 Tf
-<43616d627269612053657276696365206661696c7572652e2045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e756520746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 724.806 Td
-/F1.0 10.5 Tf
-<617474656d70747320746f2067657420746865206e656564656420696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 705.9899 m
-547.04 705.9899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 705.7399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 771.58 m
-547.04 705.7399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 740.586 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 675.3059 Td
-/F2.0 13 Tf
-<436f6e73756d6573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 648.7459 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 650.9299 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 618.0259 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 591.4659 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 593.6499 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6f637465742d73747265616d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 560.7459 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 534.1859 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 534.1859 Td
-/F1.0 10.5 Tf
-<446973747269627574696f6e20436174616c6f6720536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 494.3459 Td
-/F2.0 18 Tf
-<446f776e6c6f6164207265736f7572636520696e7374616e6365206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 478.2899 m
-543.04 478.2899 l
-545.2491 478.2899 547.04 476.499 547.04 474.2899 c
-547.04 416.0699 l
-547.04 413.8608 545.2491 412.0699 543.04 412.0699 c
-52.24 412.0699 l
-50.0309 412.0699 48.24 413.8608 48.24 416.0699 c
-48.24 474.2899 l
-48.24 476.499 50.0309 478.2899 52.24 478.2899 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 478.2899 m
-543.04 478.2899 l
-545.2491 478.2899 547.04 476.499 547.04 474.2899 c
-547.04 416.0699 l
-547.04 413.8608 545.2491 412.0699 543.04 412.0699 c
-52.24 412.0699 l
-50.0309 412.0699 48.24 413.8608 48.24 416.0699 c
-48.24 474.2899 l
-48.24 476.499 50.0309 478.2899 52.24 478.2899 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 455.4649 Td
-/F4.0 11 Tf
-<474554> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 440.7249 Td
-/F4.0 11 Tf
-<2f76312f636174616c6f672f73657276696365732f7b736572766963654e616d657d2f7b7365727669636556657273696f6e7d2f7265736f75726365496e7374616e6365732f7b7265736f75726365496e7374616e63> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 425.9849 Td
-/F4.0 11 Tf
-<654e616d657d2f6172746966616374732f7b61727469666163744e616d657d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 381.3859 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 354.8259 Td
-/F1.0 10.5 Tf
-<52657475726e7320646f776e6c6f61646564206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 320.3259 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 285.4499 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 285.4499 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 285.4499 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 285.4499 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 235.8898 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 235.8898 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 235.8898 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 235.8898 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 186.3297 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 186.3297 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 186.3297 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 186.3297 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 120.9896 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 120.9896 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 120.9896 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 120.9896 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 55.6495 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 55.6495 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 55.6495 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 55.6495 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 305.7299 m
-103.6622 305.7299 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 285.4499 m
-103.6622 285.4499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 305.9799 m
-48.24 284.8249 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 305.9799 m
-103.6622 284.8249 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 289.4829 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 305.7299 m
-186.7952 305.7299 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 285.4499 m
-186.7952 285.4499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 305.9799 m
-103.6622 284.8249 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 305.9799 m
-186.7952 284.8249 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 289.4829 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 305.7299 m
-436.1952 305.7299 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 285.4499 m
-436.1952 285.4499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 305.9799 m
-186.7952 284.8249 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 305.9799 m
-436.1952 284.8249 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 289.4829 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 305.7299 m
-547.04 305.7299 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 285.4499 m
-547.04 285.4499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 305.9799 m
-436.1952 284.8249 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 305.9799 m
-547.04 284.8249 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 289.4829 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 285.4499 m
-103.6622 285.4499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 235.8898 m
-103.6622 235.8898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 286.0749 m
-48.24 235.6398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 286.0749 m
-103.6622 235.6398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 262.5959 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 285.4499 m
-186.7952 285.4499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 235.8898 m
-186.7952 235.8898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 286.0749 m
-103.6622 235.6398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 286.0749 m
-186.7952 235.6398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 270.4859 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 254.7059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 254.7059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 285.4499 m
-436.1952 285.4499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 235.8898 m
-436.1952 235.8898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 286.0749 m
-186.7952 235.6398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 286.0749 m
-436.1952 235.6398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 270.4859 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 254.7059 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 285.4499 m
-547.04 285.4499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 235.8898 m
-547.04 235.8898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 286.0749 m
-436.1952 235.6398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 286.0749 m
-547.04 235.6398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 262.5959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 235.8898 m
-103.6622 235.8898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 186.3297 m
-103.6622 186.3297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 236.1398 m
-48.24 186.0797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 236.1398 m
-103.6622 186.0797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 213.0358 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 235.8898 m
-186.7952 235.8898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 186.3297 m
-186.7952 186.3297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 236.1398 m
-103.6622 186.0797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 236.1398 m
-186.7952 186.0797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 220.9258 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 205.1458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 205.1458 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 235.8898 m
-436.1952 235.8898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 186.3297 m
-436.1952 186.3297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 236.1398 m
-186.7952 186.0797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 236.1398 m
-436.1952 186.0797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 213.0358 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 235.8898 m
-547.04 235.8898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 186.3297 m
-547.04 186.3297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 236.1398 m
-436.1952 186.0797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 236.1398 m
-547.04 186.0797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 213.0358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 186.3297 m
-103.6622 186.3297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 120.9896 m
-103.6622 120.9896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 186.5797 m
-48.24 120.7396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 186.5797 m
-103.6622 120.7396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 155.5857 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 186.3297 m
-186.7952 186.3297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 120.9896 m
-186.7952 120.9896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 186.5797 m
-103.6622 120.7396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 186.5797 m
-186.7952 120.7396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 171.3657 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 155.5857 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 139.8057 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 139.8057 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 186.3297 m
-436.1952 186.3297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 120.9896 m
-436.1952 120.9896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 186.5797 m
-186.7952 120.7396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 186.5797 m
-436.1952 120.7396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 155.5857 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 186.3297 m
-547.04 186.3297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 120.9896 m
-547.04 120.9896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 186.5797 m
-436.1952 120.7396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 186.5797 m
-547.04 120.7396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 155.5857 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 120.9896 m
-103.6622 120.9896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 55.6495 m
-103.6622 55.6495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 121.2396 m
-48.24 55.3995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 121.2396 m
-103.6622 55.3995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 90.2456 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 120.9896 m
-186.7952 120.9896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 55.6495 m
-186.7952 55.6495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 121.2396 m
-103.6622 55.3995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 121.2396 m
-186.7952 55.3995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 106.0256 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 90.2456 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 74.4656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 74.4656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 120.9896 m
-436.1952 120.9896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 55.6495 m
-436.1952 55.6495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 121.2396 m
-186.7952 55.3995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 121.2396 m
-436.1952 55.3995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 90.2456 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 120.9896 m
-547.04 120.9896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 55.6495 m
-547.04 55.6495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 121.2396 m
-436.1952 55.3995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 121.2396 m
-547.04 55.3995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 90.2456 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<36> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-56 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 55 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-57 0 obj
-[56 0 R /XYZ 0 693.9899 null]
-endobj
-58 0 obj
-[56 0 R /XYZ 0 636.7099 null]
-endobj
-59 0 obj
-[56 0 R /XYZ 0 579.4299 null]
-endobj
-60 0 obj
-[56 0 R /XYZ 0 518.3699 null]
-endobj
-61 0 obj
-[56 0 R /XYZ 0 400.0699 null]
-endobj
-62 0 obj
-[56 0 R /XYZ 0 339.0099 null]
-endobj
-63 0 obj
-<< /Length 26125
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 736.0499 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 736.0499 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 736.0499 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 670.7098 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 670.7098 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 670.7098 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 670.7098 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 621.1497 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 621.1497 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 621.1497 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 621.1497 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 555.8096 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 555.8096 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 555.8096 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 555.8096 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-103.6622 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 762.756 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.0499 m
-186.7952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 770.646 Td
-/F2.0 10.5 Tf
-<61727469666163744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.0499 m
-436.1952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-103.6622 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.7098 m
-103.6622 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.2999 m
-103.6622 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.0499 m
-186.7952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.7098 m
-186.7952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.2999 m
-103.6622 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.2999 m
-186.7952 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 721.0859 Td
-/F2.0 10.5 Tf
-<7265736f75726365496e737461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-/F2.0 10.5 Tf
-<6e63654e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 689.5259 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 689.5259 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.0499 m
-436.1952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.7098 m
-436.1952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.2999 m
-186.7952 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.2999 m
-436.1952 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.7098 m
-547.04 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.2999 m
-436.1952 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 705.3059 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.7098 m
-103.6622 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 621.1497 m
-103.6622 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.9598 m
-48.24 620.8997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.9598 m
-103.6622 620.8997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 647.8558 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.7098 m
-186.7952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 621.1497 m
-186.7952 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.9598 m
-103.6622 620.8997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.9598 m
-186.7952 620.8997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 655.7458 Td
-/F2.0 10.5 Tf
-<736572766963654e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 639.9658 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 639.9658 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.7098 m
-436.1952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 621.1497 m
-436.1952 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.9598 m
-186.7952 620.8997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.9598 m
-436.1952 620.8997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.7098 m
-547.04 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 621.1497 m
-547.04 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.9598 m
-436.1952 620.8997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 670.9598 m
-547.04 620.8997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 647.8558 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 621.1497 m
-103.6622 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 555.8096 m
-103.6622 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 621.3997 m
-48.24 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 621.3997 m
-103.6622 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 590.4057 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 621.1497 m
-186.7952 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 555.8096 m
-186.7952 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 621.3997 m
-103.6622 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 621.3997 m
-186.7952 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 606.1857 Td
-/F2.0 10.5 Tf
-[<7365727669636556> 60.0586 <657273696f>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 590.4057 Td
-/F2.0 10.5 Tf
-<6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 574.6257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 574.6257 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 621.1497 m
-436.1952 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 555.8096 m
-436.1952 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 621.3997 m
-186.7952 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 621.3997 m
-436.1952 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 621.1497 m
-547.04 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 555.8096 m
-547.04 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 621.3997 m
-436.1952 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 621.3997 m
-547.04 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 590.4057 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 525.1256 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 475.9696 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 475.9696 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 475.9696 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 442.1895 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 442.1895 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 442.1895 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 408.4094 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 408.4094 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 408.4094 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 358.8493 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 358.8493 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 358.8493 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 325.0692 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 325.0692 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 325.0692 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 291.2891 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 291.2891 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 291.2891 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 241.729 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 241.729 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 241.729 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 176.3889 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 176.3889 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 176.3889 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 510.5296 m
-98.12 510.5296 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 475.9696 m
-98.12 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 510.7796 m
-48.24 475.3446 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 510.7796 m
-98.12 475.3446 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 494.2826 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 480.0026 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 510.5296 m
-447.28 510.5296 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 475.9696 m
-447.28 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 510.7796 m
-98.12 475.3446 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 510.7796 m
-447.28 475.3446 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 487.1426 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 510.5296 m
-547.04 510.5296 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 475.9696 m
-547.04 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 510.7796 m
-447.28 475.3446 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 510.7796 m
-547.04 475.3446 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 487.1426 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 475.9696 m
-98.12 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 442.1895 m
-98.12 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 476.5946 m
-48.24 441.9395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 476.5946 m
-98.12 441.9395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 461.0056 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 475.9696 m
-447.28 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.1895 m
-447.28 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 476.5946 m
-98.12 441.9395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 476.5946 m
-447.28 441.9395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 461.0056 Td
-/F1.0 10.5 Tf
-<54686520617274696661637420697320666f756e6420616e642073747265616d65642e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 475.9696 m
-547.04 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.1895 m
-547.04 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 476.5946 m
-447.28 441.9395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 476.5946 m
-547.04 441.9395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 461.0056 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 442.1895 m
-98.12 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 408.4094 m
-98.12 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 442.4395 m
-48.24 408.1594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.4395 m
-98.12 408.1594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 427.2255 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.1895 m
-447.28 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 408.4094 m
-447.28 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.4395 m
-98.12 408.1594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.4395 m
-447.28 408.1594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 427.2255 Td
-/F1.0 10.5 Tf
-<4d697373696e672027582d45434f4d502d496e7374616e6365494427204854545020686561646572202d20504f4c35303031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.1895 m
-547.04 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 408.4094 m
-547.04 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.4395 m
-447.28 408.1594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 442.4395 m
-547.04 408.1594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 427.2255 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 408.4094 m
-98.12 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 358.8493 m
-98.12 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 408.6594 m
-48.24 358.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 408.6594 m
-98.12 358.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.5554 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 408.4094 m
-447.28 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 358.8493 m
-447.28 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 408.6594 m
-98.12 358.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 408.6594 m
-447.28 358.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 393.4454 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 377.6654 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 408.4094 m
-547.04 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 358.8493 m
-547.04 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 408.6594 m
-447.28 358.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 408.6594 m
-547.04 358.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 385.5554 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 358.8493 m
-98.12 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 325.0692 m
-98.12 325.0692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 359.0993 m
-48.24 324.8192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 359.0993 m
-98.12 324.8192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 343.8853 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 358.8493 m
-447.28 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 325.0692 m
-447.28 325.0692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 359.0993 m
-98.12 324.8192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 359.0993 m
-447.28 324.8192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 343.8853 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 358.8493 m
-547.04 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 325.0692 m
-547.04 325.0692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 359.0993 m
-447.28 324.8192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 359.0993 m
-547.04 324.8192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 343.8853 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 325.0692 m
-98.12 325.0692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 291.2891 m
-98.12 291.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 325.3192 m
-48.24 291.0391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 325.3192 m
-98.12 291.0391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 310.1052 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 325.0692 m
-447.28 325.0692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 291.2891 m
-447.28 291.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 325.3192 m
-98.12 291.0391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 325.3192 m
-447.28 291.0391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 310.1052 Td
-/F1.0 10.5 Tf
-[<537065636966696564206172746966616374206973206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334353035>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 325.0692 m
-547.04 325.0692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 291.2891 m
-547.04 291.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 325.3192 m
-447.28 291.0391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 325.3192 m
-547.04 291.0391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 310.1052 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 291.2891 m
-98.12 291.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 241.729 m
-98.12 241.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 291.5391 m
-48.24 241.479 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 291.5391 m
-98.12 241.479 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 268.4351 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 291.2891 m
-447.28 291.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 241.729 m
-447.28 241.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 291.5391 m
-98.12 241.479 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 291.5391 m
-447.28 241.479 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-11.0474 Tw
-
-BT
-101.12 276.3251 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f7765643a20496e76616c69642048545450206d6574686f6420747970652075736564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 260.5451 Td
-/F1.0 10.5 Tf
-[<28505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 291.2891 m
-547.04 291.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 241.729 m
-547.04 241.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 291.5391 m
-447.28 241.479 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 291.5391 m
-547.04 241.479 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 268.4351 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 241.729 m
-98.12 241.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 176.3889 m
-98.12 176.3889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 241.979 m
-48.24 176.1389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 241.979 m
-98.12 176.1389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 210.985 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 241.729 m
-447.28 241.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 176.3889 m
-447.28 176.3889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 241.979 m
-98.12 176.1389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 241.979 m
-447.28 176.1389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8576 Tw
-
-BT
-101.12 226.765 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d206f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8529 Tw
-
-BT
-101.12 210.985 Td
-/F1.0 10.5 Tf
-<43616d627269612053657276696365206661696c7572652e2045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e756520746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 195.205 Td
-/F1.0 10.5 Tf
-<617474656d70747320746f2067657420746865206e656564656420696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 241.729 m
-547.04 241.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 176.3889 m
-547.04 176.3889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 241.979 m
-447.28 176.1389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 241.979 m
-547.04 176.1389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 210.985 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 145.7049 Td
-/F2.0 13 Tf
-<436f6e73756d6573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 119.1449 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 121.3289 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 88.4249 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 61.8649 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 64.0489 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6f637465742d73747265616d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.009 14.388 Td
-/F1.0 9 Tf
-<37> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-64 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 63 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-65 0 obj
-[64 0 R /XYZ 0 543.8096 null]
-endobj
-66 0 obj
-[64 0 R /XYZ 0 164.3889 null]
-endobj
-67 0 obj
-[64 0 R /XYZ 0 107.1089 null]
-endobj
-68 0 obj
-<< /Length 23499
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 792.006 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 765.446 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 765.446 Td
-/F1.0 10.5 Tf
-<446973747269627574696f6e20436174616c6f6720536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 725.606 Td
-/F2.0 18 Tf
-<446f776e6c6f6164207265736f75726365206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 709.55 m
-543.04 709.55 l
-545.2491 709.55 547.04 707.7591 547.04 705.55 c
-547.04 647.33 l
-547.04 645.1209 545.2491 643.33 543.04 643.33 c
-52.24 643.33 l
-50.0309 643.33 48.24 645.1209 48.24 647.33 c
-48.24 705.55 l
-48.24 707.7591 50.0309 709.55 52.24 709.55 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 709.55 m
-543.04 709.55 l
-545.2491 709.55 547.04 707.7591 547.04 705.55 c
-547.04 647.33 l
-547.04 645.1209 545.2491 643.33 543.04 643.33 c
-52.24 643.33 l
-50.0309 643.33 48.24 645.1209 48.24 647.33 c
-48.24 705.55 l
-48.24 707.7591 50.0309 709.55 52.24 709.55 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 686.725 Td
-/F4.0 11 Tf
-<474554> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 671.985 Td
-/F4.0 11 Tf
-<2f76312f636174616c6f672f73657276696365732f7b736572766963654e616d657d2f7b7365727669636556657273696f6e7d2f7265736f75726365732f7b7265736f757263654e616d657d2f7b7265736f75726365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 657.245 Td
-/F4.0 11 Tf
-<56657273696f6e7d2f6172746966616374732f7b61727469666163744e616d657d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 612.646 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 586.086 Td
-/F1.0 10.5 Tf
-<52657475726e7320646f776e6c6f61646564206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 551.586 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 516.71 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 516.71 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 516.71 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 516.71 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 467.1499 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 467.1499 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 467.1499 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 467.1499 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 417.5898 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 417.5898 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 417.5898 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 417.5898 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 352.2497 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 352.2497 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 352.2497 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 352.2497 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 286.9096 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 286.9096 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 286.9096 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 286.9096 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 237.3495 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 237.3495 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 237.3495 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 237.3495 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 172.0094 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 172.0094 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 172.0094 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 172.0094 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 106.6693 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 106.6693 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 106.6693 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 106.6693 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 57.1092 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 57.1092 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 57.1092 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 57.1092 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 536.99 m
-103.6622 536.99 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 516.71 m
-103.6622 516.71 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.24 m
-48.24 516.085 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 537.24 m
-103.6622 516.085 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 520.743 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 536.99 m
-186.7952 536.99 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 516.71 m
-186.7952 516.71 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 537.24 m
-103.6622 516.085 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 537.24 m
-186.7952 516.085 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 520.743 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 536.99 m
-436.1952 536.99 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 516.71 m
-436.1952 516.71 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 537.24 m
-186.7952 516.085 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 537.24 m
-436.1952 516.085 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 520.743 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 536.99 m
-547.04 536.99 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 516.71 m
-547.04 516.71 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 537.24 m
-436.1952 516.085 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 537.24 m
-547.04 516.085 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 520.743 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 516.71 m
-103.6622 516.71 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 467.1499 m
-103.6622 467.1499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 517.335 m
-48.24 466.8999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 517.335 m
-103.6622 466.8999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 493.856 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 516.71 m
-186.7952 516.71 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 467.1499 m
-186.7952 467.1499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 517.335 m
-103.6622 466.8999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 517.335 m
-186.7952 466.8999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 501.746 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 485.966 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 485.966 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 516.71 m
-436.1952 516.71 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 467.1499 m
-436.1952 467.1499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 517.335 m
-186.7952 466.8999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 517.335 m
-436.1952 466.8999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 501.746 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 485.966 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 516.71 m
-547.04 516.71 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 467.1499 m
-547.04 467.1499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 517.335 m
-436.1952 466.8999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 517.335 m
-547.04 466.8999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 493.856 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 467.1499 m
-103.6622 467.1499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 417.5898 m
-103.6622 417.5898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 467.3999 m
-48.24 417.3398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 467.3999 m
-103.6622 417.3398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 444.2959 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 467.1499 m
-186.7952 467.1499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 417.5898 m
-186.7952 417.5898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 467.3999 m
-103.6622 417.3398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 467.3999 m
-186.7952 417.3398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 452.1859 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 436.4059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 436.4059 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 467.1499 m
-436.1952 467.1499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 417.5898 m
-436.1952 417.5898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 467.3999 m
-186.7952 417.3398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 467.3999 m
-436.1952 417.3398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 444.2959 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 467.1499 m
-547.04 467.1499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 417.5898 m
-547.04 417.5898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 467.3999 m
-436.1952 417.3398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 467.3999 m
-547.04 417.3398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 444.2959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 417.5898 m
-103.6622 417.5898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 352.2497 m
-103.6622 352.2497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 417.8398 m
-48.24 351.9997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 417.8398 m
-103.6622 351.9997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 386.8458 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 417.5898 m
-186.7952 417.5898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 352.2497 m
-186.7952 352.2497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 417.8398 m
-103.6622 351.9997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 417.8398 m
-186.7952 351.9997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 402.6258 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 386.8458 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 371.0658 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 371.0658 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 417.5898 m
-436.1952 417.5898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 352.2497 m
-436.1952 352.2497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 417.8398 m
-186.7952 351.9997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 417.8398 m
-436.1952 351.9997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 386.8458 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 417.5898 m
-547.04 417.5898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 352.2497 m
-547.04 352.2497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 417.8398 m
-436.1952 351.9997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 417.8398 m
-547.04 351.9997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 386.8458 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 352.2497 m
-103.6622 352.2497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 286.9096 m
-103.6622 286.9096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 352.4997 m
-48.24 286.6596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 352.4997 m
-103.6622 286.6596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 321.5057 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 352.2497 m
-186.7952 352.2497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 286.9096 m
-186.7952 286.9096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 352.4997 m
-103.6622 286.6596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 352.4997 m
-186.7952 286.6596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 337.2857 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 321.5057 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 305.7257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 305.7257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 352.2497 m
-436.1952 352.2497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 286.9096 m
-436.1952 286.9096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 352.4997 m
-186.7952 286.6596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 352.4997 m
-436.1952 286.6596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 321.5057 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 352.2497 m
-547.04 352.2497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 286.9096 m
-547.04 286.9096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 352.4997 m
-436.1952 286.6596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 352.4997 m
-547.04 286.6596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 321.5057 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 286.9096 m
-103.6622 286.9096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 237.3495 m
-103.6622 237.3495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 287.1596 m
-48.24 237.0995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 287.1596 m
-103.6622 237.0995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 264.0556 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 286.9096 m
-186.7952 286.9096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 237.3495 m
-186.7952 237.3495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 287.1596 m
-103.6622 237.0995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 287.1596 m
-186.7952 237.0995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 271.9456 Td
-/F2.0 10.5 Tf
-<61727469666163744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 256.1656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 256.1656 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 286.9096 m
-436.1952 286.9096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 237.3495 m
-436.1952 237.3495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 287.1596 m
-186.7952 237.0995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 287.1596 m
-436.1952 237.0995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 286.9096 m
-547.04 286.9096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 237.3495 m
-547.04 237.3495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 287.1596 m
-436.1952 237.0995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 287.1596 m
-547.04 237.0995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 264.0556 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 237.3495 m
-103.6622 237.3495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 172.0094 m
-103.6622 172.0094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 237.5995 m
-48.24 171.7594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 237.5995 m
-103.6622 171.7594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 206.6055 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 237.3495 m
-186.7952 237.3495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 172.0094 m
-186.7952 172.0094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 237.5995 m
-103.6622 171.7594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 237.5995 m
-186.7952 171.7594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 222.3855 Td
-/F2.0 10.5 Tf
-<7265736f757263654e616d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 206.6055 Td
-/F2.0 10.5 Tf
-<65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 190.8255 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 190.8255 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 237.3495 m
-436.1952 237.3495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 172.0094 m
-436.1952 172.0094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 237.5995 m
-186.7952 171.7594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 237.5995 m
-436.1952 171.7594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 237.3495 m
-547.04 237.3495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 172.0094 m
-547.04 172.0094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 237.5995 m
-436.1952 171.7594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 237.5995 m
-547.04 171.7594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 206.6055 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 172.0094 m
-103.6622 172.0094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.6693 m
-103.6622 106.6693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 172.2594 m
-48.24 106.4193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 172.2594 m
-103.6622 106.4193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 141.2654 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 172.0094 m
-186.7952 172.0094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 106.6693 m
-186.7952 106.6693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 172.2594 m
-103.6622 106.4193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 172.2594 m
-186.7952 106.4193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 157.0454 Td
-/F2.0 10.5 Tf
-[<7265736f7572636556> 60.0586 <65727369>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 141.2654 Td
-/F2.0 10.5 Tf
-<6f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 125.4854 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 125.4854 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 172.0094 m
-436.1952 172.0094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 106.6693 m
-436.1952 106.6693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 172.2594 m
-186.7952 106.4193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 172.2594 m
-436.1952 106.4193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 172.0094 m
-547.04 172.0094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 106.6693 m
-547.04 106.6693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 172.2594 m
-436.1952 106.4193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 172.2594 m
-547.04 106.4193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 141.2654 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.6693 m
-103.6622 106.6693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 57.1092 m
-103.6622 57.1092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.9193 m
-48.24 56.8592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 106.9193 m
-103.6622 56.8592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 83.8153 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 106.6693 m
-186.7952 106.6693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 57.1092 m
-186.7952 57.1092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 106.9193 m
-103.6622 56.8592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 106.9193 m
-186.7952 56.8592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 91.7053 Td
-/F2.0 10.5 Tf
-<736572766963654e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 75.9253 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 75.9253 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 106.6693 m
-436.1952 106.6693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 57.1092 m
-436.1952 57.1092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 106.9193 m
-186.7952 56.8592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 106.9193 m
-436.1952 56.8592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 106.6693 m
-547.04 106.6693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 57.1092 m
-547.04 57.1092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 106.9193 m
-436.1952 56.8592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 106.9193 m
-547.04 56.8592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 83.8153 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<38> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-69 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 68 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-70 0 obj
-[69 0 R /XYZ 0 841.89 null]
-endobj
-71 0 obj
-[69 0 R /XYZ 0 749.63 null]
-endobj
-72 0 obj
-[69 0 R /XYZ 0 631.33 null]
-endobj
-73 0 obj
-[69 0 R /XYZ 0 570.27 null]
-endobj
-74 0 obj
-<< /Length 20738
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 720.2699 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 720.2699 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 720.2699 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 720.2699 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 770.646 Td
-/F2.0 10.5 Tf
-[<7365727669636556> 60.0586 <657273696f>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-/F2.0 10.5 Tf
-<6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 754.866 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 689.5859 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 640.4299 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 640.4299 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 640.4299 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 606.6498 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 606.6498 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 606.6498 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 572.8697 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 572.8697 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 572.8697 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 523.3096 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 523.3096 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 523.3096 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 489.5295 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 489.5295 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 489.5295 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 455.7494 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 455.7494 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 455.7494 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 406.1893 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 406.1893 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 406.1893 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 340.8492 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 340.8492 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 340.8492 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 674.9899 m
-98.12 674.9899 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 640.4299 m
-98.12 640.4299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 675.2399 m
-48.24 639.8049 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 675.2399 m
-98.12 639.8049 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 658.7429 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 644.4629 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 674.9899 m
-447.28 674.9899 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 640.4299 m
-447.28 640.4299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 675.2399 m
-98.12 639.8049 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 675.2399 m
-447.28 639.8049 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 651.6029 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 674.9899 m
-547.04 674.9899 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 640.4299 m
-547.04 640.4299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 675.2399 m
-447.28 639.8049 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 675.2399 m
-547.04 639.8049 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 651.6029 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 640.4299 m
-98.12 640.4299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 606.6498 m
-98.12 606.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 641.0549 m
-48.24 606.3998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 641.0549 m
-98.12 606.3998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 625.4659 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 640.4299 m
-447.28 640.4299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 606.6498 m
-447.28 606.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 641.0549 m
-98.12 606.3998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 641.0549 m
-447.28 606.3998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 625.4659 Td
-/F1.0 10.5 Tf
-<54686520617274696661637420697320666f756e6420616e642073747265616d65642e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 640.4299 m
-547.04 640.4299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 606.6498 m
-547.04 606.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 641.0549 m
-447.28 606.3998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 641.0549 m
-547.04 606.3998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 625.4659 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 606.6498 m
-98.12 606.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 572.8697 m
-98.12 572.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 606.8998 m
-48.24 572.6197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 606.8998 m
-98.12 572.6197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 591.6858 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 606.6498 m
-447.28 606.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 572.8697 m
-447.28 572.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 606.8998 m
-98.12 572.6197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 606.8998 m
-447.28 572.6197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 591.6858 Td
-/F1.0 10.5 Tf
-<4d697373696e672027582d45434f4d502d496e7374616e6365494427204854545020686561646572202d20504f4c35303031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 606.6498 m
-547.04 606.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 572.8697 m
-547.04 572.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 606.8998 m
-447.28 572.6197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 606.8998 m
-547.04 572.6197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 591.6858 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 572.8697 m
-98.12 572.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 523.3096 m
-98.12 523.3096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 573.1197 m
-48.24 523.0596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 573.1197 m
-98.12 523.0596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 550.0157 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 572.8697 m
-447.28 572.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 523.3096 m
-447.28 523.3096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 573.1197 m
-98.12 523.0596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 573.1197 m
-447.28 523.0596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 557.9057 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 542.1257 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 572.8697 m
-547.04 572.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 523.3096 m
-547.04 523.3096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 573.1197 m
-447.28 523.0596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 573.1197 m
-547.04 523.0596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 550.0157 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 523.3096 m
-98.12 523.3096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 489.5295 m
-98.12 489.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 523.5596 m
-48.24 489.2795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 523.5596 m
-98.12 489.2795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 508.3456 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 523.3096 m
-447.28 523.3096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 489.5295 m
-447.28 489.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 523.5596 m
-98.12 489.2795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 523.5596 m
-447.28 489.2795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 508.3456 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 523.3096 m
-547.04 523.3096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 489.5295 m
-547.04 489.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 523.5596 m
-447.28 489.2795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 523.5596 m
-547.04 489.2795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 508.3456 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 489.5295 m
-98.12 489.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 455.7494 m
-98.12 455.7494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 489.7795 m
-48.24 455.4994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 489.7795 m
-98.12 455.4994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 474.5655 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 489.5295 m
-447.28 489.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 455.7494 m
-447.28 455.7494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 489.7795 m
-98.12 455.4994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 489.7795 m
-447.28 455.4994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 474.5655 Td
-/F1.0 10.5 Tf
-[<537065636966696564206172746966616374206973206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334353035>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 489.5295 m
-547.04 489.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 455.7494 m
-547.04 455.7494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 489.7795 m
-447.28 455.4994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 489.7795 m
-547.04 455.4994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 474.5655 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 455.7494 m
-98.12 455.7494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 406.1893 m
-98.12 406.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 455.9994 m
-48.24 405.9393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 455.9994 m
-98.12 405.9393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 432.8954 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 455.7494 m
-447.28 455.7494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 406.1893 m
-447.28 406.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 455.9994 m
-98.12 405.9393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 455.9994 m
-447.28 405.9393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-11.0474 Tw
-
-BT
-101.12 440.7854 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f7765643a20496e76616c69642048545450206d6574686f6420747970652075736564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 425.0054 Td
-/F1.0 10.5 Tf
-[<28505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 455.7494 m
-547.04 455.7494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 406.1893 m
-547.04 406.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 455.9994 m
-447.28 405.9393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 455.9994 m
-547.04 405.9393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 432.8954 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 406.1893 m
-98.12 406.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 340.8492 m
-98.12 340.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 406.4393 m
-48.24 340.5992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 406.4393 m
-98.12 340.5992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 375.4453 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 406.1893 m
-447.28 406.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 340.8492 m
-447.28 340.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 406.4393 m
-98.12 340.5992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 406.4393 m
-447.28 340.5992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8576 Tw
-
-BT
-101.12 391.2253 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d206f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8529 Tw
-
-BT
-101.12 375.4453 Td
-/F1.0 10.5 Tf
-<43616d627269612053657276696365206661696c7572652e2045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e756520746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 359.6653 Td
-/F1.0 10.5 Tf
-<617474656d70747320746f2067657420746865206e656564656420696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 406.1893 m
-547.04 406.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 340.8492 m
-547.04 340.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 406.4393 m
-447.28 340.5992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 406.4393 m
-547.04 340.5992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 375.4453 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 310.1652 Td
-/F2.0 13 Tf
-<436f6e73756d6573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 283.6052 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 285.7892 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 252.8852 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 226.3252 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 228.5092 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6f637465742d73747265616d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 195.6052 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 169.0452 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 169.0452 Td
-/F1.0 10.5 Tf
-<446973747269627574696f6e20436174616c6f6720536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 129.2052 Td
-/F2.0 18 Tf
-<616374697661746520612073657276696365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 113.1492 m
-543.04 113.1492 l
-545.2491 113.1492 547.04 111.3583 547.04 109.1492 c
-547.04 80.4092 l
-547.04 78.2001 545.2491 76.4092 543.04 76.4092 c
-52.24 76.4092 l
-50.0309 76.4092 48.24 78.2001 48.24 80.4092 c
-48.24 109.1492 l
-48.24 111.3583 50.0309 113.1492 52.24 113.1492 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 113.1492 m
-543.04 113.1492 l
-545.2491 113.1492 547.04 111.3583 547.04 109.1492 c
-547.04 80.4092 l
-547.04 78.2001 545.2491 76.4092 543.04 76.4092 c
-52.24 76.4092 l
-50.0309 76.4092 48.24 78.2001 48.24 80.4092 c
-48.24 109.1492 l
-48.24 111.3583 50.0309 113.1492 52.24 113.1492 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 90.3242 Td
-/F4.0 11 Tf
-<504f5354202f76312f636174616c6f672f73657276696365732f7b73657276696365555549447d2f646973747269627574696f6e2f7b6f70456e7649647d2f6163746976617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-541.009 14.388 Td
-/F1.0 9 Tf
-<39> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-75 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 74 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-76 0 obj
-[75 0 R /XYZ 0 708.2699 null]
-endobj
-77 0 obj
-<< /Limits [(_responses_20) (_tags)]
-/Names [(_responses_20) 245 0 R (_responses_21) 257 0 R (_responses_22) 272 0 R (_responses_3) 54 0 R (_responses_4) 65 0 R (_responses_5) 76 0 R (_responses_6) 86 0 R (_responses_7) 99 0 R (_responses_8) 111 0 R (_responses_9) 123 0 R (_schemadefinition) 483 0 R (_serverlistresponse) 486 0 R (_subcategorydefinition) 489 0 R (_tags) 23 0 R]
->>
-endobj
-78 0 obj
-[75 0 R /XYZ 0 328.8492 null]
-endobj
-79 0 obj
-[75 0 R /XYZ 0 271.5692 null]
-endobj
-80 0 obj
-[75 0 R /XYZ 0 214.2892 null]
-endobj
-81 0 obj
-[75 0 R /XYZ 0 153.2292 null]
-endobj
-82 0 obj
-<< /Length 29784
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 792.006 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 765.446 Td
-/F1.0 10.5 Tf
-[<41> 20.0195 <637469766174657320612073657276696365>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 730.946 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 696.07 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 696.07 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 696.07 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 696.07 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 646.5099 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 646.5099 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 646.5099 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 646.5099 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 596.9498 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 596.9498 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 596.9498 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 596.9498 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 547.3897 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 547.3897 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 547.3897 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 547.3897 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 497.8296 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 497.8296 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 497.8296 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 497.8296 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 432.4895 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 432.4895 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 432.4895 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 432.4895 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 367.1494 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 367.1494 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 367.1494 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 367.1494 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 317.5893 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 317.5893 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 317.5893 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 317.5893 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 268.0292 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 268.0292 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 268.0292 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 268.0292 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 218.4691 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 218.4691 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 218.4691 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 218.4691 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 716.35 m
-103.6622 716.35 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 696.07 m
-103.6622 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 716.6 m
-48.24 695.445 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 716.6 m
-103.6622 695.445 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 700.103 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 716.35 m
-186.7952 716.35 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 696.07 m
-186.7952 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 716.6 m
-103.6622 695.445 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 716.6 m
-186.7952 695.445 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 700.103 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 716.35 m
-436.1952 716.35 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 696.07 m
-436.1952 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 716.6 m
-186.7952 695.445 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 716.6 m
-436.1952 695.445 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 700.103 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 716.35 m
-547.04 716.35 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 696.07 m
-547.04 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 716.6 m
-436.1952 695.445 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 716.6 m
-547.04 695.445 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 700.103 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 696.07 m
-103.6622 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 646.5099 m
-103.6622 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 696.695 m
-48.24 646.2599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 696.695 m
-103.6622 646.2599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 673.216 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 696.07 m
-186.7952 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 646.5099 m
-186.7952 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 696.695 m
-103.6622 646.2599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 696.695 m
-186.7952 646.2599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 681.106 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 665.326 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 665.326 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 696.07 m
-436.1952 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 646.5099 m
-436.1952 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 696.695 m
-186.7952 646.2599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 696.695 m
-436.1952 646.2599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 681.106 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 665.326 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 696.07 m
-547.04 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 646.5099 m
-547.04 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 696.695 m
-436.1952 646.2599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 696.695 m
-547.04 646.2599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 673.216 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 646.5099 m
-103.6622 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 596.9498 m
-103.6622 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 646.7599 m
-48.24 596.6998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 646.7599 m
-103.6622 596.6998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 623.6559 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 646.5099 m
-186.7952 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 596.9498 m
-186.7952 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 646.7599 m
-103.6622 596.6998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 646.7599 m
-186.7952 596.6998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 631.5459 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 615.7659 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 615.7659 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 646.5099 m
-436.1952 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 596.9498 m
-436.1952 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 646.7599 m
-186.7952 596.6998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 646.7599 m
-436.1952 596.6998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 623.6559 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 646.5099 m
-547.04 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 596.9498 m
-547.04 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 646.7599 m
-436.1952 596.6998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 646.7599 m
-547.04 596.6998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 623.6559 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 596.9498 m
-103.6622 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 547.3897 m
-103.6622 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 597.1998 m
-48.24 547.1397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 597.1998 m
-103.6622 547.1397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 574.0958 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 596.9498 m
-186.7952 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 547.3897 m
-186.7952 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 597.1998 m
-103.6622 547.1397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 597.1998 m
-186.7952 547.1397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 581.9858 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d54797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 566.2058 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 566.2058 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 596.9498 m
-436.1952 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 547.3897 m
-436.1952 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 597.1998 m
-186.7952 547.1397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 597.1998 m
-436.1952 547.1397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 581.9858 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 566.2058 Td
-/F1.0 10.5 Tf
-<72657175657374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 596.9498 m
-547.04 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 547.3897 m
-547.04 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 597.1998 m
-436.1952 547.1397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 597.1998 m
-547.04 547.1397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 574.0958 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 547.3897 m
-103.6622 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 497.8296 m
-103.6622 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 547.6397 m
-48.24 497.5796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 547.6397 m
-103.6622 497.5796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 524.5357 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 547.3897 m
-186.7952 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 497.8296 m
-186.7952 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 547.6397 m
-103.6622 497.5796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 547.6397 m
-186.7952 497.5796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 532.4257 Td
-/F2.0 10.5 Tf
-<555345525f4944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 516.6457 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 516.6457 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 547.3897 m
-436.1952 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 497.8296 m
-436.1952 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 547.6397 m
-186.7952 497.5796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 547.6397 m
-436.1952 497.5796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 524.5357 Td
-/F1.0 10.5 Tf
-<5468652075736572206964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 547.3897 m
-547.04 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 497.8296 m
-547.04 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 547.6397 m
-436.1952 497.5796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 547.6397 m
-547.04 497.5796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 524.5357 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 497.8296 m
-103.6622 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 432.4895 m
-103.6622 432.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 498.0796 m
-48.24 432.2395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 498.0796 m
-103.6622 432.2395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 467.0856 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 497.8296 m
-186.7952 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 432.4895 m
-186.7952 432.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 498.0796 m
-103.6622 432.2395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 498.0796 m
-186.7952 432.2395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 482.8656 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 467.0856 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 451.3056 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 451.3056 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 497.8296 m
-436.1952 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 432.4895 m
-436.1952 432.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 498.0796 m
-186.7952 432.2395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 498.0796 m
-436.1952 432.2395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 467.0856 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 497.8296 m
-547.04 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 432.4895 m
-547.04 432.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 498.0796 m
-436.1952 432.2395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 498.0796 m
-547.04 432.2395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 467.0856 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 432.4895 m
-103.6622 432.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 367.1494 m
-103.6622 367.1494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 432.7395 m
-48.24 366.8994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 432.7395 m
-103.6622 366.8994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 401.7455 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 432.4895 m
-186.7952 432.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 367.1494 m
-186.7952 367.1494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 432.7395 m
-103.6622 366.8994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 432.7395 m
-186.7952 366.8994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 417.5255 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 401.7455 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 385.9655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 385.9655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 432.4895 m
-436.1952 432.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 367.1494 m
-436.1952 367.1494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 432.7395 m
-186.7952 366.8994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 432.7395 m
-436.1952 366.8994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 401.7455 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 432.4895 m
-547.04 432.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 367.1494 m
-547.04 367.1494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 432.7395 m
-436.1952 366.8994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 432.7395 m
-547.04 366.8994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 401.7455 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 367.1494 m
-103.6622 367.1494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.5893 m
-103.6622 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 367.3994 m
-48.24 317.3393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 367.3994 m
-103.6622 317.3393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 344.2954 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 367.1494 m
-186.7952 367.1494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 317.5893 m
-186.7952 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 367.3994 m
-103.6622 317.3393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 367.3994 m
-186.7952 317.3393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 352.1854 Td
-/F2.0 10.5 Tf
-<6f70456e764964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 336.4054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 336.4054 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 367.1494 m
-436.1952 367.1494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 317.5893 m
-436.1952 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 367.3994 m
-186.7952 317.3393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 367.3994 m
-436.1952 317.3393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-6.8543 Tw
-
-BT
-189.7952 352.1854 Td
-/F1.0 10.5 Tf
-[<546865206f706572> 20.0195 <6174696f6e616c20656e7669726f6e6d656e74206f6e20776869636820746f>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 336.4054 Td
-/F1.0 10.5 Tf
-<6163746976617465207468652073657276696365206f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 367.1494 m
-547.04 367.1494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 317.5893 m
-547.04 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 367.3994 m
-436.1952 317.3393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 367.3994 m
-547.04 317.3393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 344.2954 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.5893 m
-103.6622 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 268.0292 m
-103.6622 268.0292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.8393 m
-48.24 267.7792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 317.8393 m
-103.6622 267.7792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 294.7353 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 317.5893 m
-186.7952 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 268.0292 m
-186.7952 268.0292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 317.8393 m
-103.6622 267.7792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 317.8393 m
-186.7952 267.7792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 302.6253 Td
-/F2.0 10.5 Tf
-<7365727669636555554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 286.8453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 286.8453 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 317.5893 m
-436.1952 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 268.0292 m
-436.1952 268.0292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 317.8393 m
-186.7952 267.7792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 317.8393 m
-436.1952 267.7792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 294.7353 Td
-/F1.0 10.5 Tf
-<54686520736572766963655555696420746f206163746976617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 317.5893 m
-547.04 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 268.0292 m
-547.04 268.0292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 317.8393 m
-436.1952 267.7792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.8393 m
-547.04 267.7792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 294.7353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 268.0292 m
-103.6622 268.0292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 218.4691 m
-103.6622 218.4691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 268.2792 m
-48.24 218.2191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 268.2792 m
-103.6622 218.2191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 245.1752 Td
-/F2.0 10.5 Tf
-<426f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 268.0292 m
-186.7952 268.0292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 218.4691 m
-186.7952 218.4691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 268.2792 m
-103.6622 218.2191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 268.2792 m
-186.7952 218.2191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 253.0652 Td
-/F2.0 10.5 Tf
-<626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 237.2852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 237.2852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 268.0292 m
-436.1952 268.0292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 218.4691 m
-436.1952 218.4691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 268.2792 m
-186.7952 218.2191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 268.2792 m
-436.1952 218.2191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 268.0292 m
-547.04 268.0292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 218.4691 m
-547.04 218.4691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 268.2792 m
-436.1952 218.2191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 268.2792 m
-547.04 218.2191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 245.1752 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 187.7851 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 138.6291 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 138.6291 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 138.6291 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 89.069 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 89.069 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 89.069 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 55.2889 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 55.2889 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 55.2889 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 173.1891 m
-98.12 173.1891 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 138.6291 m
-98.12 138.6291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 173.4391 m
-48.24 138.0041 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 173.4391 m
-98.12 138.0041 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 156.9421 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 142.6621 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 173.1891 m
-447.28 173.1891 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 138.6291 m
-447.28 138.6291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 173.4391 m
-98.12 138.0041 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 173.4391 m
-447.28 138.0041 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 149.8021 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 173.1891 m
-547.04 173.1891 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 138.6291 m
-547.04 138.6291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 173.4391 m
-447.28 138.0041 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 173.4391 m
-547.04 138.0041 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 149.8021 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 138.6291 m
-98.12 138.6291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 89.069 m
-98.12 89.069 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 139.2541 m
-48.24 88.819 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 139.2541 m
-98.12 88.819 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 115.7751 Td
-/F2.0 10.5 Tf
-<323032> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 138.6291 m
-447.28 138.6291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 89.069 m
-447.28 89.069 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 139.2541 m
-98.12 88.819 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 139.2541 m
-447.28 88.819 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.3138 Tw
-
-BT
-101.12 123.6651 Td
-/F1.0 10.5 Tf
-[<45434f4d5020636f6d706f6e656e742069732061757468656e7469636174656420616e642072657175697265642073657276696365206d61> 20.0195 <79206265>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 107.8851 Td
-/F1.0 10.5 Tf
-<6469737472696275746564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 138.6291 m
-547.04 138.6291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 89.069 m
-547.04 89.069 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 139.2541 m
-447.28 88.819 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 139.2541 m
-547.04 88.819 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 115.7751 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 89.069 m
-98.12 89.069 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 55.2889 m
-98.12 55.2889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 89.319 m
-48.24 55.0389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 89.319 m
-98.12 55.0389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 74.105 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 89.069 m
-447.28 89.069 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 55.2889 m
-447.28 55.2889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 89.319 m
-98.12 55.0389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 89.319 m
-447.28 55.0389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 74.105 Td
-/F1.0 10.5 Tf
-[<546865207265736f75726365206e616d65206973206d697373696e6720696e20746865207265717565737420626f6479202d2053> 20.0195 <56> 20.0195 <4334303632>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 89.069 m
-547.04 89.069 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 55.2889 m
-547.04 55.2889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 89.319 m
-447.28 55.0389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 89.319 m
-547.04 55.0389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 74.105 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3130> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-83 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 82 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-84 0 obj
-[83 0 R /XYZ 0 841.89 null]
-endobj
-85 0 obj
-[83 0 R /XYZ 0 749.63 null]
-endobj
-86 0 obj
-[83 0 R /XYZ 0 206.4691 null]
-endobj
-87 0 obj
-<< /Length 16900
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 771.33 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 771.33 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 771.33 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 721.7699 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 721.7699 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 721.7699 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 687.9898 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 687.9898 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 687.9898 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 654.2097 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 654.2097 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 654.2097 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 604.6496 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 604.6496 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 604.6496 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 570.8695 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 570.8695 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 570.8695 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 505.5294 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 505.5294 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 505.5294 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 455.9693 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 455.9693 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 455.9693 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-98.12 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 775.363 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 805.89 m
-447.28 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 782.503 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 782.503 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 721.7699 m
-98.12 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.58 m
-48.24 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 748.476 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 721.7699 m
-447.28 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 756.366 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 740.586 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 721.7699 m
-547.04 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 771.58 m
-547.04 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 748.476 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 721.7699 m
-98.12 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 687.9898 m
-98.12 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 722.0199 m
-48.24 687.7398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 722.0199 m
-98.12 687.7398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 706.8059 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 721.7699 m
-447.28 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 687.9898 m
-447.28 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 722.0199 m
-98.12 687.7398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 722.0199 m
-447.28 687.7398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 706.8059 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 721.7699 m
-547.04 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 687.9898 m
-547.04 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 722.0199 m
-447.28 687.7398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 722.0199 m
-547.04 687.7398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 706.8059 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 687.9898 m
-98.12 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 654.2097 m
-98.12 654.2097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 688.2398 m
-48.24 653.9597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 688.2398 m
-98.12 653.9597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 673.0258 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 687.9898 m
-447.28 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 654.2097 m
-447.28 654.2097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 688.2398 m
-98.12 653.9597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 688.2398 m
-447.28 653.9597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 673.0258 Td
-/F1.0 10.5 Tf
-[<4572726f723a20526571756573746564202725312720287575696429207265736f7572636520776173206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334303633>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 687.9898 m
-547.04 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 654.2097 m
-547.04 654.2097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 688.2398 m
-447.28 653.9597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 688.2398 m
-547.04 653.9597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 673.0258 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 654.2097 m
-98.12 654.2097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 604.6496 m
-98.12 604.6496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 654.4597 m
-48.24 604.3996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 654.4597 m
-98.12 604.3996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 631.3557 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 654.2097 m
-447.28 654.2097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 604.6496 m
-447.28 604.6496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 654.4597 m
-98.12 604.3996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 654.4597 m
-447.28 604.3996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-7.5844 Tw
-
-BT
-101.12 639.2457 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f776564203a20496e76616c69642048545450206d6574686f64207479706520757365642028> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 623.4657 Td
-/F1.0 10.5 Tf
-[<505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 654.2097 m
-547.04 654.2097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 604.6496 m
-547.04 604.6496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 654.4597 m
-447.28 604.3996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 654.4597 m
-547.04 604.3996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 631.3557 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 604.6496 m
-98.12 604.6496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 570.8695 m
-98.12 570.8695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 604.8996 m
-48.24 570.6195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 604.8996 m
-98.12 570.6195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 589.6856 Td
-/F2.0 10.5 Tf
-<343039> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 604.6496 m
-447.28 604.6496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 570.8695 m
-447.28 570.8695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 604.8996 m
-98.12 570.6195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 604.8996 m
-447.28 570.6195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 589.6856 Td
-/F1.0 10.5 Tf
-<5365727669636520737461746520697320696e76616c696420666f72207468697320616374696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 604.6496 m
-547.04 604.6496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 570.8695 m
-547.04 570.8695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 604.8996 m
-447.28 570.6195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 604.8996 m
-547.04 570.6195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 589.6856 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 570.8695 m
-98.12 570.8695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 505.5294 m
-98.12 505.5294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 571.1195 m
-48.24 505.2794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 571.1195 m
-98.12 505.2794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 540.1255 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 570.8695 m
-447.28 570.8695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 505.5294 m
-447.28 505.5294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 571.1195 m
-98.12 505.2794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 571.1195 m
-447.28 505.2794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.6866 Tw
-
-BT
-101.12 555.9055 Td
-/F1.0 10.5 Tf
-<5468652072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d2e2045434f4d50> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-6.1135 Tw
-
-BT
-101.12 540.1255 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e742073686f756c6420636f6e74696e75652074686520617474656d70747320746f2067657420746865206e6565646564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 524.3455 Td
-/F1.0 10.5 Tf
-<696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 570.8695 m
-547.04 570.8695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 505.5294 m
-547.04 505.5294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 571.1195 m
-447.28 505.2794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 571.1195 m
-547.04 505.2794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 540.1255 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 505.5294 m
-98.12 505.5294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 455.9693 m
-98.12 455.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 505.7794 m
-48.24 455.7193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 505.7794 m
-98.12 455.7193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 482.6754 Td
-/F2.0 10.5 Tf
-<353032> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 505.5294 m
-447.28 505.5294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 455.9693 m
-447.28 455.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 505.7794 m
-98.12 455.7193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 505.7794 m
-447.28 455.7193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-0.1189 Tw
-
-BT
-101.12 490.5654 Td
-/F1.0 10.5 Tf
-[<546865207365727665722077617320616374696e67206173206120676174657761> 20.0195 <79206f722070726f787920616e6420726563656976656420616e20696e76616c6964>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 474.7854 Td
-/F1.0 10.5 Tf
-<726573706f6e73652066726f6d2074686520757073747265616d20736572766572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 505.5294 m
-547.04 505.5294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 455.9693 m
-547.04 455.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 505.7794 m
-447.28 455.7193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 505.7794 m
-547.04 455.7193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 482.6754 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 425.2853 Td
-/F2.0 13 Tf
-<436f6e73756d6573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 398.7253 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 400.9093 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 368.0053 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 341.4453 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 343.6293 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 310.7253 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 284.1653 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 284.1653 Td
-/F1.0 10.5 Tf
-[<536572766963652041> 20.0195 <637469766174696f6e2045787465726e616c20536572766c6574>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 244.3253 Td
-/F2.0 18 Tf
-<637265617465732061207265736f75726365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 228.2693 m
-543.04 228.2693 l
-545.2491 228.2693 547.04 226.4784 547.04 224.2693 c
-547.04 195.5293 l
-547.04 193.3202 545.2491 191.5293 543.04 191.5293 c
-52.24 191.5293 l
-50.0309 191.5293 48.24 193.3202 48.24 195.5293 c
-48.24 224.2693 l
-48.24 226.4784 50.0309 228.2693 52.24 228.2693 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 228.2693 m
-543.04 228.2693 l
-545.2491 228.2693 547.04 226.4784 547.04 224.2693 c
-547.04 195.5293 l
-547.04 193.3202 545.2491 191.5293 543.04 191.5293 c
-52.24 191.5293 l
-50.0309 191.5293 48.24 193.3202 48.24 195.5293 c
-48.24 224.2693 l
-48.24 226.4784 50.0309 228.2693 52.24 228.2693 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 205.4443 Td
-/F4.0 11 Tf
-<504f5354202f76312f636174616c6f672f7b6173736574547970657d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 160.8453 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 134.2853 Td
-/F1.0 10.5 Tf
-<437265617465732061207265736f75726365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 99.7853 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3131> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-88 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 87 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-89 0 obj
-[88 0 R /XYZ 0 443.9693 null]
-endobj
-90 0 obj
-[88 0 R /XYZ 0 386.6893 null]
-endobj
-91 0 obj
-[88 0 R /XYZ 0 329.4093 null]
-endobj
-92 0 obj
-[88 0 R /XYZ 0 268.3493 null]
-endobj
-93 0 obj
-<< /Limits [(_description_20) (_downloadresourceinstanceartifactbyname)]
-/Names [(_description_20) 254 0 R (_description_21) 267 0 R (_description_3) 48 0 R (_description_4) 61 0 R (_description_5) 72 0 R (_description_6) 84 0 R (_description_7) 94 0 R (_description_8) 107 0 R (_description_9) 118 0 R (_downloadcomponentartifact) 141 0 R (_downloadresourceartifact) 71 0 R (_downloadresourceinstanceartifact) 210 0 R (_downloadresourceinstanceartifactbyname) 60 0 R]
->>
-endobj
-94 0 obj
-[88 0 R /XYZ 0 179.5293 null]
-endobj
-95 0 obj
-[88 0 R /XYZ 0 118.4693 null]
-endobj
-96 0 obj
-<< /Length 32356
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 736.0499 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 736.0499 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 736.0499 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 686.4898 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 686.4898 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 686.4898 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 636.9297 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 636.9297 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 636.9297 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 587.3696 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 587.3696 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 587.3696 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 522.0295 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 522.0295 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 522.0295 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 522.0295 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 456.6894 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 456.6894 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 456.6894 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 456.6894 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 407.1293 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 407.1293 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 407.1293 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 407.1293 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 357.5692 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 357.5692 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 357.5692 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 357.5692 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-103.6622 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 786.235 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 786.235 m
-103.6622 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 762.756 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.0499 m
-186.7952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 786.235 m
-103.6622 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 786.235 m
-186.7952 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 770.646 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.0499 m
-436.1952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 786.235 m
-186.7952 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 786.235 m
-436.1952 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 770.646 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 754.866 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 786.235 m
-436.1952 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 786.235 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-103.6622 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-103.6622 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.2999 m
-103.6622 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 713.1959 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.0499 m
-186.7952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 686.4898 m
-186.7952 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.2999 m
-103.6622 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.2999 m
-186.7952 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 721.0859 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.0499 m
-436.1952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 686.4898 m
-436.1952 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.2999 m
-186.7952 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.2999 m
-436.1952 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 713.1959 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.2999 m
-436.1952 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-103.6622 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-103.6622 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 686.7398 m
-103.6622 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 663.6358 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 686.4898 m
-186.7952 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 636.9297 m
-186.7952 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 686.7398 m
-103.6622 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 686.7398 m
-186.7952 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 671.5258 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d54797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 655.7458 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 686.4898 m
-436.1952 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 636.9297 m
-436.1952 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 686.7398 m
-186.7952 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 686.7398 m
-436.1952 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 671.5258 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 655.7458 Td
-/F1.0 10.5 Tf
-<72657175657374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 686.7398 m
-436.1952 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-103.6622 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-103.6622 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 637.1797 m
-103.6622 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 614.0757 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 636.9297 m
-186.7952 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 587.3696 m
-186.7952 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 637.1797 m
-103.6622 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 637.1797 m
-186.7952 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 621.9657 Td
-/F2.0 10.5 Tf
-<555345525f4944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 606.1857 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 636.9297 m
-436.1952 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 587.3696 m
-436.1952 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 637.1797 m
-186.7952 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 637.1797 m
-436.1952 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 614.0757 Td
-/F1.0 10.5 Tf
-<5468652075736572206964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 637.1797 m
-436.1952 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-103.6622 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 522.0295 m
-103.6622 522.0295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 521.7795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 587.6196 m
-103.6622 521.7795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 587.3696 m
-186.7952 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 522.0295 m
-186.7952 522.0295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 587.6196 m
-103.6622 521.7795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 587.6196 m
-186.7952 521.7795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 572.4056 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 556.6256 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 540.8456 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 540.8456 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 587.3696 m
-436.1952 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 522.0295 m
-436.1952 522.0295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 587.6196 m
-186.7952 521.7795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 587.6196 m
-436.1952 521.7795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 556.6256 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 522.0295 m
-547.04 522.0295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 587.6196 m
-436.1952 521.7795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 521.7795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 556.6256 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 522.0295 m
-103.6622 522.0295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 456.6894 m
-103.6622 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 522.2795 m
-48.24 456.4394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 522.2795 m
-103.6622 456.4394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 491.2855 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 522.0295 m
-186.7952 522.0295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 456.6894 m
-186.7952 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 522.2795 m
-103.6622 456.4394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 522.2795 m
-186.7952 456.4394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 507.0655 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 491.2855 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 475.5055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 475.5055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 522.0295 m
-436.1952 522.0295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 456.6894 m
-436.1952 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 522.2795 m
-186.7952 456.4394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 522.2795 m
-436.1952 456.4394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 491.2855 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 522.0295 m
-547.04 522.0295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 456.6894 m
-547.04 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 522.2795 m
-436.1952 456.4394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 522.2795 m
-547.04 456.4394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 491.2855 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 456.6894 m
-103.6622 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 407.1293 m
-103.6622 407.1293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 456.9394 m
-48.24 406.8793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 456.9394 m
-103.6622 406.8793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 433.8354 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 456.6894 m
-186.7952 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 407.1293 m
-186.7952 407.1293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 456.9394 m
-103.6622 406.8793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 456.9394 m
-186.7952 406.8793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 441.7254 Td
-/F2.0 10.5 Tf
-<617373657454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 425.9454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 425.9454 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 456.6894 m
-436.1952 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 407.1293 m
-436.1952 407.1293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 456.9394 m
-186.7952 406.8793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 456.9394 m
-436.1952 406.8793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 433.8354 Td
-/F1.0 10.5 Tf
-<546865207265717565737465642061737365742074797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 456.6894 m
-547.04 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 407.1293 m
-547.04 407.1293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 456.9394 m
-436.1952 406.8793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 456.9394 m
-547.04 406.8793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-18.4298 Tw
-
-BT
-439.1952 441.7254 Td
-/F1.0 10.5 Tf
-<656e756d20287265736f75726365732c> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 425.9454 Td
-/F1.0 10.5 Tf
-<736572766963657329> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 407.1293 m
-103.6622 407.1293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 357.5692 m
-103.6622 357.5692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 407.3793 m
-48.24 357.3192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 407.3793 m
-103.6622 357.3192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 384.2753 Td
-/F2.0 10.5 Tf
-<426f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 407.1293 m
-186.7952 407.1293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 357.5692 m
-186.7952 357.5692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 407.3793 m
-103.6622 357.3192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 407.3793 m
-186.7952 357.3192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 392.1653 Td
-/F2.0 10.5 Tf
-<626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 376.3853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 376.3853 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 407.1293 m
-436.1952 407.1293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 357.5692 m
-436.1952 357.5692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 407.3793 m
-186.7952 357.3192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 407.3793 m
-436.1952 357.3192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 384.2753 Td
-/F1.0 10.5 Tf
-<6a736f6e206465736372696265207468652063726561746564207265736f75726365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 407.1293 m
-547.04 407.1293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 357.5692 m
-547.04 357.5692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 407.3793 m
-436.1952 357.3192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 407.3793 m
-547.04 357.3192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-439.1952 384.2753 Td
-/F1.0 10.5 Tf
-<5265736f75726365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 326.8852 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 277.7292 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 277.7292 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 277.7292 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 243.9491 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 243.9491 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 243.9491 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 194.389 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 194.389 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 194.389 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 144.8289 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 144.8289 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 144.8289 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 111.0488 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 111.0488 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 111.0488 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 77.2687 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 77.2687 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 77.2687 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 312.2892 m
-98.12 312.2892 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 277.7292 m
-98.12 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 312.5392 m
-48.24 277.1042 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 312.5392 m
-98.12 277.1042 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 296.0422 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 281.7622 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 312.2892 m
-447.28 312.2892 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.7292 m
-447.28 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 312.5392 m
-98.12 277.1042 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 312.5392 m
-447.28 277.1042 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 288.9022 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 312.2892 m
-547.04 312.2892 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.7292 m
-547.04 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 312.5392 m
-447.28 277.1042 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 312.5392 m
-547.04 277.1042 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 288.9022 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 277.7292 m
-98.12 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.9491 m
-98.12 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 278.3542 m
-48.24 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 278.3542 m
-98.12 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 262.7652 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.7292 m
-447.28 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 243.9491 m
-447.28 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 278.3542 m
-98.12 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 278.3542 m
-447.28 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 262.7652 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742069732061757468656e7469636174656420616e642041737365742063726561746564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.7292 m
-547.04 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 243.9491 m
-547.04 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 278.3542 m
-447.28 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 278.3542 m
-547.04 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 262.7652 Td
-/F1.0 10.5 Tf
-<5265736f75726365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.9491 m
-98.12 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.389 m
-98.12 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.1991 m
-48.24 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 244.1991 m
-98.12 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 221.0951 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 243.9491 m
-447.28 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.389 m
-447.28 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 244.1991 m
-98.12 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 244.1991 m
-447.28 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-4.3115 Tw
-
-BT
-101.12 228.9851 Td
-/F1.0 10.5 Tf
-[<437265617465205646434d5420726571756573743a205646434d54206e616d6520657863656564732063686172> 20.0195 <6163746572206c696d6974202d>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 213.2051 Td
-/F1.0 10.5 Tf
-[<53> 20.0195 <56> 20.0195 <4334303733>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 243.9491 m
-547.04 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.389 m
-547.04 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 244.1991 m
-447.28 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 244.1991 m
-547.04 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 221.0951 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.389 m
-98.12 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 144.8289 m
-98.12 144.8289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.639 m
-48.24 144.5789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.639 m
-98.12 144.5789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 171.535 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.389 m
-447.28 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 144.8289 m
-447.28 144.8289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.639 m
-98.12 144.5789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.639 m
-447.28 144.5789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 179.425 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 163.645 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.389 m
-547.04 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 144.8289 m
-547.04 144.8289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.639 m
-447.28 144.5789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 194.639 m
-547.04 144.5789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 171.535 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 144.8289 m
-98.12 144.8289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 111.0488 m
-98.12 111.0488 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 145.0789 m
-48.24 110.7988 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 145.0789 m
-98.12 110.7988 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 129.8649 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 144.8289 m
-447.28 144.8289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 111.0488 m
-447.28 111.0488 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 145.0789 m
-98.12 110.7988 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 145.0789 m
-447.28 110.7988 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 129.8649 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 144.8289 m
-547.04 144.8289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 111.0488 m
-547.04 111.0488 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 145.0789 m
-447.28 110.7988 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 145.0789 m
-547.04 110.7988 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 129.8649 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 111.0488 m
-98.12 111.0488 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 77.2687 m
-98.12 77.2687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 111.2988 m
-48.24 77.0187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 111.2988 m
-98.12 77.0187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 96.0848 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 111.0488 m
-447.28 111.0488 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 77.2687 m
-447.28 77.2687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 111.2988 m
-98.12 77.0187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 111.2988 m
-447.28 77.0187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 96.0848 Td
-/F1.0 10.5 Tf
-[<4572726f723a20526571756573746564202725312720287575696429207265736f7572636520776173206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334303633>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 111.0488 m
-547.04 111.0488 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 77.2687 m
-547.04 77.2687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 111.2988 m
-447.28 77.0187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 111.2988 m
-547.04 77.0187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 96.0848 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3132> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-97 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 96 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [98 0 R 100 0 R]
->>
-endobj
-98 0 obj
-<< /Border [0 0 0]
-/Dest (_resource)
-/Subtype /Link
-/Rect [439.1952 381.2093 484.8702 395.4893]
-/Type /Annot
->>
-endobj
-99 0 obj
-[97 0 R /XYZ 0 345.5692 null]
-endobj
-100 0 obj
-<< /Border [0 0 0]
-/Dest (_resource)
-/Subtype /Link
-/Rect [450.28 259.6992 495.955 273.9792]
-/Type /Annot
->>
-endobj
-101 0 obj
-<< /Length 17716
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 771.33 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 771.33 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 771.33 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 721.7699 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 721.7699 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 721.7699 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 656.4298 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 656.4298 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 656.4298 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-98.12 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 775.363 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 805.89 m
-447.28 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 782.503 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 782.503 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 721.7699 m
-98.12 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.58 m
-48.24 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 748.476 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 721.7699 m
-447.28 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-7.5844 Tw
-
-BT
-101.12 756.366 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f776564203a20496e76616c69642048545450206d6574686f64207479706520757365642028> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 740.586 Td
-/F1.0 10.5 Tf
-[<505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 721.7699 m
-547.04 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 771.58 m
-547.04 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 748.476 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 721.7699 m
-98.12 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 656.4298 m
-98.12 656.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 722.0199 m
-48.24 656.1798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 722.0199 m
-98.12 656.1798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 691.0259 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 721.7699 m
-447.28 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 656.4298 m
-447.28 656.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 722.0199 m
-98.12 656.1798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 722.0199 m
-447.28 656.1798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.0005 Tw
-
-BT
-101.12 706.8059 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d2e2045434f4d50> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-6.1135 Tw
-
-BT
-101.12 691.0259 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e742073686f756c6420636f6e74696e75652074686520617474656d70747320746f2067657420746865206e6565646564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 675.2459 Td
-/F1.0 10.5 Tf
-<696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 721.7699 m
-547.04 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 656.4298 m
-547.04 656.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 722.0199 m
-447.28 656.1798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 722.0199 m
-547.04 656.1798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 691.0259 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 625.7458 Td
-/F2.0 13 Tf
-<436f6e73756d6573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 599.1858 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 601.3698 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 568.4658 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 541.9058 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 544.0898 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 511.1858 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 484.6258 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 484.6258 Td
-/F1.0 10.5 Tf
-[<4352> 9.7656 <55442045787465726e616c20536572766c6574>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 444.7858 Td
-/F2.0 18 Tf
-[<46> 40.0391 <65746368206c697374206f6620617373657473>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 428.7298 m
-543.04 428.7298 l
-545.2491 428.7298 547.04 426.9389 547.04 424.7298 c
-547.04 395.9898 l
-547.04 393.7807 545.2491 391.9898 543.04 391.9898 c
-52.24 391.9898 l
-50.0309 391.9898 48.24 393.7807 48.24 395.9898 c
-48.24 424.7298 l
-48.24 426.9389 50.0309 428.7298 52.24 428.7298 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 428.7298 m
-543.04 428.7298 l
-545.2491 428.7298 547.04 426.9389 547.04 424.7298 c
-547.04 395.9898 l
-547.04 393.7807 545.2491 391.9898 543.04 391.9898 c
-52.24 391.9898 l
-50.0309 391.9898 48.24 393.7807 48.24 395.9898 c
-48.24 424.7298 l
-48.24 426.9389 50.0309 428.7298 52.24 428.7298 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 405.9048 Td
-/F4.0 11 Tf
-<474554202f76312f636174616c6f672f7b6173736574547970657d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 361.3058 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 334.7458 Td
-/F1.0 10.5 Tf
-<52657475726e73206c697374206f6620617373657473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 300.2458 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 265.3698 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 265.3698 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 265.3698 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 265.3698 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 215.8097 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 215.8097 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 215.8097 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 215.8097 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 166.2496 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 166.2496 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 166.2496 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 166.2496 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 100.9095 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 100.9095 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 100.9095 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 100.9095 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 285.6498 m
-103.6622 285.6498 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 265.3698 m
-103.6622 265.3698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 285.8998 m
-48.24 264.7448 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 285.8998 m
-103.6622 264.7448 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 269.4028 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 285.6498 m
-186.7952 285.6498 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 265.3698 m
-186.7952 265.3698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 285.8998 m
-103.6622 264.7448 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 285.8998 m
-186.7952 264.7448 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 269.4028 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 285.6498 m
-436.1952 285.6498 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 265.3698 m
-436.1952 265.3698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 285.8998 m
-186.7952 264.7448 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 285.8998 m
-436.1952 264.7448 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 269.4028 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 285.6498 m
-547.04 285.6498 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 265.3698 m
-547.04 265.3698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 285.8998 m
-436.1952 264.7448 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 285.8998 m
-547.04 264.7448 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 269.4028 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 265.3698 m
-103.6622 265.3698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 215.8097 m
-103.6622 215.8097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 265.9948 m
-48.24 215.5597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 265.9948 m
-103.6622 215.5597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 242.5158 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 265.3698 m
-186.7952 265.3698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 215.8097 m
-186.7952 215.8097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 265.9948 m
-103.6622 215.5597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 265.9948 m
-186.7952 215.5597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 250.4058 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 234.6258 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 234.6258 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 265.3698 m
-436.1952 265.3698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 215.8097 m
-436.1952 215.8097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 265.9948 m
-186.7952 215.5597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 265.9948 m
-436.1952 215.5597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 250.4058 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 234.6258 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 265.3698 m
-547.04 265.3698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 215.8097 m
-547.04 215.8097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 265.9948 m
-436.1952 215.5597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 265.9948 m
-547.04 215.5597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 242.5158 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 215.8097 m
-103.6622 215.8097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 166.2496 m
-103.6622 166.2496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 216.0597 m
-48.24 165.9996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 216.0597 m
-103.6622 165.9996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 192.9557 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 215.8097 m
-186.7952 215.8097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 166.2496 m
-186.7952 166.2496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 216.0597 m
-103.6622 165.9996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 216.0597 m
-186.7952 165.9996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 200.8457 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 185.0657 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 185.0657 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 215.8097 m
-436.1952 215.8097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 166.2496 m
-436.1952 166.2496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 216.0597 m
-186.7952 165.9996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 216.0597 m
-436.1952 165.9996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 192.9557 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 215.8097 m
-547.04 215.8097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 166.2496 m
-547.04 166.2496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 216.0597 m
-436.1952 165.9996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 216.0597 m
-547.04 165.9996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 192.9557 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 166.2496 m
-103.6622 166.2496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 100.9095 m
-103.6622 100.9095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 166.4996 m
-48.24 100.6595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 166.4996 m
-103.6622 100.6595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 135.5056 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 166.2496 m
-186.7952 166.2496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 100.9095 m
-186.7952 100.9095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 166.4996 m
-103.6622 100.6595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 166.4996 m
-186.7952 100.6595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 151.2856 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 135.5056 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 119.7256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 119.7256 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 166.2496 m
-436.1952 166.2496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 100.9095 m
-436.1952 100.9095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 166.4996 m
-186.7952 100.6595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 166.4996 m
-436.1952 100.6595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 135.5056 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 166.2496 m
-547.04 166.2496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 100.9095 m
-547.04 100.9095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 166.4996 m
-436.1952 100.6595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 166.4996 m
-547.04 100.6595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 135.5056 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3133> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-102 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 101 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-103 0 obj
-[102 0 R /XYZ 0 644.4298 null]
-endobj
-104 0 obj
-[102 0 R /XYZ 0 587.1498 null]
-endobj
-105 0 obj
-[102 0 R /XYZ 0 529.8698 null]
-endobj
-106 0 obj
-[102 0 R /XYZ 0 468.8098 null]
-endobj
-107 0 obj
-[102 0 R /XYZ 0 379.9898 null]
-endobj
-108 0 obj
-[102 0 R /XYZ 0 318.9298 null]
-endobj
-109 0 obj
-<< /Length 30123
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 720.2699 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 720.2699 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 720.2699 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 720.2699 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 670.7098 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 670.7098 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 670.7098 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 670.7098 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 621.1497 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 621.1497 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 621.1497 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 621.1497 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 555.8096 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 555.8096 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 555.8096 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 555.8096 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 506.2495 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 506.2495 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 506.2495 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 506.2495 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 456.6894 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 456.6894 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 456.6894 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 456.6894 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 770.646 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 754.866 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 754.866 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.7098 m
-103.6622 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.5199 m
-48.24 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 697.4159 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.7098 m
-186.7952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-/F2.0 10.5 Tf
-<617373657454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 689.5259 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 689.5259 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.7098 m
-436.1952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 697.4159 Td
-/F1.0 10.5 Tf
-<546865207265717565737465642061737365742074797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.7098 m
-547.04 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 720.5199 m
-547.04 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-18.4298 Tw
-
-BT
-439.1952 705.3059 Td
-/F1.0 10.5 Tf
-<656e756d20287265736f75726365732c> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 689.5259 Td
-/F1.0 10.5 Tf
-<736572766963657329> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.7098 m
-103.6622 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 621.1497 m
-103.6622 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.9598 m
-48.24 620.8997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.9598 m
-103.6622 620.8997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 647.8558 Td
-/F2.0 10.5 Tf
-<5175657279> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.7098 m
-186.7952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 621.1497 m
-186.7952 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.9598 m
-103.6622 620.8997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.9598 m
-186.7952 620.8997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 655.7458 Td
-/F2.0 10.5 Tf
-<63617465676f7279> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 639.9658 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 639.9658 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.7098 m
-436.1952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 621.1497 m
-436.1952 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.9598 m
-186.7952 620.8997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.9598 m
-436.1952 620.8997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 647.8558 Td
-/F1.0 10.5 Tf
-[<5468652066696c746572206b> 20.0195 <657920287265736f7572636554797065206f6e6c7920666f72207265736f757263657329>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.7098 m
-547.04 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 621.1497 m
-547.04 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.9598 m
-436.1952 620.8997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 670.9598 m
-547.04 620.8997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 647.8558 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 621.1497 m
-103.6622 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 555.8096 m
-103.6622 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 621.3997 m
-48.24 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 621.3997 m
-103.6622 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 590.4057 Td
-/F2.0 10.5 Tf
-<5175657279> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 621.1497 m
-186.7952 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 555.8096 m
-186.7952 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 621.3997 m
-103.6622 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 621.3997 m
-186.7952 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 606.1857 Td
-/F2.0 10.5 Tf
-<646973747269627574696f6e5374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 590.4057 Td
-/F2.0 10.5 Tf
-<61747573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 574.6257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 574.6257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 621.1497 m
-436.1952 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 555.8096 m
-436.1952 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 621.3997 m
-186.7952 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 621.3997 m
-436.1952 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 590.4057 Td
-/F1.0 10.5 Tf
-[<5468652066696c746572206b> 20.0195 <657920287265736f7572636554797065206f6e6c7920666f72207265736f757263657329>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 621.1497 m
-547.04 621.1497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 555.8096 m
-547.04 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 621.3997 m
-436.1952 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 621.3997 m
-547.04 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 590.4057 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 555.8096 m
-103.6622 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 506.2495 m
-103.6622 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 556.0596 m
-48.24 505.9995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 556.0596 m
-103.6622 505.9995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 532.9556 Td
-/F2.0 10.5 Tf
-<5175657279> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 555.8096 m
-186.7952 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 506.2495 m
-186.7952 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 556.0596 m
-103.6622 505.9995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 556.0596 m
-186.7952 505.9995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 540.8456 Td
-/F2.0 10.5 Tf
-<7265736f7572636554797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 525.0656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 525.0656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 555.8096 m
-436.1952 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 506.2495 m
-436.1952 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 556.0596 m
-186.7952 505.9995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 556.0596 m
-436.1952 505.9995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 532.9556 Td
-/F1.0 10.5 Tf
-[<5468652066696c746572206b> 20.0195 <657920287265736f7572636554797065206f6e6c7920666f72207265736f757263657329>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 555.8096 m
-547.04 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 506.2495 m
-547.04 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 556.0596 m
-436.1952 505.9995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 556.0596 m
-547.04 505.9995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 532.9556 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 506.2495 m
-103.6622 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 456.6894 m
-103.6622 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 506.4995 m
-48.24 456.4394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 506.4995 m
-103.6622 456.4394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 483.3955 Td
-/F2.0 10.5 Tf
-<5175657279> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 506.2495 m
-186.7952 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 456.6894 m
-186.7952 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 506.4995 m
-103.6622 456.4394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 506.4995 m
-186.7952 456.4394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 491.2855 Td
-/F2.0 10.5 Tf
-<73756243617465676f7279> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 475.5055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 475.5055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 506.2495 m
-436.1952 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 456.6894 m
-436.1952 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 506.4995 m
-186.7952 456.4394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 506.4995 m
-436.1952 456.4394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 483.3955 Td
-/F1.0 10.5 Tf
-[<5468652066696c746572206b> 20.0195 <657920287265736f7572636554797065206f6e6c7920666f72207265736f757263657329>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 506.2495 m
-547.04 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 456.6894 m
-547.04 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 506.4995 m
-436.1952 456.4394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 506.4995 m
-547.04 456.4394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 483.3955 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 426.0054 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 376.8494 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 376.8494 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 376.8494 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 327.2893 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 327.2893 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 327.2893 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 293.5092 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 293.5092 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 293.5092 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 243.9491 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 243.9491 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 243.9491 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 210.169 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 210.169 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 210.169 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 160.6089 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 160.6089 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 160.6089 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 95.2688 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 95.2688 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 95.2688 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 411.4094 m
-98.12 411.4094 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 376.8494 m
-98.12 376.8494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 411.6594 m
-48.24 376.2244 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 411.6594 m
-98.12 376.2244 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 395.1624 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 380.8824 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 411.4094 m
-447.28 411.4094 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 376.8494 m
-447.28 376.8494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 411.6594 m
-98.12 376.2244 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 411.6594 m
-447.28 376.2244 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 388.0224 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 411.4094 m
-547.04 411.4094 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 376.8494 m
-547.04 376.8494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 411.6594 m
-447.28 376.2244 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 411.6594 m
-547.04 376.2244 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 388.0224 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 376.8494 m
-98.12 376.8494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 327.2893 m
-98.12 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 377.4744 m
-48.24 327.0393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 377.4744 m
-98.12 327.0393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 353.9954 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 376.8494 m
-447.28 376.8494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 327.2893 m
-447.28 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 377.4744 m
-98.12 327.0393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 377.4744 m
-447.28 327.0393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-4.8522 Tw
-
-BT
-101.12 361.8854 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742069732061757468656e7469636174656420616e64206c697374206f6620436174616c6f6720417373657473> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 346.1054 Td
-/F1.0 10.5 Tf
-<4d657461646174612069732072657475726e6564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 376.8494 m
-547.04 376.8494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 327.2893 m
-547.04 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 377.4744 m
-447.28 327.0393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 377.4744 m
-547.04 327.0393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.7037 Tw
-
-BT
-450.28 361.8854 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-1.7037 Tw
-
-BT
-460.5728 361.8854 Td
-/F1.0 10.5 Tf
-<41737365744d65746164617461> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.7037 Tw
-
-BT
-533.7473 361.8854 Td
-/F1.0 10.5 Tf
-<203e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 346.1054 Td
-/F1.0 10.5 Tf
-[<617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 327.2893 m
-98.12 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.5092 m
-98.12 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 327.5393 m
-48.24 293.2592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 327.5393 m
-98.12 293.2592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 312.3253 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 327.2893 m
-447.28 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 293.5092 m
-447.28 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 327.5393 m
-98.12 293.2592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 327.5393 m
-447.28 293.2592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 312.3253 Td
-/F1.0 10.5 Tf
-<4d697373696e672027582d45434f4d502d496e7374616e6365494427204854545020686561646572202d20504f4c35303031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 327.2893 m
-547.04 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 293.5092 m
-547.04 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 327.5393 m
-447.28 293.2592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 327.5393 m
-547.04 293.2592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 312.3253 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.5092 m
-98.12 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.9491 m
-98.12 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.7592 m
-48.24 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 293.7592 m
-98.12 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 270.6552 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 293.5092 m
-447.28 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 243.9491 m
-447.28 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 293.7592 m
-98.12 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 293.7592 m
-447.28 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 278.5452 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 262.7652 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 293.5092 m
-547.04 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 243.9491 m
-547.04 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 293.7592 m
-447.28 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 293.7592 m
-547.04 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 270.6552 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.9491 m
-98.12 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 210.169 m
-98.12 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.1991 m
-48.24 209.919 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 244.1991 m
-98.12 209.919 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 228.9851 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 243.9491 m
-447.28 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 210.169 m
-447.28 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 244.1991 m
-98.12 209.919 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 244.1991 m
-447.28 209.919 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 228.9851 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 243.9491 m
-547.04 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 210.169 m
-547.04 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 244.1991 m
-447.28 209.919 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 244.1991 m
-547.04 209.919 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 228.9851 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 210.169 m
-98.12 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.6089 m
-98.12 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 210.419 m
-48.24 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 210.419 m
-98.12 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 187.315 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 210.169 m
-447.28 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.6089 m
-447.28 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 210.419 m
-98.12 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 210.419 m
-447.28 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-7.5844 Tw
-
-BT
-101.12 195.205 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f776564203a20496e76616c69642048545450206d6574686f64207479706520757365642028> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 179.425 Td
-/F1.0 10.5 Tf
-[<505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 210.169 m
-547.04 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.6089 m
-547.04 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 210.419 m
-447.28 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 210.419 m
-547.04 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 187.315 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.6089 m
-98.12 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 95.2688 m
-98.12 95.2688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.8589 m
-48.24 95.0188 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.8589 m
-98.12 95.0188 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 129.8649 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.6089 m
-447.28 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 95.2688 m
-447.28 95.2688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.8589 m
-98.12 95.0188 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.8589 m
-447.28 95.0188 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.0005 Tw
-
-BT
-101.12 145.6449 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d2e2045434f4d50> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-6.1135 Tw
-
-BT
-101.12 129.8649 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e742073686f756c6420636f6e74696e75652074686520617474656d70747320746f2067657420746865206e6565646564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 114.0849 Td
-/F1.0 10.5 Tf
-<696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.6089 m
-547.04 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 95.2688 m
-547.04 95.2688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.8589 m
-447.28 95.0188 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 160.8589 m
-547.04 95.0188 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 129.8649 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3134> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-110 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 109 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [112 0 R]
->>
-endobj
-111 0 obj
-[110 0 R /XYZ 0 444.6894 null]
-endobj
-112 0 obj
-<< /Border [0 0 0]
-/Dest (_assetmetadata)
-/Subtype /Link
-/Rect [460.5728 358.8194 533.7473 373.0994]
-/Type /Annot
->>
-endobj
-113 0 obj
-<< /Length 24836
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 792.006 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 765.446 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 767.63 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 734.726 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 708.166 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 708.166 Td
-/F1.0 10.5 Tf
-<4173736574204d657461646174612045787465726e616c20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 668.326 Td
-/F2.0 18 Tf
-<75706c6f616473206f6620617274696661637420746f2061207265736f75726365206f722073657276696365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 652.27 m
-543.04 652.27 l
-545.2491 652.27 547.04 650.4791 547.04 648.27 c
-547.04 619.53 l
-547.04 617.3209 545.2491 615.53 543.04 615.53 c
-52.24 615.53 l
-50.0309 615.53 48.24 617.3209 48.24 619.53 c
-48.24 648.27 l
-48.24 650.4791 50.0309 652.27 52.24 652.27 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 652.27 m
-543.04 652.27 l
-545.2491 652.27 547.04 650.4791 547.04 648.27 c
-547.04 619.53 l
-547.04 617.3209 545.2491 615.53 543.04 615.53 c
-52.24 615.53 l
-50.0309 615.53 48.24 617.3209 48.24 619.53 c
-48.24 648.27 l
-48.24 650.4791 50.0309 652.27 52.24 652.27 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 629.445 Td
-/F4.0 11 Tf
-<504f5354202f76312f636174616c6f672f7b6173736574547970657d2f7b757569647d2f617274696661637473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 584.846 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 558.286 Td
-/F1.0 10.5 Tf
-<75706c6f616473206f6620617274696661637420746f2061207265736f75726365206f722073657276696365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 523.786 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 488.91 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 488.91 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 488.91 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 488.91 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 439.3499 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 439.3499 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 439.3499 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 439.3499 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.7898 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 389.7898 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 389.7898 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 389.7898 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 340.2297 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 340.2297 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 340.2297 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 340.2297 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.6696 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 290.6696 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 290.6696 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 290.6696 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 241.1095 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 241.1095 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 241.1095 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 241.1095 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 175.7694 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 175.7694 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 175.7694 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 175.7694 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 110.4293 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 110.4293 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 110.4293 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 110.4293 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 60.8692 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 60.8692 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 60.8692 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 60.8692 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 509.19 m
-103.6622 509.19 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.91 m
-103.6622 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 509.44 m
-48.24 488.285 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 509.44 m
-103.6622 488.285 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 492.943 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 509.19 m
-186.7952 509.19 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 488.91 m
-186.7952 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 509.44 m
-103.6622 488.285 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 509.44 m
-186.7952 488.285 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 492.943 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 509.19 m
-436.1952 509.19 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 488.91 m
-436.1952 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 509.44 m
-186.7952 488.285 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 509.44 m
-436.1952 488.285 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 492.943 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 509.19 m
-547.04 509.19 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 488.91 m
-547.04 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 509.44 m
-436.1952 488.285 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 509.44 m
-547.04 488.285 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 492.943 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.91 m
-103.6622 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 439.3499 m
-103.6622 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 489.535 m
-48.24 439.0999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 489.535 m
-103.6622 439.0999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 466.056 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 488.91 m
-186.7952 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 439.3499 m
-186.7952 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 489.535 m
-103.6622 439.0999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 489.535 m
-186.7952 439.0999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 473.946 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 458.166 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 458.166 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 488.91 m
-436.1952 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 439.3499 m
-436.1952 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 489.535 m
-186.7952 439.0999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 489.535 m
-436.1952 439.0999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 473.946 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 458.166 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 488.91 m
-547.04 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 439.3499 m
-547.04 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 489.535 m
-436.1952 439.0999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 489.535 m
-547.04 439.0999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 466.056 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 439.3499 m
-103.6622 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.7898 m
-103.6622 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 439.5999 m
-48.24 389.5398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 439.5999 m
-103.6622 389.5398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 416.4959 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 439.3499 m
-186.7952 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 389.7898 m
-186.7952 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 439.5999 m
-103.6622 389.5398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 439.5999 m
-186.7952 389.5398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 424.3859 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 408.6059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 408.6059 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 439.3499 m
-436.1952 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 389.7898 m
-436.1952 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 439.5999 m
-186.7952 389.5398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 439.5999 m
-436.1952 389.5398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 416.4959 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 439.3499 m
-547.04 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 389.7898 m
-547.04 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 439.5999 m
-436.1952 389.5398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 439.5999 m
-547.04 389.5398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 416.4959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.7898 m
-103.6622 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 340.2297 m
-103.6622 340.2297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 390.0398 m
-48.24 339.9797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 390.0398 m
-103.6622 339.9797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 366.9358 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 389.7898 m
-186.7952 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 340.2297 m
-186.7952 340.2297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 390.0398 m
-103.6622 339.9797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 390.0398 m
-186.7952 339.9797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 374.8258 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d4d4435> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 359.0458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 359.0458 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 389.7898 m
-436.1952 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 340.2297 m
-436.1952 340.2297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 390.0398 m
-186.7952 339.9797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 390.0398 m
-436.1952 339.9797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8219 Tw
-
-BT
-189.7952 374.8258 Td
-/F1.0 10.5 Tf
-<5468652076616c756520666f72207468697320686561646572206d75737420626520746865204d4435> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 359.0458 Td
-/F1.0 10.5 Tf
-<636865636b73756d206f766572207468652077686f6c65206a736f6e20626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 389.7898 m
-547.04 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 340.2297 m
-547.04 340.2297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 390.0398 m
-436.1952 339.9797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 390.0398 m
-547.04 339.9797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 366.9358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 340.2297 m
-103.6622 340.2297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.6696 m
-103.6622 290.6696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 340.4797 m
-48.24 290.4196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 340.4797 m
-103.6622 290.4196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 317.3757 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 340.2297 m
-186.7952 340.2297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 290.6696 m
-186.7952 290.6696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 340.4797 m
-103.6622 290.4196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 340.4797 m
-186.7952 290.4196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 325.2657 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d54797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 309.4857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 309.4857 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 340.2297 m
-436.1952 340.2297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 290.6696 m
-436.1952 290.6696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 340.4797 m
-186.7952 290.4196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 340.4797 m
-436.1952 290.4196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 325.2657 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 309.4857 Td
-/F1.0 10.5 Tf
-<72657175657374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 340.2297 m
-547.04 340.2297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 290.6696 m
-547.04 290.6696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 340.4797 m
-436.1952 290.4196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 340.4797 m
-547.04 290.4196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 317.3757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.6696 m
-103.6622 290.6696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 241.1095 m
-103.6622 241.1095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.9196 m
-48.24 240.8595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 290.9196 m
-103.6622 240.8595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 267.8156 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 290.6696 m
-186.7952 290.6696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 241.1095 m
-186.7952 241.1095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 290.9196 m
-103.6622 240.8595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 290.9196 m
-186.7952 240.8595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 275.7056 Td
-/F2.0 10.5 Tf
-<555345525f4944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 259.9256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 259.9256 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 290.6696 m
-436.1952 290.6696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 241.1095 m
-436.1952 241.1095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 290.9196 m
-186.7952 240.8595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 290.9196 m
-436.1952 240.8595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.1893 Tw
-
-BT
-189.7952 275.7056 Td
-/F1.0 10.5 Tf
-<5468652075736572204944206f662074686520444341452044657369676e65722e20546869732075736572> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 259.9256 Td
-/F1.0 10.5 Tf
-<6d75737420616c736f20686176652044657369676e657220726f6c6520696e20534443> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 290.6696 m
-547.04 290.6696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 241.1095 m
-547.04 241.1095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 290.9196 m
-436.1952 240.8595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.9196 m
-547.04 240.8595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 267.8156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 241.1095 m
-103.6622 241.1095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 175.7694 m
-103.6622 175.7694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 241.3595 m
-48.24 175.5194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 241.3595 m
-103.6622 175.5194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 210.3655 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 241.1095 m
-186.7952 241.1095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 175.7694 m
-186.7952 175.7694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 241.3595 m
-103.6622 175.5194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 241.3595 m
-186.7952 175.5194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 226.1455 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 210.3655 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 194.5855 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 194.5855 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 241.1095 m
-436.1952 241.1095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 175.7694 m
-436.1952 175.7694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 241.3595 m
-186.7952 175.5194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 241.3595 m
-436.1952 175.5194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 210.3655 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 241.1095 m
-547.04 241.1095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 175.7694 m
-547.04 175.7694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 241.3595 m
-436.1952 175.5194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 241.3595 m
-547.04 175.5194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 210.3655 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 175.7694 m
-103.6622 175.7694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 110.4293 m
-103.6622 110.4293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 176.0194 m
-48.24 110.1793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 176.0194 m
-103.6622 110.1793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 145.0254 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 175.7694 m
-186.7952 175.7694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 110.4293 m
-186.7952 110.4293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 176.0194 m
-103.6622 110.1793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 176.0194 m
-186.7952 110.1793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 160.8054 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 145.0254 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 129.2454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 129.2454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 175.7694 m
-436.1952 175.7694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 110.4293 m
-436.1952 110.4293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 176.0194 m
-186.7952 110.1793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 176.0194 m
-436.1952 110.1793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 145.0254 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 175.7694 m
-547.04 175.7694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 110.4293 m
-547.04 110.4293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 176.0194 m
-436.1952 110.1793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 176.0194 m
-547.04 110.1793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 145.0254 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 110.4293 m
-103.6622 110.4293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 60.8692 m
-103.6622 60.8692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 110.6793 m
-48.24 60.6192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 110.6793 m
-103.6622 60.6192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.5753 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 110.4293 m
-186.7952 110.4293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 60.8692 m
-186.7952 60.8692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 110.6793 m
-103.6622 60.6192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 110.6793 m
-186.7952 60.6192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 95.4653 Td
-/F2.0 10.5 Tf
-<617373657454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 79.6853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 79.6853 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 110.4293 m
-436.1952 110.4293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 60.8692 m
-436.1952 60.8692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 110.6793 m
-186.7952 60.6192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 110.6793 m
-436.1952 60.6192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 87.5753 Td
-/F1.0 10.5 Tf
-<546865207265717565737465642061737365742074797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 110.4293 m
-547.04 110.4293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 60.8692 m
-547.04 60.8692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 110.6793 m
-436.1952 60.6192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 110.6793 m
-547.04 60.6192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-18.4298 Tw
-
-BT
-439.1952 95.4653 Td
-/F1.0 10.5 Tf
-<656e756d20287265736f75726365732c> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 79.6853 Td
-/F1.0 10.5 Tf
-<736572766963657329> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3135> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-114 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 113 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-115 0 obj
-[114 0 R /XYZ 0 841.89 null]
-endobj
-116 0 obj
-[114 0 R /XYZ 0 753.41 null]
-endobj
-117 0 obj
-[114 0 R /XYZ 0 692.35 null]
-endobj
-118 0 obj
-[114 0 R /XYZ 0 603.53 null]
-endobj
-119 0 obj
-[114 0 R /XYZ 0 542.47 null]
-endobj
-120 0 obj
-<< /Length 23305
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 736.0499 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 736.0499 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 736.0499 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 686.4898 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 686.4898 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 686.4898 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-103.6622 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 762.756 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.0499 m
-186.7952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 770.646 Td
-/F2.0 10.5 Tf
-<75756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.0499 m
-436.1952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.3681 Tw
-
-BT
-189.7952 770.646 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206173736574206173207075626c697368656420696e20746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 754.866 Td
-/F1.0 10.5 Tf
-<6d65746164617461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-103.6622 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-103.6622 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.2999 m
-103.6622 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 713.1959 Td
-/F2.0 10.5 Tf
-<426f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.0499 m
-186.7952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 686.4898 m
-186.7952 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.2999 m
-103.6622 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.2999 m
-186.7952 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 721.0859 Td
-/F2.0 10.5 Tf
-<626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.0499 m
-436.1952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 686.4898 m
-436.1952 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.2999 m
-186.7952 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.2999 m
-436.1952 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 713.1959 Td
-/F1.0 10.5 Tf
-<6a736f6e20646573637269626520746865206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.2999 m
-436.1952 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-439.1952 713.1959 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 655.8058 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 606.6498 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 606.6498 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 606.6498 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 572.8697 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 572.8697 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 572.8697 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 523.3096 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 523.3096 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 523.3096 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 473.7495 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 473.7495 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 473.7495 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 439.9694 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 439.9694 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 439.9694 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 406.1893 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 406.1893 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 406.1893 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 356.6292 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 356.6292 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 356.6292 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 291.2891 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 291.2891 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 291.2891 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 641.2098 m
-98.12 641.2098 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 606.6498 m
-98.12 606.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 641.4598 m
-48.24 606.0248 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 641.4598 m
-98.12 606.0248 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 624.9628 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 610.6828 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 641.2098 m
-447.28 641.2098 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 606.6498 m
-447.28 606.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 641.4598 m
-98.12 606.0248 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 641.4598 m
-447.28 606.0248 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 617.8228 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 641.2098 m
-547.04 641.2098 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 606.6498 m
-547.04 606.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 641.4598 m
-447.28 606.0248 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 641.4598 m
-547.04 606.0248 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 617.8228 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 606.6498 m
-98.12 606.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 572.8697 m
-98.12 572.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 607.2748 m
-48.24 572.6197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 607.2748 m
-98.12 572.6197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 591.6858 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 606.6498 m
-447.28 606.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 572.8697 m
-447.28 572.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 607.2748 m
-98.12 572.6197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 607.2748 m
-447.28 572.6197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 591.6858 Td
-/F1.0 10.5 Tf
-<41727469666163742075706c6f61646564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 606.6498 m
-547.04 606.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 572.8697 m
-547.04 572.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 607.2748 m
-447.28 572.6197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 607.2748 m
-547.04 572.6197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 591.6858 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 572.8697 m
-98.12 572.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 523.3096 m
-98.12 523.3096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 573.1197 m
-48.24 523.0596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 573.1197 m
-98.12 523.0596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 550.0157 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 572.8697 m
-447.28 572.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 523.3096 m
-447.28 523.3096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 573.1197 m
-98.12 523.0596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 573.1197 m
-447.28 523.0596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.3494 Tw
-
-BT
-101.12 557.9057 Td
-/F1.0 10.5 Tf
-[<52657374726963746564204f706572> 20.0195 <6174696f6e20d02074686520757365722070726f766964656420646f6573206e6f74206861766520726f6c65206f66>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 542.1257 Td
-/F1.0 10.5 Tf
-[<44657369676e6572206f7220746865206173736574206973206265696e6720757365642062> 20.0195 <7920616e6f746865722064657369676e6572202d2053> 20.0195 <56> 20.0195 <4334333031>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 572.8697 m
-547.04 572.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 523.3096 m
-547.04 523.3096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 573.1197 m
-447.28 523.0596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 573.1197 m
-547.04 523.0596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 550.0157 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 523.3096 m
-98.12 523.3096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 473.7495 m
-98.12 473.7495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 523.5596 m
-48.24 473.4995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 523.5596 m
-98.12 473.4995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.4556 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 523.3096 m
-447.28 523.3096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 473.7495 m
-447.28 473.7495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 523.5596 m
-98.12 473.4995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 523.5596 m
-447.28 473.4995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 508.3456 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 492.5656 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 523.3096 m
-547.04 523.3096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 473.7495 m
-547.04 473.7495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 523.5596 m
-447.28 473.4995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 523.5596 m
-547.04 473.4995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 500.4556 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 473.7495 m
-98.12 473.7495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 439.9694 m
-98.12 439.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 473.9995 m
-48.24 439.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 473.9995 m
-98.12 439.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 458.7855 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 473.7495 m
-447.28 473.7495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 439.9694 m
-447.28 439.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 473.9995 m
-98.12 439.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 473.9995 m
-447.28 439.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 458.7855 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 473.7495 m
-547.04 473.7495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 439.9694 m
-547.04 439.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 473.9995 m
-447.28 439.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 473.9995 m
-547.04 439.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 458.7855 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 439.9694 m
-98.12 439.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 406.1893 m
-98.12 406.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 440.2194 m
-48.24 405.9393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 440.2194 m
-98.12 405.9393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 425.0054 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 439.9694 m
-447.28 439.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 406.1893 m
-447.28 406.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 440.2194 m
-98.12 405.9393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 440.2194 m
-447.28 405.9393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 425.0054 Td
-/F1.0 10.5 Tf
-[<537065636966696564207265736f75726365206973206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334303633>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 439.9694 m
-547.04 439.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 406.1893 m
-547.04 406.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 440.2194 m
-447.28 405.9393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 440.2194 m
-547.04 405.9393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 425.0054 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 406.1893 m
-98.12 406.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 356.6292 m
-98.12 356.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 406.4393 m
-48.24 356.3792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 406.4393 m
-98.12 356.3792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 383.3353 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 406.1893 m
-447.28 406.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 356.6292 m
-447.28 356.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 406.4393 m
-98.12 356.3792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 406.4393 m
-447.28 356.3792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-11.0474 Tw
-
-BT
-101.12 391.2253 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f7765643a20496e76616c69642048545450206d6574686f6420747970652075736564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 375.4453 Td
-/F1.0 10.5 Tf
-[<28505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 406.1893 m
-547.04 406.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 356.6292 m
-547.04 356.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 406.4393 m
-447.28 356.3792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 406.4393 m
-547.04 356.3792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 383.3353 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 356.6292 m
-98.12 356.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 291.2891 m
-98.12 291.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 356.8792 m
-48.24 291.0391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 356.8792 m
-98.12 291.0391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 325.8852 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 356.6292 m
-447.28 356.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 291.2891 m
-447.28 291.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 356.8792 m
-98.12 291.0391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 356.8792 m
-447.28 291.0391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8576 Tw
-
-BT
-101.12 341.6652 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d206f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8529 Tw
-
-BT
-101.12 325.8852 Td
-/F1.0 10.5 Tf
-<43616d627269612053657276696365206661696c7572652e2045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e756520746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 310.1052 Td
-/F1.0 10.5 Tf
-<617474656d70747320746f2067657420746865206e656564656420696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 356.6292 m
-547.04 356.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 291.2891 m
-547.04 291.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 356.8792 m
-447.28 291.0391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 356.8792 m
-547.04 291.0391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 325.8852 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 260.6051 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 234.0451 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 236.2291 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 203.3251 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 176.7651 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 176.7651 Td
-/F1.0 10.5 Tf
-<41727469666163742045787465726e616c20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 136.9251 Td
-/F2.0 18 Tf
-<7570646174657320616e206172746966616374206f6e2061207265736f75726365206f722073657276696365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 120.8691 m
-543.04 120.8691 l
-545.2491 120.8691 547.04 119.0782 547.04 116.8691 c
-547.04 88.1291 l
-547.04 85.92 545.2491 84.1291 543.04 84.1291 c
-52.24 84.1291 l
-50.0309 84.1291 48.24 85.92 48.24 88.1291 c
-48.24 116.8691 l
-48.24 119.0782 50.0309 120.8691 52.24 120.8691 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 120.8691 m
-543.04 120.8691 l
-545.2491 120.8691 547.04 119.0782 547.04 116.8691 c
-547.04 88.1291 l
-547.04 85.92 545.2491 84.1291 543.04 84.1291 c
-52.24 84.1291 l
-50.0309 84.1291 48.24 85.92 48.24 88.1291 c
-48.24 116.8691 l
-48.24 119.0782 50.0309 120.8691 52.24 120.8691 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 98.0441 Td
-/F4.0 11 Tf
-<504f5354202f76312f636174616c6f672f7b6173736574547970657d2f7b757569647d2f6172746966616374732f7b6172746966616374555549447d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3136> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-121 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 120 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [122 0 R 124 0 R]
->>
-endobj
-122 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [439.1952 710.1299 527.6997 724.4099]
-/Type /Annot
->>
-endobj
-123 0 obj
-[121 0 R /XYZ 0 674.4898 null]
-endobj
-124 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [450.28 588.6198 538.7845 602.8998]
-/Type /Annot
->>
-endobj
-125 0 obj
-[121 0 R /XYZ 0 279.2891 null]
-endobj
-126 0 obj
-[121 0 R /XYZ 0 222.0091 null]
-endobj
-127 0 obj
-<< /Limits [(_tags_20) (_tags_8)]
-/Names [(_tags_20) 239 0 R (_tags_21) 250 0 R (_tags_22) 265 0 R (_tags_23) 279 0 R (_tags_3) 46 0 R (_tags_4) 59 0 R (_tags_5) 70 0 R (_tags_6) 80 0 R (_tags_7) 91 0 R (_tags_8) 105 0 R]
->>
-endobj
-128 0 obj
-[121 0 R /XYZ 0 160.9491 null]
-endobj
-129 0 obj
-<< /Length 30838
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 792.006 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 765.446 Td
-/F1.0 10.5 Tf
-<75706c6f616473206f6620617274696661637420746f2061207265736f75726365206f722073657276696365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 730.946 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 696.07 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 696.07 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 696.07 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 696.07 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 646.5099 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 646.5099 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 646.5099 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 646.5099 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 596.9498 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 596.9498 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 596.9498 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 596.9498 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 547.3897 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 547.3897 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 547.3897 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 547.3897 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 497.8296 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 497.8296 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 497.8296 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 497.8296 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 448.2695 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 448.2695 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 448.2695 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 448.2695 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 382.9294 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 382.9294 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 382.9294 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 382.9294 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 317.5893 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 317.5893 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 317.5893 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 317.5893 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 252.2492 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 252.2492 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 252.2492 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 252.2492 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 202.6891 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 202.6891 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 202.6891 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 202.6891 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 153.129 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 153.129 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 153.129 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 153.129 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 103.5689 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 103.5689 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 103.5689 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 103.5689 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 716.35 m
-103.6622 716.35 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 696.07 m
-103.6622 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 716.6 m
-48.24 695.445 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 716.6 m
-103.6622 695.445 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 700.103 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 716.35 m
-186.7952 716.35 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 696.07 m
-186.7952 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 716.6 m
-103.6622 695.445 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 716.6 m
-186.7952 695.445 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 700.103 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 716.35 m
-436.1952 716.35 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 696.07 m
-436.1952 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 716.6 m
-186.7952 695.445 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 716.6 m
-436.1952 695.445 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 700.103 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 716.35 m
-547.04 716.35 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 696.07 m
-547.04 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 716.6 m
-436.1952 695.445 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 716.6 m
-547.04 695.445 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 700.103 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 696.07 m
-103.6622 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 646.5099 m
-103.6622 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 696.695 m
-48.24 646.2599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 696.695 m
-103.6622 646.2599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 673.216 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 696.07 m
-186.7952 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 646.5099 m
-186.7952 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 696.695 m
-103.6622 646.2599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 696.695 m
-186.7952 646.2599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 681.106 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 665.326 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 665.326 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 696.07 m
-436.1952 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 646.5099 m
-436.1952 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 696.695 m
-186.7952 646.2599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 696.695 m
-436.1952 646.2599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 681.106 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 665.326 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 696.07 m
-547.04 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 646.5099 m
-547.04 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 696.695 m
-436.1952 646.2599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 696.695 m
-547.04 646.2599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 673.216 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 646.5099 m
-103.6622 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 596.9498 m
-103.6622 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 646.7599 m
-48.24 596.6998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 646.7599 m
-103.6622 596.6998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 623.6559 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 646.5099 m
-186.7952 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 596.9498 m
-186.7952 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 646.7599 m
-103.6622 596.6998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 646.7599 m
-186.7952 596.6998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 631.5459 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 615.7659 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 615.7659 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 646.5099 m
-436.1952 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 596.9498 m
-436.1952 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 646.7599 m
-186.7952 596.6998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 646.7599 m
-436.1952 596.6998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 623.6559 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 646.5099 m
-547.04 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 596.9498 m
-547.04 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 646.7599 m
-436.1952 596.6998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 646.7599 m
-547.04 596.6998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 623.6559 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 596.9498 m
-103.6622 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 547.3897 m
-103.6622 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 597.1998 m
-48.24 547.1397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 597.1998 m
-103.6622 547.1397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 574.0958 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 596.9498 m
-186.7952 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 547.3897 m
-186.7952 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 597.1998 m
-103.6622 547.1397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 597.1998 m
-186.7952 547.1397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 581.9858 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d4d4435> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 566.2058 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 566.2058 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 596.9498 m
-436.1952 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 547.3897 m
-436.1952 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 597.1998 m
-186.7952 547.1397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 597.1998 m
-436.1952 547.1397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8219 Tw
-
-BT
-189.7952 581.9858 Td
-/F1.0 10.5 Tf
-<5468652076616c756520666f72207468697320686561646572206d75737420626520746865204d4435> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 566.2058 Td
-/F1.0 10.5 Tf
-<636865636b73756d206f766572207468652077686f6c65206a736f6e20626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 596.9498 m
-547.04 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 547.3897 m
-547.04 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 597.1998 m
-436.1952 547.1397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 597.1998 m
-547.04 547.1397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 574.0958 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 547.3897 m
-103.6622 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 497.8296 m
-103.6622 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 547.6397 m
-48.24 497.5796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 547.6397 m
-103.6622 497.5796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 524.5357 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 547.3897 m
-186.7952 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 497.8296 m
-186.7952 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 547.6397 m
-103.6622 497.5796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 547.6397 m
-186.7952 497.5796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 532.4257 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d54797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 516.6457 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 516.6457 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 547.3897 m
-436.1952 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 497.8296 m
-436.1952 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 547.6397 m
-186.7952 497.5796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 547.6397 m
-436.1952 497.5796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 532.4257 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 516.6457 Td
-/F1.0 10.5 Tf
-<72657175657374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 547.3897 m
-547.04 547.3897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 497.8296 m
-547.04 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 547.6397 m
-436.1952 497.5796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 547.6397 m
-547.04 497.5796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 524.5357 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 497.8296 m
-103.6622 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 448.2695 m
-103.6622 448.2695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 498.0796 m
-48.24 448.0195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 498.0796 m
-103.6622 448.0195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 474.9756 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 497.8296 m
-186.7952 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 448.2695 m
-186.7952 448.2695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 498.0796 m
-103.6622 448.0195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 498.0796 m
-186.7952 448.0195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 482.8656 Td
-/F2.0 10.5 Tf
-<555345525f4944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 467.0856 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 467.0856 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 497.8296 m
-436.1952 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 448.2695 m
-436.1952 448.2695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 498.0796 m
-186.7952 448.0195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 498.0796 m
-436.1952 448.0195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.1893 Tw
-
-BT
-189.7952 482.8656 Td
-/F1.0 10.5 Tf
-<5468652075736572204944206f662074686520444341452044657369676e65722e20546869732075736572> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 467.0856 Td
-/F1.0 10.5 Tf
-<6d75737420616c736f20686176652044657369676e657220726f6c6520696e20534443> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 497.8296 m
-547.04 497.8296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 448.2695 m
-547.04 448.2695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 498.0796 m
-436.1952 448.0195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 498.0796 m
-547.04 448.0195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 474.9756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 448.2695 m
-103.6622 448.2695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 382.9294 m
-103.6622 382.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 448.5195 m
-48.24 382.6794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 448.5195 m
-103.6622 382.6794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 417.5255 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 448.2695 m
-186.7952 448.2695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 382.9294 m
-186.7952 382.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 448.5195 m
-103.6622 382.6794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 448.5195 m
-186.7952 382.6794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 433.3055 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 417.5255 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 401.7455 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 401.7455 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 448.2695 m
-436.1952 448.2695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 382.9294 m
-436.1952 382.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 448.5195 m
-186.7952 382.6794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 448.5195 m
-436.1952 382.6794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 417.5255 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 448.2695 m
-547.04 448.2695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 382.9294 m
-547.04 382.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 448.5195 m
-436.1952 382.6794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 448.5195 m
-547.04 382.6794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 417.5255 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 382.9294 m
-103.6622 382.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.5893 m
-103.6622 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 383.1794 m
-48.24 317.3393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 383.1794 m
-103.6622 317.3393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 352.1854 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 382.9294 m
-186.7952 382.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 317.5893 m
-186.7952 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 383.1794 m
-103.6622 317.3393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 383.1794 m
-186.7952 317.3393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 367.9654 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 352.1854 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 336.4054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 336.4054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 382.9294 m
-436.1952 382.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 317.5893 m
-436.1952 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 383.1794 m
-186.7952 317.3393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 383.1794 m
-436.1952 317.3393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 352.1854 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 382.9294 m
-547.04 382.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 317.5893 m
-547.04 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 383.1794 m
-436.1952 317.3393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 383.1794 m
-547.04 317.3393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 352.1854 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.5893 m
-103.6622 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 252.2492 m
-103.6622 252.2492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.8393 m
-48.24 251.9992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 317.8393 m
-103.6622 251.9992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.8453 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 317.5893 m
-186.7952 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 252.2492 m
-186.7952 252.2492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 317.8393 m
-103.6622 251.9992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 317.8393 m
-186.7952 251.9992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 294.7353 Td
-/F2.0 10.5 Tf
-<617274696661637455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 278.9553 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 278.9553 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 317.5893 m
-436.1952 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 252.2492 m
-436.1952 252.2492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 317.8393 m
-186.7952 251.9992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 317.8393 m
-436.1952 251.9992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-0.4106 Tw
-
-BT
-189.7952 302.6253 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206172746966616374206173207075626c697368656420696e20746865206173736574> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-4.1534 Tw
-
-BT
-189.7952 286.8453 Td
-/F1.0 10.5 Tf
-<64657461696c6564206d65746164617461206f7220696e2074686520726573706f6e7365206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 271.0653 Td
-/F1.0 10.5 Tf
-[<75706c6f6164202f20757064617465206f706572> 20.0195 <6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 317.5893 m
-547.04 317.5893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 252.2492 m
-547.04 252.2492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 317.8393 m
-436.1952 251.9992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.8393 m
-547.04 251.9992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 286.8453 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 252.2492 m
-103.6622 252.2492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 202.6891 m
-103.6622 202.6891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 252.4992 m
-48.24 202.4391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 252.4992 m
-103.6622 202.4391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 229.3952 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 252.2492 m
-186.7952 252.2492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 202.6891 m
-186.7952 202.6891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 252.4992 m
-103.6622 202.4391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 252.4992 m
-186.7952 202.4391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 237.2852 Td
-/F2.0 10.5 Tf
-<617373657454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 221.5052 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 221.5052 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 252.2492 m
-436.1952 252.2492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 202.6891 m
-436.1952 202.6891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 252.4992 m
-186.7952 202.4391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 252.4992 m
-436.1952 202.4391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 229.3952 Td
-/F1.0 10.5 Tf
-<546865207265717565737465642061737365742074797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 252.2492 m
-547.04 252.2492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 202.6891 m
-547.04 202.6891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 252.4992 m
-436.1952 202.4391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 252.4992 m
-547.04 202.4391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-18.4298 Tw
-
-BT
-439.1952 237.2852 Td
-/F1.0 10.5 Tf
-<656e756d20287265736f75726365732c> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 221.5052 Td
-/F1.0 10.5 Tf
-<736572766963657329> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 202.6891 m
-103.6622 202.6891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 153.129 m
-103.6622 153.129 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 202.9391 m
-48.24 152.879 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 202.9391 m
-103.6622 152.879 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 179.8351 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 202.6891 m
-186.7952 202.6891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 153.129 m
-186.7952 153.129 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 202.9391 m
-103.6622 152.879 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 202.9391 m
-186.7952 152.879 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 187.7251 Td
-/F2.0 10.5 Tf
-<75756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 171.9451 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 171.9451 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 202.6891 m
-436.1952 202.6891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 153.129 m
-436.1952 153.129 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 202.9391 m
-186.7952 152.879 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 202.9391 m
-436.1952 152.879 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.3681 Tw
-
-BT
-189.7952 187.7251 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206173736574206173207075626c697368656420696e20746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 171.9451 Td
-/F1.0 10.5 Tf
-<6d65746164617461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 202.6891 m
-547.04 202.6891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 153.129 m
-547.04 153.129 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 202.9391 m
-436.1952 152.879 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 202.9391 m
-547.04 152.879 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 179.8351 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 153.129 m
-103.6622 153.129 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 103.5689 m
-103.6622 103.5689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 153.379 m
-48.24 103.3189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 153.379 m
-103.6622 103.3189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 130.275 Td
-/F2.0 10.5 Tf
-<426f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 153.129 m
-186.7952 153.129 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 103.5689 m
-186.7952 103.5689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 153.379 m
-103.6622 103.3189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 153.379 m
-186.7952 103.3189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 138.165 Td
-/F2.0 10.5 Tf
-<626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 122.385 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 122.385 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 153.129 m
-436.1952 153.129 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 103.5689 m
-436.1952 103.5689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 153.379 m
-186.7952 103.3189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 153.379 m
-436.1952 103.3189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 130.275 Td
-/F1.0 10.5 Tf
-<6a736f6e20646573637269626520746865206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 153.129 m
-547.04 153.129 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 103.5689 m
-547.04 103.5689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 153.379 m
-436.1952 103.3189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 153.379 m
-547.04 103.3189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-439.1952 130.275 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3137> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-130 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 129 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [133 0 R]
->>
-endobj
-131 0 obj
-[130 0 R /XYZ 0 841.89 null]
-endobj
-132 0 obj
-[130 0 R /XYZ 0 749.63 null]
-endobj
-133 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [439.1952 127.209 527.6997 141.489]
-/Type /Annot
->>
-endobj
-134 0 obj
-<< /Length 18910
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 792.006 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 742.85 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 742.85 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 742.85 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 709.0699 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 709.0699 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 709.0699 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 675.2898 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 675.2898 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 675.2898 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 625.7297 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 625.7297 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 625.7297 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 560.3896 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 560.3896 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 560.3896 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 526.6095 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 526.6095 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 526.6095 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 477.0494 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 477.0494 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 477.0494 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 427.4893 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 427.4893 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 427.4893 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 362.1492 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 362.1492 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 362.1492 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 777.41 m
-98.12 777.41 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 742.85 m
-98.12 742.85 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 777.66 m
-48.24 742.225 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 777.66 m
-98.12 742.225 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 761.163 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 746.883 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 777.41 m
-447.28 777.41 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 742.85 m
-447.28 742.85 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 777.66 m
-98.12 742.225 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 777.66 m
-447.28 742.225 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 754.023 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 777.41 m
-547.04 777.41 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 742.85 m
-547.04 742.85 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 777.66 m
-447.28 742.225 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 777.66 m
-547.04 742.225 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 754.023 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 742.85 m
-98.12 742.85 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 709.0699 m
-98.12 709.0699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 743.475 m
-48.24 708.8199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 743.475 m
-98.12 708.8199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 727.886 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 742.85 m
-447.28 742.85 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 709.0699 m
-447.28 709.0699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 743.475 m
-98.12 708.8199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 743.475 m
-447.28 708.8199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 727.886 Td
-/F1.0 10.5 Tf
-<41727469666163742075706461746564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 742.85 m
-547.04 742.85 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 709.0699 m
-547.04 709.0699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 743.475 m
-447.28 708.8199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 743.475 m
-547.04 708.8199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 727.886 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 709.0699 m
-98.12 709.0699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 675.2898 m
-98.12 675.2898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 709.3199 m
-48.24 675.0398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 709.3199 m
-98.12 675.0398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 694.1059 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 709.0699 m
-447.28 709.0699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 675.2898 m
-447.28 675.2898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 709.3199 m
-98.12 675.0398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 709.3199 m
-447.28 675.0398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 694.1059 Td
-/F1.0 10.5 Tf
-[<4172746966616374206e616d65206973206d697373696e6720696e20696e707574202d2053> 20.0195 <56> 20.0195 <4334313238>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 709.0699 m
-547.04 709.0699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 675.2898 m
-547.04 675.2898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 709.3199 m
-447.28 675.0398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 709.3199 m
-547.04 675.0398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 694.1059 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 675.2898 m
-98.12 675.2898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 625.7297 m
-98.12 625.7297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 675.5398 m
-48.24 625.4797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 675.5398 m
-98.12 625.4797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 652.4358 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 675.2898 m
-447.28 675.2898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 625.7297 m
-447.28 625.7297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 675.5398 m
-98.12 625.4797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 675.5398 m
-447.28 625.4797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 660.3258 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 644.5458 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 675.2898 m
-547.04 675.2898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 625.7297 m
-547.04 625.7297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 675.5398 m
-447.28 625.4797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 675.5398 m
-547.04 625.4797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 652.4358 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 625.7297 m
-98.12 625.7297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 560.3896 m
-98.12 560.3896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 625.9797 m
-48.24 560.1396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 625.9797 m
-98.12 560.1396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 594.9857 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 625.7297 m
-447.28 625.7297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 560.3896 m
-447.28 560.3896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 625.9797 m
-98.12 560.1396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 625.9797 m
-447.28 560.1396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.1053 Tw
-
-BT
-101.12 610.7657 Td
-/F1.0 10.5 Tf
-[<4173736574206973206265696e67206564697465642062> 20.0195 <7920646966666572656e7420757365722e204f6e6c79206f6e6520757365722063616e20636865636b> 20.0195 <6f7574>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8787 Tw
-
-BT
-101.12 594.9857 Td
-/F1.0 10.5 Tf
-<616e64206564697420616e206173736574206f6e20676976656e2074696d652e205468652061737365742077696c6c20626520617661696c61626c6520666f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 579.2057 Td
-/F1.0 10.5 Tf
-[<636865636b> 20.0195 <6f757420616674657220746865206f7468657220757365722077696c6c20636865636b696e20746865206173736574202d2053> 20.0195 <56> 20.0195 <4334303836>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 625.7297 m
-547.04 625.7297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 560.3896 m
-547.04 560.3896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 625.9797 m
-447.28 560.1396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 625.9797 m
-547.04 560.1396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 594.9857 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 560.3896 m
-98.12 560.3896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 526.6095 m
-98.12 526.6095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 560.6396 m
-48.24 526.3595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 560.6396 m
-98.12 526.3595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 545.4256 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 560.3896 m
-447.28 560.3896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 526.6095 m
-447.28 526.6095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 560.6396 m
-98.12 526.3595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 560.6396 m
-447.28 526.3595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 545.4256 Td
-/F1.0 10.5 Tf
-[<537065636966696564207265736f75726365206973206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334303633>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 560.3896 m
-547.04 560.3896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 526.6095 m
-547.04 526.6095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 560.6396 m
-447.28 526.3595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 560.6396 m
-547.04 526.3595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 545.4256 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 526.6095 m
-98.12 526.6095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 477.0494 m
-98.12 477.0494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 526.8595 m
-48.24 476.7994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 526.8595 m
-98.12 476.7994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 503.7555 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 526.6095 m
-447.28 526.6095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 477.0494 m
-447.28 477.0494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 526.8595 m
-98.12 476.7994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 526.8595 m
-447.28 476.7994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-11.0474 Tw
-
-BT
-101.12 511.6455 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f7765643a20496e76616c69642048545450206d6574686f6420747970652075736564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 495.8655 Td
-/F1.0 10.5 Tf
-[<28505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 526.6095 m
-547.04 526.6095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 477.0494 m
-547.04 477.0494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 526.8595 m
-447.28 476.7994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 526.8595 m
-547.04 476.7994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 503.7555 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 477.0494 m
-98.12 477.0494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 427.4893 m
-98.12 427.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 477.2994 m
-48.24 427.2393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 477.2994 m
-98.12 427.2393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 454.1954 Td
-/F2.0 10.5 Tf
-<343039> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 477.0494 m
-447.28 477.0494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 427.4893 m
-447.28 427.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 477.2994 m
-98.12 427.2393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 477.2994 m
-447.28 427.2393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.3494 Tw
-
-BT
-101.12 462.0854 Td
-/F1.0 10.5 Tf
-[<52657374726963746564204f706572> 20.0195 <6174696f6e20d02074686520757365722070726f766964656420646f6573206e6f74206861766520726f6c65206f66>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 446.3054 Td
-/F1.0 10.5 Tf
-[<44657369676e6572206f7220746865206173736574206973206265696e6720757365642062> 20.0195 <7920616e6f746865722064657369676e6572202d2053> 20.0195 <56> 20.0195 <4334333031>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 477.0494 m
-547.04 477.0494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 427.4893 m
-547.04 427.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 477.2994 m
-447.28 427.2393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 477.2994 m
-547.04 427.2393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 454.1954 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 427.4893 m
-98.12 427.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 362.1492 m
-98.12 362.1492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 427.7393 m
-48.24 361.8992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 427.7393 m
-98.12 361.8992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 396.7453 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 427.4893 m
-447.28 427.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 362.1492 m
-447.28 362.1492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 427.7393 m
-98.12 361.8992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 427.7393 m
-447.28 361.8992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8576 Tw
-
-BT
-101.12 412.5253 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d206f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8529 Tw
-
-BT
-101.12 396.7453 Td
-/F1.0 10.5 Tf
-<43616d627269612053657276696365206661696c7572652e2045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e756520746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 380.9653 Td
-/F1.0 10.5 Tf
-<617474656d70747320746f2067657420746865206e656564656420696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 427.4893 m
-547.04 427.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 362.1492 m
-547.04 362.1492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 427.7393 m
-447.28 361.8992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 427.7393 m
-547.04 361.8992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 396.7453 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 331.4652 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 304.9052 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 307.0892 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 274.1852 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 247.6252 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 247.6252 Td
-/F1.0 10.5 Tf
-<41727469666163742045787465726e616c20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 207.7852 Td
-/F2.0 18 Tf
-<446f776e6c6f616420636f6d706f6e656e74206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 191.7292 m
-543.04 191.7292 l
-545.2491 191.7292 547.04 189.9383 547.04 187.7292 c
-547.04 158.9892 l
-547.04 156.7801 545.2491 154.9892 543.04 154.9892 c
-52.24 154.9892 l
-50.0309 154.9892 48.24 156.7801 48.24 158.9892 c
-48.24 187.7292 l
-48.24 189.9383 50.0309 191.7292 52.24 191.7292 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 191.7292 m
-543.04 191.7292 l
-545.2491 191.7292 547.04 189.9383 547.04 187.7292 c
-547.04 158.9892 l
-547.04 156.7801 545.2491 154.9892 543.04 154.9892 c
-52.24 154.9892 l
-50.0309 154.9892 48.24 156.7801 48.24 158.9892 c
-48.24 187.7292 l
-48.24 189.9383 50.0309 191.7292 52.24 191.7292 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 168.9042 Td
-/F4.0 11 Tf
-<474554202f76312f636174616c6f672f7b6173736574547970657d2f7b757569647d2f6172746966616374732f7b6172746966616374555549447d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 124.3052 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 97.7452 Td
-/F1.0 10.5 Tf
-<52657475726e7320646f776e6c6f61646564206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3138> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-135 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 134 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [137 0 R]
->>
-endobj
-136 0 obj
-[135 0 R /XYZ 0 841.89 null]
-endobj
-137 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [450.28 724.82 538.7845 739.1]
-/Type /Annot
->>
-endobj
-138 0 obj
-[135 0 R /XYZ 0 350.1492 null]
-endobj
-139 0 obj
-<< /Limits [(_produces_11) (_produces_6)]
-/Names [(_produces_11) 149 0 R (_produces_12) 160 0 R (_produces_13) 171 0 R (_produces_14) 183 0 R (_produces_15) 195 0 R (_produces_16) 208 0 R (_produces_17) 219 0 R (_produces_18) 230 0 R (_produces_19) 238 0 R (_produces_2) 45 0 R (_produces_20) 249 0 R (_produces_21) 264 0 R (_produces_22) 278 0 R (_produces_3) 58 0 R (_produces_4) 67 0 R (_produces_5) 79 0 R (_produces_6) 90 0 R]
->>
-endobj
-140 0 obj
-[135 0 R /XYZ 0 292.8692 null]
-endobj
-141 0 obj
-[135 0 R /XYZ 0 231.8092 null]
-endobj
-142 0 obj
-[135 0 R /XYZ 0 142.9892 null]
-endobj
-143 0 obj
-<< /Length 32821
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 792.006 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 757.13 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 757.13 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 757.13 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 757.13 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 707.5699 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 707.5699 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 707.5699 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 707.5699 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 658.0098 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 658.0098 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 658.0098 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 658.0098 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 608.4497 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 608.4497 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 608.4497 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 608.4497 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 543.1096 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 543.1096 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 543.1096 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 543.1096 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 477.7695 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 477.7695 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 477.7695 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 477.7695 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 412.4294 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 412.4294 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 412.4294 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 412.4294 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 362.8693 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 362.8693 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 362.8693 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 362.8693 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 313.3092 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 313.3092 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 313.3092 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 313.3092 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 777.41 m
-103.6622 777.41 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 757.13 m
-103.6622 757.13 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 777.66 m
-48.24 756.505 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 777.66 m
-103.6622 756.505 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 761.163 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 777.41 m
-186.7952 777.41 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 757.13 m
-186.7952 757.13 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 777.66 m
-103.6622 756.505 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 777.66 m
-186.7952 756.505 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 761.163 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 777.41 m
-436.1952 777.41 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 757.13 m
-436.1952 757.13 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 777.66 m
-186.7952 756.505 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 777.66 m
-436.1952 756.505 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 761.163 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 777.41 m
-547.04 777.41 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 757.13 m
-547.04 757.13 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 777.66 m
-436.1952 756.505 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 777.66 m
-547.04 756.505 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 761.163 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 757.13 m
-103.6622 757.13 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 707.5699 m
-103.6622 707.5699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 757.755 m
-48.24 707.3199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 757.755 m
-103.6622 707.3199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 734.276 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 757.13 m
-186.7952 757.13 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 707.5699 m
-186.7952 707.5699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 757.755 m
-103.6622 707.3199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 757.755 m
-186.7952 707.3199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 742.166 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 726.386 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 726.386 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 757.13 m
-436.1952 757.13 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 707.5699 m
-436.1952 707.5699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 757.755 m
-186.7952 707.3199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 757.755 m
-436.1952 707.3199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 742.166 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 726.386 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 757.13 m
-547.04 757.13 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 707.5699 m
-547.04 707.5699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 757.755 m
-436.1952 707.3199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 757.755 m
-547.04 707.3199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 734.276 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 707.5699 m
-103.6622 707.5699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 658.0098 m
-103.6622 658.0098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 707.8199 m
-48.24 657.7598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 707.8199 m
-103.6622 657.7598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 684.7159 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 707.5699 m
-186.7952 707.5699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 658.0098 m
-186.7952 658.0098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 707.8199 m
-103.6622 657.7598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 707.8199 m
-186.7952 657.7598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 692.6059 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 676.8259 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 676.8259 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 707.5699 m
-436.1952 707.5699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 658.0098 m
-436.1952 658.0098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 707.8199 m
-186.7952 657.7598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 707.8199 m
-436.1952 657.7598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 684.7159 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 707.5699 m
-547.04 707.5699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 658.0098 m
-547.04 658.0098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 707.8199 m
-436.1952 657.7598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 707.8199 m
-547.04 657.7598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 684.7159 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 658.0098 m
-103.6622 658.0098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 608.4497 m
-103.6622 608.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 658.2598 m
-48.24 608.1997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 658.2598 m
-103.6622 608.1997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 635.1558 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 658.0098 m
-186.7952 658.0098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 608.4497 m
-186.7952 608.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 658.2598 m
-103.6622 608.1997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 658.2598 m
-186.7952 608.1997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 643.0458 Td
-/F2.0 10.5 Tf
-<555345525f4944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 627.2658 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 627.2658 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 658.0098 m
-436.1952 658.0098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 608.4497 m
-436.1952 608.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 658.2598 m
-186.7952 608.1997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 658.2598 m
-436.1952 608.1997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.1893 Tw
-
-BT
-189.7952 643.0458 Td
-/F1.0 10.5 Tf
-<5468652075736572204944206f662074686520444341452044657369676e65722e20546869732075736572> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 627.2658 Td
-/F1.0 10.5 Tf
-<6d75737420616c736f20686176652044657369676e657220726f6c6520696e20534443> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 658.0098 m
-547.04 658.0098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 608.4497 m
-547.04 608.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 658.2598 m
-436.1952 608.1997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 658.2598 m
-547.04 608.1997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 635.1558 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 608.4497 m
-103.6622 608.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 543.1096 m
-103.6622 543.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 608.6997 m
-48.24 542.8596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 608.6997 m
-103.6622 542.8596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 577.7057 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 608.4497 m
-186.7952 608.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 543.1096 m
-186.7952 543.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 608.6997 m
-103.6622 542.8596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 608.6997 m
-186.7952 542.8596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 593.4857 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 577.7057 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 561.9257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 561.9257 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 608.4497 m
-436.1952 608.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 543.1096 m
-436.1952 543.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 608.6997 m
-186.7952 542.8596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 608.6997 m
-436.1952 542.8596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 577.7057 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 608.4497 m
-547.04 608.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 543.1096 m
-547.04 543.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 608.6997 m
-436.1952 542.8596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 608.6997 m
-547.04 542.8596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 577.7057 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 543.1096 m
-103.6622 543.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 477.7695 m
-103.6622 477.7695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 543.3596 m
-48.24 477.5195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 543.3596 m
-103.6622 477.5195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 512.3656 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 543.1096 m
-186.7952 543.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 477.7695 m
-186.7952 477.7695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 543.3596 m
-103.6622 477.5195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 543.3596 m
-186.7952 477.5195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 528.1456 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 512.3656 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 496.5856 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 496.5856 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 543.1096 m
-436.1952 543.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 477.7695 m
-436.1952 477.7695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 543.3596 m
-186.7952 477.5195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 543.3596 m
-436.1952 477.5195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 512.3656 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 543.1096 m
-547.04 543.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 477.7695 m
-547.04 477.7695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 543.3596 m
-436.1952 477.5195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 543.3596 m
-547.04 477.5195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 512.3656 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 477.7695 m
-103.6622 477.7695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 412.4294 m
-103.6622 412.4294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 478.0195 m
-48.24 412.1794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 478.0195 m
-103.6622 412.1794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 447.0255 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 477.7695 m
-186.7952 477.7695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 412.4294 m
-186.7952 412.4294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 478.0195 m
-103.6622 412.1794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 478.0195 m
-186.7952 412.1794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 454.9155 Td
-/F2.0 10.5 Tf
-<617274696661637455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 439.1355 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 439.1355 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 477.7695 m
-436.1952 477.7695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 412.4294 m
-436.1952 412.4294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 478.0195 m
-186.7952 412.1794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 478.0195 m
-436.1952 412.1794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-0.4106 Tw
-
-BT
-189.7952 462.8055 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206172746966616374206173207075626c697368656420696e20746865206173736574> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-4.1534 Tw
-
-BT
-189.7952 447.0255 Td
-/F1.0 10.5 Tf
-<64657461696c6564206d65746164617461206f7220696e2074686520726573706f6e7365206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 431.2455 Td
-/F1.0 10.5 Tf
-[<75706c6f6164202f20757064617465206f706572> 20.0195 <6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 477.7695 m
-547.04 477.7695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 412.4294 m
-547.04 412.4294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 478.0195 m
-436.1952 412.1794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 478.0195 m
-547.04 412.1794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 447.0255 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 412.4294 m
-103.6622 412.4294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 362.8693 m
-103.6622 362.8693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 412.6794 m
-48.24 362.6193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 412.6794 m
-103.6622 362.6193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 389.5754 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 412.4294 m
-186.7952 412.4294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 362.8693 m
-186.7952 362.8693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 412.6794 m
-103.6622 362.6193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 412.6794 m
-186.7952 362.6193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 397.4654 Td
-/F2.0 10.5 Tf
-<617373657454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 381.6854 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 381.6854 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 412.4294 m
-436.1952 412.4294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 362.8693 m
-436.1952 362.8693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 412.6794 m
-186.7952 362.6193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 412.6794 m
-436.1952 362.6193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 389.5754 Td
-/F1.0 10.5 Tf
-<546865207265717565737465642061737365742074797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 412.4294 m
-547.04 412.4294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 362.8693 m
-547.04 362.8693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 412.6794 m
-436.1952 362.6193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 412.6794 m
-547.04 362.6193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-18.4298 Tw
-
-BT
-439.1952 397.4654 Td
-/F1.0 10.5 Tf
-<656e756d20287265736f75726365732c> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 381.6854 Td
-/F1.0 10.5 Tf
-<736572766963657329> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 362.8693 m
-103.6622 362.8693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 313.3092 m
-103.6622 313.3092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 363.1193 m
-48.24 313.0592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 363.1193 m
-103.6622 313.0592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 340.0153 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 362.8693 m
-186.7952 362.8693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 313.3092 m
-186.7952 313.3092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 363.1193 m
-103.6622 313.0592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 363.1193 m
-186.7952 313.0592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 347.9053 Td
-/F2.0 10.5 Tf
-<75756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 332.1253 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 332.1253 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 362.8693 m
-436.1952 362.8693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 313.3092 m
-436.1952 313.3092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 363.1193 m
-186.7952 313.0592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 363.1193 m
-436.1952 313.0592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.3681 Tw
-
-BT
-189.7952 347.9053 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206173736574206173207075626c697368656420696e20746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 332.1253 Td
-/F1.0 10.5 Tf
-<6d65746164617461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 362.8693 m
-547.04 362.8693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 313.3092 m
-547.04 313.3092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 363.1193 m
-436.1952 313.0592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 363.1193 m
-547.04 313.0592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 340.0153 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 282.6252 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 233.4692 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 233.4692 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 233.4692 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 199.6891 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 199.6891 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 199.6891 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 165.909 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 165.909 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 165.909 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 116.3489 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 116.3489 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 116.3489 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 82.5688 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 82.5688 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 82.5688 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 48.7887 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 48.7887 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 48.7887 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 268.0292 m
-98.12 268.0292 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 233.4692 m
-98.12 233.4692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 268.2792 m
-48.24 232.8442 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 268.2792 m
-98.12 232.8442 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 251.7822 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 237.5022 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 268.0292 m
-447.28 268.0292 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 233.4692 m
-447.28 233.4692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 268.2792 m
-98.12 232.8442 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 268.2792 m
-447.28 232.8442 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 244.6422 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 268.0292 m
-547.04 268.0292 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 233.4692 m
-547.04 233.4692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 268.2792 m
-447.28 232.8442 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 268.2792 m
-547.04 232.8442 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 244.6422 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 233.4692 m
-98.12 233.4692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 199.6891 m
-98.12 199.6891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 234.0942 m
-48.24 199.4391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 234.0942 m
-98.12 199.4391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 218.5052 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 233.4692 m
-447.28 233.4692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 199.6891 m
-447.28 199.6891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 234.0942 m
-98.12 199.4391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 234.0942 m
-447.28 199.4391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 218.5052 Td
-/F1.0 10.5 Tf
-<417274696661637420646f776e6c6f61646564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 233.4692 m
-547.04 233.4692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 199.6891 m
-547.04 199.6891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 234.0942 m
-447.28 199.4391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 234.0942 m
-547.04 199.4391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 218.5052 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 199.6891 m
-98.12 199.6891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 165.909 m
-98.12 165.909 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 199.9391 m
-48.24 165.659 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 199.9391 m
-98.12 165.659 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 184.7251 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 199.6891 m
-447.28 199.6891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 165.909 m
-447.28 165.909 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 199.9391 m
-98.12 165.659 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 199.9391 m
-447.28 165.659 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 184.7251 Td
-/F1.0 10.5 Tf
-<4d697373696e672027582d45434f4d502d496e7374616e6365494427204854545020686561646572202d20504f4c35303031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 199.6891 m
-547.04 199.6891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 165.909 m
-547.04 165.909 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 199.9391 m
-447.28 165.659 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 199.9391 m
-547.04 165.659 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 184.7251 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 165.909 m
-98.12 165.909 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 116.3489 m
-98.12 116.3489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 166.159 m
-48.24 116.0989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 166.159 m
-98.12 116.0989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 143.055 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 165.909 m
-447.28 165.909 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 116.3489 m
-447.28 116.3489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 166.159 m
-98.12 116.0989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 166.159 m
-447.28 116.0989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 150.945 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 135.165 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 165.909 m
-547.04 165.909 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 116.3489 m
-547.04 116.3489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 166.159 m
-447.28 116.0989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 166.159 m
-547.04 116.0989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 143.055 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 116.3489 m
-98.12 116.3489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 82.5688 m
-98.12 82.5688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 116.5989 m
-48.24 82.3188 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 116.5989 m
-98.12 82.3188 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 101.3849 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 116.3489 m
-447.28 116.3489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 82.5688 m
-447.28 82.5688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 116.5989 m
-98.12 82.3188 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 116.5989 m
-447.28 82.3188 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 101.3849 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 116.3489 m
-547.04 116.3489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 82.5688 m
-547.04 82.5688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 116.5989 m
-447.28 82.3188 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 116.5989 m
-547.04 82.3188 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 101.3849 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 82.5688 m
-98.12 82.5688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 48.7887 m
-98.12 48.7887 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 82.8188 m
-48.24 48.5387 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 82.8188 m
-98.12 48.5387 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 67.6048 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 82.5688 m
-447.28 82.5688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 48.7887 m
-447.28 48.7887 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 82.8188 m
-98.12 48.5387 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 82.8188 m
-447.28 48.5387 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 67.6048 Td
-/F1.0 10.5 Tf
-[<417274696661637420776173206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334353035>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 82.5688 m
-547.04 82.5688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 48.7887 m
-547.04 48.7887 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 82.8188 m
-447.28 48.5387 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 82.8188 m
-547.04 48.5387 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 67.6048 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3139> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-144 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 143 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-145 0 obj
-[144 0 R /XYZ 0 841.89 null]
-endobj
-146 0 obj
-[144 0 R /XYZ 0 301.3092 null]
-endobj
-147 0 obj
-<< /Length 20163
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 771.33 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 771.33 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 771.33 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 721.7699 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 721.7699 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 721.7699 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 656.4298 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 656.4298 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 656.4298 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-98.12 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 775.363 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 805.89 m
-447.28 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 782.503 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 782.503 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 721.7699 m
-98.12 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.58 m
-48.24 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 748.476 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 721.7699 m
-447.28 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-11.0474 Tw
-
-BT
-101.12 756.366 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f7765643a20496e76616c69642048545450206d6574686f6420747970652075736564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 740.586 Td
-/F1.0 10.5 Tf
-[<28505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 721.7699 m
-547.04 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 771.58 m
-547.04 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 748.476 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 721.7699 m
-98.12 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 656.4298 m
-98.12 656.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 722.0199 m
-48.24 656.1798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 722.0199 m
-98.12 656.1798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 691.0259 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 721.7699 m
-447.28 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 656.4298 m
-447.28 656.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 722.0199 m
-98.12 656.1798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 722.0199 m
-447.28 656.1798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8576 Tw
-
-BT
-101.12 706.8059 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d206f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8529 Tw
-
-BT
-101.12 691.0259 Td
-/F1.0 10.5 Tf
-<43616d627269612053657276696365206661696c7572652e2045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e756520746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 675.2459 Td
-/F1.0 10.5 Tf
-<617474656d70747320746f2067657420746865206e656564656420696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 721.7699 m
-547.04 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 656.4298 m
-547.04 656.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 722.0199 m
-447.28 656.1798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 722.0199 m
-547.04 656.1798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 691.0259 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 625.7458 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 599.1858 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 601.3698 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6f637465742d73747265616d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 568.4658 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 541.9058 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 541.9058 Td
-/F1.0 10.5 Tf
-<41727469666163742045787465726e616c20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 502.0658 Td
-/F2.0 18 Tf
-<64656c6574657320616e206172746966616374206f662061207265736f75726365206f722073657276696365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 486.0098 m
-543.04 486.0098 l
-545.2491 486.0098 547.04 484.2189 547.04 482.0098 c
-547.04 453.2698 l
-547.04 451.0607 545.2491 449.2698 543.04 449.2698 c
-52.24 449.2698 l
-50.0309 449.2698 48.24 451.0607 48.24 453.2698 c
-48.24 482.0098 l
-48.24 484.2189 50.0309 486.0098 52.24 486.0098 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 486.0098 m
-543.04 486.0098 l
-545.2491 486.0098 547.04 484.2189 547.04 482.0098 c
-547.04 453.2698 l
-547.04 451.0607 545.2491 449.2698 543.04 449.2698 c
-52.24 449.2698 l
-50.0309 449.2698 48.24 451.0607 48.24 453.2698 c
-48.24 482.0098 l
-48.24 484.2189 50.0309 486.0098 52.24 486.0098 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 463.1848 Td
-/F4.0 11 Tf
-<44454c455445202f76312f636174616c6f672f7b6173736574547970657d2f7b757569647d2f6172746966616374732f7b6172746966616374555549447d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 418.5858 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 392.0258 Td
-/F1.0 10.5 Tf
-<64656c6574657320616e206172746966616374206f662061207265736f75726365206f722073657276696365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 357.5258 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 322.6498 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 322.6498 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 322.6498 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 322.6498 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 273.0897 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 273.0897 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 273.0897 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 273.0897 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 223.5296 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 223.5296 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 223.5296 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 223.5296 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 173.9695 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 173.9695 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 173.9695 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 173.9695 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 108.6294 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 108.6294 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 108.6294 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 108.6294 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 342.9298 m
-103.6622 342.9298 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 322.6498 m
-103.6622 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 343.1798 m
-48.24 322.0248 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 343.1798 m
-103.6622 322.0248 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 326.6828 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 342.9298 m
-186.7952 342.9298 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 322.6498 m
-186.7952 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 343.1798 m
-103.6622 322.0248 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 343.1798 m
-186.7952 322.0248 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 326.6828 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 342.9298 m
-436.1952 342.9298 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 322.6498 m
-436.1952 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 343.1798 m
-186.7952 322.0248 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 343.1798 m
-436.1952 322.0248 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 326.6828 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 342.9298 m
-547.04 342.9298 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 322.6498 m
-547.04 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 343.1798 m
-436.1952 322.0248 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 343.1798 m
-547.04 322.0248 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 326.6828 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 322.6498 m
-103.6622 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 273.0897 m
-103.6622 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 323.2748 m
-48.24 272.8397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 323.2748 m
-103.6622 272.8397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 299.7958 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 322.6498 m
-186.7952 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 273.0897 m
-186.7952 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 323.2748 m
-103.6622 272.8397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 323.2748 m
-186.7952 272.8397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 307.6858 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 291.9058 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 291.9058 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 322.6498 m
-436.1952 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 273.0897 m
-436.1952 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 323.2748 m
-186.7952 272.8397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 323.2748 m
-436.1952 272.8397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 307.6858 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 291.9058 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 322.6498 m
-547.04 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 273.0897 m
-547.04 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 323.2748 m
-436.1952 272.8397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 323.2748 m
-547.04 272.8397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 299.7958 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 273.0897 m
-103.6622 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 223.5296 m
-103.6622 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 273.3397 m
-48.24 223.2796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 273.3397 m
-103.6622 223.2796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 250.2357 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 273.0897 m
-186.7952 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 223.5296 m
-186.7952 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 273.3397 m
-103.6622 223.2796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 273.3397 m
-186.7952 223.2796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 258.1257 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 242.3457 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 242.3457 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 273.0897 m
-436.1952 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 223.5296 m
-436.1952 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 273.3397 m
-186.7952 223.2796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 273.3397 m
-436.1952 223.2796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 250.2357 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 273.0897 m
-547.04 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 223.5296 m
-547.04 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 273.3397 m
-436.1952 223.2796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 273.3397 m
-547.04 223.2796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 250.2357 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 223.5296 m
-103.6622 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 173.9695 m
-103.6622 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 223.7796 m
-48.24 173.7195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 223.7796 m
-103.6622 173.7195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 200.6756 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 223.5296 m
-186.7952 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 173.9695 m
-186.7952 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 223.7796 m
-103.6622 173.7195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 223.7796 m
-186.7952 173.7195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 208.5656 Td
-/F2.0 10.5 Tf
-<555345525f4944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 192.7856 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 192.7856 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 223.5296 m
-436.1952 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 173.9695 m
-436.1952 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 223.7796 m
-186.7952 173.7195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 223.7796 m
-436.1952 173.7195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.1893 Tw
-
-BT
-189.7952 208.5656 Td
-/F1.0 10.5 Tf
-<5468652075736572204944206f662074686520444341452044657369676e65722e20546869732075736572> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 192.7856 Td
-/F1.0 10.5 Tf
-<6d75737420616c736f20686176652044657369676e657220726f6c6520696e20534443> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 223.5296 m
-547.04 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 173.9695 m
-547.04 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 223.7796 m
-436.1952 173.7195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 223.7796 m
-547.04 173.7195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 200.6756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 173.9695 m
-103.6622 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 108.6294 m
-103.6622 108.6294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 174.2195 m
-48.24 108.3794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 174.2195 m
-103.6622 108.3794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 143.2255 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 173.9695 m
-186.7952 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 108.6294 m
-186.7952 108.6294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 174.2195 m
-103.6622 108.3794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 174.2195 m
-186.7952 108.3794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 159.0055 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 143.2255 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 127.4455 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 127.4455 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 173.9695 m
-436.1952 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 108.6294 m
-436.1952 108.6294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 174.2195 m
-186.7952 108.3794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 174.2195 m
-436.1952 108.3794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 143.2255 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 173.9695 m
-547.04 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 108.6294 m
-547.04 108.6294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 174.2195 m
-436.1952 108.3794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 174.2195 m
-547.04 108.3794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 143.2255 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3230> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-148 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 147 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-149 0 obj
-[148 0 R /XYZ 0 644.4298 null]
-endobj
-150 0 obj
-[148 0 R /XYZ 0 587.1498 null]
-endobj
-151 0 obj
-[148 0 R /XYZ 0 526.0898 null]
-endobj
-152 0 obj
-[148 0 R /XYZ 0 437.2698 null]
-endobj
-153 0 obj
-[148 0 R /XYZ 0 376.2098 null]
-endobj
-154 0 obj
-<< /Length 29188
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 720.2699 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 720.2699 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 720.2699 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 720.2699 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 654.9298 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 654.9298 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 654.9298 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 654.9298 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 605.3697 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 605.3697 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 605.3697 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 605.3697 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 555.8096 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 555.8096 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 555.8096 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 555.8096 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 770.646 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 754.866 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 754.866 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 654.9298 m
-103.6622 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.5199 m
-48.24 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 689.5259 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 654.9298 m
-186.7952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 697.4159 Td
-/F2.0 10.5 Tf
-<617274696661637455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 681.6359 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 681.6359 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 654.9298 m
-436.1952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-0.4106 Tw
-
-BT
-189.7952 705.3059 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206172746966616374206173207075626c697368656420696e20746865206173736574> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-4.1534 Tw
-
-BT
-189.7952 689.5259 Td
-/F1.0 10.5 Tf
-<64657461696c6564206d65746164617461206f7220696e2074686520726573706f6e7365206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 673.7459 Td
-/F1.0 10.5 Tf
-[<75706c6f6164202f20757064617465206f706572> 20.0195 <6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 654.9298 m
-547.04 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 720.5199 m
-547.04 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 689.5259 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 654.9298 m
-103.6622 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.3697 m
-103.6622 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 655.1798 m
-48.24 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 655.1798 m
-103.6622 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 632.0758 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 654.9298 m
-186.7952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.3697 m
-186.7952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 655.1798 m
-103.6622 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 655.1798 m
-186.7952 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 639.9658 Td
-/F2.0 10.5 Tf
-<617373657454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 624.1858 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 624.1858 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 654.9298 m
-436.1952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.3697 m
-436.1952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 655.1798 m
-186.7952 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 655.1798 m
-436.1952 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 632.0758 Td
-/F1.0 10.5 Tf
-<546865207265717565737465642061737365742074797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 654.9298 m
-547.04 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.3697 m
-547.04 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 655.1798 m
-436.1952 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 655.1798 m
-547.04 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-18.4298 Tw
-
-BT
-439.1952 639.9658 Td
-/F1.0 10.5 Tf
-<656e756d20287265736f75726365732c> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 624.1858 Td
-/F1.0 10.5 Tf
-<736572766963657329> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.3697 m
-103.6622 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 555.8096 m
-103.6622 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.6197 m
-48.24 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.6197 m
-103.6622 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 582.5157 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.3697 m
-186.7952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 555.8096 m
-186.7952 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.6197 m
-103.6622 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.6197 m
-186.7952 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 590.4057 Td
-/F2.0 10.5 Tf
-<75756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 574.6257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 574.6257 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.3697 m
-436.1952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 555.8096 m
-436.1952 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.6197 m
-186.7952 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.6197 m
-436.1952 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.3681 Tw
-
-BT
-189.7952 590.4057 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206173736574206173207075626c697368656420696e20746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 574.6257 Td
-/F1.0 10.5 Tf
-<6d65746164617461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.3697 m
-547.04 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 555.8096 m
-547.04 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.6197 m
-436.1952 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 605.6197 m
-547.04 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 582.5157 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 525.1256 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 475.9696 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 475.9696 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 475.9696 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 442.1895 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 442.1895 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 442.1895 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 408.4094 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 408.4094 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 408.4094 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 358.8493 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 358.8493 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 358.8493 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 293.5092 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 293.5092 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 293.5092 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 259.7291 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 259.7291 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 259.7291 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 210.169 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 210.169 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 210.169 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 160.6089 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 160.6089 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 160.6089 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 95.2688 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 95.2688 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 95.2688 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 510.5296 m
-98.12 510.5296 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 475.9696 m
-98.12 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 510.7796 m
-48.24 475.3446 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 510.7796 m
-98.12 475.3446 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 494.2826 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 480.0026 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 510.5296 m
-447.28 510.5296 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 475.9696 m
-447.28 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 510.7796 m
-98.12 475.3446 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 510.7796 m
-447.28 475.3446 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 487.1426 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 510.5296 m
-547.04 510.5296 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 475.9696 m
-547.04 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 510.7796 m
-447.28 475.3446 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 510.7796 m
-547.04 475.3446 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 487.1426 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 475.9696 m
-98.12 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 442.1895 m
-98.12 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 476.5946 m
-48.24 441.9395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 476.5946 m
-98.12 441.9395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 461.0056 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 475.9696 m
-447.28 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.1895 m
-447.28 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 476.5946 m
-98.12 441.9395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 476.5946 m
-447.28 441.9395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 461.0056 Td
-/F1.0 10.5 Tf
-<41727469666163742064656c65746564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 475.9696 m
-547.04 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.1895 m
-547.04 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 476.5946 m
-447.28 441.9395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 476.5946 m
-547.04 441.9395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 461.0056 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 442.1895 m
-98.12 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 408.4094 m
-98.12 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 442.4395 m
-48.24 408.1594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.4395 m
-98.12 408.1594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 427.2255 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.1895 m
-447.28 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 408.4094 m
-447.28 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.4395 m
-98.12 408.1594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.4395 m
-447.28 408.1594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 427.2255 Td
-/F1.0 10.5 Tf
-[<4172746966616374206e616d65206973206d697373696e6720696e20696e707574202d2053> 20.0195 <56> 20.0195 <4334313238>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.1895 m
-547.04 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 408.4094 m
-547.04 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.4395 m
-447.28 408.1594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 442.4395 m
-547.04 408.1594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 427.2255 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 408.4094 m
-98.12 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 358.8493 m
-98.12 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 408.6594 m
-48.24 358.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 408.6594 m
-98.12 358.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.5554 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 408.4094 m
-447.28 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 358.8493 m
-447.28 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 408.6594 m
-98.12 358.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 408.6594 m
-447.28 358.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 393.4454 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 377.6654 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 408.4094 m
-547.04 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 358.8493 m
-547.04 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 408.6594 m
-447.28 358.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 408.6594 m
-547.04 358.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 385.5554 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 358.8493 m
-98.12 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.5092 m
-98.12 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 359.0993 m
-48.24 293.2592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 359.0993 m
-98.12 293.2592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 328.1053 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 358.8493 m
-447.28 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 293.5092 m
-447.28 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 359.0993 m
-98.12 293.2592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 359.0993 m
-447.28 293.2592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.1053 Tw
-
-BT
-101.12 343.8853 Td
-/F1.0 10.5 Tf
-[<4173736574206973206265696e67206564697465642062> 20.0195 <7920646966666572656e7420757365722e204f6e6c79206f6e6520757365722063616e20636865636b> 20.0195 <6f7574>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8787 Tw
-
-BT
-101.12 328.1053 Td
-/F1.0 10.5 Tf
-<616e64206564697420616e206173736574206f6e20676976656e2074696d652e205468652061737365742077696c6c20626520617661696c61626c6520666f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 312.3253 Td
-/F1.0 10.5 Tf
-[<636865636b> 20.0195 <6f757420616674657220746865206f7468657220757365722077696c6c20636865636b696e20746865206173736574202d2053> 20.0195 <56> 20.0195 <4334303836>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 358.8493 m
-547.04 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 293.5092 m
-547.04 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 359.0993 m
-447.28 293.2592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 359.0993 m
-547.04 293.2592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 328.1053 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.5092 m
-98.12 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 259.7291 m
-98.12 259.7291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.7592 m
-48.24 259.4791 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 293.7592 m
-98.12 259.4791 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 278.5452 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 293.5092 m
-447.28 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 259.7291 m
-447.28 259.7291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 293.7592 m
-98.12 259.4791 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 293.7592 m
-447.28 259.4791 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 278.5452 Td
-/F1.0 10.5 Tf
-[<537065636966696564207265736f75726365206973206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334303633>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 293.5092 m
-547.04 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 259.7291 m
-547.04 259.7291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 293.7592 m
-447.28 259.4791 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 293.7592 m
-547.04 259.4791 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 278.5452 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 259.7291 m
-98.12 259.7291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 210.169 m
-98.12 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 259.9791 m
-48.24 209.919 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 259.9791 m
-98.12 209.919 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.8751 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 259.7291 m
-447.28 259.7291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 210.169 m
-447.28 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 259.9791 m
-98.12 209.919 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 259.9791 m
-447.28 209.919 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-11.0474 Tw
-
-BT
-101.12 244.7651 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f7765643a20496e76616c69642048545450206d6574686f6420747970652075736564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 228.9851 Td
-/F1.0 10.5 Tf
-[<28505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 259.7291 m
-547.04 259.7291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 210.169 m
-547.04 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 259.9791 m
-447.28 209.919 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 259.9791 m
-547.04 209.919 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 236.8751 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 210.169 m
-98.12 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.6089 m
-98.12 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 210.419 m
-48.24 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 210.419 m
-98.12 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 187.315 Td
-/F2.0 10.5 Tf
-<343039> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 210.169 m
-447.28 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.6089 m
-447.28 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 210.419 m
-98.12 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 210.419 m
-447.28 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.3494 Tw
-
-BT
-101.12 195.205 Td
-/F1.0 10.5 Tf
-[<52657374726963746564204f706572> 20.0195 <6174696f6e20d02074686520757365722070726f766964656420646f6573206e6f74206861766520726f6c65206f66>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 179.425 Td
-/F1.0 10.5 Tf
-[<44657369676e6572206f7220746865206173736574206973206265696e6720757365642062> 20.0195 <7920616e6f746865722064657369676e6572202d2053> 20.0195 <56> 20.0195 <4334333031>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 210.169 m
-547.04 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.6089 m
-547.04 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 210.419 m
-447.28 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 210.419 m
-547.04 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 187.315 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.6089 m
-98.12 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 95.2688 m
-98.12 95.2688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.8589 m
-48.24 95.0188 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.8589 m
-98.12 95.0188 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 129.8649 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.6089 m
-447.28 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 95.2688 m
-447.28 95.2688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.8589 m
-98.12 95.0188 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.8589 m
-447.28 95.0188 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8576 Tw
-
-BT
-101.12 145.6449 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d206f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8529 Tw
-
-BT
-101.12 129.8649 Td
-/F1.0 10.5 Tf
-<43616d627269612053657276696365206661696c7572652e2045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e756520746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 114.0849 Td
-/F1.0 10.5 Tf
-<617474656d70747320746f2067657420746865206e656564656420696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.6089 m
-547.04 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 95.2688 m
-547.04 95.2688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.8589 m
-447.28 95.0188 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 160.8589 m
-547.04 95.0188 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 129.8649 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3231> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-155 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 154 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [157 0 R]
->>
-endobj
-156 0 obj
-[155 0 R /XYZ 0 543.8096 null]
-endobj
-157 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [450.28 457.9396 538.7845 472.2196]
-/Type /Annot
->>
-endobj
-158 0 obj
-<< /Length 26566
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 792.006 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 765.446 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 767.63 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 734.726 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 708.166 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 708.166 Td
-/F1.0 10.5 Tf
-<41727469666163742045787465726e616c20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 668.326 Td
-/F2.0 18 Tf
-<4368616e6765205265736f75726365206c6966656379636c65205374617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 652.27 m
-543.04 652.27 l
-545.2491 652.27 547.04 650.4791 547.04 648.27 c
-547.04 619.53 l
-547.04 617.3209 545.2491 615.53 543.04 615.53 c
-52.24 615.53 l
-50.0309 615.53 48.24 617.3209 48.24 619.53 c
-48.24 648.27 l
-48.24 650.4791 50.0309 652.27 52.24 652.27 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 652.27 m
-543.04 652.27 l
-545.2491 652.27 547.04 650.4791 547.04 648.27 c
-547.04 619.53 l
-547.04 617.3209 545.2491 615.53 543.04 615.53 c
-52.24 615.53 l
-50.0309 615.53 48.24 617.3209 48.24 619.53 c
-48.24 648.27 l
-48.24 650.4791 50.0309 652.27 52.24 652.27 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 629.445 Td
-/F4.0 11 Tf
-<504f5354202f76312f636174616c6f672f7b6173736574547970657d2f7b757569647d2f6c6966656379636c6553746174652f7b6c6966656379636c654f7065726174696f6e7d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 584.846 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 549.97 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 549.97 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 549.97 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 549.97 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 500.4099 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 500.4099 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 500.4099 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 500.4099 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 450.8498 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 450.8498 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 450.8498 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 450.8498 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 401.2897 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 401.2897 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 401.2897 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 401.2897 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 351.7296 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 351.7296 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 351.7296 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 351.7296 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 286.3895 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 286.3895 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 286.3895 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 286.3895 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 221.0494 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 221.0494 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 221.0494 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 221.0494 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 171.4893 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 171.4893 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 171.4893 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 171.4893 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 106.1492 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 106.1492 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 106.1492 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 106.1492 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 56.5891 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 56.5891 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 56.5891 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 56.5891 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 570.25 m
-103.6622 570.25 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 549.97 m
-103.6622 549.97 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 570.5 m
-48.24 549.345 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 570.5 m
-103.6622 549.345 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 554.003 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 570.25 m
-186.7952 570.25 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 549.97 m
-186.7952 549.97 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 570.5 m
-103.6622 549.345 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 570.5 m
-186.7952 549.345 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 554.003 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 570.25 m
-436.1952 570.25 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 549.97 m
-436.1952 549.97 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 570.5 m
-186.7952 549.345 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 570.5 m
-436.1952 549.345 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 554.003 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 570.25 m
-547.04 570.25 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 549.97 m
-547.04 549.97 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 570.5 m
-436.1952 549.345 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 570.5 m
-547.04 549.345 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 554.003 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 549.97 m
-103.6622 549.97 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 500.4099 m
-103.6622 500.4099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 550.595 m
-48.24 500.1599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 550.595 m
-103.6622 500.1599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 527.116 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 549.97 m
-186.7952 549.97 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 500.4099 m
-186.7952 500.4099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 550.595 m
-103.6622 500.1599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 550.595 m
-186.7952 500.1599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 535.006 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 519.226 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 519.226 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 549.97 m
-436.1952 549.97 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 500.4099 m
-436.1952 500.4099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 550.595 m
-186.7952 500.1599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 550.595 m
-436.1952 500.1599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 535.006 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 519.226 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 549.97 m
-547.04 549.97 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 500.4099 m
-547.04 500.4099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 550.595 m
-436.1952 500.1599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 550.595 m
-547.04 500.1599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 527.116 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 500.4099 m
-103.6622 500.4099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 450.8498 m
-103.6622 450.8498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 500.6599 m
-48.24 450.5998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 500.6599 m
-103.6622 450.5998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 477.5559 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 500.4099 m
-186.7952 500.4099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 450.8498 m
-186.7952 450.8498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 500.6599 m
-103.6622 450.5998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 500.6599 m
-186.7952 450.5998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 485.4459 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 469.6659 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 469.6659 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 500.4099 m
-436.1952 500.4099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 450.8498 m
-436.1952 450.8498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 500.6599 m
-186.7952 450.5998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 500.6599 m
-436.1952 450.5998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 477.5559 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 500.4099 m
-547.04 500.4099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 450.8498 m
-547.04 450.8498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 500.6599 m
-436.1952 450.5998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 500.6599 m
-547.04 450.5998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 477.5559 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 450.8498 m
-103.6622 450.8498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 401.2897 m
-103.6622 401.2897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 451.0998 m
-48.24 401.0397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 451.0998 m
-103.6622 401.0397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 427.9958 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 450.8498 m
-186.7952 450.8498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 401.2897 m
-186.7952 401.2897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 451.0998 m
-103.6622 401.0397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 451.0998 m
-186.7952 401.0397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 435.8858 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d54797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 420.1058 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 420.1058 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 450.8498 m
-436.1952 450.8498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 401.2897 m
-436.1952 401.2897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 451.0998 m
-186.7952 401.0397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 451.0998 m
-436.1952 401.0397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 435.8858 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 420.1058 Td
-/F1.0 10.5 Tf
-<72657175657374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 450.8498 m
-547.04 450.8498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 401.2897 m
-547.04 401.2897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 451.0998 m
-436.1952 401.0397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 451.0998 m
-547.04 401.0397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 427.9958 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 401.2897 m
-103.6622 401.2897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 351.7296 m
-103.6622 351.7296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 401.5397 m
-48.24 351.4796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 401.5397 m
-103.6622 351.4796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 378.4357 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 401.2897 m
-186.7952 401.2897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 351.7296 m
-186.7952 351.7296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 401.5397 m
-103.6622 351.4796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 401.5397 m
-186.7952 351.4796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 386.3257 Td
-/F2.0 10.5 Tf
-<555345525f4944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 370.5457 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 370.5457 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 401.2897 m
-436.1952 401.2897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 351.7296 m
-436.1952 351.7296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 401.5397 m
-186.7952 351.4796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 401.5397 m
-436.1952 351.4796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 378.4357 Td
-/F1.0 10.5 Tf
-<5468652075736572206964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 401.2897 m
-547.04 401.2897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 351.7296 m
-547.04 351.7296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 401.5397 m
-436.1952 351.4796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 401.5397 m
-547.04 351.4796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 378.4357 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 351.7296 m
-103.6622 351.7296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 286.3895 m
-103.6622 286.3895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 351.9796 m
-48.24 286.1395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 351.9796 m
-103.6622 286.1395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 320.9856 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 351.7296 m
-186.7952 351.7296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 286.3895 m
-186.7952 286.3895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 351.9796 m
-103.6622 286.1395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 351.9796 m
-186.7952 286.1395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 336.7656 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 320.9856 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 305.2056 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 305.2056 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 351.7296 m
-436.1952 351.7296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 286.3895 m
-436.1952 286.3895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 351.9796 m
-186.7952 286.1395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 351.9796 m
-436.1952 286.1395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 320.9856 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 351.7296 m
-547.04 351.7296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 286.3895 m
-547.04 286.3895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 351.9796 m
-436.1952 286.1395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 351.9796 m
-547.04 286.1395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 320.9856 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 286.3895 m
-103.6622 286.3895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 221.0494 m
-103.6622 221.0494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 286.6395 m
-48.24 220.7994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 286.6395 m
-103.6622 220.7994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 255.6455 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 286.3895 m
-186.7952 286.3895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 221.0494 m
-186.7952 221.0494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 286.6395 m
-103.6622 220.7994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 286.6395 m
-186.7952 220.7994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 271.4255 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 255.6455 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 239.8655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 239.8655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 286.3895 m
-436.1952 286.3895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 221.0494 m
-436.1952 221.0494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 286.6395 m
-186.7952 220.7994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 286.6395 m
-436.1952 220.7994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 255.6455 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 286.3895 m
-547.04 286.3895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 221.0494 m
-547.04 221.0494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 286.6395 m
-436.1952 220.7994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 286.6395 m
-547.04 220.7994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 255.6455 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 221.0494 m
-103.6622 221.0494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 171.4893 m
-103.6622 171.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 221.2994 m
-48.24 171.2393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 221.2994 m
-103.6622 171.2393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 198.1954 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 221.0494 m
-186.7952 221.0494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 171.4893 m
-186.7952 171.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 221.2994 m
-103.6622 171.2393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 221.2994 m
-186.7952 171.2393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 206.0854 Td
-/F2.0 10.5 Tf
-<617373657454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 190.3054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 190.3054 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 221.0494 m
-436.1952 221.0494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 171.4893 m
-436.1952 171.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 221.2994 m
-186.7952 171.2393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 221.2994 m
-436.1952 171.2393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 198.1954 Td
-/F1.0 10.5 Tf
-[<76616c696456> 60.0586 <616c7565733a207265736f7572636573202f207365727669636573>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 221.0494 m
-547.04 221.0494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 171.4893 m
-547.04 171.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 221.2994 m
-436.1952 171.2393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 221.2994 m
-547.04 171.2393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-18.4298 Tw
-
-BT
-439.1952 206.0854 Td
-/F1.0 10.5 Tf
-<656e756d20287265736f75726365732c> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 190.3054 Td
-/F1.0 10.5 Tf
-<736572766963657329> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 171.4893 m
-103.6622 171.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.1492 m
-103.6622 106.1492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 171.7393 m
-48.24 105.8992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 171.7393 m
-103.6622 105.8992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 140.7453 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 171.4893 m
-186.7952 171.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 106.1492 m
-186.7952 106.1492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 171.7393 m
-103.6622 105.8992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 171.7393 m
-186.7952 105.8992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 156.5253 Td
-/F2.0 10.5 Tf
-<6c6966656379636c654f706572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 140.7453 Td
-/F2.0 10.5 Tf
-<6174696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 124.9653 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 124.9653 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 171.4893 m
-436.1952 171.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 106.1492 m
-436.1952 106.1492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 171.7393 m
-186.7952 105.8992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 171.7393 m
-436.1952 105.8992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 171.4893 m
-547.04 171.4893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 106.1492 m
-547.04 106.1492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 171.7393 m
-436.1952 105.8992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 171.7393 m
-547.04 105.8992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-21.9685 Tw
-
-BT
-439.1952 148.6353 Td
-/F1.0 10.5 Tf
-[<656e756d2028636865636b> 20.0195 <6f75742c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 132.8553 Td
-/F1.0 10.5 Tf
-<636865636b696e29> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.1492 m
-103.6622 106.1492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 56.5891 m
-103.6622 56.5891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.3992 m
-48.24 56.3391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 106.3992 m
-103.6622 56.3391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 83.2952 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 106.1492 m
-186.7952 106.1492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 56.5891 m
-186.7952 56.5891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 106.3992 m
-103.6622 56.3391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 106.3992 m
-186.7952 56.3391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 91.1852 Td
-/F2.0 10.5 Tf
-<75756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 75.4052 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 75.4052 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 106.1492 m
-436.1952 106.1492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 56.5891 m
-436.1952 56.5891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 106.3992 m
-186.7952 56.3391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 106.3992 m
-436.1952 56.3391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 83.2952 Td
-/F1.0 10.5 Tf
-<6964206f6620636f6d706f6e656e7420746f206265206368616e676564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 106.1492 m
-547.04 106.1492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 56.5891 m
-547.04 56.5891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 106.3992 m
-436.1952 56.3391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 106.3992 m
-547.04 56.3391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 83.2952 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3232> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-159 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 158 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-160 0 obj
-[159 0 R /XYZ 0 841.89 null]
-endobj
-161 0 obj
-[159 0 R /XYZ 0 753.41 null]
-endobj
-162 0 obj
-[159 0 R /XYZ 0 692.35 null]
-endobj
-163 0 obj
-[159 0 R /XYZ 0 603.53 null]
-endobj
-164 0 obj
-<< /Length 21768
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 736.0499 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 736.0499 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 736.0499 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-103.6622 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 762.756 Td
-/F2.0 10.5 Tf
-<426f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.0499 m
-186.7952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 770.646 Td
-/F2.0 10.5 Tf
-<626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.0499 m
-436.1952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-6.0899 Tw
-
-BT
-189.7952 770.646 Td
-/F1.0 10.5 Tf
-<7573657252656d61726b73202d2053686f7274206465736372697074696f6e202866726565207465787429> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 754.866 Td
-/F1.0 10.5 Tf
-<61626f7574207468652061737365742076657273696f6e206265696e67206368616e676564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-439.1952 770.646 Td
-/F1.0 10.5 Tf
-<4c6966656379636c654368616e6765496e666f> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-439.1952 754.866 Td
-/F1.0 10.5 Tf
-[<5769746841> 20.0195 <6374696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 705.3659 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 656.2099 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 656.2099 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 656.2099 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 622.4298 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 622.4298 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 622.4298 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 588.6497 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 588.6497 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 588.6497 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 539.0896 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 539.0896 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 539.0896 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 473.7495 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 473.7495 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 473.7495 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 439.9694 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 439.9694 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 439.9694 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 390.4093 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 390.4093 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 390.4093 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 325.0692 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 325.0692 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 325.0692 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 690.7699 m
-98.12 690.7699 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 656.2099 m
-98.12 656.2099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 691.0199 m
-48.24 655.5849 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 691.0199 m
-98.12 655.5849 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 674.5229 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 660.2429 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 690.7699 m
-447.28 690.7699 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 656.2099 m
-447.28 656.2099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 691.0199 m
-98.12 655.5849 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 691.0199 m
-447.28 655.5849 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 667.3829 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 690.7699 m
-547.04 690.7699 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 656.2099 m
-547.04 656.2099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 691.0199 m
-447.28 655.5849 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 691.0199 m
-547.04 655.5849 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 667.3829 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 656.2099 m
-98.12 656.2099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 622.4298 m
-98.12 622.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 656.8349 m
-48.24 622.1798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 656.8349 m
-98.12 622.1798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 641.2459 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 656.2099 m
-447.28 656.2099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 622.4298 m
-447.28 622.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 656.8349 m
-98.12 622.1798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 656.8349 m
-447.28 622.1798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 641.2459 Td
-/F1.0 10.5 Tf
-<5265736f75726365207374617465206368616e676564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 656.2099 m
-547.04 656.2099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 622.4298 m
-547.04 622.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 656.8349 m
-447.28 622.1798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 656.8349 m
-547.04 622.1798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 641.2459 Td
-/F1.0 10.5 Tf
-<41737365744d65746164617461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 622.4298 m
-98.12 622.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 588.6497 m
-98.12 588.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 622.6798 m
-48.24 588.3997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 622.6798 m
-98.12 588.3997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 607.4658 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 622.4298 m
-447.28 622.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 588.6497 m
-447.28 588.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 622.6798 m
-98.12 588.3997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 622.6798 m
-447.28 588.3997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 607.4658 Td
-/F1.0 10.5 Tf
-<4d697373696e6720582d45434f4d502d496e7374616e63654944204854545020686561646572202d20504f4c35303031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 622.4298 m
-547.04 622.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 588.6497 m
-547.04 588.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 622.6798 m
-447.28 588.3997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 622.6798 m
-547.04 588.3997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 607.4658 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 588.6497 m
-98.12 588.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 539.0896 m
-98.12 539.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 588.8997 m
-48.24 538.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 588.8997 m
-98.12 538.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 565.7957 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 588.6497 m
-447.28 588.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 539.0896 m
-447.28 539.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 588.8997 m
-98.12 538.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 588.8997 m
-447.28 538.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 573.6857 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 557.9057 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 588.6497 m
-547.04 588.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 539.0896 m
-547.04 539.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 588.8997 m
-447.28 538.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 588.8997 m
-547.04 538.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 565.7957 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 539.0896 m
-98.12 539.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 473.7495 m
-98.12 473.7495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 539.3396 m
-48.24 473.4995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 539.3396 m
-98.12 473.4995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 508.3456 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 539.0896 m
-447.28 539.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 473.7495 m
-447.28 473.7495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 539.3396 m
-98.12 473.4995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 539.3396 m
-447.28 473.4995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.1053 Tw
-
-BT
-101.12 524.1256 Td
-/F1.0 10.5 Tf
-[<4173736574206973206265696e67206564697465642062> 20.0195 <7920646966666572656e7420757365722e204f6e6c79206f6e6520757365722063616e20636865636b> 20.0195 <6f7574>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8787 Tw
-
-BT
-101.12 508.3456 Td
-/F1.0 10.5 Tf
-<616e64206564697420616e206173736574206f6e20676976656e2074696d652e205468652061737365742077696c6c20626520617661696c61626c6520666f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 492.5656 Td
-/F1.0 10.5 Tf
-[<636865636b> 20.0195 <6f757420616674657220746865206f7468657220757365722077696c6c20636865636b696e20746865206173736574202d2053> 20.0195 <56> 20.0195 <4334303830>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 539.0896 m
-547.04 539.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 473.7495 m
-547.04 473.7495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 539.3396 m
-447.28 473.4995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 539.3396 m
-547.04 473.4995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 508.3456 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 473.7495 m
-98.12 473.7495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 439.9694 m
-98.12 439.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 473.9995 m
-48.24 439.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 473.9995 m
-98.12 439.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 458.7855 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 473.7495 m
-447.28 473.7495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 439.9694 m
-447.28 439.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 473.9995 m
-98.12 439.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 473.9995 m
-447.28 439.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 458.7855 Td
-/F1.0 10.5 Tf
-[<4572726f723a20526571756573746564202725312720287575696429207265736f7572636520776173206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334303633>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 473.7495 m
-547.04 473.7495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 439.9694 m
-547.04 439.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 473.9995 m
-447.28 439.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 473.9995 m
-547.04 439.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 458.7855 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 439.9694 m
-98.12 439.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 390.4093 m
-98.12 390.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 440.2194 m
-48.24 390.1593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 440.2194 m
-98.12 390.1593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 417.1154 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 439.9694 m
-447.28 439.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 390.4093 m
-447.28 390.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 440.2194 m
-98.12 390.1593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 440.2194 m
-447.28 390.1593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-7.5844 Tw
-
-BT
-101.12 425.0054 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f776564203a20496e76616c69642048545450206d6574686f64207479706520757365642028> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 409.2254 Td
-/F1.0 10.5 Tf
-[<505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 439.9694 m
-547.04 439.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 390.4093 m
-547.04 390.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 440.2194 m
-447.28 390.1593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 440.2194 m
-547.04 390.1593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 417.1154 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 390.4093 m
-98.12 390.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 325.0692 m
-98.12 325.0692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 390.6593 m
-48.24 324.8192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 390.6593 m
-98.12 324.8192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 359.6653 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 390.4093 m
-447.28 390.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 325.0692 m
-447.28 325.0692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 390.6593 m
-98.12 324.8192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 390.6593 m
-447.28 324.8192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.0005 Tw
-
-BT
-101.12 375.4453 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d2e2045434f4d50> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-6.1135 Tw
-
-BT
-101.12 359.6653 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e742073686f756c6420636f6e74696e75652074686520617474656d70747320746f2067657420746865206e6565646564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 343.8853 Td
-/F1.0 10.5 Tf
-<696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 390.4093 m
-547.04 390.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 325.0692 m
-547.04 325.0692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 390.6593 m
-447.28 324.8192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 390.6593 m
-547.04 324.8192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 359.6653 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 294.3852 Td
-/F2.0 13 Tf
-<436f6e73756d6573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 267.8252 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 270.0092 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 237.1052 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 210.5452 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 212.7292 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 179.8252 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 153.2652 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 153.2652 Td
-/F1.0 10.5 Tf
-[<4352> 9.7656 <55442045787465726e616c20536572766c6574>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 113.4252 Td
-/F2.0 18 Tf
-[<44657461696c6564206d65746164617461206f662061737365742062> 20.0195 <792075756964>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 97.3692 m
-543.04 97.3692 l
-545.2491 97.3692 547.04 95.5783 547.04 93.3692 c
-547.04 64.6292 l
-547.04 62.4201 545.2491 60.6292 543.04 60.6292 c
-52.24 60.6292 l
-50.0309 60.6292 48.24 62.4201 48.24 64.6292 c
-48.24 93.3692 l
-48.24 95.5783 50.0309 97.3692 52.24 97.3692 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 97.3692 m
-543.04 97.3692 l
-545.2491 97.3692 547.04 95.5783 547.04 93.3692 c
-547.04 64.6292 l
-547.04 62.4201 545.2491 60.6292 543.04 60.6292 c
-52.24 60.6292 l
-50.0309 60.6292 48.24 62.4201 48.24 64.6292 c
-48.24 93.3692 l
-48.24 95.5783 50.0309 97.3692 52.24 97.3692 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 74.5442 Td
-/F4.0 11 Tf
-<474554202f76312f636174616c6f672f7b6173736574547970657d2f7b757569647d2f6d65746164617461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3233> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-165 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 164 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [166 0 R 167 0 R 169 0 R]
->>
-endobj
-166 0 obj
-<< /Border [0 0 0]
-/Dest (_lifecyclechangeinfowithaction)
-/Subtype /Link
-/Rect [439.1952 767.58 541.2972 781.86]
-/Type /Annot
->>
-endobj
-167 0 obj
-<< /Border [0 0 0]
-/Dest (_lifecyclechangeinfowithaction)
-/Subtype /Link
-/Rect [439.1952 751.8 496.1155 766.08]
-/Type /Annot
->>
-endobj
-168 0 obj
-[165 0 R /XYZ 0 724.0499 null]
-endobj
-169 0 obj
-<< /Border [0 0 0]
-/Dest (_assetmetadata)
-/Subtype /Link
-/Rect [450.28 638.1799 523.4545 652.4599]
-/Type /Annot
->>
-endobj
-170 0 obj
-[165 0 R /XYZ 0 313.0692 null]
-endobj
-171 0 obj
-[165 0 R /XYZ 0 255.7892 null]
-endobj
-172 0 obj
-[165 0 R /XYZ 0 198.5092 null]
-endobj
-173 0 obj
-[165 0 R /XYZ 0 137.4492 null]
-endobj
-174 0 obj
-<< /Limits [(_downloadserviceartifact) (_groupinstance)]
-/Names [(_downloadserviceartifact) 47 0 R (_getassetlistexternal) 106 0 R (_getassetspecificmetadatabyuuidexternal) 173 0 R (_getinputvaluedatadefinition) 352 0 R (_gettoscamodelexternal) 232 0 R (_getuebserverlist) 240 0 R (_getvalidartifacttypes) 25 0 R (_groupdefinition) 354 0 R (_groupingdefinition) 365 0 R (_groupinstance) 361 0 R]
->>
-endobj
-175 0 obj
-<< /Length 28278
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 792.006 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 765.446 Td
-/F1.0 10.5 Tf
-[<52657475726e732064657461696c6564206d65746164617461206f6620616e2061737365742062> 20.0195 <792075756964>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 730.946 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 696.07 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 696.07 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 696.07 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 696.07 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 646.5099 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 646.5099 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 646.5099 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 646.5099 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 596.9498 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 596.9498 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 596.9498 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 596.9498 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 531.6097 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 531.6097 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 531.6097 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 531.6097 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 466.2696 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 466.2696 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 466.2696 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 466.2696 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 416.7095 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 416.7095 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 416.7095 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 416.7095 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 367.1494 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 367.1494 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 367.1494 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 367.1494 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 716.35 m
-103.6622 716.35 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 696.07 m
-103.6622 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 716.6 m
-48.24 695.445 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 716.6 m
-103.6622 695.445 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 700.103 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 716.35 m
-186.7952 716.35 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 696.07 m
-186.7952 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 716.6 m
-103.6622 695.445 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 716.6 m
-186.7952 695.445 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 700.103 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 716.35 m
-436.1952 716.35 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 696.07 m
-436.1952 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 716.6 m
-186.7952 695.445 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 716.6 m
-436.1952 695.445 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 700.103 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 716.35 m
-547.04 716.35 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 696.07 m
-547.04 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 716.6 m
-436.1952 695.445 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 716.6 m
-547.04 695.445 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 700.103 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 696.07 m
-103.6622 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 646.5099 m
-103.6622 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 696.695 m
-48.24 646.2599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 696.695 m
-103.6622 646.2599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 673.216 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 696.07 m
-186.7952 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 646.5099 m
-186.7952 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 696.695 m
-103.6622 646.2599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 696.695 m
-186.7952 646.2599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 681.106 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 665.326 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 665.326 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 696.07 m
-436.1952 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 646.5099 m
-436.1952 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 696.695 m
-186.7952 646.2599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 696.695 m
-436.1952 646.2599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 681.106 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 665.326 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 696.07 m
-547.04 696.07 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 646.5099 m
-547.04 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 696.695 m
-436.1952 646.2599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 696.695 m
-547.04 646.2599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 673.216 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 646.5099 m
-103.6622 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 596.9498 m
-103.6622 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 646.7599 m
-48.24 596.6998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 646.7599 m
-103.6622 596.6998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 623.6559 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 646.5099 m
-186.7952 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 596.9498 m
-186.7952 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 646.7599 m
-103.6622 596.6998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 646.7599 m
-186.7952 596.6998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 631.5459 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 615.7659 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 615.7659 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 646.5099 m
-436.1952 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 596.9498 m
-436.1952 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 646.7599 m
-186.7952 596.6998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 646.7599 m
-436.1952 596.6998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 623.6559 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 646.5099 m
-547.04 646.5099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 596.9498 m
-547.04 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 646.7599 m
-436.1952 596.6998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 646.7599 m
-547.04 596.6998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 623.6559 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 596.9498 m
-103.6622 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 531.6097 m
-103.6622 531.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 597.1998 m
-48.24 531.3597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 597.1998 m
-103.6622 531.3597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 566.2058 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 596.9498 m
-186.7952 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 531.6097 m
-186.7952 531.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 597.1998 m
-103.6622 531.3597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 597.1998 m
-186.7952 531.3597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 581.9858 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 566.2058 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 550.4258 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 550.4258 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 596.9498 m
-436.1952 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 531.6097 m
-436.1952 531.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 597.1998 m
-186.7952 531.3597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 597.1998 m
-436.1952 531.3597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 566.2058 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 596.9498 m
-547.04 596.9498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 531.6097 m
-547.04 531.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 597.1998 m
-436.1952 531.3597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 597.1998 m
-547.04 531.3597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 566.2058 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 531.6097 m
-103.6622 531.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 466.2696 m
-103.6622 466.2696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 531.8597 m
-48.24 466.0196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 531.8597 m
-103.6622 466.0196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.8657 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 531.6097 m
-186.7952 531.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 466.2696 m
-186.7952 466.2696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 531.8597 m
-103.6622 466.0196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 531.8597 m
-186.7952 466.0196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 516.6457 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 500.8657 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 485.0857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 485.0857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 531.6097 m
-436.1952 531.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 466.2696 m
-436.1952 466.2696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 531.8597 m
-186.7952 466.0196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 531.8597 m
-436.1952 466.0196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 500.8657 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 531.6097 m
-547.04 531.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 466.2696 m
-547.04 466.2696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 531.8597 m
-436.1952 466.0196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 531.8597 m
-547.04 466.0196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 500.8657 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 466.2696 m
-103.6622 466.2696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.7095 m
-103.6622 416.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 466.5196 m
-48.24 416.4595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 466.5196 m
-103.6622 416.4595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 443.4156 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 466.2696 m
-186.7952 466.2696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 416.7095 m
-186.7952 416.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 466.5196 m
-103.6622 416.4595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 466.5196 m
-186.7952 416.4595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 451.3056 Td
-/F2.0 10.5 Tf
-<617373657454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 435.5256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 435.5256 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 466.2696 m
-436.1952 466.2696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 416.7095 m
-436.1952 416.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 466.5196 m
-186.7952 416.4595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 466.5196 m
-436.1952 416.4595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 443.4156 Td
-/F1.0 10.5 Tf
-<546865207265717565737465642061737365742074797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 466.2696 m
-547.04 466.2696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 416.7095 m
-547.04 416.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 466.5196 m
-436.1952 416.4595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 466.5196 m
-547.04 416.4595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-18.4298 Tw
-
-BT
-439.1952 451.3056 Td
-/F1.0 10.5 Tf
-<656e756d20287265736f75726365732c> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 435.5256 Td
-/F1.0 10.5 Tf
-<736572766963657329> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.7095 m
-103.6622 416.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 367.1494 m
-103.6622 367.1494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.9595 m
-48.24 366.8994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 416.9595 m
-103.6622 366.8994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 393.8555 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 416.7095 m
-186.7952 416.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 367.1494 m
-186.7952 367.1494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 416.9595 m
-103.6622 366.8994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 416.9595 m
-186.7952 366.8994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 401.7455 Td
-/F2.0 10.5 Tf
-<75756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 385.9655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 385.9655 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 416.7095 m
-436.1952 416.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 367.1494 m
-436.1952 367.1494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 416.9595 m
-186.7952 366.8994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 416.9595 m
-436.1952 366.8994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 393.8555 Td
-/F1.0 10.5 Tf
-<546865207265717565737465642061737365742075756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 416.7095 m
-547.04 416.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 367.1494 m
-547.04 367.1494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 416.9595 m
-436.1952 366.8994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.9595 m
-547.04 366.8994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 393.8555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 336.4654 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 287.3094 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 287.3094 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 287.3094 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 237.7493 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 237.7493 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 237.7493 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 203.9692 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 203.9692 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 203.9692 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 154.4091 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 154.4091 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 154.4091 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 120.629 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 120.629 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 120.629 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 86.8489 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 86.8489 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 86.8489 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 321.8694 m
-98.12 321.8694 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 287.3094 m
-98.12 287.3094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 322.1194 m
-48.24 286.6844 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 322.1194 m
-98.12 286.6844 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 305.6224 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 291.3424 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 321.8694 m
-447.28 321.8694 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 287.3094 m
-447.28 287.3094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 322.1194 m
-98.12 286.6844 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 322.1194 m
-447.28 286.6844 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 298.4824 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 321.8694 m
-547.04 321.8694 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 287.3094 m
-547.04 287.3094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 322.1194 m
-447.28 286.6844 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 322.1194 m
-547.04 286.6844 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 298.4824 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 287.3094 m
-98.12 287.3094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 237.7493 m
-98.12 237.7493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 287.9344 m
-48.24 237.4993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 287.9344 m
-98.12 237.4993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 264.4554 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 287.3094 m
-447.28 287.3094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 237.7493 m
-447.28 237.7493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 287.9344 m
-98.12 237.4993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 287.9344 m
-447.28 237.4993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-4.8522 Tw
-
-BT
-101.12 272.3454 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742069732061757468656e7469636174656420616e64206c697374206f6620436174616c6f6720417373657473> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 256.5654 Td
-/F1.0 10.5 Tf
-<4d657461646174612069732072657475726e6564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 287.3094 m
-547.04 287.3094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 237.7493 m
-547.04 237.7493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 287.9344 m
-447.28 237.4993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 287.9344 m
-547.04 237.4993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.7037 Tw
-
-BT
-450.28 272.3454 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-1.7037 Tw
-
-BT
-460.5728 272.3454 Td
-/F1.0 10.5 Tf
-<41737365744d65746164617461> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.7037 Tw
-
-BT
-533.7473 272.3454 Td
-/F1.0 10.5 Tf
-<203e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 256.5654 Td
-/F1.0 10.5 Tf
-[<617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 237.7493 m
-98.12 237.7493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 203.9692 m
-98.12 203.9692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 237.9993 m
-48.24 203.7192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 237.9993 m
-98.12 203.7192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 222.7853 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 237.7493 m
-447.28 237.7493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 203.9692 m
-447.28 203.9692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 237.9993 m
-98.12 203.7192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 237.9993 m
-447.28 203.7192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 222.7853 Td
-/F1.0 10.5 Tf
-<4d697373696e672027582d45434f4d502d496e7374616e6365494427204854545020686561646572202d20504f4c35303031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 237.7493 m
-547.04 237.7493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 203.9692 m
-547.04 203.9692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 237.9993 m
-447.28 203.7192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 237.9993 m
-547.04 203.7192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 222.7853 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 203.9692 m
-98.12 203.9692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 154.4091 m
-98.12 154.4091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 204.2192 m
-48.24 154.1591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 204.2192 m
-98.12 154.1591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 181.1152 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 203.9692 m
-447.28 203.9692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 154.4091 m
-447.28 154.4091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 204.2192 m
-98.12 154.1591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 204.2192 m
-447.28 154.1591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 189.0052 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 173.2252 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 203.9692 m
-547.04 203.9692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 154.4091 m
-547.04 154.4091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 204.2192 m
-447.28 154.1591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 204.2192 m
-547.04 154.1591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 181.1152 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 154.4091 m
-98.12 154.4091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 120.629 m
-98.12 120.629 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 154.6591 m
-48.24 120.379 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 154.6591 m
-98.12 120.379 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 139.4451 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 154.4091 m
-447.28 154.4091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 120.629 m
-447.28 120.629 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 154.6591 m
-98.12 120.379 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 154.6591 m
-447.28 120.379 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 139.4451 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 154.4091 m
-547.04 154.4091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 120.629 m
-547.04 120.629 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 154.6591 m
-447.28 120.379 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 154.6591 m
-547.04 120.379 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 139.4451 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 120.629 m
-98.12 120.629 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 86.8489 m
-98.12 86.8489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 120.879 m
-48.24 86.5989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 120.879 m
-98.12 86.5989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 105.665 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 120.629 m
-447.28 120.629 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 86.8489 m
-447.28 86.8489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 120.879 m
-98.12 86.5989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 120.879 m
-447.28 86.5989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 105.665 Td
-/F1.0 10.5 Tf
-[<4572726f723a20526571756573746564202725312720287575696429207265736f7572636520776173206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334303633>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 120.629 m
-547.04 120.629 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 86.8489 m
-547.04 86.8489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 120.879 m
-447.28 86.5989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 120.879 m
-547.04 86.5989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 105.665 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3234> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-176 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 175 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [180 0 R]
->>
-endobj
-177 0 obj
-[176 0 R /XYZ 0 841.89 null]
-endobj
-178 0 obj
-[176 0 R /XYZ 0 749.63 null]
-endobj
-179 0 obj
-[176 0 R /XYZ 0 355.1494 null]
-endobj
-180 0 obj
-<< /Border [0 0 0]
-/Dest (_assetmetadata)
-/Subtype /Link
-/Rect [460.5728 269.2794 533.7473 283.5594]
-/Type /Annot
->>
-endobj
-181 0 obj
-<< /Length 22794
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 771.33 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 771.33 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 771.33 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 721.7699 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 721.7699 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 721.7699 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 656.4298 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 656.4298 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 656.4298 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-98.12 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 775.363 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 805.89 m
-447.28 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 782.503 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 782.503 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 721.7699 m
-98.12 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.58 m
-48.24 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 748.476 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 721.7699 m
-447.28 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-7.5844 Tw
-
-BT
-101.12 756.366 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f776564203a20496e76616c69642048545450206d6574686f64207479706520757365642028> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 740.586 Td
-/F1.0 10.5 Tf
-[<505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 721.7699 m
-547.04 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 771.58 m
-547.04 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 748.476 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 721.7699 m
-98.12 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 656.4298 m
-98.12 656.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 722.0199 m
-48.24 656.1798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 722.0199 m
-98.12 656.1798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 691.0259 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 721.7699 m
-447.28 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 656.4298 m
-447.28 656.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 722.0199 m
-98.12 656.1798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 722.0199 m
-447.28 656.1798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.0005 Tw
-
-BT
-101.12 706.8059 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d2e2045434f4d50> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-6.1135 Tw
-
-BT
-101.12 691.0259 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e742073686f756c6420636f6e74696e75652074686520617474656d70747320746f2067657420746865206e6565646564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 675.2459 Td
-/F1.0 10.5 Tf
-<696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 721.7699 m
-547.04 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 656.4298 m
-547.04 656.4298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 722.0199 m
-447.28 656.1798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 722.0199 m
-547.04 656.1798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 691.0259 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 625.7458 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 599.1858 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 601.3698 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 568.4658 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 541.9058 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 541.9058 Td
-/F1.0 10.5 Tf
-<4173736574204d657461646174612045787465726e616c20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 502.0658 Td
-/F2.0 18 Tf
-<75706c6f61647320616e20617274696661637420746f2061207265736f7572636520696e7374616e6365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 486.0098 m
-543.04 486.0098 l
-545.2491 486.0098 547.04 484.2189 547.04 482.0098 c
-547.04 453.2698 l
-547.04 451.0607 545.2491 449.2698 543.04 449.2698 c
-52.24 449.2698 l
-50.0309 449.2698 48.24 451.0607 48.24 453.2698 c
-48.24 482.0098 l
-48.24 484.2189 50.0309 486.0098 52.24 486.0098 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 486.0098 m
-543.04 486.0098 l
-545.2491 486.0098 547.04 484.2189 547.04 482.0098 c
-547.04 453.2698 l
-547.04 451.0607 545.2491 449.2698 543.04 449.2698 c
-52.24 449.2698 l
-50.0309 449.2698 48.24 451.0607 48.24 453.2698 c
-48.24 482.0098 l
-48.24 484.2189 50.0309 486.0098 52.24 486.0098 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 463.1848 Td
-/F4.0 11 Tf
-<504f5354202f76312f636174616c6f672f7b6173736574547970657d2f7b757569647d2f7265736f75726365496e7374616e6365732f7b7265736f75726365496e7374616e63654e616d657d2f617274696661637473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 418.5858 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 392.0258 Td
-/F1.0 10.5 Tf
-<75706c6f61647320616e20617274696661637420746f2061207265736f7572636520696e7374616e6365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 357.5258 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 322.6498 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 322.6498 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 322.6498 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 322.6498 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 273.0897 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 273.0897 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 273.0897 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 273.0897 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 223.5296 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 223.5296 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 223.5296 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 223.5296 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 173.9695 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 173.9695 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 173.9695 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 173.9695 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 124.4094 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 124.4094 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 124.4094 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 124.4094 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 74.8493 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 74.8493 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 74.8493 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 74.8493 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 342.9298 m
-103.6622 342.9298 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 322.6498 m
-103.6622 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 343.1798 m
-48.24 322.0248 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 343.1798 m
-103.6622 322.0248 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 326.6828 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 342.9298 m
-186.7952 342.9298 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 322.6498 m
-186.7952 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 343.1798 m
-103.6622 322.0248 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 343.1798 m
-186.7952 322.0248 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 326.6828 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 342.9298 m
-436.1952 342.9298 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 322.6498 m
-436.1952 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 343.1798 m
-186.7952 322.0248 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 343.1798 m
-436.1952 322.0248 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 326.6828 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 342.9298 m
-547.04 342.9298 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 322.6498 m
-547.04 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 343.1798 m
-436.1952 322.0248 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 343.1798 m
-547.04 322.0248 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 326.6828 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 322.6498 m
-103.6622 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 273.0897 m
-103.6622 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 323.2748 m
-48.24 272.8397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 323.2748 m
-103.6622 272.8397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 299.7958 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 322.6498 m
-186.7952 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 273.0897 m
-186.7952 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 323.2748 m
-103.6622 272.8397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 323.2748 m
-186.7952 272.8397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 307.6858 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 291.9058 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 291.9058 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 322.6498 m
-436.1952 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 273.0897 m
-436.1952 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 323.2748 m
-186.7952 272.8397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 323.2748 m
-436.1952 272.8397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 307.6858 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 291.9058 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 322.6498 m
-547.04 322.6498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 273.0897 m
-547.04 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 323.2748 m
-436.1952 272.8397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 323.2748 m
-547.04 272.8397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 299.7958 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 273.0897 m
-103.6622 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 223.5296 m
-103.6622 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 273.3397 m
-48.24 223.2796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 273.3397 m
-103.6622 223.2796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 250.2357 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 273.0897 m
-186.7952 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 223.5296 m
-186.7952 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 273.3397 m
-103.6622 223.2796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 273.3397 m
-186.7952 223.2796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 258.1257 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 242.3457 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 242.3457 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 273.0897 m
-436.1952 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 223.5296 m
-436.1952 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 273.3397 m
-186.7952 223.2796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 273.3397 m
-436.1952 223.2796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 250.2357 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 273.0897 m
-547.04 273.0897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 223.5296 m
-547.04 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 273.3397 m
-436.1952 223.2796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 273.3397 m
-547.04 223.2796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 250.2357 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 223.5296 m
-103.6622 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 173.9695 m
-103.6622 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 223.7796 m
-48.24 173.7195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 223.7796 m
-103.6622 173.7195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 200.6756 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 223.5296 m
-186.7952 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 173.9695 m
-186.7952 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 223.7796 m
-103.6622 173.7195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 223.7796 m
-186.7952 173.7195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 208.5656 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d4d4435> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 192.7856 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 192.7856 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 223.5296 m
-436.1952 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 173.9695 m
-436.1952 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 223.7796 m
-186.7952 173.7195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 223.7796 m
-436.1952 173.7195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8219 Tw
-
-BT
-189.7952 208.5656 Td
-/F1.0 10.5 Tf
-<5468652076616c756520666f72207468697320686561646572206d75737420626520746865204d4435> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 192.7856 Td
-/F1.0 10.5 Tf
-<636865636b73756d206f766572207468652077686f6c65206a736f6e20626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 223.5296 m
-547.04 223.5296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 173.9695 m
-547.04 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 223.7796 m
-436.1952 173.7195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 223.7796 m
-547.04 173.7195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 200.6756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 173.9695 m
-103.6622 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 124.4094 m
-103.6622 124.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 174.2195 m
-48.24 124.1594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 174.2195 m
-103.6622 124.1594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 151.1155 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 173.9695 m
-186.7952 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 124.4094 m
-186.7952 124.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 174.2195 m
-103.6622 124.1594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 174.2195 m
-186.7952 124.1594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 159.0055 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d54797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 143.2255 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 143.2255 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 173.9695 m
-436.1952 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 124.4094 m
-436.1952 124.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 174.2195 m
-186.7952 124.1594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 174.2195 m
-436.1952 124.1594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 159.0055 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 143.2255 Td
-/F1.0 10.5 Tf
-<72657175657374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 173.9695 m
-547.04 173.9695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 124.4094 m
-547.04 124.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 174.2195 m
-436.1952 124.1594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 174.2195 m
-547.04 124.1594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 151.1155 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 124.4094 m
-103.6622 124.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 74.8493 m
-103.6622 74.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 124.6594 m
-48.24 74.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 124.6594 m
-103.6622 74.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 101.5554 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 124.4094 m
-186.7952 124.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 74.8493 m
-186.7952 74.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 124.6594 m
-103.6622 74.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 124.6594 m
-186.7952 74.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 109.4454 Td
-/F2.0 10.5 Tf
-<555345525f4944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 93.6654 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 93.6654 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 124.4094 m
-436.1952 124.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 74.8493 m
-436.1952 74.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 124.6594 m
-186.7952 74.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 124.6594 m
-436.1952 74.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.1893 Tw
-
-BT
-189.7952 109.4454 Td
-/F1.0 10.5 Tf
-<5468652075736572204944206f662074686520444341452044657369676e65722e20546869732075736572> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 93.6654 Td
-/F1.0 10.5 Tf
-<6d75737420616c736f20686176652044657369676e657220726f6c6520696e20534443> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 124.4094 m
-547.04 124.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 74.8493 m
-547.04 74.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 124.6594 m
-436.1952 74.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 124.6594 m
-547.04 74.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 101.5554 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3235> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-182 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 181 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-183 0 obj
-[182 0 R /XYZ 0 644.4298 null]
-endobj
-184 0 obj
-[182 0 R /XYZ 0 587.1498 null]
-endobj
-185 0 obj
-[182 0 R /XYZ 0 526.0898 null]
-endobj
-186 0 obj
-[182 0 R /XYZ 0 437.2698 null]
-endobj
-187 0 obj
-[182 0 R /XYZ 0 376.2098 null]
-endobj
-188 0 obj
-<< /Length 29681
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 720.2699 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 720.2699 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 720.2699 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 720.2699 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 654.9298 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 654.9298 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 654.9298 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 654.9298 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 605.3697 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 605.3697 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 605.3697 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 605.3697 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 540.0296 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 540.0296 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 540.0296 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 540.0296 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 490.4695 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 490.4695 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 490.4695 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 490.4695 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 440.9094 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 440.9094 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 440.9094 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 440.9094 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 770.646 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 754.866 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 754.866 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 654.9298 m
-103.6622 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.5199 m
-48.24 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 689.5259 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 654.9298 m
-186.7952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 689.5259 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 673.7459 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 673.7459 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 654.9298 m
-436.1952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 689.5259 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 654.9298 m
-547.04 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 720.5199 m
-547.04 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 689.5259 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 654.9298 m
-103.6622 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.3697 m
-103.6622 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 655.1798 m
-48.24 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 655.1798 m
-103.6622 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 632.0758 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 654.9298 m
-186.7952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.3697 m
-186.7952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 655.1798 m
-103.6622 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 655.1798 m
-186.7952 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 639.9658 Td
-/F2.0 10.5 Tf
-<617373657454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 624.1858 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 624.1858 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 654.9298 m
-436.1952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.3697 m
-436.1952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 655.1798 m
-186.7952 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 655.1798 m
-436.1952 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 632.0758 Td
-/F1.0 10.5 Tf
-<546865207265717565737465642061737365742074797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 654.9298 m
-547.04 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.3697 m
-547.04 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 655.1798 m
-436.1952 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 655.1798 m
-547.04 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-18.4298 Tw
-
-BT
-439.1952 639.9658 Td
-/F1.0 10.5 Tf
-<656e756d20287265736f75726365732c> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 624.1858 Td
-/F1.0 10.5 Tf
-<736572766963657329> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.3697 m
-103.6622 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 540.0296 m
-103.6622 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.6197 m
-48.24 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.6197 m
-103.6622 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 574.6257 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.3697 m
-186.7952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.0296 m
-186.7952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.6197 m
-103.6622 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.6197 m
-186.7952 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 590.4057 Td
-/F2.0 10.5 Tf
-<7265736f75726365496e737461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 574.6257 Td
-/F2.0 10.5 Tf
-<6e63654e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 558.8457 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 558.8457 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.3697 m
-436.1952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.0296 m
-436.1952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.6197 m
-186.7952 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.6197 m
-436.1952 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.0852 Tw
-
-BT
-189.7952 582.5157 Td
-/F1.0 10.5 Tf
-<54686520636f6d706f6e656e7420696e7374616e6365206e616d6520286173207075626c6973686564696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 566.7357 Td
-/F1.0 10.5 Tf
-<74686520726573706f6e7365206f66207468652064657461696c656420717565727929> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.3697 m
-547.04 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.0296 m
-547.04 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.6197 m
-436.1952 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 605.6197 m
-547.04 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 574.6257 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 540.0296 m
-103.6622 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 490.4695 m
-103.6622 490.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 540.2796 m
-48.24 490.2195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.2796 m
-103.6622 490.2195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 517.1756 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.0296 m
-186.7952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 490.4695 m
-186.7952 490.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.2796 m
-103.6622 490.2195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.2796 m
-186.7952 490.2195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 525.0656 Td
-/F2.0 10.5 Tf
-<75756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 509.2856 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 509.2856 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.0296 m
-436.1952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 490.4695 m
-436.1952 490.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.2796 m
-186.7952 490.2195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.2796 m
-436.1952 490.2195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.3681 Tw
-
-BT
-189.7952 525.0656 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206173736574206173207075626c697368656420696e20746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 509.2856 Td
-/F1.0 10.5 Tf
-<6d65746164617461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.0296 m
-547.04 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 490.4695 m
-547.04 490.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.2796 m
-436.1952 490.2195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 540.2796 m
-547.04 490.2195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 517.1756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 490.4695 m
-103.6622 490.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 440.9094 m
-103.6622 440.9094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 490.7195 m
-48.24 440.6594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 490.7195 m
-103.6622 440.6594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 467.6155 Td
-/F2.0 10.5 Tf
-<426f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 490.4695 m
-186.7952 490.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 440.9094 m
-186.7952 440.9094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 490.7195 m
-103.6622 440.6594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 490.7195 m
-186.7952 440.6594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 475.5055 Td
-/F2.0 10.5 Tf
-<626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 459.7255 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 459.7255 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 490.4695 m
-436.1952 490.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 440.9094 m
-436.1952 440.9094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 490.7195 m
-186.7952 440.6594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 490.7195 m
-436.1952 440.6594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 467.6155 Td
-/F1.0 10.5 Tf
-<6a736f6e20646573637269626520746865206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 490.4695 m
-547.04 490.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 440.9094 m
-547.04 440.9094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 490.7195 m
-436.1952 440.6594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 490.7195 m
-547.04 440.6594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-439.1952 467.6155 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 410.2254 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 361.0694 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 361.0694 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 361.0694 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 327.2893 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 327.2893 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 327.2893 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 277.7292 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 277.7292 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 277.7292 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 228.1691 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 228.1691 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 228.1691 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 194.389 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 194.389 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 194.389 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 160.6089 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 160.6089 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 160.6089 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 111.0488 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 111.0488 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 111.0488 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 395.6294 m
-98.12 395.6294 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 361.0694 m
-98.12 361.0694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 395.8794 m
-48.24 360.4444 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 395.8794 m
-98.12 360.4444 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 379.3824 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 365.1024 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 395.6294 m
-447.28 395.6294 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 361.0694 m
-447.28 361.0694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 395.8794 m
-98.12 360.4444 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 395.8794 m
-447.28 360.4444 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 372.2424 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 395.6294 m
-547.04 395.6294 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 361.0694 m
-547.04 361.0694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 395.8794 m
-447.28 360.4444 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 395.8794 m
-547.04 360.4444 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 372.2424 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 361.0694 m
-98.12 361.0694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 327.2893 m
-98.12 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 361.6944 m
-48.24 327.0393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 361.6944 m
-98.12 327.0393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 346.1054 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 361.0694 m
-447.28 361.0694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 327.2893 m
-447.28 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 361.6944 m
-98.12 327.0393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 361.6944 m
-447.28 327.0393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 346.1054 Td
-/F1.0 10.5 Tf
-<41727469666163742075706c6f61646564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 361.0694 m
-547.04 361.0694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 327.2893 m
-547.04 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 361.6944 m
-447.28 327.0393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 361.6944 m
-547.04 327.0393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 346.1054 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 327.2893 m
-98.12 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 277.7292 m
-98.12 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 327.5393 m
-48.24 277.4792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 327.5393 m
-98.12 277.4792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 304.4353 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 327.2893 m
-447.28 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.7292 m
-447.28 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 327.5393 m
-98.12 277.4792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 327.5393 m
-447.28 277.4792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.3494 Tw
-
-BT
-101.12 312.3253 Td
-/F1.0 10.5 Tf
-[<52657374726963746564204f706572> 20.0195 <6174696f6e20d02074686520757365722070726f766964656420646f6573206e6f74206861766520726f6c65206f66>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 296.5453 Td
-/F1.0 10.5 Tf
-[<44657369676e6572206f7220746865206173736574206973206265696e6720757365642062> 20.0195 <7920616e6f746865722064657369676e6572202d2053> 20.0195 <56> 20.0195 <4334333031>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 327.2893 m
-547.04 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.7292 m
-547.04 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 327.5393 m
-447.28 277.4792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 327.5393 m
-547.04 277.4792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 304.4353 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 277.7292 m
-98.12 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 228.1691 m
-98.12 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 277.9792 m
-48.24 227.9191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.9792 m
-98.12 227.9191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 254.8752 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.7292 m
-447.28 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 228.1691 m
-447.28 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.9792 m
-98.12 227.9191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.9792 m
-447.28 227.9191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 262.7652 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 246.9852 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.7292 m
-547.04 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 228.1691 m
-547.04 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.9792 m
-447.28 227.9191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 277.9792 m
-547.04 227.9191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 254.8752 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 228.1691 m
-98.12 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.389 m
-98.12 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 228.4191 m
-48.24 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 228.4191 m
-98.12 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 213.2051 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 228.1691 m
-447.28 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.389 m
-447.28 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 228.4191 m
-98.12 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 228.4191 m
-447.28 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 213.2051 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 228.1691 m
-547.04 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.389 m
-547.04 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 228.4191 m
-447.28 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 228.4191 m
-547.04 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 213.2051 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.389 m
-98.12 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.6089 m
-98.12 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.639 m
-48.24 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.639 m
-98.12 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 179.425 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.389 m
-447.28 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.6089 m
-447.28 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.639 m
-98.12 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.639 m
-447.28 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 179.425 Td
-/F1.0 10.5 Tf
-[<537065636966696564207265736f75726365206973206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334303633>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.389 m
-547.04 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.6089 m
-547.04 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.639 m
-447.28 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 194.639 m
-547.04 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 179.425 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.6089 m
-98.12 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 111.0488 m
-98.12 111.0488 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.8589 m
-48.24 110.7988 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.8589 m
-98.12 110.7988 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.7549 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.6089 m
-447.28 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 111.0488 m
-447.28 111.0488 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.8589 m
-98.12 110.7988 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.8589 m
-447.28 110.7988 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-11.0474 Tw
-
-BT
-101.12 145.6449 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f7765643a20496e76616c69642048545450206d6574686f6420747970652075736564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 129.8649 Td
-/F1.0 10.5 Tf
-[<28505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.6089 m
-547.04 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 111.0488 m
-547.04 111.0488 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.8589 m
-447.28 110.7988 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 160.8589 m
-547.04 110.7988 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 137.7549 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3236> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-189 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 188 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [190 0 R 192 0 R]
->>
-endobj
-190 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [439.1952 464.5495 527.6997 478.8295]
-/Type /Annot
->>
-endobj
-191 0 obj
-[189 0 R /XYZ 0 428.9094 null]
-endobj
-192 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [450.28 343.0394 538.7845 357.3194]
-/Type /Annot
->>
-endobj
-193 0 obj
-<< /Length 21193
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 771.33 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 771.33 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 771.33 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 705.9899 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 705.9899 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 705.9899 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-98.12 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 775.363 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 805.89 m
-447.28 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 782.503 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 782.503 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 705.9899 m
-98.12 705.9899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.58 m
-48.24 705.7399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 705.7399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 740.586 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 705.9899 m
-447.28 705.9899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 705.7399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 705.7399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8576 Tw
-
-BT
-101.12 756.366 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d206f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8529 Tw
-
-BT
-101.12 740.586 Td
-/F1.0 10.5 Tf
-<43616d627269612053657276696365206661696c7572652e2045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e756520746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 724.806 Td
-/F1.0 10.5 Tf
-<617474656d70747320746f2067657420746865206e656564656420696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 705.9899 m
-547.04 705.9899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 705.7399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 771.58 m
-547.04 705.7399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 740.586 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 675.3059 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 648.7459 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 650.9299 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 618.0259 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 591.4659 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 591.4659 Td
-/F1.0 10.5 Tf
-<41727469666163742045787465726e616c20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 551.6259 Td
-/F2.0 18 Tf
-<7570646174657320616e206172746966616374206f6e2061207265736f7572636520696e7374616e6365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 535.5699 m
-543.04 535.5699 l
-545.2491 535.5699 547.04 533.779 547.04 531.5699 c
-547.04 473.3499 l
-547.04 471.1408 545.2491 469.3499 543.04 469.3499 c
-52.24 469.3499 l
-50.0309 469.3499 48.24 471.1408 48.24 473.3499 c
-48.24 531.5699 l
-48.24 533.779 50.0309 535.5699 52.24 535.5699 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 535.5699 m
-543.04 535.5699 l
-545.2491 535.5699 547.04 533.779 547.04 531.5699 c
-547.04 473.3499 l
-547.04 471.1408 545.2491 469.3499 543.04 469.3499 c
-52.24 469.3499 l
-50.0309 469.3499 48.24 471.1408 48.24 473.3499 c
-48.24 531.5699 l
-48.24 533.779 50.0309 535.5699 52.24 535.5699 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 512.7449 Td
-/F4.0 11 Tf
-<504f5354> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 498.0049 Td
-/F4.0 11 Tf
-<2f76312f636174616c6f672f7b6173736574547970657d2f7b757569647d2f7265736f75726365496e7374616e6365732f7b7265736f75726365496e7374616e63654e616d657d2f6172746966616374732f7b617274> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 483.2649 Td
-/F4.0 11 Tf
-<6966616374555549447d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 438.6659 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 412.1059 Td
-/F1.0 10.5 Tf
-<75706c6f616473206f6620617274696661637420746f2061207265736f75726365206f722073657276696365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 377.6059 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 342.7299 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 342.7299 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 342.7299 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 342.7299 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 293.1698 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 293.1698 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 293.1698 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 293.1698 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 243.6097 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 243.6097 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 243.6097 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 243.6097 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 194.0496 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 194.0496 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 194.0496 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 194.0496 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 144.4895 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 144.4895 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 144.4895 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 144.4895 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 94.9294 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 94.9294 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 94.9294 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 94.9294 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 363.0099 m
-103.6622 363.0099 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 342.7299 m
-103.6622 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 363.2599 m
-48.24 342.1049 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 363.2599 m
-103.6622 342.1049 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 346.7629 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 363.0099 m
-186.7952 363.0099 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 342.7299 m
-186.7952 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 363.2599 m
-103.6622 342.1049 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 363.2599 m
-186.7952 342.1049 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 346.7629 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 363.0099 m
-436.1952 363.0099 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 342.7299 m
-436.1952 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 363.2599 m
-186.7952 342.1049 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 363.2599 m
-436.1952 342.1049 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 346.7629 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 363.0099 m
-547.04 363.0099 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 342.7299 m
-547.04 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 363.2599 m
-436.1952 342.1049 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 363.2599 m
-547.04 342.1049 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 346.7629 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 342.7299 m
-103.6622 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.1698 m
-103.6622 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 343.3549 m
-48.24 292.9198 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 343.3549 m
-103.6622 292.9198 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 319.8759 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 342.7299 m
-186.7952 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 293.1698 m
-186.7952 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 343.3549 m
-103.6622 292.9198 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 343.3549 m
-186.7952 292.9198 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 327.7659 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 311.9859 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 311.9859 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 342.7299 m
-436.1952 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 293.1698 m
-436.1952 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 343.3549 m
-186.7952 292.9198 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 343.3549 m
-436.1952 292.9198 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 327.7659 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 311.9859 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 342.7299 m
-547.04 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 293.1698 m
-547.04 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 343.3549 m
-436.1952 292.9198 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 343.3549 m
-547.04 292.9198 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 319.8759 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.1698 m
-103.6622 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.6097 m
-103.6622 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.4198 m
-48.24 243.3597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 293.4198 m
-103.6622 243.3597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 270.3158 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 293.1698 m
-186.7952 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 243.6097 m
-186.7952 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 293.4198 m
-103.6622 243.3597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 293.4198 m
-186.7952 243.3597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 278.2058 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 262.4258 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 262.4258 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 293.1698 m
-436.1952 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 243.6097 m
-436.1952 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 293.4198 m
-186.7952 243.3597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 293.4198 m
-436.1952 243.3597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 270.3158 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 293.1698 m
-547.04 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 243.6097 m
-547.04 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 293.4198 m
-436.1952 243.3597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 293.4198 m
-547.04 243.3597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 270.3158 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.6097 m
-103.6622 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.0496 m
-103.6622 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.8597 m
-48.24 193.7996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 243.8597 m
-103.6622 193.7996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 220.7557 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 243.6097 m
-186.7952 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 194.0496 m
-186.7952 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 243.8597 m
-103.6622 193.7996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 243.8597 m
-186.7952 193.7996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 228.6457 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d4d4435> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 212.8657 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 212.8657 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 243.6097 m
-436.1952 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 194.0496 m
-436.1952 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 243.8597 m
-186.7952 193.7996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 243.8597 m
-436.1952 193.7996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8219 Tw
-
-BT
-189.7952 228.6457 Td
-/F1.0 10.5 Tf
-<5468652076616c756520666f72207468697320686561646572206d75737420626520746865204d4435> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 212.8657 Td
-/F1.0 10.5 Tf
-<636865636b73756d206f766572207468652077686f6c65206a736f6e20626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 243.6097 m
-547.04 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 194.0496 m
-547.04 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 243.8597 m
-436.1952 193.7996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 243.8597 m
-547.04 193.7996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 220.7557 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.0496 m
-103.6622 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 144.4895 m
-103.6622 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.2996 m
-48.24 144.2395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 194.2996 m
-103.6622 144.2395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 171.1956 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 194.0496 m
-186.7952 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 144.4895 m
-186.7952 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 194.2996 m
-103.6622 144.2395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 194.2996 m
-186.7952 144.2395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 179.0856 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d54797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 163.3056 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 163.3056 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 194.0496 m
-436.1952 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 144.4895 m
-436.1952 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 194.2996 m
-186.7952 144.2395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 194.2996 m
-436.1952 144.2395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 179.0856 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 163.3056 Td
-/F1.0 10.5 Tf
-<72657175657374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 194.0496 m
-547.04 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 144.4895 m
-547.04 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 194.2996 m
-436.1952 144.2395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 194.2996 m
-547.04 144.2395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 171.1956 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 144.4895 m
-103.6622 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 94.9294 m
-103.6622 94.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 144.7395 m
-48.24 94.6794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 144.7395 m
-103.6622 94.6794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 121.6355 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 144.4895 m
-186.7952 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 94.9294 m
-186.7952 94.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 144.7395 m
-103.6622 94.6794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 144.7395 m
-186.7952 94.6794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 129.5255 Td
-/F2.0 10.5 Tf
-<555345525f4944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 113.7455 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 113.7455 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 144.4895 m
-436.1952 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 94.9294 m
-436.1952 94.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 144.7395 m
-186.7952 94.6794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 144.7395 m
-436.1952 94.6794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.1893 Tw
-
-BT
-189.7952 129.5255 Td
-/F1.0 10.5 Tf
-<5468652075736572204944206f662074686520444341452044657369676e65722e20546869732075736572> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 113.7455 Td
-/F1.0 10.5 Tf
-<6d75737420616c736f20686176652044657369676e657220726f6c6520696e20534443> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 144.4895 m
-547.04 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 94.9294 m
-547.04 94.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 144.7395 m
-436.1952 94.6794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 144.7395 m
-547.04 94.6794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 121.6355 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3237> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-194 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 193 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-195 0 obj
-[194 0 R /XYZ 0 693.9899 null]
-endobj
-196 0 obj
-<< /Limits [(_produces_7) (_responses)]
-/Names [(_produces_7) 104 0 R (_produces_8) 115 0 R (_produces_9) 125 0 R (_propertyconstraint) 420 0 R (_propertydatadefinition) 421 0 R (_propertydefinition) 428 0 R (_propertyrule) 436 0 R (_registerfordistribution) 253 0 R (_registrationrequest) 437 0 R (_relationshipimpl) 439 0 R (_relationshipinfo) 442 0 R (_requirementcapabilityreldef) 444 0 R (_requirementdatadefinition) 448 0 R (_requirementdefinition) 451 0 R (_resource) 454 0 R (_responses) 31 0 R]
->>
-endobj
-197 0 obj
-[194 0 R /XYZ 0 636.7099 null]
-endobj
-198 0 obj
-[194 0 R /XYZ 0 575.6499 null]
-endobj
-199 0 obj
-[194 0 R /XYZ 0 457.3499 null]
-endobj
-200 0 obj
-[194 0 R /XYZ 0 396.2899 null]
-endobj
-201 0 obj
-<< /Length 30917
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 720.2699 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 720.2699 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 720.2699 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 720.2699 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 654.9298 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 654.9298 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 654.9298 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 654.9298 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 589.5897 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 589.5897 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 589.5897 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 589.5897 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 540.0296 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 540.0296 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 540.0296 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 540.0296 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 474.6895 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 474.6895 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 474.6895 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 474.6895 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 425.1294 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 425.1294 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 425.1294 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 425.1294 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 375.5693 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 375.5693 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 375.5693 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 375.5693 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 770.646 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 754.866 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 754.866 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 654.9298 m
-103.6622 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.5199 m
-48.24 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 689.5259 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 654.9298 m
-186.7952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 689.5259 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 673.7459 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 673.7459 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 654.9298 m
-436.1952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 689.5259 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 654.9298 m
-547.04 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 720.5199 m
-547.04 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 689.5259 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 654.9298 m
-103.6622 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 589.5897 m
-103.6622 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 655.1798 m
-48.24 589.3397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 655.1798 m
-103.6622 589.3397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 624.1858 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 654.9298 m
-186.7952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 589.5897 m
-186.7952 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 655.1798 m
-103.6622 589.3397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 655.1798 m
-186.7952 589.3397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 632.0758 Td
-/F2.0 10.5 Tf
-<617274696661637455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 616.2958 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 616.2958 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 654.9298 m
-436.1952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 589.5897 m
-436.1952 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 655.1798 m
-186.7952 589.3397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 655.1798 m
-436.1952 589.3397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-0.4106 Tw
-
-BT
-189.7952 639.9658 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206172746966616374206173207075626c697368656420696e20746865206173736574> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-4.1534 Tw
-
-BT
-189.7952 624.1858 Td
-/F1.0 10.5 Tf
-<64657461696c6564206d65746164617461206f7220696e2074686520726573706f6e7365206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 608.4058 Td
-/F1.0 10.5 Tf
-[<75706c6f6164202f20757064617465206f706572> 20.0195 <6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 654.9298 m
-547.04 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 589.5897 m
-547.04 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 655.1798 m
-436.1952 589.3397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 655.1798 m
-547.04 589.3397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 624.1858 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 589.5897 m
-103.6622 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 540.0296 m
-103.6622 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 589.8397 m
-48.24 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 589.8397 m
-103.6622 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 566.7357 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 589.5897 m
-186.7952 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.0296 m
-186.7952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 589.8397 m
-103.6622 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 589.8397 m
-186.7952 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 574.6257 Td
-/F2.0 10.5 Tf
-<617373657454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 558.8457 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 558.8457 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 589.5897 m
-436.1952 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.0296 m
-436.1952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 589.8397 m
-186.7952 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 589.8397 m
-436.1952 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 566.7357 Td
-/F1.0 10.5 Tf
-<546865207265717565737465642061737365742074797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 589.5897 m
-547.04 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.0296 m
-547.04 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 589.8397 m
-436.1952 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 589.8397 m
-547.04 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-18.4298 Tw
-
-BT
-439.1952 574.6257 Td
-/F1.0 10.5 Tf
-<656e756d20287265736f75726365732c> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 558.8457 Td
-/F1.0 10.5 Tf
-<736572766963657329> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 540.0296 m
-103.6622 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 474.6895 m
-103.6622 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 540.2796 m
-48.24 474.4395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.2796 m
-103.6622 474.4395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 509.2856 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.0296 m
-186.7952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 474.6895 m
-186.7952 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.2796 m
-103.6622 474.4395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.2796 m
-186.7952 474.4395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 525.0656 Td
-/F2.0 10.5 Tf
-<7265736f75726365496e737461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 509.2856 Td
-/F2.0 10.5 Tf
-<6e63654e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 493.5056 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 493.5056 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.0296 m
-436.1952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 474.6895 m
-436.1952 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.2796 m
-186.7952 474.4395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.2796 m
-436.1952 474.4395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.0852 Tw
-
-BT
-189.7952 517.1756 Td
-/F1.0 10.5 Tf
-<54686520636f6d706f6e656e7420696e7374616e6365206e616d6520286173207075626c6973686564696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 501.3956 Td
-/F1.0 10.5 Tf
-<74686520726573706f6e7365206f66207468652064657461696c656420717565727929> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.0296 m
-547.04 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 474.6895 m
-547.04 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.2796 m
-436.1952 474.4395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 540.2796 m
-547.04 474.4395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 509.2856 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 474.6895 m
-103.6622 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 425.1294 m
-103.6622 425.1294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 474.9395 m
-48.24 424.8794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 474.9395 m
-103.6622 424.8794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 451.8355 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 474.6895 m
-186.7952 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 425.1294 m
-186.7952 425.1294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 474.9395 m
-103.6622 424.8794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 474.9395 m
-186.7952 424.8794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 459.7255 Td
-/F2.0 10.5 Tf
-<75756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 443.9455 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 443.9455 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 474.6895 m
-436.1952 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 425.1294 m
-436.1952 425.1294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 474.9395 m
-186.7952 424.8794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 474.9395 m
-436.1952 424.8794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.3681 Tw
-
-BT
-189.7952 459.7255 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206173736574206173207075626c697368656420696e20746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 443.9455 Td
-/F1.0 10.5 Tf
-<6d65746164617461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 474.6895 m
-547.04 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 425.1294 m
-547.04 425.1294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 474.9395 m
-436.1952 424.8794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 474.9395 m
-547.04 424.8794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 451.8355 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 425.1294 m
-103.6622 425.1294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 375.5693 m
-103.6622 375.5693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 425.3794 m
-48.24 375.3193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 425.3794 m
-103.6622 375.3193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 402.2754 Td
-/F2.0 10.5 Tf
-<426f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 425.1294 m
-186.7952 425.1294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 375.5693 m
-186.7952 375.5693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 425.3794 m
-103.6622 375.3193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 425.3794 m
-186.7952 375.3193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 410.1654 Td
-/F2.0 10.5 Tf
-<626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 394.3854 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 394.3854 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 425.1294 m
-436.1952 425.1294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 375.5693 m
-436.1952 375.5693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 425.3794 m
-186.7952 375.3193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 425.3794 m
-436.1952 375.3193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 402.2754 Td
-/F1.0 10.5 Tf
-<6a736f6e20646573637269626520746865206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 425.1294 m
-547.04 425.1294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 375.5693 m
-547.04 375.5693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 425.3794 m
-436.1952 375.3193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 425.3794 m
-547.04 375.3193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-439.1952 402.2754 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 344.8853 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 295.7293 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 295.7293 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 295.7293 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 261.9492 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 261.9492 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 261.9492 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 228.1691 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 228.1691 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 228.1691 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 178.609 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 178.609 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 178.609 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 113.2689 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 113.2689 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 113.2689 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 79.4888 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 79.4888 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 79.4888 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 330.2893 m
-98.12 330.2893 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 295.7293 m
-98.12 295.7293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 330.5393 m
-48.24 295.1043 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 330.5393 m
-98.12 295.1043 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 314.0423 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 299.7623 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 330.2893 m
-447.28 330.2893 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 295.7293 m
-447.28 295.7293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 330.5393 m
-98.12 295.1043 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 330.5393 m
-447.28 295.1043 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 306.9023 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 330.2893 m
-547.04 330.2893 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 295.7293 m
-547.04 295.7293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 330.5393 m
-447.28 295.1043 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 330.5393 m
-547.04 295.1043 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 306.9023 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 295.7293 m
-98.12 295.7293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 261.9492 m
-98.12 261.9492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 296.3543 m
-48.24 261.6992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 296.3543 m
-98.12 261.6992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 280.7653 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 295.7293 m
-447.28 295.7293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 261.9492 m
-447.28 261.9492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 296.3543 m
-98.12 261.6992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 296.3543 m
-447.28 261.6992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 280.7653 Td
-/F1.0 10.5 Tf
-<41727469666163742075706461746564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 295.7293 m
-547.04 295.7293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 261.9492 m
-547.04 261.9492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 296.3543 m
-447.28 261.6992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 296.3543 m
-547.04 261.6992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 280.7653 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 261.9492 m
-98.12 261.9492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 228.1691 m
-98.12 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 262.1992 m
-48.24 227.9191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 262.1992 m
-98.12 227.9191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 246.9852 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 261.9492 m
-447.28 261.9492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 228.1691 m
-447.28 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 262.1992 m
-98.12 227.9191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 262.1992 m
-447.28 227.9191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 246.9852 Td
-/F1.0 10.5 Tf
-[<4172746966616374206e616d65206973206d697373696e6720696e20696e707574202d2053> 20.0195 <56> 20.0195 <4334313238>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 261.9492 m
-547.04 261.9492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 228.1691 m
-547.04 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 262.1992 m
-447.28 227.9191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 262.1992 m
-547.04 227.9191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 246.9852 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 228.1691 m
-98.12 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 178.609 m
-98.12 178.609 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 228.4191 m
-48.24 178.359 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 228.4191 m
-98.12 178.359 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 205.3151 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 228.1691 m
-447.28 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 178.609 m
-447.28 178.609 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 228.4191 m
-98.12 178.359 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 228.4191 m
-447.28 178.359 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 213.2051 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 197.4251 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 228.1691 m
-547.04 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 178.609 m
-547.04 178.609 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 228.4191 m
-447.28 178.359 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 228.4191 m
-547.04 178.359 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 205.3151 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 178.609 m
-98.12 178.609 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 113.2689 m
-98.12 113.2689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 178.859 m
-48.24 113.0189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 178.859 m
-98.12 113.0189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 147.865 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 178.609 m
-447.28 178.609 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 113.2689 m
-447.28 113.2689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 178.859 m
-98.12 113.0189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 178.859 m
-447.28 113.0189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.1053 Tw
-
-BT
-101.12 163.645 Td
-/F1.0 10.5 Tf
-[<4173736574206973206265696e67206564697465642062> 20.0195 <7920646966666572656e7420757365722e204f6e6c79206f6e6520757365722063616e20636865636b> 20.0195 <6f7574>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8787 Tw
-
-BT
-101.12 147.865 Td
-/F1.0 10.5 Tf
-<616e64206564697420616e206173736574206f6e20676976656e2074696d652e205468652061737365742077696c6c20626520617661696c61626c6520666f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 132.085 Td
-/F1.0 10.5 Tf
-[<636865636b> 20.0195 <6f757420616674657220746865206f7468657220757365722077696c6c20636865636b696e20746865206173736574202d2053> 20.0195 <56> 20.0195 <4334303836>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 178.609 m
-547.04 178.609 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 113.2689 m
-547.04 113.2689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 178.859 m
-447.28 113.0189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 178.859 m
-547.04 113.0189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 147.865 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 113.2689 m
-98.12 113.2689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 79.4888 m
-98.12 79.4888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 113.5189 m
-48.24 79.2388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 113.5189 m
-98.12 79.2388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 98.3049 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 113.2689 m
-447.28 113.2689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 79.4888 m
-447.28 79.4888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 113.5189 m
-98.12 79.2388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 113.5189 m
-447.28 79.2388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 98.3049 Td
-/F1.0 10.5 Tf
-[<537065636966696564207265736f75726365206973206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334303633>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 113.2689 m
-547.04 113.2689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 79.4888 m
-547.04 79.4888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 113.5189 m
-447.28 79.2388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 113.5189 m
-547.04 79.2388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 98.3049 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3238> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-202 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 201 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [203 0 R 205 0 R]
->>
-endobj
-203 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [439.1952 399.2094 527.6997 413.4894]
-/Type /Annot
->>
-endobj
-204 0 obj
-[202 0 R /XYZ 0 363.5693 null]
-endobj
-205 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [450.28 277.6993 538.7845 291.9793]
-/Type /Annot
->>
-endobj
-206 0 obj
-<< /Length 19768
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 771.33 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 771.33 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 771.33 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 721.7699 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 721.7699 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 721.7699 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 672.2098 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 672.2098 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 672.2098 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 606.8697 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 606.8697 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 606.8697 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-98.12 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 775.363 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 805.89 m
-447.28 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 782.503 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 782.503 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 721.7699 m
-98.12 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.58 m
-48.24 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 748.476 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 721.7699 m
-447.28 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-11.0474 Tw
-
-BT
-101.12 756.366 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f7765643a20496e76616c69642048545450206d6574686f6420747970652075736564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 740.586 Td
-/F1.0 10.5 Tf
-[<28505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 721.7699 m
-547.04 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 771.58 m
-547.04 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 748.476 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 721.7699 m
-98.12 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 672.2098 m
-98.12 672.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 722.0199 m
-48.24 671.9598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 722.0199 m
-98.12 671.9598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 698.9159 Td
-/F2.0 10.5 Tf
-<343039> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 721.7699 m
-447.28 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 672.2098 m
-447.28 672.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 722.0199 m
-98.12 671.9598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 722.0199 m
-447.28 671.9598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.3494 Tw
-
-BT
-101.12 706.8059 Td
-/F1.0 10.5 Tf
-[<52657374726963746564204f706572> 20.0195 <6174696f6e20d02074686520757365722070726f766964656420646f6573206e6f74206861766520726f6c65206f66>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 691.0259 Td
-/F1.0 10.5 Tf
-[<44657369676e6572206f7220746865206173736574206973206265696e6720757365642062> 20.0195 <7920616e6f746865722064657369676e6572202d2053> 20.0195 <56> 20.0195 <4334333031>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 721.7699 m
-547.04 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 672.2098 m
-547.04 672.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 722.0199 m
-447.28 671.9598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 722.0199 m
-547.04 671.9598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 698.9159 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 672.2098 m
-98.12 672.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 606.8697 m
-98.12 606.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 672.4598 m
-48.24 606.6197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 672.4598 m
-98.12 606.6197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 641.4658 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 672.2098 m
-447.28 672.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 606.8697 m
-447.28 606.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 672.4598 m
-98.12 606.6197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 672.4598 m
-447.28 606.6197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8576 Tw
-
-BT
-101.12 657.2458 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d206f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8529 Tw
-
-BT
-101.12 641.4658 Td
-/F1.0 10.5 Tf
-<43616d627269612053657276696365206661696c7572652e2045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e756520746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 625.6858 Td
-/F1.0 10.5 Tf
-<617474656d70747320746f2067657420746865206e656564656420696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 672.2098 m
-547.04 672.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 606.8697 m
-547.04 606.8697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 672.4598 m
-447.28 606.6197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 672.4598 m
-547.04 606.6197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 641.4658 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 576.1857 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 549.6257 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 551.8097 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 518.9057 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 492.3457 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 492.3457 Td
-/F1.0 10.5 Tf
-<41727469666163742045787465726e616c20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 452.5057 Td
-/F2.0 18 Tf
-<446f776e6c6f6164207265736f7572636520696e7374616e6365206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 436.4497 m
-543.04 436.4497 l
-545.2491 436.4497 547.04 434.6588 547.04 432.4497 c
-547.04 374.2297 l
-547.04 372.0206 545.2491 370.2297 543.04 370.2297 c
-52.24 370.2297 l
-50.0309 370.2297 48.24 372.0206 48.24 374.2297 c
-48.24 432.4497 l
-48.24 434.6588 50.0309 436.4497 52.24 436.4497 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 436.4497 m
-543.04 436.4497 l
-545.2491 436.4497 547.04 434.6588 547.04 432.4497 c
-547.04 374.2297 l
-547.04 372.0206 545.2491 370.2297 543.04 370.2297 c
-52.24 370.2297 l
-50.0309 370.2297 48.24 372.0206 48.24 374.2297 c
-48.24 432.4497 l
-48.24 434.6588 50.0309 436.4497 52.24 436.4497 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 413.6247 Td
-/F4.0 11 Tf
-<474554> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 398.8847 Td
-/F4.0 11 Tf
-<2f76312f636174616c6f672f7b6173736574547970657d2f7b757569647d2f7265736f75726365496e7374616e6365732f7b7265736f75726365496e7374616e63654e616d657d2f6172746966616374732f7b617274> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 384.1447 Td
-/F4.0 11 Tf
-<6966616374555549447d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 339.5457 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 312.9857 Td
-/F1.0 10.5 Tf
-<52657475726e7320646f776e6c6f61646564206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 278.4857 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 243.6097 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 243.6097 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 243.6097 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 243.6097 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 194.0496 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 194.0496 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 194.0496 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 194.0496 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 144.4895 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 144.4895 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 144.4895 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 144.4895 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 94.9294 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 94.9294 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 94.9294 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 94.9294 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 263.8897 m
-103.6622 263.8897 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.6097 m
-103.6622 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 264.1397 m
-48.24 242.9847 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 264.1397 m
-103.6622 242.9847 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 247.6427 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 263.8897 m
-186.7952 263.8897 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 243.6097 m
-186.7952 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 264.1397 m
-103.6622 242.9847 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 264.1397 m
-186.7952 242.9847 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 247.6427 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 263.8897 m
-436.1952 263.8897 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 243.6097 m
-436.1952 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 264.1397 m
-186.7952 242.9847 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 264.1397 m
-436.1952 242.9847 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 247.6427 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 263.8897 m
-547.04 263.8897 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 243.6097 m
-547.04 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 264.1397 m
-436.1952 242.9847 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 264.1397 m
-547.04 242.9847 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 247.6427 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.6097 m
-103.6622 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.0496 m
-103.6622 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.2347 m
-48.24 193.7996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 244.2347 m
-103.6622 193.7996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 220.7557 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 243.6097 m
-186.7952 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 194.0496 m
-186.7952 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 244.2347 m
-103.6622 193.7996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 244.2347 m
-186.7952 193.7996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 228.6457 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 212.8657 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 212.8657 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 243.6097 m
-436.1952 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 194.0496 m
-436.1952 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 244.2347 m
-186.7952 193.7996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 244.2347 m
-436.1952 193.7996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 228.6457 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 212.8657 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 243.6097 m
-547.04 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 194.0496 m
-547.04 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 244.2347 m
-436.1952 193.7996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 244.2347 m
-547.04 193.7996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 220.7557 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.0496 m
-103.6622 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 144.4895 m
-103.6622 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.2996 m
-48.24 144.2395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 194.2996 m
-103.6622 144.2395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 171.1956 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 194.0496 m
-186.7952 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 144.4895 m
-186.7952 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 194.2996 m
-103.6622 144.2395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 194.2996 m
-186.7952 144.2395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 179.0856 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 163.3056 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 163.3056 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 194.0496 m
-436.1952 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 144.4895 m
-436.1952 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 194.2996 m
-186.7952 144.2395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 194.2996 m
-436.1952 144.2395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 171.1956 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 194.0496 m
-547.04 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 144.4895 m
-547.04 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 194.2996 m
-436.1952 144.2395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 194.2996 m
-547.04 144.2395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 171.1956 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 144.4895 m
-103.6622 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 94.9294 m
-103.6622 94.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 144.7395 m
-48.24 94.6794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 144.7395 m
-103.6622 94.6794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 121.6355 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 144.4895 m
-186.7952 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 94.9294 m
-186.7952 94.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 144.7395 m
-103.6622 94.6794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 144.7395 m
-186.7952 94.6794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 129.5255 Td
-/F2.0 10.5 Tf
-<555345525f4944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 113.7455 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 113.7455 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 144.4895 m
-436.1952 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 94.9294 m
-436.1952 94.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 144.7395 m
-186.7952 94.6794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 144.7395 m
-436.1952 94.6794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.1893 Tw
-
-BT
-189.7952 129.5255 Td
-/F1.0 10.5 Tf
-<5468652075736572204944206f662074686520444341452044657369676e65722e20546869732075736572> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 113.7455 Td
-/F1.0 10.5 Tf
-<6d75737420616c736f20686176652044657369676e657220726f6c6520696e20534443> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 144.4895 m
-547.04 144.4895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 94.9294 m
-547.04 94.9294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 144.7395 m
-436.1952 94.6794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 144.7395 m
-547.04 94.6794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 121.6355 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3239> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-207 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 206 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-208 0 obj
-[207 0 R /XYZ 0 594.8697 null]
-endobj
-209 0 obj
-[207 0 R /XYZ 0 537.5897 null]
-endobj
-210 0 obj
-[207 0 R /XYZ 0 476.5297 null]
-endobj
-211 0 obj
-[207 0 R /XYZ 0 358.2297 null]
-endobj
-212 0 obj
-<< /Limits [(_consumes_8) (_description_2)]
-/Names [(_consumes_8) 248 0 R (_consumes_9) 263 0 R (_createresourceexternal) 92 0 R (_definitions) 280 0 R (_deleteartifact) 151 0 R (_deleteartifactonresourceinstance) 221 0 R (_description) 27 0 R (_description_10) 131 0 R (_description_11) 142 0 R (_description_12) 152 0 R (_description_13) 177 0 R (_description_14) 186 0 R (_description_15) 199 0 R (_description_16) 211 0 R (_description_17) 222 0 R (_description_18) 233 0 R (_description_19) 241 0 R (_description_2) 38 0 R]
->>
-endobj
-213 0 obj
-[207 0 R /XYZ 0 297.1697 null]
-endobj
-214 0 obj
-<< /Length 29728
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 720.2699 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 720.2699 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 720.2699 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 720.2699 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 654.9298 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 654.9298 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 654.9298 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 654.9298 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 589.5897 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 589.5897 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 589.5897 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 589.5897 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 540.0296 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 540.0296 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 540.0296 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 540.0296 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 474.6895 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 474.6895 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 474.6895 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 474.6895 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 425.1294 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 425.1294 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 425.1294 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 425.1294 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 770.646 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 754.866 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 754.866 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 654.9298 m
-103.6622 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.5199 m
-48.24 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 689.5259 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 654.9298 m
-186.7952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 689.5259 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 673.7459 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 673.7459 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 654.9298 m
-436.1952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 689.5259 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 654.9298 m
-547.04 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 720.5199 m
-547.04 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 689.5259 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 654.9298 m
-103.6622 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 589.5897 m
-103.6622 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 655.1798 m
-48.24 589.3397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 655.1798 m
-103.6622 589.3397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 624.1858 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 654.9298 m
-186.7952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 589.5897 m
-186.7952 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 655.1798 m
-103.6622 589.3397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 655.1798 m
-186.7952 589.3397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 632.0758 Td
-/F2.0 10.5 Tf
-<617274696661637455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 616.2958 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 616.2958 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 654.9298 m
-436.1952 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 589.5897 m
-436.1952 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 655.1798 m
-186.7952 589.3397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 655.1798 m
-436.1952 589.3397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-0.4106 Tw
-
-BT
-189.7952 639.9658 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206172746966616374206173207075626c697368656420696e20746865206173736574> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-4.1534 Tw
-
-BT
-189.7952 624.1858 Td
-/F1.0 10.5 Tf
-<64657461696c6564206d65746164617461206f7220696e2074686520726573706f6e7365206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 608.4058 Td
-/F1.0 10.5 Tf
-[<75706c6f6164202f20757064617465206f706572> 20.0195 <6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 654.9298 m
-547.04 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 589.5897 m
-547.04 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 655.1798 m
-436.1952 589.3397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 655.1798 m
-547.04 589.3397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 624.1858 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 589.5897 m
-103.6622 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 540.0296 m
-103.6622 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 589.8397 m
-48.24 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 589.8397 m
-103.6622 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 566.7357 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 589.5897 m
-186.7952 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.0296 m
-186.7952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 589.8397 m
-103.6622 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 589.8397 m
-186.7952 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 574.6257 Td
-/F2.0 10.5 Tf
-<617373657454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 558.8457 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 558.8457 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 589.5897 m
-436.1952 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.0296 m
-436.1952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 589.8397 m
-186.7952 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 589.8397 m
-436.1952 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 566.7357 Td
-/F1.0 10.5 Tf
-<546865207265717565737465642061737365742074797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 589.5897 m
-547.04 589.5897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.0296 m
-547.04 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 589.8397 m
-436.1952 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 589.8397 m
-547.04 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-18.4298 Tw
-
-BT
-439.1952 574.6257 Td
-/F1.0 10.5 Tf
-<656e756d20287265736f75726365732c> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 558.8457 Td
-/F1.0 10.5 Tf
-<736572766963657329> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 540.0296 m
-103.6622 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 474.6895 m
-103.6622 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 540.2796 m
-48.24 474.4395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.2796 m
-103.6622 474.4395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 509.2856 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.0296 m
-186.7952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 474.6895 m
-186.7952 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.2796 m
-103.6622 474.4395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.2796 m
-186.7952 474.4395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 525.0656 Td
-/F2.0 10.5 Tf
-<7265736f75726365496e737461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 509.2856 Td
-/F2.0 10.5 Tf
-<6e63654e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 493.5056 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 493.5056 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.0296 m
-436.1952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 474.6895 m
-436.1952 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.2796 m
-186.7952 474.4395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.2796 m
-436.1952 474.4395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.0852 Tw
-
-BT
-189.7952 517.1756 Td
-/F1.0 10.5 Tf
-<54686520636f6d706f6e656e7420696e7374616e6365206e616d6520286173207075626c6973686564696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 501.3956 Td
-/F1.0 10.5 Tf
-<74686520726573706f6e7365206f66207468652064657461696c656420717565727929> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.0296 m
-547.04 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 474.6895 m
-547.04 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.2796 m
-436.1952 474.4395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 540.2796 m
-547.04 474.4395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 509.2856 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 474.6895 m
-103.6622 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 425.1294 m
-103.6622 425.1294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 474.9395 m
-48.24 424.8794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 474.9395 m
-103.6622 424.8794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 451.8355 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 474.6895 m
-186.7952 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 425.1294 m
-186.7952 425.1294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 474.9395 m
-103.6622 424.8794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 474.9395 m
-186.7952 424.8794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 459.7255 Td
-/F2.0 10.5 Tf
-<75756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 443.9455 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 443.9455 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 474.6895 m
-436.1952 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 425.1294 m
-436.1952 425.1294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 474.9395 m
-186.7952 424.8794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 474.9395 m
-436.1952 424.8794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.3681 Tw
-
-BT
-189.7952 459.7255 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206173736574206173207075626c697368656420696e20746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 443.9455 Td
-/F1.0 10.5 Tf
-<6d65746164617461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 474.6895 m
-547.04 474.6895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 425.1294 m
-547.04 425.1294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 474.9395 m
-436.1952 424.8794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 474.9395 m
-547.04 424.8794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 451.8355 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 394.4454 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 345.2894 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 345.2894 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 345.2894 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 311.5093 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 311.5093 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 311.5093 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 277.7292 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 277.7292 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 277.7292 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 228.1691 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 228.1691 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 228.1691 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 194.389 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 194.389 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 194.389 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 160.6089 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 160.6089 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 160.6089 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 111.0488 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 111.0488 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 111.0488 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 379.8494 m
-98.12 379.8494 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 345.2894 m
-98.12 345.2894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 380.0994 m
-48.24 344.6644 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 380.0994 m
-98.12 344.6644 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 363.6024 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 349.3224 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 379.8494 m
-447.28 379.8494 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 345.2894 m
-447.28 345.2894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 380.0994 m
-98.12 344.6644 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 380.0994 m
-447.28 344.6644 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 356.4624 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 379.8494 m
-547.04 379.8494 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 345.2894 m
-547.04 345.2894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 380.0994 m
-447.28 344.6644 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 380.0994 m
-547.04 344.6644 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 356.4624 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 345.2894 m
-98.12 345.2894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 311.5093 m
-98.12 311.5093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 345.9144 m
-48.24 311.2593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 345.9144 m
-98.12 311.2593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 330.3254 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 345.2894 m
-447.28 345.2894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 311.5093 m
-447.28 311.5093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 345.9144 m
-98.12 311.2593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 345.9144 m
-447.28 311.2593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 330.3254 Td
-/F1.0 10.5 Tf
-<417274696661637420646f776e6c6f61646564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 345.2894 m
-547.04 345.2894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 311.5093 m
-547.04 311.5093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 345.9144 m
-447.28 311.2593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 345.9144 m
-547.04 311.2593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 330.3254 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 311.5093 m
-98.12 311.5093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 277.7292 m
-98.12 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 311.7593 m
-48.24 277.4792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 311.7593 m
-98.12 277.4792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 296.5453 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 311.5093 m
-447.28 311.5093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.7292 m
-447.28 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 311.7593 m
-98.12 277.4792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 311.7593 m
-447.28 277.4792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 296.5453 Td
-/F1.0 10.5 Tf
-<4d697373696e672027582d45434f4d502d496e7374616e6365494427204854545020686561646572202d20504f4c35303031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 311.5093 m
-547.04 311.5093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.7292 m
-547.04 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 311.7593 m
-447.28 277.4792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 311.7593 m
-547.04 277.4792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 296.5453 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 277.7292 m
-98.12 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 228.1691 m
-98.12 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 277.9792 m
-48.24 227.9191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.9792 m
-98.12 227.9191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 254.8752 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.7292 m
-447.28 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 228.1691 m
-447.28 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.9792 m
-98.12 227.9191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.9792 m
-447.28 227.9191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 262.7652 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 246.9852 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.7292 m
-547.04 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 228.1691 m
-547.04 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.9792 m
-447.28 227.9191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 277.9792 m
-547.04 227.9191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 254.8752 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 228.1691 m
-98.12 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.389 m
-98.12 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 228.4191 m
-48.24 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 228.4191 m
-98.12 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 213.2051 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 228.1691 m
-447.28 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.389 m
-447.28 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 228.4191 m
-98.12 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 228.4191 m
-447.28 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 213.2051 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 228.1691 m
-547.04 228.1691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.389 m
-547.04 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 228.4191 m
-447.28 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 228.4191 m
-547.04 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 213.2051 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.389 m
-98.12 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.6089 m
-98.12 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.639 m
-48.24 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.639 m
-98.12 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 179.425 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.389 m
-447.28 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.6089 m
-447.28 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.639 m
-98.12 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.639 m
-447.28 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 179.425 Td
-/F1.0 10.5 Tf
-[<417274696661637420776173206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334353035>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.389 m
-547.04 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.6089 m
-547.04 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.639 m
-447.28 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 194.639 m
-547.04 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 179.425 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.6089 m
-98.12 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 111.0488 m
-98.12 111.0488 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.8589 m
-48.24 110.7988 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.8589 m
-98.12 110.7988 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.7549 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.6089 m
-447.28 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 111.0488 m
-447.28 111.0488 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.8589 m
-98.12 110.7988 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.8589 m
-447.28 110.7988 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-11.0474 Tw
-
-BT
-101.12 145.6449 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f7765643a20496e76616c69642048545450206d6574686f6420747970652075736564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 129.8649 Td
-/F1.0 10.5 Tf
-[<28505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.6089 m
-547.04 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 111.0488 m
-547.04 111.0488 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.8589 m
-447.28 110.7988 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 160.8589 m
-547.04 110.7988 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 137.7549 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3330> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-215 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 214 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-216 0 obj
-[215 0 R /XYZ 0 413.1294 null]
-endobj
-217 0 obj
-<< /Length 21045
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 771.33 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 771.33 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 771.33 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 705.9899 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 705.9899 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 705.9899 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-98.12 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 775.363 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 805.89 m
-447.28 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 782.503 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 782.503 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 705.9899 m
-98.12 705.9899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.58 m
-48.24 705.7399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 705.7399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 740.586 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 705.9899 m
-447.28 705.9899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 705.7399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 705.7399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8576 Tw
-
-BT
-101.12 756.366 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d206f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8529 Tw
-
-BT
-101.12 740.586 Td
-/F1.0 10.5 Tf
-<43616d627269612053657276696365206661696c7572652e2045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e756520746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 724.806 Td
-/F1.0 10.5 Tf
-<617474656d70747320746f2067657420746865206e656564656420696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 705.9899 m
-547.04 705.9899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 705.7399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 771.58 m
-547.04 705.7399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 740.586 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 675.3059 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 648.7459 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 650.9299 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6f637465742d73747265616d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 618.0259 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 591.4659 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 591.4659 Td
-/F1.0 10.5 Tf
-<41727469666163742045787465726e616c20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 551.6259 Td
-/F2.0 18 Tf
-<64656c6574657320616e206172746966616374206f662061207265736f7572636520696e7361746e6365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 535.5699 m
-543.04 535.5699 l
-545.2491 535.5699 547.04 533.779 547.04 531.5699 c
-547.04 473.3499 l
-547.04 471.1408 545.2491 469.3499 543.04 469.3499 c
-52.24 469.3499 l
-50.0309 469.3499 48.24 471.1408 48.24 473.3499 c
-48.24 531.5699 l
-48.24 533.779 50.0309 535.5699 52.24 535.5699 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 535.5699 m
-543.04 535.5699 l
-545.2491 535.5699 547.04 533.779 547.04 531.5699 c
-547.04 473.3499 l
-547.04 471.1408 545.2491 469.3499 543.04 469.3499 c
-52.24 469.3499 l
-50.0309 469.3499 48.24 471.1408 48.24 473.3499 c
-48.24 531.5699 l
-48.24 533.779 50.0309 535.5699 52.24 535.5699 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 512.7449 Td
-/F4.0 11 Tf
-<44454c455445> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 498.0049 Td
-/F4.0 11 Tf
-<2f76312f636174616c6f672f7b6173736574547970657d2f7b757569647d2f7265736f75726365496e7374616e6365732f7b7265736f75726365496e7374616e63654e616d657d2f6172746966616374732f7b617274> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 483.2649 Td
-/F4.0 11 Tf
-<6966616374555549447d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 438.6659 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 412.1059 Td
-/F1.0 10.5 Tf
-<64656c6574657320616e206172746966616374206f662061207265736f7572636520696e7361746e6365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 377.6059 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 342.7299 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 342.7299 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 342.7299 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 342.7299 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 293.1698 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 293.1698 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 293.1698 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 293.1698 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 243.6097 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 243.6097 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 243.6097 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 243.6097 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 194.0496 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 194.0496 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 194.0496 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 194.0496 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 128.7095 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 128.7095 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 128.7095 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 128.7095 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 63.3694 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 63.3694 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 63.3694 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 63.3694 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 363.0099 m
-103.6622 363.0099 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 342.7299 m
-103.6622 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 363.2599 m
-48.24 342.1049 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 363.2599 m
-103.6622 342.1049 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 346.7629 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 363.0099 m
-186.7952 363.0099 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 342.7299 m
-186.7952 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 363.2599 m
-103.6622 342.1049 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 363.2599 m
-186.7952 342.1049 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 346.7629 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 363.0099 m
-436.1952 363.0099 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 342.7299 m
-436.1952 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 363.2599 m
-186.7952 342.1049 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 363.2599 m
-436.1952 342.1049 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 346.7629 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 363.0099 m
-547.04 363.0099 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 342.7299 m
-547.04 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 363.2599 m
-436.1952 342.1049 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 363.2599 m
-547.04 342.1049 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 346.7629 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 342.7299 m
-103.6622 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.1698 m
-103.6622 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 343.3549 m
-48.24 292.9198 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 343.3549 m
-103.6622 292.9198 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 319.8759 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 342.7299 m
-186.7952 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 293.1698 m
-186.7952 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 343.3549 m
-103.6622 292.9198 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 343.3549 m
-186.7952 292.9198 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 327.7659 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 311.9859 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 311.9859 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 342.7299 m
-436.1952 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 293.1698 m
-436.1952 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 343.3549 m
-186.7952 292.9198 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 343.3549 m
-436.1952 292.9198 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 327.7659 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 311.9859 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 342.7299 m
-547.04 342.7299 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 293.1698 m
-547.04 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 343.3549 m
-436.1952 292.9198 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 343.3549 m
-547.04 292.9198 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 319.8759 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.1698 m
-103.6622 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.6097 m
-103.6622 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.4198 m
-48.24 243.3597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 293.4198 m
-103.6622 243.3597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 270.3158 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 293.1698 m
-186.7952 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 243.6097 m
-186.7952 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 293.4198 m
-103.6622 243.3597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 293.4198 m
-186.7952 243.3597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 278.2058 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 262.4258 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 262.4258 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 293.1698 m
-436.1952 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 243.6097 m
-436.1952 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 293.4198 m
-186.7952 243.3597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 293.4198 m
-436.1952 243.3597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 270.3158 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 293.1698 m
-547.04 293.1698 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 243.6097 m
-547.04 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 293.4198 m
-436.1952 243.3597 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 293.4198 m
-547.04 243.3597 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 270.3158 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.6097 m
-103.6622 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.0496 m
-103.6622 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.8597 m
-48.24 193.7996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 243.8597 m
-103.6622 193.7996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 220.7557 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 243.6097 m
-186.7952 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 194.0496 m
-186.7952 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 243.8597 m
-103.6622 193.7996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 243.8597 m
-186.7952 193.7996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 228.6457 Td
-/F2.0 10.5 Tf
-<555345525f4944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 212.8657 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 212.8657 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 243.6097 m
-436.1952 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 194.0496 m
-436.1952 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 243.8597 m
-186.7952 193.7996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 243.8597 m
-436.1952 193.7996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.1893 Tw
-
-BT
-189.7952 228.6457 Td
-/F1.0 10.5 Tf
-<5468652075736572204944206f662074686520444341452044657369676e65722e20546869732075736572> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 212.8657 Td
-/F1.0 10.5 Tf
-<6d75737420616c736f20686176652044657369676e657220726f6c6520696e20534443> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 243.6097 m
-547.04 243.6097 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 194.0496 m
-547.04 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 243.8597 m
-436.1952 193.7996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 243.8597 m
-547.04 193.7996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 220.7557 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.0496 m
-103.6622 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 128.7095 m
-103.6622 128.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.2996 m
-48.24 128.4595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 194.2996 m
-103.6622 128.4595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 163.3056 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 194.0496 m
-186.7952 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 128.7095 m
-186.7952 128.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 194.2996 m
-103.6622 128.4595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 194.2996 m
-186.7952 128.4595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 179.0856 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 163.3056 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 147.5256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 147.5256 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 194.0496 m
-436.1952 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 128.7095 m
-436.1952 128.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 194.2996 m
-186.7952 128.4595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 194.2996 m
-436.1952 128.4595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 163.3056 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 194.0496 m
-547.04 194.0496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 128.7095 m
-547.04 128.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 194.2996 m
-436.1952 128.4595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 194.2996 m
-547.04 128.4595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 163.3056 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 128.7095 m
-103.6622 128.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 63.3694 m
-103.6622 63.3694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 128.9595 m
-48.24 63.1194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 128.9595 m
-103.6622 63.1194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 97.9655 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 128.7095 m
-186.7952 128.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 63.3694 m
-186.7952 63.3694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 128.9595 m
-103.6622 63.1194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 128.9595 m
-186.7952 63.1194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 113.7455 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 97.9655 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 82.1855 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 82.1855 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 128.7095 m
-436.1952 128.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 63.3694 m
-436.1952 63.3694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 128.9595 m
-186.7952 63.1194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 128.9595 m
-436.1952 63.1194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 97.9655 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 128.7095 m
-547.04 128.7095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 63.3694 m
-547.04 63.3694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 128.9595 m
-436.1952 63.1194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 128.9595 m
-547.04 63.1194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 97.9655 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3331> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-218 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 217 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-219 0 obj
-[218 0 R /XYZ 0 693.9899 null]
-endobj
-220 0 obj
-[218 0 R /XYZ 0 636.7099 null]
-endobj
-221 0 obj
-[218 0 R /XYZ 0 575.6499 null]
-endobj
-222 0 obj
-[218 0 R /XYZ 0 457.3499 null]
-endobj
-223 0 obj
-[218 0 R /XYZ 0 396.2899 null]
-endobj
-224 0 obj
-<< /Length 29427
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 720.2699 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 720.2699 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 720.2699 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 720.2699 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 670.7098 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 670.7098 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 670.7098 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 670.7098 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 605.3697 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 605.3697 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 605.3697 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 605.3697 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 555.8096 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 555.8096 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 555.8096 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 555.8096 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 762.756 Td
-/F2.0 10.5 Tf
-<617274696661637455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 746.976 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 746.976 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-0.4106 Tw
-
-BT
-189.7952 770.646 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206172746966616374206173207075626c697368656420696e20746865206173736574> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-4.1534 Tw
-
-BT
-189.7952 754.866 Td
-/F1.0 10.5 Tf
-<64657461696c6564206d65746164617461206f7220696e2074686520726573706f6e7365206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 739.086 Td
-/F1.0 10.5 Tf
-[<75706c6f6164202f20757064617465206f706572> 20.0195 <6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 754.866 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.7098 m
-103.6622 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.5199 m
-48.24 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 697.4159 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.7098 m
-186.7952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-/F2.0 10.5 Tf
-<617373657454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 689.5259 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 689.5259 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.7098 m
-436.1952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 697.4159 Td
-/F1.0 10.5 Tf
-<546865207265717565737465642061737365742074797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.7098 m
-547.04 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 720.5199 m
-547.04 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-18.4298 Tw
-
-BT
-439.1952 705.3059 Td
-/F1.0 10.5 Tf
-<656e756d20287265736f75726365732c> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 689.5259 Td
-/F1.0 10.5 Tf
-<736572766963657329> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.7098 m
-103.6622 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.3697 m
-103.6622 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.9598 m
-48.24 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.9598 m
-103.6622 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 639.9658 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.7098 m
-186.7952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.3697 m
-186.7952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.9598 m
-103.6622 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.9598 m
-186.7952 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 655.7458 Td
-/F2.0 10.5 Tf
-<7265736f75726365496e737461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 639.9658 Td
-/F2.0 10.5 Tf
-<6e63654e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 624.1858 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 624.1858 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.7098 m
-436.1952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.3697 m
-436.1952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.9598 m
-186.7952 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.9598 m
-436.1952 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.0852 Tw
-
-BT
-189.7952 647.8558 Td
-/F1.0 10.5 Tf
-<54686520636f6d706f6e656e7420696e7374616e6365206e616d6520286173207075626c6973686564696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 632.0758 Td
-/F1.0 10.5 Tf
-<74686520726573706f6e7365206f66207468652064657461696c656420717565727929> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.7098 m
-547.04 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.3697 m
-547.04 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.9598 m
-436.1952 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 670.9598 m
-547.04 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 639.9658 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.3697 m
-103.6622 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 555.8096 m
-103.6622 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.6197 m
-48.24 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.6197 m
-103.6622 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 582.5157 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.3697 m
-186.7952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 555.8096 m
-186.7952 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.6197 m
-103.6622 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.6197 m
-186.7952 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 590.4057 Td
-/F2.0 10.5 Tf
-<75756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 574.6257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 574.6257 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.3697 m
-436.1952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 555.8096 m
-436.1952 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.6197 m
-186.7952 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.6197 m
-436.1952 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.3681 Tw
-
-BT
-189.7952 590.4057 Td
-/F1.0 10.5 Tf
-<5468652075756964206f6620746865206173736574206173207075626c697368656420696e20746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 574.6257 Td
-/F1.0 10.5 Tf
-<6d65746164617461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.3697 m
-547.04 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 555.8096 m
-547.04 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.6197 m
-436.1952 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 605.6197 m
-547.04 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 582.5157 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 525.1256 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 475.9696 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 475.9696 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 475.9696 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 442.1895 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 442.1895 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 442.1895 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 408.4094 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 408.4094 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 408.4094 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 358.8493 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 358.8493 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 358.8493 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 293.5092 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 293.5092 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 293.5092 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 259.7291 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 259.7291 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 259.7291 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 210.169 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 210.169 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 210.169 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 160.6089 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 160.6089 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 160.6089 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 95.2688 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 95.2688 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 95.2688 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 510.5296 m
-98.12 510.5296 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 475.9696 m
-98.12 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 510.7796 m
-48.24 475.3446 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 510.7796 m
-98.12 475.3446 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 494.2826 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 480.0026 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 510.5296 m
-447.28 510.5296 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 475.9696 m
-447.28 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 510.7796 m
-98.12 475.3446 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 510.7796 m
-447.28 475.3446 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 487.1426 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 510.5296 m
-547.04 510.5296 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 475.9696 m
-547.04 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 510.7796 m
-447.28 475.3446 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 510.7796 m
-547.04 475.3446 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 487.1426 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 475.9696 m
-98.12 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 442.1895 m
-98.12 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 476.5946 m
-48.24 441.9395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 476.5946 m
-98.12 441.9395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 461.0056 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 475.9696 m
-447.28 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.1895 m
-447.28 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 476.5946 m
-98.12 441.9395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 476.5946 m
-447.28 441.9395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 461.0056 Td
-/F1.0 10.5 Tf
-<41727469666163742064656c65746564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 475.9696 m
-547.04 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.1895 m
-547.04 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 476.5946 m
-447.28 441.9395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 476.5946 m
-547.04 441.9395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 461.0056 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 442.1895 m
-98.12 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 408.4094 m
-98.12 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 442.4395 m
-48.24 408.1594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.4395 m
-98.12 408.1594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 427.2255 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.1895 m
-447.28 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 408.4094 m
-447.28 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.4395 m
-98.12 408.1594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.4395 m
-447.28 408.1594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 427.2255 Td
-/F1.0 10.5 Tf
-[<4172746966616374206e616d65206973206d697373696e6720696e20696e707574202d2053> 20.0195 <56> 20.0195 <4334313238>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.1895 m
-547.04 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 408.4094 m
-547.04 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.4395 m
-447.28 408.1594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 442.4395 m
-547.04 408.1594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 427.2255 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 408.4094 m
-98.12 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 358.8493 m
-98.12 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 408.6594 m
-48.24 358.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 408.6594 m
-98.12 358.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.5554 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 408.4094 m
-447.28 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 358.8493 m
-447.28 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 408.6594 m
-98.12 358.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 408.6594 m
-447.28 358.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 393.4454 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 377.6654 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 408.4094 m
-547.04 408.4094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 358.8493 m
-547.04 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 408.6594 m
-447.28 358.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 408.6594 m
-547.04 358.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 385.5554 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 358.8493 m
-98.12 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.5092 m
-98.12 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 359.0993 m
-48.24 293.2592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 359.0993 m
-98.12 293.2592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 328.1053 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 358.8493 m
-447.28 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 293.5092 m
-447.28 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 359.0993 m
-98.12 293.2592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 359.0993 m
-447.28 293.2592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.1053 Tw
-
-BT
-101.12 343.8853 Td
-/F1.0 10.5 Tf
-[<4173736574206973206265696e67206564697465642062> 20.0195 <7920646966666572656e7420757365722e204f6e6c79206f6e6520757365722063616e20636865636b> 20.0195 <6f7574>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8787 Tw
-
-BT
-101.12 328.1053 Td
-/F1.0 10.5 Tf
-<616e64206564697420616e206173736574206f6e20676976656e2074696d652e205468652061737365742077696c6c20626520617661696c61626c6520666f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 312.3253 Td
-/F1.0 10.5 Tf
-[<636865636b> 20.0195 <6f757420616674657220746865206f7468657220757365722077696c6c20636865636b696e20746865206173736574202d2053> 20.0195 <56> 20.0195 <4334303836>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 358.8493 m
-547.04 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 293.5092 m
-547.04 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 359.0993 m
-447.28 293.2592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 359.0993 m
-547.04 293.2592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 328.1053 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.5092 m
-98.12 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 259.7291 m
-98.12 259.7291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.7592 m
-48.24 259.4791 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 293.7592 m
-98.12 259.4791 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 278.5452 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 293.5092 m
-447.28 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 259.7291 m
-447.28 259.7291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 293.7592 m
-98.12 259.4791 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 293.7592 m
-447.28 259.4791 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 278.5452 Td
-/F1.0 10.5 Tf
-[<537065636966696564207265736f75726365206973206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334303633>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 293.5092 m
-547.04 293.5092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 259.7291 m
-547.04 259.7291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 293.7592 m
-447.28 259.4791 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 293.7592 m
-547.04 259.4791 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 278.5452 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 259.7291 m
-98.12 259.7291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 210.169 m
-98.12 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 259.9791 m
-48.24 209.919 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 259.9791 m
-98.12 209.919 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.8751 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 259.7291 m
-447.28 259.7291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 210.169 m
-447.28 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 259.9791 m
-98.12 209.919 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 259.9791 m
-447.28 209.919 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-11.0474 Tw
-
-BT
-101.12 244.7651 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f7765643a20496e76616c69642048545450206d6574686f6420747970652075736564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 228.9851 Td
-/F1.0 10.5 Tf
-[<28505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 259.7291 m
-547.04 259.7291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 210.169 m
-547.04 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 259.9791 m
-447.28 209.919 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 259.9791 m
-547.04 209.919 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 236.8751 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 210.169 m
-98.12 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.6089 m
-98.12 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 210.419 m
-48.24 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 210.419 m
-98.12 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 187.315 Td
-/F2.0 10.5 Tf
-<343039> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 210.169 m
-447.28 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.6089 m
-447.28 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 210.419 m
-98.12 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 210.419 m
-447.28 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.3494 Tw
-
-BT
-101.12 195.205 Td
-/F1.0 10.5 Tf
-[<52657374726963746564204f706572> 20.0195 <6174696f6e20d02074686520757365722070726f766964656420646f6573206e6f74206861766520726f6c65206f66>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 179.425 Td
-/F1.0 10.5 Tf
-[<44657369676e6572206f7220746865206173736574206973206265696e6720757365642062> 20.0195 <7920616e6f746865722064657369676e6572202d2053> 20.0195 <56> 20.0195 <4334333031>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 210.169 m
-547.04 210.169 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.6089 m
-547.04 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 210.419 m
-447.28 160.3589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 210.419 m
-547.04 160.3589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 187.315 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.6089 m
-98.12 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 95.2688 m
-98.12 95.2688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 160.8589 m
-48.24 95.0188 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.8589 m
-98.12 95.0188 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 129.8649 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.6089 m
-447.28 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 95.2688 m
-447.28 95.2688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 160.8589 m
-98.12 95.0188 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.8589 m
-447.28 95.0188 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8576 Tw
-
-BT
-101.12 145.6449 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d206f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8529 Tw
-
-BT
-101.12 129.8649 Td
-/F1.0 10.5 Tf
-<43616d627269612053657276696365206661696c7572652e2045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e756520746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 114.0849 Td
-/F1.0 10.5 Tf
-<617474656d70747320746f2067657420746865206e656564656420696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.6089 m
-547.04 160.6089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 95.2688 m
-547.04 95.2688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 160.8589 m
-447.28 95.0188 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 160.8589 m
-547.04 95.0188 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 129.8649 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3332> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-225 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 224 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [227 0 R]
->>
-endobj
-226 0 obj
-[225 0 R /XYZ 0 543.8096 null]
-endobj
-227 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [450.28 457.9396 538.7845 472.2196]
-/Type /Annot
->>
-endobj
-228 0 obj
-<< /Length 19429
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 792.006 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 765.446 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 767.63 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 734.726 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 708.166 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 708.166 Td
-/F1.0 10.5 Tf
-<41727469666163742045787465726e616c20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 668.326 Td
-/F2.0 18 Tf
-[<46> 40.0391 <6574636820617373657473204353> 20.0195 <4152>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 652.27 m
-543.04 652.27 l
-545.2491 652.27 547.04 650.4791 547.04 648.27 c
-547.04 619.53 l
-547.04 617.3209 545.2491 615.53 543.04 615.53 c
-52.24 615.53 l
-50.0309 615.53 48.24 617.3209 48.24 619.53 c
-48.24 648.27 l
-48.24 650.4791 50.0309 652.27 52.24 652.27 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 652.27 m
-543.04 652.27 l
-545.2491 652.27 547.04 650.4791 547.04 648.27 c
-547.04 619.53 l
-547.04 617.3209 545.2491 615.53 543.04 615.53 c
-52.24 615.53 l
-50.0309 615.53 48.24 617.3209 48.24 619.53 c
-48.24 648.27 l
-48.24 650.4791 50.0309 652.27 52.24 652.27 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 629.445 Td
-/F4.0 11 Tf
-<474554202f76312f636174616c6f672f7b6173736574547970657d2f7b757569647d2f746f7363614d6f64656c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 584.846 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 558.286 Td
-/F1.0 10.5 Tf
-<52657475726e732061737365742063736172> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 523.786 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 488.91 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 488.91 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 488.91 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 488.91 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 439.3499 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 439.3499 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 439.3499 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 439.3499 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.7898 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 389.7898 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 389.7898 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 389.7898 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 324.4497 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 324.4497 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 324.4497 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 324.4497 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 259.1096 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 259.1096 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 259.1096 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 259.1096 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 209.5495 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 209.5495 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 209.5495 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 209.5495 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 159.9894 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 159.9894 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 159.9894 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 159.9894 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 509.19 m
-103.6622 509.19 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.91 m
-103.6622 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 509.44 m
-48.24 488.285 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 509.44 m
-103.6622 488.285 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 492.943 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 509.19 m
-186.7952 509.19 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 488.91 m
-186.7952 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 509.44 m
-103.6622 488.285 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 509.44 m
-186.7952 488.285 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 492.943 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 509.19 m
-436.1952 509.19 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 488.91 m
-436.1952 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 509.44 m
-186.7952 488.285 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 509.44 m
-436.1952 488.285 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 492.943 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 509.19 m
-547.04 509.19 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 488.91 m
-547.04 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 509.44 m
-436.1952 488.285 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 509.44 m
-547.04 488.285 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 492.943 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.91 m
-103.6622 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 439.3499 m
-103.6622 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 489.535 m
-48.24 439.0999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 489.535 m
-103.6622 439.0999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 466.056 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 488.91 m
-186.7952 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 439.3499 m
-186.7952 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 489.535 m
-103.6622 439.0999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 489.535 m
-186.7952 439.0999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 473.946 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 458.166 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 458.166 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 488.91 m
-436.1952 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 439.3499 m
-436.1952 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 489.535 m
-186.7952 439.0999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 489.535 m
-436.1952 439.0999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 473.946 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 458.166 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 488.91 m
-547.04 488.91 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 439.3499 m
-547.04 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 489.535 m
-436.1952 439.0999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 489.535 m
-547.04 439.0999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 466.056 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 439.3499 m
-103.6622 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.7898 m
-103.6622 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 439.5999 m
-48.24 389.5398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 439.5999 m
-103.6622 389.5398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 416.4959 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 439.3499 m
-186.7952 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 389.7898 m
-186.7952 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 439.5999 m
-103.6622 389.5398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 439.5999 m
-186.7952 389.5398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 424.3859 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 408.6059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 408.6059 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 439.3499 m
-436.1952 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 389.7898 m
-436.1952 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 439.5999 m
-186.7952 389.5398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 439.5999 m
-436.1952 389.5398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 416.4959 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 439.3499 m
-547.04 439.3499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 389.7898 m
-547.04 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 439.5999 m
-436.1952 389.5398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 439.5999 m
-547.04 389.5398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 416.4959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.7898 m
-103.6622 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 324.4497 m
-103.6622 324.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 390.0398 m
-48.24 324.1997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 390.0398 m
-103.6622 324.1997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 359.0458 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 389.7898 m
-186.7952 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 324.4497 m
-186.7952 324.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 390.0398 m
-103.6622 324.1997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 390.0398 m
-186.7952 324.1997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 374.8258 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 359.0458 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 343.2658 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 343.2658 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 389.7898 m
-436.1952 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 324.4497 m
-436.1952 324.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 390.0398 m
-186.7952 324.1997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 390.0398 m
-436.1952 324.1997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 359.0458 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 389.7898 m
-547.04 389.7898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 324.4497 m
-547.04 324.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 390.0398 m
-436.1952 324.1997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 390.0398 m
-547.04 324.1997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 359.0458 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 324.4497 m
-103.6622 324.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 259.1096 m
-103.6622 259.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 324.6997 m
-48.24 258.8596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 324.6997 m
-103.6622 258.8596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 293.7057 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 324.4497 m
-186.7952 324.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 259.1096 m
-186.7952 259.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 324.6997 m
-103.6622 258.8596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 324.6997 m
-186.7952 258.8596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 309.4857 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 293.7057 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 277.9257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 277.9257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 324.4497 m
-436.1952 324.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 259.1096 m
-436.1952 259.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 324.6997 m
-186.7952 258.8596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 324.6997 m
-436.1952 258.8596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 293.7057 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 324.4497 m
-547.04 324.4497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 259.1096 m
-547.04 259.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 324.6997 m
-436.1952 258.8596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 324.6997 m
-547.04 258.8596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 293.7057 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 259.1096 m
-103.6622 259.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 209.5495 m
-103.6622 209.5495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 259.3596 m
-48.24 209.2995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 259.3596 m
-103.6622 209.2995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.2556 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 259.1096 m
-186.7952 259.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 209.5495 m
-186.7952 209.5495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 259.3596 m
-103.6622 209.2995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 259.3596 m
-186.7952 209.2995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 244.1456 Td
-/F2.0 10.5 Tf
-<617373657454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 228.3656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 228.3656 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 259.1096 m
-436.1952 259.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 209.5495 m
-436.1952 209.5495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 259.3596 m
-186.7952 209.2995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 259.3596 m
-436.1952 209.2995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 236.2556 Td
-/F1.0 10.5 Tf
-<546865207265717565737465642061737365742074797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 259.1096 m
-547.04 259.1096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 209.5495 m
-547.04 209.5495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 259.3596 m
-436.1952 209.2995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 259.3596 m
-547.04 209.2995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-18.4298 Tw
-
-BT
-439.1952 244.1456 Td
-/F1.0 10.5 Tf
-<656e756d20287265736f75726365732c> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 228.3656 Td
-/F1.0 10.5 Tf
-<736572766963657329> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 209.5495 m
-103.6622 209.5495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 159.9894 m
-103.6622 159.9894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 209.7995 m
-48.24 159.7394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 209.7995 m
-103.6622 159.7394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.6955 Td
-/F2.0 10.5 Tf
-<50617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 209.5495 m
-186.7952 209.5495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 159.9894 m
-186.7952 159.9894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 209.7995 m
-103.6622 159.7394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 209.7995 m
-186.7952 159.7394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 194.5855 Td
-/F2.0 10.5 Tf
-<75756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 178.8055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 178.8055 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 209.5495 m
-436.1952 209.5495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 159.9894 m
-436.1952 159.9894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 209.7995 m
-186.7952 159.7394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 209.7995 m
-436.1952 159.7394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 186.6955 Td
-/F1.0 10.5 Tf
-<546865207265717565737465642061737365742075756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 209.5495 m
-547.04 209.5495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 159.9894 m
-547.04 159.9894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 209.7995 m
-436.1952 159.7394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 209.7995 m
-547.04 159.7394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 186.6955 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 129.3054 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3333> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-229 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 228 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-230 0 obj
-[229 0 R /XYZ 0 841.89 null]
-endobj
-231 0 obj
-[229 0 R /XYZ 0 753.41 null]
-endobj
-232 0 obj
-[229 0 R /XYZ 0 692.35 null]
-endobj
-233 0 obj
-[229 0 R /XYZ 0 603.53 null]
-endobj
-234 0 obj
-[229 0 R /XYZ 0 542.47 null]
-endobj
-235 0 obj
-[229 0 R /XYZ 0 147.9894 null]
-endobj
-236 0 obj
-<< /Length 21019
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 771.33 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 771.33 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 771.33 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 721.7699 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 721.7699 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 721.7699 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 687.9898 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 687.9898 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 687.9898 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 638.4297 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 638.4297 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 638.4297 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 604.6496 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 604.6496 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 604.6496 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 570.8695 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 570.8695 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 570.8695 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 521.3094 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 521.3094 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 521.3094 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 455.9693 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 455.9693 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 455.9693 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-98.12 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 775.363 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 805.89 m
-447.28 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 782.503 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 782.503 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 721.7699 m
-98.12 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.955 m
-48.24 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.955 m
-98.12 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 748.476 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 721.7699 m
-447.28 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.955 m
-98.12 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.955 m
-447.28 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-4.8522 Tw
-
-BT
-101.12 756.366 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742069732061757468656e7469636174656420616e64206c697374206f6620436174616c6f6720417373657473> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 740.586 Td
-/F1.0 10.5 Tf
-<4d657461646174612069732072657475726e6564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 721.7699 m
-547.04 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.955 m
-447.28 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 771.955 m
-547.04 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 748.476 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 721.7699 m
-98.12 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 687.9898 m
-98.12 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 722.0199 m
-48.24 687.7398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 722.0199 m
-98.12 687.7398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 706.8059 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 721.7699 m
-447.28 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 687.9898 m
-447.28 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 722.0199 m
-98.12 687.7398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 722.0199 m
-447.28 687.7398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 706.8059 Td
-/F1.0 10.5 Tf
-<4d697373696e672027582d45434f4d502d496e7374616e6365494427204854545020686561646572202d20504f4c35303031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 721.7699 m
-547.04 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 687.9898 m
-547.04 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 722.0199 m
-447.28 687.7398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 722.0199 m
-547.04 687.7398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 706.8059 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 687.9898 m
-98.12 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 638.4297 m
-98.12 638.4297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 688.2398 m
-48.24 638.1797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 688.2398 m
-98.12 638.1797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 665.1358 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 687.9898 m
-447.28 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 638.4297 m
-447.28 638.4297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 688.2398 m
-98.12 638.1797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 688.2398 m
-447.28 638.1797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 673.0258 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 657.2458 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 687.9898 m
-547.04 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 638.4297 m
-547.04 638.4297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 688.2398 m
-447.28 638.1797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 688.2398 m
-547.04 638.1797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 665.1358 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 638.4297 m
-98.12 638.4297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 604.6496 m
-98.12 604.6496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 638.6797 m
-48.24 604.3996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 638.6797 m
-98.12 604.3996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 623.4657 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 638.4297 m
-447.28 638.4297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 604.6496 m
-447.28 604.6496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 638.6797 m
-98.12 604.3996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 638.6797 m
-447.28 604.3996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 623.4657 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 638.4297 m
-547.04 638.4297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 604.6496 m
-547.04 604.6496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 638.6797 m
-447.28 604.3996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 638.6797 m
-547.04 604.3996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 623.4657 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 604.6496 m
-98.12 604.6496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 570.8695 m
-98.12 570.8695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 604.8996 m
-48.24 570.6195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 604.8996 m
-98.12 570.6195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 589.6856 Td
-/F2.0 10.5 Tf
-<343034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 604.6496 m
-447.28 604.6496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 570.8695 m
-447.28 570.8695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 604.8996 m
-98.12 570.6195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 604.8996 m
-447.28 570.6195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 589.6856 Td
-/F1.0 10.5 Tf
-[<4572726f723a20526571756573746564202725312720287575696429207265736f7572636520776173206e6f7420666f756e64202d2053> 20.0195 <56> 20.0195 <4334303633>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 604.6496 m
-547.04 604.6496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 570.8695 m
-547.04 570.8695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 604.8996 m
-447.28 570.6195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 604.8996 m
-547.04 570.6195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 589.6856 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 570.8695 m
-98.12 570.8695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 521.3094 m
-98.12 521.3094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 571.1195 m
-48.24 521.0594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 571.1195 m
-98.12 521.0594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 548.0155 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 570.8695 m
-447.28 570.8695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 521.3094 m
-447.28 521.3094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 571.1195 m
-98.12 521.0594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 571.1195 m
-447.28 521.0594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-7.5844 Tw
-
-BT
-101.12 555.9055 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f776564203a20496e76616c69642048545450206d6574686f64207479706520757365642028> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 540.1255 Td
-/F1.0 10.5 Tf
-[<505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 570.8695 m
-547.04 570.8695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 521.3094 m
-547.04 521.3094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 571.1195 m
-447.28 521.0594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 571.1195 m
-547.04 521.0594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 548.0155 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 521.3094 m
-98.12 521.3094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 455.9693 m
-98.12 455.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 521.5594 m
-48.24 455.7193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 521.5594 m
-98.12 455.7193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 490.5654 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 521.3094 m
-447.28 521.3094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 455.9693 m
-447.28 455.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 521.5594 m
-98.12 455.7193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 521.5594 m
-447.28 455.7193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.0005 Tw
-
-BT
-101.12 506.3454 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d2e2045434f4d50> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-6.1135 Tw
-
-BT
-101.12 490.5654 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e742073686f756c6420636f6e74696e75652074686520617474656d70747320746f2067657420746865206e6565646564> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 474.7854 Td
-/F1.0 10.5 Tf
-<696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 521.3094 m
-547.04 521.3094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 455.9693 m
-547.04 455.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 521.5594 m
-447.28 455.7193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 521.5594 m
-547.04 455.7193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 490.5654 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 425.2853 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 398.7253 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 400.9093 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6f637465742d73747265616d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 368.0053 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 341.4453 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 341.4453 Td
-/F1.0 10.5 Tf
-<4173736574204d657461646174612045787465726e616c20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 301.6053 Td
-/F2.0 18 Tf
-<55454220536572766572204c697374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 285.5493 m
-543.04 285.5493 l
-545.2491 285.5493 547.04 283.7584 547.04 281.5493 c
-547.04 252.8093 l
-547.04 250.6002 545.2491 248.8093 543.04 248.8093 c
-52.24 248.8093 l
-50.0309 248.8093 48.24 250.6002 48.24 252.8093 c
-48.24 281.5493 l
-48.24 283.7584 50.0309 285.5493 52.24 285.5493 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 285.5493 m
-543.04 285.5493 l
-545.2491 285.5493 547.04 283.7584 547.04 281.5493 c
-547.04 252.8093 l
-547.04 250.6002 545.2491 248.8093 543.04 248.8093 c
-52.24 248.8093 l
-50.0309 248.8093 48.24 250.6002 48.24 252.8093 c
-48.24 281.5493 l
-48.24 283.7584 50.0309 285.5493 52.24 285.5493 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 262.7243 Td
-/F4.0 11 Tf
-<474554202f76312f646973747269627574696f6e556562436c7573746572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 218.1253 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 191.5653 Td
-/F1.0 10.5 Tf
-<72657475726e2074686520617661696c61626c652055454220536572766572204c697374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 157.0653 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 122.1893 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 122.1893 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 122.1893 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 122.1893 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 72.6292 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 72.6292 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 72.6292 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 72.6292 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 142.4693 m
-103.6622 142.4693 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 122.1893 m
-103.6622 122.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 142.7193 m
-48.24 121.5643 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 142.7193 m
-103.6622 121.5643 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 126.2223 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 142.4693 m
-186.7952 142.4693 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 122.1893 m
-186.7952 122.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 142.7193 m
-103.6622 121.5643 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 142.7193 m
-186.7952 121.5643 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 126.2223 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 142.4693 m
-436.1952 142.4693 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 122.1893 m
-436.1952 122.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 142.7193 m
-186.7952 121.5643 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 142.7193 m
-436.1952 121.5643 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 126.2223 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 142.4693 m
-547.04 142.4693 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 122.1893 m
-547.04 122.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 142.7193 m
-436.1952 121.5643 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 142.7193 m
-547.04 121.5643 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 126.2223 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 122.1893 m
-103.6622 122.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 72.6292 m
-103.6622 72.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 122.8143 m
-48.24 72.3792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 122.8143 m
-103.6622 72.3792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 99.3353 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 122.1893 m
-186.7952 122.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 72.6292 m
-186.7952 72.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 122.8143 m
-103.6622 72.3792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 122.8143 m
-186.7952 72.3792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 107.2253 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 91.4453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 91.4453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 122.1893 m
-436.1952 122.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 72.6292 m
-436.1952 72.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 122.8143 m
-186.7952 72.3792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 122.8143 m
-436.1952 72.3792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 107.2253 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 91.4453 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 122.1893 m
-547.04 122.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 72.6292 m
-547.04 72.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 122.8143 m
-436.1952 72.3792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 122.8143 m
-547.04 72.3792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 99.3353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3334> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-237 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 236 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-238 0 obj
-[237 0 R /XYZ 0 443.9693 null]
-endobj
-239 0 obj
-[237 0 R /XYZ 0 386.6893 null]
-endobj
-240 0 obj
-[237 0 R /XYZ 0 325.6293 null]
-endobj
-241 0 obj
-[237 0 R /XYZ 0 236.8093 null]
-endobj
-242 0 obj
-[237 0 R /XYZ 0 175.7493 null]
-endobj
-243 0 obj
-<< /Length 23594
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 736.0499 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 736.0499 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 736.0499 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 670.7098 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 670.7098 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 670.7098 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 670.7098 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 605.3697 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 605.3697 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 605.3697 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 605.3697 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-103.6622 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 762.756 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.0499 m
-186.7952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 770.646 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.0499 m
-436.1952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 762.756 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-103.6622 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.7098 m
-103.6622 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.2999 m
-103.6622 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.0499 m
-186.7952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.7098 m
-186.7952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 736.2999 m
-103.6622 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.2999 m
-186.7952 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 721.0859 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 689.5259 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 689.5259 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.0499 m
-436.1952 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.7098 m
-436.1952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 736.2999 m
-186.7952 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.2999 m
-436.1952 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 705.3059 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.7098 m
-547.04 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 736.2999 m
-436.1952 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 705.3059 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.7098 m
-103.6622 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.3697 m
-103.6622 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.9598 m
-48.24 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.9598 m
-103.6622 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 639.9658 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.7098 m
-186.7952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.3697 m
-186.7952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.9598 m
-103.6622 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.9598 m
-186.7952 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 655.7458 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 639.9658 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 624.1858 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 624.1858 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.7098 m
-436.1952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.3697 m
-436.1952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.9598 m
-186.7952 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.9598 m
-436.1952 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 639.9658 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.7098 m
-547.04 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.3697 m
-547.04 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.9598 m
-436.1952 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 670.9598 m
-547.04 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 639.9658 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 574.6857 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 525.5297 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 525.5297 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 525.5297 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 475.9696 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 475.9696 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 475.9696 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 442.1895 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 442.1895 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 442.1895 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 392.6294 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 392.6294 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 392.6294 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 358.8493 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 358.8493 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 358.8493 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 309.2892 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 309.2892 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 309.2892 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 243.9491 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 243.9491 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 243.9491 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 560.0897 m
-98.12 560.0897 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 525.5297 m
-98.12 525.5297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 560.3397 m
-48.24 524.9047 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 560.3397 m
-98.12 524.9047 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 543.8427 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 529.5627 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 560.0897 m
-447.28 560.0897 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 525.5297 m
-447.28 525.5297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 560.3397 m
-98.12 524.9047 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 560.3397 m
-447.28 524.9047 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 536.7027 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 560.0897 m
-547.04 560.0897 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 525.5297 m
-547.04 525.5297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 560.3397 m
-447.28 524.9047 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 560.3397 m
-547.04 524.9047 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 536.7027 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 525.5297 m
-98.12 525.5297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 475.9696 m
-98.12 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 526.1547 m
-48.24 475.7196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 526.1547 m
-98.12 475.7196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 502.6757 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 525.5297 m
-447.28 525.5297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 475.9696 m
-447.28 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 526.1547 m
-98.12 475.7196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 526.1547 m
-447.28 475.7196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-0.4248 Tw
-
-BT
-101.12 510.5657 Td
-/F1.0 10.5 Tf
-[<45434f4d5020636f6d706f6e656e742069732061757468656e7469636174656420616e64206c697374206f662043616d627269612041504920736572766572> -29.7852 <d573>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 494.7857 Td
-/F1.0 10.5 Tf
-<4651444e732069732072657475726e6564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 525.5297 m
-547.04 525.5297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 475.9696 m
-547.04 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 526.1547 m
-447.28 475.7196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 526.1547 m
-547.04 475.7196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 510.5657 Td
-/F1.0 10.5 Tf
-<5365727665724c697374526573706f6e73> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 494.7857 Td
-/F1.0 10.5 Tf
-<65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 475.9696 m
-98.12 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 442.1895 m
-98.12 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 476.2196 m
-48.24 441.9395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 476.2196 m
-98.12 441.9395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 461.0056 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 475.9696 m
-447.28 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.1895 m
-447.28 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 476.2196 m
-98.12 441.9395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 476.2196 m
-447.28 441.9395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 461.0056 Td
-/F1.0 10.5 Tf
-<4d697373696e672027582d45434f4d502d496e7374616e6365494427204854545020686561646572202d20504f4c35303031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 475.9696 m
-547.04 475.9696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.1895 m
-547.04 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 476.2196 m
-447.28 441.9395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 476.2196 m
-547.04 441.9395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 461.0056 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 442.1895 m
-98.12 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 392.6294 m
-98.12 392.6294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 442.4395 m
-48.24 392.3794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.4395 m
-98.12 392.3794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 419.3355 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.1895 m
-447.28 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 392.6294 m
-447.28 392.6294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 442.4395 m
-98.12 392.3794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.4395 m
-447.28 392.3794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 427.2255 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 411.4455 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732063726564656e7469616c7320666f722042617369632041> 20.0195 <757468656e7469636174696f6e202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.1895 m
-547.04 442.1895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 392.6294 m
-547.04 392.6294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 442.4395 m
-447.28 392.3794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 442.4395 m
-547.04 392.3794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 419.3355 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 392.6294 m
-98.12 392.6294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 358.8493 m
-98.12 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 392.8794 m
-48.24 358.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 392.8794 m
-98.12 358.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 377.6654 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 392.6294 m
-447.28 392.6294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 358.8493 m
-447.28 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 392.8794 m
-98.12 358.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 392.8794 m
-447.28 358.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 377.6654 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 392.6294 m
-547.04 392.6294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 358.8493 m
-547.04 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 392.8794 m
-447.28 358.5993 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 392.8794 m
-547.04 358.5993 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 377.6654 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 358.8493 m
-98.12 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 309.2892 m
-98.12 309.2892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 359.0993 m
-48.24 309.0392 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 359.0993 m
-98.12 309.0392 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.9953 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 358.8493 m
-447.28 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 309.2892 m
-447.28 309.2892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 359.0993 m
-98.12 309.0392 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 359.0993 m
-447.28 309.0392 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-8.8724 Tw
-
-BT
-101.12 343.8853 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f7765643a20496e76616c69642048545450206d6574686f64207479706520757365642028> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 328.1053 Td
-/F1.0 10.5 Tf
-[<505554> 89.8438 <2c44454c4554452c504f53> 20.0195 <542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 358.8493 m
-547.04 358.8493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 309.2892 m
-547.04 309.2892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 359.0993 m
-447.28 309.0392 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 359.0993 m
-547.04 309.0392 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 335.9953 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 309.2892 m
-98.12 309.2892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.9491 m
-98.12 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 309.5392 m
-48.24 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 309.5392 m
-98.12 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 278.5452 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 309.2892 m
-447.28 309.2892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 243.9491 m
-447.28 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 309.5392 m
-98.12 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 309.5392 m
-447.28 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.8576 Tw
-
-BT
-101.12 294.3252 Td
-/F1.0 10.5 Tf
-<546865204745542072657175657374206661696c6564206569746865722064756520746f20696e7465726e616c205344432070726f626c656d206f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-2.8529 Tw
-
-BT
-101.12 278.5452 Td
-/F1.0 10.5 Tf
-<43616d627269612053657276696365206661696c7572652e2045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e756520746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 262.7652 Td
-/F1.0 10.5 Tf
-<617474656d70747320746f2067657420746865206e656564656420696e666f726d6174696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 309.2892 m
-547.04 309.2892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 243.9491 m
-547.04 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 309.5392 m
-447.28 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 309.5392 m
-547.04 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 278.5452 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 213.2651 Td
-/F2.0 13 Tf
-<436f6e73756d6573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 186.7051 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 188.8891 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 155.9851 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 129.4251 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 131.6091 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 98.7051 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 72.1451 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 72.1451 Td
-/F1.0 10.5 Tf
-<446973747269627574696f6e20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3335> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-244 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 243 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [246 0 R 247 0 R]
->>
-endobj
-245 0 obj
-[244 0 R /XYZ 0 593.3697 null]
-endobj
-246 0 obj
-<< /Border [0 0 0]
-/Dest (_serverlistresponse)
-/Subtype /Link
-/Rect [450.28 507.4997 542.743 521.7797]
-/Type /Annot
->>
-endobj
-247 0 obj
-<< /Border [0 0 0]
-/Dest (_serverlistresponse)
-/Subtype /Link
-/Rect [450.28 491.7197 455.8975 505.9997]
-/Type /Annot
->>
-endobj
-248 0 obj
-[244 0 R /XYZ 0 231.9491 null]
-endobj
-249 0 obj
-[244 0 R /XYZ 0 174.6691 null]
-endobj
-250 0 obj
-[244 0 R /XYZ 0 117.3891 null]
-endobj
-251 0 obj
-<< /Length 26153
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 786.666 Td
-/F2.0 18 Tf
-<537562736372697074696f6e20737461747573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 770.61 m
-543.04 770.61 l
-545.2491 770.61 547.04 768.8191 547.04 766.61 c
-547.04 737.87 l
-547.04 735.6609 545.2491 733.87 543.04 733.87 c
-52.24 733.87 l
-50.0309 733.87 48.24 735.6609 48.24 737.87 c
-48.24 766.61 l
-48.24 768.8191 50.0309 770.61 52.24 770.61 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 770.61 m
-543.04 770.61 l
-545.2491 770.61 547.04 768.8191 547.04 766.61 c
-547.04 737.87 l
-547.04 735.6609 545.2491 733.87 543.04 733.87 c
-52.24 733.87 l
-50.0309 733.87 48.24 735.6609 48.24 737.87 c
-48.24 766.61 l
-48.24 768.8191 50.0309 770.61 52.24 770.61 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 747.785 Td
-/F4.0 11 Tf
-<504f5354202f76312f7265676973746572466f72446973747269627574696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 703.186 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 676.626 Td
-/F1.0 10.5 Tf
-<5375627363726962657320666f7220646973747269627574696f6e206e6f74696669636174696f6e73> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 642.126 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 607.25 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 607.25 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 607.25 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 607.25 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 557.6899 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 557.6899 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 557.6899 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 557.6899 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 508.1298 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 508.1298 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 508.1298 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 508.1298 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 442.7897 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 442.7897 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 442.7897 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 442.7897 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 393.2296 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 393.2296 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 393.2296 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 393.2296 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 327.8895 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 327.8895 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 327.8895 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 327.8895 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 262.5494 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 262.5494 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 262.5494 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 262.5494 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 212.9893 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 212.9893 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 212.9893 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 212.9893 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 627.53 m
-103.6622 627.53 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 607.25 m
-103.6622 607.25 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 627.78 m
-48.24 606.625 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 627.78 m
-103.6622 606.625 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 611.283 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 627.53 m
-186.7952 627.53 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 607.25 m
-186.7952 607.25 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 627.78 m
-103.6622 606.625 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 627.78 m
-186.7952 606.625 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 611.283 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 627.53 m
-436.1952 627.53 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 607.25 m
-436.1952 607.25 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 627.78 m
-186.7952 606.625 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 627.78 m
-436.1952 606.625 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 611.283 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 627.53 m
-547.04 627.53 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 607.25 m
-547.04 607.25 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 627.78 m
-436.1952 606.625 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 627.78 m
-547.04 606.625 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 611.283 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 607.25 m
-103.6622 607.25 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 557.6899 m
-103.6622 557.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 607.875 m
-48.24 557.4399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 607.875 m
-103.6622 557.4399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 584.396 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 607.25 m
-186.7952 607.25 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 557.6899 m
-186.7952 557.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 607.875 m
-103.6622 557.4399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 607.875 m
-186.7952 557.4399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 592.286 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 576.506 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 576.506 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 607.25 m
-436.1952 607.25 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 557.6899 m
-436.1952 557.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 607.875 m
-186.7952 557.4399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 607.875 m
-436.1952 557.4399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 592.286 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 576.506 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 607.25 m
-547.04 607.25 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 557.6899 m
-547.04 557.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 607.875 m
-436.1952 557.4399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 607.875 m
-547.04 557.4399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 584.396 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 557.6899 m
-103.6622 557.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 508.1298 m
-103.6622 508.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 557.9399 m
-48.24 507.8798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 557.9399 m
-103.6622 507.8798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 534.8359 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 557.6899 m
-186.7952 557.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 508.1298 m
-186.7952 508.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 557.9399 m
-103.6622 507.8798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 557.9399 m
-186.7952 507.8798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 542.7259 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 526.9459 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 526.9459 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 557.6899 m
-436.1952 557.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 508.1298 m
-436.1952 508.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 557.9399 m
-186.7952 507.8798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 557.9399 m
-436.1952 507.8798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 534.8359 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 557.6899 m
-547.04 557.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 508.1298 m
-547.04 508.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 557.9399 m
-436.1952 507.8798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 557.9399 m
-547.04 507.8798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 534.8359 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 508.1298 m
-103.6622 508.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 442.7897 m
-103.6622 442.7897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 508.3798 m
-48.24 442.5397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 508.3798 m
-103.6622 442.5397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 477.3858 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 508.1298 m
-186.7952 508.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 442.7897 m
-186.7952 442.7897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 508.3798 m
-103.6622 442.5397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 508.3798 m
-186.7952 442.5397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 493.1658 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 477.3858 Td
-/F2.0 10.5 Tf
-<4c656e677468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 461.6058 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 461.6058 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 508.1298 m
-436.1952 508.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 442.7897 m
-436.1952 442.7897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 508.3798 m
-186.7952 442.5397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 508.3798 m
-436.1952 442.5397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 477.3858 Td
-/F1.0 10.5 Tf
-<4c656e677468206f6620746865207265717565737420626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 508.1298 m
-547.04 508.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 442.7897 m
-547.04 442.7897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 508.3798 m
-436.1952 442.5397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 508.3798 m
-547.04 442.5397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 477.3858 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 442.7897 m
-103.6622 442.7897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 393.2296 m
-103.6622 393.2296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 443.0397 m
-48.24 392.9796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 443.0397 m
-103.6622 392.9796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 419.9357 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 442.7897 m
-186.7952 442.7897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 393.2296 m
-186.7952 393.2296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 443.0397 m
-103.6622 392.9796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 443.0397 m
-186.7952 392.9796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 427.8257 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d54797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 412.0457 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 412.0457 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 442.7897 m
-436.1952 442.7897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 393.2296 m
-436.1952 393.2296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 443.0397 m
-186.7952 392.9796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 443.0397 m
-436.1952 392.9796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 427.8257 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 412.0457 Td
-/F1.0 10.5 Tf
-<72657175657374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 442.7897 m
-547.04 442.7897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 393.2296 m
-547.04 393.2296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 443.0397 m
-436.1952 392.9796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 443.0397 m
-547.04 392.9796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 419.9357 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 393.2296 m
-103.6622 393.2296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 327.8895 m
-103.6622 327.8895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 393.4796 m
-48.24 327.6395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 393.4796 m
-103.6622 327.6395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 362.4856 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 393.2296 m
-186.7952 393.2296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 327.8895 m
-186.7952 327.8895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 393.4796 m
-103.6622 327.6395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 393.4796 m
-186.7952 327.6395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 378.2656 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 362.4856 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 346.7056 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 346.7056 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 393.2296 m
-436.1952 393.2296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 327.8895 m
-436.1952 327.8895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 393.4796 m
-186.7952 327.6395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 393.4796 m
-436.1952 327.6395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 362.4856 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 393.2296 m
-547.04 393.2296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 327.8895 m
-547.04 327.8895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 393.4796 m
-436.1952 327.6395 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 393.4796 m
-547.04 327.6395 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 362.4856 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 327.8895 m
-103.6622 327.8895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 262.5494 m
-103.6622 262.5494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 328.1395 m
-48.24 262.2994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 328.1395 m
-103.6622 262.2994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 297.1455 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 327.8895 m
-186.7952 327.8895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 262.5494 m
-186.7952 262.5494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 328.1395 m
-103.6622 262.2994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 328.1395 m
-186.7952 262.2994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 312.9255 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 297.1455 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 281.3655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 281.3655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 327.8895 m
-436.1952 327.8895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 262.5494 m
-436.1952 262.5494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 328.1395 m
-186.7952 262.2994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 328.1395 m
-436.1952 262.2994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 297.1455 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 327.8895 m
-547.04 327.8895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 262.5494 m
-547.04 262.5494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 328.1395 m
-436.1952 262.2994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 328.1395 m
-547.04 262.2994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 297.1455 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 262.5494 m
-103.6622 262.5494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 212.9893 m
-103.6622 212.9893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 262.7994 m
-48.24 212.7393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 262.7994 m
-103.6622 212.7393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 239.6954 Td
-/F2.0 10.5 Tf
-<426f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 262.5494 m
-186.7952 262.5494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 212.9893 m
-186.7952 212.9893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 262.7994 m
-103.6622 212.7393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 262.7994 m
-186.7952 212.7393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 247.5854 Td
-/F2.0 10.5 Tf
-<726571756573744a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 231.8054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 231.8054 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 262.5494 m
-436.1952 262.5494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 212.9893 m
-436.1952 212.9893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 262.7994 m
-186.7952 212.7393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 262.7994 m
-436.1952 212.7393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 239.6954 Td
-/F1.0 10.5 Tf
-<6a736f6e20646573637269626520746865206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 262.5494 m
-547.04 262.5494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 212.9893 m
-547.04 212.9893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 262.7994 m
-436.1952 212.7393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 262.7994 m
-547.04 212.7393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-439.1952 239.6954 Td
-/F1.0 10.5 Tf
-[<52656769737472> 20.0195 <6174696f6e52657175657374>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 182.3053 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 133.1493 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 133.1493 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 133.1493 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 83.5892 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 83.5892 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 83.5892 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 49.8091 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 49.8091 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 49.8091 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 167.7093 m
-98.12 167.7093 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 133.1493 m
-98.12 133.1493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 167.9593 m
-48.24 132.5243 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 167.9593 m
-98.12 132.5243 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 151.4623 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 137.1823 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 167.7093 m
-447.28 167.7093 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 133.1493 m
-447.28 133.1493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 167.9593 m
-98.12 132.5243 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 167.9593 m
-447.28 132.5243 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 144.3223 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 167.7093 m
-547.04 167.7093 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 133.1493 m
-547.04 133.1493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 167.9593 m
-447.28 132.5243 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 167.9593 m
-547.04 132.5243 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 144.3223 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 133.1493 m
-98.12 133.1493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 83.5892 m
-98.12 83.5892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 133.7743 m
-48.24 83.3392 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 133.7743 m
-98.12 83.3392 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.2953 Td
-/F2.0 10.5 Tf
-<323030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 133.1493 m
-447.28 133.1493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 83.5892 m
-447.28 83.5892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 133.7743 m
-98.12 83.3392 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 133.7743 m
-447.28 83.3392 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 110.2953 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973207375636365737366756c6c79207265676973746572656420666f7220646973747269627574696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 133.1493 m
-547.04 133.1493 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 83.5892 m
-547.04 83.5892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 133.7743 m
-447.28 83.3392 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 133.7743 m
-547.04 83.3392 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 118.1853 Td
-/F1.0 10.5 Tf
-[<54> 29.7852 <6f70696352656769737472> 20.0195 <6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 102.4053 Td
-/F1.0 10.5 Tf
-<526573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 83.5892 m
-98.12 83.5892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 49.8091 m
-98.12 49.8091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 83.8392 m
-48.24 49.5591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 83.8392 m
-98.12 49.5591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 68.6252 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 83.5892 m
-447.28 83.5892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 49.8091 m
-447.28 49.8091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 83.8392 m
-98.12 49.5591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 83.8392 m
-447.28 49.5591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 68.6252 Td
-/F1.0 10.5 Tf
-<496e76616c696420426f6479203a2053706563696669656420276469737472456e764e616d652720646f65736ed574206578697374202d20504f4c34313337> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 83.5892 m
-547.04 83.5892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 49.8091 m
-547.04 49.8091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 83.8392 m
-447.28 49.5591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 83.8392 m
-547.04 49.5591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 68.6252 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3336> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-252 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 251 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F4.0 26 0 R
-/F1.0 8 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [256 0 R 259 0 R 260 0 R]
->>
-endobj
-253 0 obj
-[252 0 R /XYZ 0 841.89 null]
-endobj
-254 0 obj
-[252 0 R /XYZ 0 721.87 null]
-endobj
-255 0 obj
-[252 0 R /XYZ 0 660.81 null]
-endobj
-256 0 obj
-<< /Border [0 0 0]
-/Dest (_registrationrequest)
-/Subtype /Link
-/Rect [439.1952 236.6294 539.2705 250.9094]
-/Type /Annot
->>
-endobj
-257 0 obj
-[252 0 R /XYZ 0 200.9893 null]
-endobj
-258 0 obj
-<< /Limits [(_tags_10) (_tags_2)]
-/Names [(_tags_10) 126 0 R (_tags_11) 140 0 R (_tags_12) 150 0 R (_tags_13) 161 0 R (_tags_14) 172 0 R (_tags_15) 184 0 R (_tags_16) 197 0 R (_tags_17) 209 0 R (_tags_18) 220 0 R (_tags_19) 231 0 R (_tags_2) 34 0 R]
->>
-endobj
-259 0 obj
-<< /Border [0 0 0]
-/Dest (_topicregistrationresponse)
-/Subtype /Link
-/Rect [450.28 115.1193 537.8416 129.3993]
-/Type /Annot
->>
-endobj
-260 0 obj
-<< /Border [0 0 0]
-/Dest (_topicregistrationresponse)
-/Subtype /Link
-/Rect [450.28 99.3393 497.131 113.6193]
-/Type /Annot
->>
-endobj
-261 0 obj
-<< /Length 18878
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 771.33 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 771.33 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 771.33 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 721.7699 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 721.7699 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 721.7699 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 687.9898 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 687.9898 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 687.9898 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 638.4297 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 638.4297 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 638.4297 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 573.0896 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 573.0896 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 573.0896 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-98.12 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 775.363 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 805.89 m
-447.28 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 806.14 m
-98.12 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 782.503 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 806.14 m
-447.28 770.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 770.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 782.503 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.33 m
-98.12 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 721.7699 m
-98.12 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 771.58 m
-48.24 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 748.476 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.33 m
-447.28 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 721.7699 m
-447.28 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 771.58 m
-98.12 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 756.366 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 740.586 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.33 m
-547.04 771.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 721.7699 m
-547.04 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 771.58 m
-447.28 721.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 771.58 m
-547.04 721.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 748.476 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 721.7699 m
-98.12 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 687.9898 m
-98.12 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 722.0199 m
-48.24 687.7398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 722.0199 m
-98.12 687.7398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 706.8059 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 721.7699 m
-447.28 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 687.9898 m
-447.28 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 722.0199 m
-98.12 687.7398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 722.0199 m
-447.28 687.7398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 706.8059 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 721.7699 m
-547.04 721.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 687.9898 m
-547.04 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 722.0199 m
-447.28 687.7398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 722.0199 m
-547.04 687.7398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 706.8059 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 687.9898 m
-98.12 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 638.4297 m
-98.12 638.4297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 688.2398 m
-48.24 638.1797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 688.2398 m
-98.12 638.1797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 665.1358 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 687.9898 m
-447.28 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 638.4297 m
-447.28 638.4297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 688.2398 m
-98.12 638.1797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 688.2398 m
-447.28 638.1797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-0.2968 Tw
-
-BT
-101.12 673.0258 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f776564203a20496e76616c69642048545450206d6574686f642074797065207573656420746f20726567697374657220666f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 657.2458 Td
-/F1.0 10.5 Tf
-[<646973747269627574696f6e202820505554> 89.8438 <2c44454c4554452c4745542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 687.9898 m
-547.04 687.9898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 638.4297 m
-547.04 638.4297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 688.2398 m
-447.28 638.1797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 688.2398 m
-547.04 638.1797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 665.1358 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 638.4297 m
-98.12 638.4297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 573.0896 m
-98.12 573.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 638.6797 m
-48.24 572.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 638.6797 m
-98.12 572.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 607.6857 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 638.4297 m
-447.28 638.4297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 573.0896 m
-447.28 573.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 638.6797 m
-98.12 572.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 638.6797 m
-447.28 572.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.1056 Tw
-
-BT
-101.12 623.4657 Td
-/F1.0 10.5 Tf
-[<5468652072656769737472> 20.0195 <6174696f6e206661696c65642064756520746f20696e7465726e616c205344432070726f626c656d206f722043616d62726961>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.1641 Tw
-
-BT
-101.12 607.6857 Td
-/F1.0 10.5 Tf
-<53657276696365206661696c7572652045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e75652074686520617474656d70747320746f> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 591.9057 Td
-/F1.0 10.5 Tf
-<726567697374657220666f7220646973747269627574696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 638.4297 m
-547.04 638.4297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 573.0896 m
-547.04 573.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 638.6797 m
-447.28 572.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 638.6797 m
-547.04 572.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 607.6857 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 542.4056 Td
-/F2.0 13 Tf
-<436f6e73756d6573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 515.8456 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 518.0296 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 485.1256 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 458.5656 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 460.7496 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 427.8456 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 401.2856 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 401.2856 Td
-/F1.0 10.5 Tf
-<446973747269627574696f6e20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 361.4456 Td
-/F2.0 18 Tf
-<537562736372697074696f6e20737461747573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.9608 0.9608 0.9608 scn
-52.24 345.3896 m
-543.04 345.3896 l
-545.2491 345.3896 547.04 343.5987 547.04 341.3896 c
-547.04 312.6496 l
-547.04 310.4405 545.2491 308.6496 543.04 308.6496 c
-52.24 308.6496 l
-50.0309 308.6496 48.24 310.4405 48.24 312.6496 c
-48.24 341.3896 l
-48.24 343.5987 50.0309 345.3896 52.24 345.3896 c
-h
-f
-0.8 0.8 0.8 SCN
-0.75 w
-52.24 345.3896 m
-543.04 345.3896 l
-545.2491 345.3896 547.04 343.5987 547.04 341.3896 c
-547.04 312.6496 l
-547.04 310.4405 545.2491 308.6496 543.04 308.6496 c
-52.24 308.6496 l
-50.0309 308.6496 48.24 310.4405 48.24 312.6496 c
-48.24 341.3896 l
-48.24 343.5987 50.0309 345.3896 52.24 345.3896 c
-h
-S
-Q
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-59.24 322.5646 Td
-/F4.0 11 Tf
-<504f5354202f76312f756e5265676973746572466f72446973747269627574696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 277.9656 Td
-/F2.0 13 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 251.4056 Td
-/F1.0 10.5 Tf
-<52656d6f7665732066726f6d20737562736372697074696f6e20666f7220646973747269627574696f6e206e6f74696669636174696f6e73> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 216.9056 Td
-/F2.0 13 Tf
-[<506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 182.0296 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 182.0296 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 182.0296 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 182.0296 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 132.4695 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 132.4695 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 132.4695 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 132.4695 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 82.9094 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 82.9094 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 82.9094 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 82.9094 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 202.3096 m
-103.6622 202.3096 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 182.0296 m
-103.6622 182.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 202.5596 m
-48.24 181.4046 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 202.5596 m
-103.6622 181.4046 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 186.0626 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 202.3096 m
-186.7952 202.3096 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 182.0296 m
-186.7952 182.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 202.5596 m
-103.6622 181.4046 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 202.5596 m
-186.7952 181.4046 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 186.0626 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 202.3096 m
-436.1952 202.3096 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 182.0296 m
-436.1952 182.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 202.5596 m
-186.7952 181.4046 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 202.5596 m
-436.1952 181.4046 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 186.0626 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 202.3096 m
-547.04 202.3096 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 182.0296 m
-547.04 182.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 202.5596 m
-436.1952 181.4046 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 202.5596 m
-547.04 181.4046 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 186.0626 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 182.0296 m
-103.6622 182.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 132.4695 m
-103.6622 132.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 182.6546 m
-48.24 132.2195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 182.6546 m
-103.6622 132.2195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 159.1756 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 182.0296 m
-186.7952 182.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 132.4695 m
-186.7952 132.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 182.6546 m
-103.6622 132.2195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 182.6546 m
-186.7952 132.2195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 167.0656 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <6363657074>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 151.2856 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 151.2856 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 182.0296 m
-436.1952 182.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 132.4695 m
-436.1952 132.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 182.6546 m
-186.7952 132.2195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 182.6546 m
-436.1952 132.2195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 167.0656 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 151.2856 Td
-/F1.0 10.5 Tf
-<726573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 182.0296 m
-547.04 182.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 132.4695 m
-547.04 132.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 182.6546 m
-436.1952 132.2195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 182.6546 m
-547.04 132.2195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 159.1756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 132.4695 m
-103.6622 132.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 82.9094 m
-103.6622 82.9094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 132.7195 m
-48.24 82.6594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 132.7195 m
-103.6622 82.6594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 109.6155 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 132.4695 m
-186.7952 132.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 82.9094 m
-186.7952 82.9094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 132.7195 m
-103.6622 82.6594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 132.7195 m
-186.7952 82.6594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 117.5055 Td
-/F2.0 10.5 Tf
-[<41> 20.0195 <7574686f72697a6174696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 101.7255 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 101.7255 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 132.4695 m
-436.1952 132.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 82.9094 m
-436.1952 82.9094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 132.7195 m
-186.7952 82.6594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 132.7195 m
-436.1952 82.6594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 109.6155 Td
-/F1.0 10.5 Tf
-<54686520757365726e616d6520616e642070617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 132.4695 m
-547.04 132.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 82.9094 m
-547.04 82.9094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 132.7195 m
-436.1952 82.6594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 132.7195 m
-547.04 82.6594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 109.6155 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3337> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-262 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 261 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-263 0 obj
-[262 0 R /XYZ 0 561.0896 null]
-endobj
-264 0 obj
-[262 0 R /XYZ 0 503.8096 null]
-endobj
-265 0 obj
-[262 0 R /XYZ 0 446.5296 null]
-endobj
-266 0 obj
-[262 0 R /XYZ 0 385.4696 null]
-endobj
-267 0 obj
-[262 0 R /XYZ 0 296.6496 null]
-endobj
-268 0 obj
-[262 0 R /XYZ 0 235.5896 null]
-endobj
-269 0 obj
-<< /Length 27763
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 55.4222 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 785.61 83.133 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 785.61 249.4 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 785.61 110.8448 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 720.2699 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 720.2699 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 720.2699 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 720.2699 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 670.7098 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 670.7098 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 670.7098 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 670.7098 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 605.3697 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 605.3697 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 605.3697 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 605.3697 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 540.0296 55.4222 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-103.6622 540.0296 83.133 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-186.7952 540.0296 249.4 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-436.1952 540.0296 110.8448 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 490.4695 55.4222 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-103.6622 490.4695 83.133 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-186.7952 490.4695 249.4 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-436.1952 490.4695 110.8448 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-103.6622 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 805.89 m
-186.7952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 806.14 m
-103.6622 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-106.6622 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 805.89 m
-436.1952 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 806.14 m
-186.7952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-189.7952 789.643 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 806.14 m
-436.1952 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-439.1952 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-103.6622 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.61 m
-186.7952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 785.86 m
-103.6622 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 770.646 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 754.866 Td
-/F2.0 10.5 Tf
-<4c656e677468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 739.086 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.61 m
-436.1952 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 785.86 m
-186.7952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 754.866 Td
-/F1.0 10.5 Tf
-<4c656e677468206f6620746865207265717565737420626f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 785.86 m
-436.1952 720.0199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 720.0199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 754.866 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.2699 m
-103.6622 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.7098 m
-103.6622 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 720.5199 m
-48.24 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 697.4159 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.2699 m
-186.7952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.7098 m
-186.7952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 720.5199 m
-103.6622 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 705.3059 Td
-/F2.0 10.5 Tf
-<436f6e74656e742d54797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 689.5259 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 689.5259 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.2699 m
-436.1952 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.7098 m
-436.1952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 720.5199 m
-186.7952 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-5.6354 Tw
-
-BT
-189.7952 705.3059 Td
-/F1.0 10.5 Tf
-<44657465726d696e65732074686520666f726d6174206f662074686520626f6479206f6620746865> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 689.5259 Td
-/F1.0 10.5 Tf
-<72657175657374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.2699 m
-547.04 720.2699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.7098 m
-547.04 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 720.5199 m
-436.1952 670.4598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 720.5199 m
-547.04 670.4598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 697.4159 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.7098 m
-103.6622 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.3697 m
-103.6622 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 670.9598 m
-48.24 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.9598 m
-103.6622 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 639.9658 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.7098 m
-186.7952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.3697 m
-186.7952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 670.9598 m
-103.6622 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.9598 m
-186.7952 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 655.7458 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 639.9658 Td
-/F2.0 10.5 Tf
-<496e7374616e63654944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 624.1858 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 624.1858 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.7098 m
-436.1952 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.3697 m
-436.1952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 670.9598 m
-186.7952 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.9598 m
-436.1952 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 639.9658 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d496e7374616e6365494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.7098 m
-547.04 670.7098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.3697 m
-547.04 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 670.9598 m
-436.1952 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 670.9598 m
-547.04 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 639.9658 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.3697 m
-103.6622 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 540.0296 m
-103.6622 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.6197 m
-48.24 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.6197 m
-103.6622 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 574.6257 Td
-/F2.0 10.5 Tf
-<486561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.3697 m
-186.7952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.0296 m
-186.7952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 605.6197 m
-103.6622 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.6197 m
-186.7952 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 590.4057 Td
-/F2.0 10.5 Tf
-<582d45434f4d502d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 574.6257 Td
-/F2.0 10.5 Tf
-<526571756573744944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 558.8457 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 558.8457 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.3697 m
-436.1952 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.0296 m
-436.1952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 605.6197 m
-186.7952 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.6197 m
-436.1952 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 574.6257 Td
-/F1.0 10.5 Tf
-<582d45434f4d502d52657175657374494420686561646572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.3697 m
-547.04 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.0296 m
-547.04 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 605.6197 m
-436.1952 539.7796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 605.6197 m
-547.04 539.7796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-439.1952 574.6257 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 540.0296 m
-103.6622 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 490.4695 m
-103.6622 490.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 540.2796 m
-48.24 490.2195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.2796 m
-103.6622 490.2195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 517.1756 Td
-/F2.0 10.5 Tf
-<426f6479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.0296 m
-186.7952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 490.4695 m
-186.7952 490.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-103.6622 540.2796 m
-103.6622 490.2195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.2796 m
-186.7952 490.2195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 525.0656 Td
-/F2.0 10.5 Tf
-<726571756573744a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 509.2856 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-106.6622 509.2856 Td
-/F3.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.0296 m
-436.1952 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 490.4695 m
-436.1952 490.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-186.7952 540.2796 m
-186.7952 490.2195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.2796 m
-436.1952 490.2195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-189.7952 517.1756 Td
-/F1.0 10.5 Tf
-<6a736f6e20646573637269626520746865206172746966616374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.0296 m
-547.04 540.0296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 490.4695 m
-547.04 490.4695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-436.1952 540.2796 m
-436.1952 490.2195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 540.2796 m
-547.04 490.2195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-439.1952 517.1756 Td
-/F1.0 10.5 Tf
-[<52656769737472> 20.0195 <6174696f6e52657175657374>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 459.7855 Td
-/F2.0 13 Tf
-<526573706f6e736573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 410.6295 49.88 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 410.6295 349.16 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 410.6295 99.76 34.56 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 361.0694 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 361.0694 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 361.0694 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 327.2893 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 327.2893 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 327.2893 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 277.7292 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 277.7292 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 277.7292 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 243.9491 49.88 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 243.9491 349.16 33.7801 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 243.9491 99.76 33.7801 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 194.389 49.88 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-98.12 194.389 349.16 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-447.28 194.389 99.76 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 129.0489 49.88 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-98.12 129.0489 349.16 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-447.28 129.0489 99.76 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 445.1895 m
-98.12 445.1895 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 410.6295 m
-98.12 410.6295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 445.4395 m
-48.24 410.0045 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 445.4395 m
-98.12 410.0045 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 428.9425 Td
-/F2.0 10.5 Tf
-<48545450> Tj
-ET
-
-
-BT
-51.24 414.6625 Td
-/F2.0 10.5 Tf
-<436f6465> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 445.1895 m
-447.28 445.1895 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 410.6295 m
-447.28 410.6295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 445.4395 m
-98.12 410.0045 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 445.4395 m
-447.28 410.0045 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-101.12 421.8025 Td
-/F2.0 10.5 Tf
-<4465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 445.1895 m
-547.04 445.1895 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 410.6295 m
-547.04 410.6295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 445.4395 m
-447.28 410.0045 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 445.4395 m
-547.04 410.0045 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-450.28 421.8025 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 410.6295 m
-98.12 410.6295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 361.0694 m
-98.12 361.0694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 411.2545 m
-48.24 360.8194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 411.2545 m
-98.12 360.8194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 387.7755 Td
-/F2.0 10.5 Tf
-<323034> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-98.12 410.6295 m
-447.28 410.6295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 361.0694 m
-447.28 361.0694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 411.2545 m
-98.12 360.8194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 411.2545 m
-447.28 360.8194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 387.7755 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973207375636365737366756c6c7920756e72656769737465726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-447.28 410.6295 m
-547.04 410.6295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 361.0694 m
-547.04 361.0694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 411.2545 m
-447.28 360.8194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 411.2545 m
-547.04 360.8194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 395.6655 Td
-/F1.0 10.5 Tf
-[<54> 29.7852 <6f706963556e72656769737472> 20.0195 <6174696f>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-450.28 379.8855 Td
-/F1.0 10.5 Tf
-<6e526573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 361.0694 m
-98.12 361.0694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 327.2893 m
-98.12 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 361.3194 m
-48.24 327.0393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 361.3194 m
-98.12 327.0393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 346.1054 Td
-/F2.0 10.5 Tf
-<343030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 361.0694 m
-447.28 361.0694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 327.2893 m
-447.28 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 361.3194 m
-98.12 327.0393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 361.3194 m
-447.28 327.0393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 346.1054 Td
-/F1.0 10.5 Tf
-<496e76616c696420426f6479203a2053706563696669656420276469737472456e764e616d652720646f65736ed574206578697374202d20504f4c34313337> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 361.0694 m
-547.04 361.0694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 327.2893 m
-547.04 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 361.3194 m
-447.28 327.0393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 361.3194 m
-547.04 327.0393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 346.1054 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 327.2893 m
-98.12 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 277.7292 m
-98.12 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 327.5393 m
-48.24 277.4792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 327.5393 m
-98.12 277.4792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 304.4353 Td
-/F2.0 10.5 Tf
-<343031> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 327.2893 m
-447.28 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.7292 m
-447.28 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 327.5393 m
-98.12 277.4792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 327.5393 m
-447.28 277.4792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.6366 Tw
-
-BT
-101.12 312.3253 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e742073686f756c642061757468656e74696361746520697473656c6620616e6420746f2072652d73656e6420616761696e> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 296.5453 Td
-/F1.0 10.5 Tf
-[<4854545020726571756573742077697468206974732042617369632041> 20.0195 <757468656e7469636174696f6e2063726564656e7469616c73202d20504f4c35303032>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 327.2893 m
-547.04 327.2893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.7292 m
-547.04 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 327.5393 m
-447.28 277.4792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 327.5393 m
-547.04 277.4792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 304.4353 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 277.7292 m
-98.12 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.9491 m
-98.12 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 277.9792 m
-48.24 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.9792 m
-98.12 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 262.7652 Td
-/F2.0 10.5 Tf
-<343033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.7292 m
-447.28 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 243.9491 m
-447.28 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 277.9792 m
-98.12 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.9792 m
-447.28 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 262.7652 Td
-/F1.0 10.5 Tf
-<45434f4d5020636f6d706f6e656e74206973206e6f7420617574686f72697a6564202d20504f4c35303033> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.7292 m
-547.04 277.7292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 243.9491 m
-547.04 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 277.9792 m
-447.28 243.6991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 277.9792 m
-547.04 243.6991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 262.7652 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 243.9491 m
-98.12 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.389 m
-98.12 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.1991 m
-48.24 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 244.1991 m
-98.12 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 221.0951 Td
-/F2.0 10.5 Tf
-<343035> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 243.9491 m
-447.28 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.389 m
-447.28 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 244.1991 m
-98.12 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 244.1991 m
-447.28 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-0.2968 Tw
-
-BT
-101.12 228.9851 Td
-/F1.0 10.5 Tf
-<4d6574686f64204e6f7420416c6c6f776564203a20496e76616c69642048545450206d6574686f642074797065207573656420746f20726567697374657220666f72> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 213.2051 Td
-/F1.0 10.5 Tf
-[<646973747269627574696f6e202820505554> 89.8438 <2c44454c4554452c4745542077696c6c2062652072656a656374656429202d20504f4c34303530>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 243.9491 m
-547.04 243.9491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.389 m
-547.04 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 244.1991 m
-447.28 194.139 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 244.1991 m
-547.04 194.139 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 221.0951 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.389 m
-98.12 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 129.0489 m
-98.12 129.0489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.639 m
-48.24 128.7989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.639 m
-98.12 128.7989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 163.645 Td
-/F2.0 10.5 Tf
-<353030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.389 m
-447.28 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 129.0489 m
-447.28 129.0489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-98.12 194.639 m
-98.12 128.7989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.639 m
-447.28 128.7989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.1056 Tw
-
-BT
-101.12 179.425 Td
-/F1.0 10.5 Tf
-[<5468652072656769737472> 20.0195 <6174696f6e206661696c65642064756520746f20696e7465726e616c205344432070726f626c656d206f722043616d62726961>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-1.1641 Tw
-
-BT
-101.12 163.645 Td
-/F1.0 10.5 Tf
-<53657276696365206661696c7572652045434f4d5020436f6d706f6e656e742073686f756c6420636f6e74696e75652074686520617474656d70747320746f> Tj
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-101.12 147.865 Td
-/F1.0 10.5 Tf
-<726567697374657220666f7220646973747269627574696f6e202d20504f4c35303030> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.389 m
-547.04 194.389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 129.0489 m
-547.04 129.0489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-447.28 194.639 m
-447.28 128.7989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 194.639 m
-547.04 128.7989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-450.28 163.645 Td
-/F1.0 10.5 Tf
-<4e6f20436f6e74656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 98.3649 Td
-/F2.0 13 Tf
-<436f6e73756d6573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 71.8049 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 73.9889 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3338> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-270 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 269 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [271 0 R 273 0 R 274 0 R]
->>
-endobj
-271 0 obj
-<< /Border [0 0 0]
-/Dest (_registrationrequest)
-/Subtype /Link
-/Rect [439.1952 514.1096 539.2705 528.3896]
-/Type /Annot
->>
-endobj
-272 0 obj
-[270 0 R /XYZ 0 478.4695 null]
-endobj
-273 0 obj
-<< /Border [0 0 0]
-/Dest (_topicunregistrationresponse)
-/Subtype /Link
-/Rect [450.28 392.5995 543.4276 406.8795]
-/Type /Annot
->>
-endobj
-274 0 obj
-<< /Border [0 0 0]
-/Dest (_topicunregistrationresponse)
-/Subtype /Link
-/Rect [450.28 376.8195 503.9035 391.0995]
-/Type /Annot
->>
-endobj
-275 0 obj
-[270 0 R /XYZ 0 117.0489 null]
-endobj
-276 0 obj
-<< /Length 14986
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 792.006 Td
-/F2.0 13 Tf
-<50726f6475636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 765.446 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.6941 0.1294 0.2745 scn
-0.6941 0.1294 0.2745 SCN
-
-BT
-66.24 767.63 Td
-/F4.0 10.5 Tf
-<6170706c69636174696f6e2f6a736f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 734.726 Td
-/F2.0 13 Tf
-[<54> 29.7852 <616773>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
--0.5 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-56.8805 708.166 Td
-/F1.0 10.5 Tf
-<a5> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-
-0.0 Tc
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-66.24 708.166 Td
-/F1.0 10.5 Tf
-<446973747269627574696f6e20536572766c6574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 664.054 Td
-/F2.0 22 Tf
-<446566696e6974696f6e73> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 622.806 Td
-/F2.0 18 Tf
-[<41> 20.0195 <64646974696f6e616c496e666f506172> 20.0195 <616d65746572496e666f>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 586.47 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 586.47 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 536.9099 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 536.9099 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 487.3498 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 487.3498 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 437.7897 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 437.7897 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 388.2296 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 388.2296 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 338.6695 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 338.6695 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 606.75 m
-262.0112 606.75 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 586.47 m
-262.0112 586.47 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 607.0 m
-48.24 585.845 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 607.0 m
-262.0112 585.845 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 590.503 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 606.75 m
-547.04 606.75 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 586.47 m
-547.04 586.47 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 607.0 m
-262.0112 585.845 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 607.0 m
-547.04 585.845 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 590.503 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 586.47 m
-262.0112 586.47 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 536.9099 m
-262.0112 536.9099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.095 m
-48.24 536.6599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.095 m
-262.0112 536.6599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 571.506 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 555.726 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 555.726 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 586.47 m
-547.04 586.47 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 536.9099 m
-547.04 536.9099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.095 m
-262.0112 536.6599 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.095 m
-547.04 536.6599 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 563.616 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 536.9099 m
-262.0112 536.9099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 487.3498 m
-262.0112 487.3498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.1599 m
-48.24 487.0998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.1599 m
-262.0112 487.0998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 521.9459 Td
-/F2.0 10.5 Tf
-[<6b> 20.0195 <6579>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 506.1659 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 506.1659 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 536.9099 m
-547.04 536.9099 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 487.3498 m
-547.04 487.3498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.1599 m
-262.0112 487.0998 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 537.1599 m
-547.04 487.0998 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.0559 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 487.3498 m
-262.0112 487.3498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 437.7897 m
-262.0112 437.7897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 487.5998 m
-48.24 437.5397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 487.5998 m
-262.0112 437.5397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 472.3858 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 456.6058 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 456.6058 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 487.3498 m
-547.04 487.3498 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 437.7897 m
-547.04 437.7897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 487.5998 m
-262.0112 437.5397 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 487.5998 m
-547.04 437.5397 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 464.4958 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 437.7897 m
-262.0112 437.7897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 388.2296 m
-262.0112 388.2296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.0397 m
-48.24 387.9796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.0397 m
-262.0112 387.9796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 422.8257 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.0457 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.0457 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 437.7897 m
-547.04 437.7897 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 388.2296 m
-547.04 388.2296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.0397 m
-262.0112 387.9796 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.0397 m
-547.04 387.9796 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 414.9357 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 388.2296 m
-262.0112 388.2296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 338.6695 m
-262.0112 338.6695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 388.4796 m
-48.24 338.4195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 388.4796 m
-262.0112 338.4195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 373.2656 Td
-/F2.0 10.5 Tf
-<76616c7565> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 357.4856 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 357.4856 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 388.2296 m
-547.04 388.2296 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 338.6695 m
-547.04 338.6695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 388.4796 m
-262.0112 338.4195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 388.4796 m
-547.04 338.4195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 365.3756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 302.6455 Td
-/F2.0 18 Tf
-[<41> 20.0195 <64646974696f6e616c496e666f726d6174696f6e446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 266.3095 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 266.3095 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 216.7494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 216.7494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 167.1893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 167.1893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 117.6292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 117.6292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 68.0691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 68.0691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 286.5895 m
-262.0112 286.5895 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 266.3095 m
-262.0112 266.3095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 286.8395 m
-48.24 265.6845 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 286.8395 m
-262.0112 265.6845 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 270.3425 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 286.5895 m
-547.04 286.5895 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 266.3095 m
-547.04 266.3095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 286.8395 m
-262.0112 265.6845 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 286.8395 m
-547.04 265.6845 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 270.3425 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 266.3095 m
-262.0112 266.3095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 216.7494 m
-262.0112 216.7494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 266.9345 m
-48.24 216.4994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 266.9345 m
-262.0112 216.4994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 251.3455 Td
-/F2.0 10.5 Tf
-<6372656174696f6e54696d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 235.5655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 235.5655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 266.3095 m
-547.04 266.3095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 216.7494 m
-547.04 216.7494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 266.9345 m
-262.0112 216.4994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 266.9345 m
-547.04 216.4994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 243.4555 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 216.7494 m
-262.0112 216.7494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 167.1893 m
-262.0112 167.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 216.9994 m
-48.24 166.9393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 216.9994 m
-262.0112 166.9393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 201.7854 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.0054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.0054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 216.7494 m
-547.04 216.7494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 167.1893 m
-547.04 167.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 216.9994 m
-262.0112 166.9393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 216.9994 m
-547.04 166.9393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 193.8954 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 167.1893 m
-262.0112 167.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 117.6292 m
-262.0112 117.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 167.4393 m
-48.24 117.3792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 167.4393 m
-262.0112 117.3792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 152.2253 Td
-/F2.0 10.5 Tf
-<6c61737443726561746564436f756e746572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 136.4453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 136.4453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 167.1893 m
-547.04 167.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 117.6292 m
-547.04 117.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 167.4393 m
-262.0112 117.3792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 167.4393 m
-547.04 117.3792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 144.3353 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74333229> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 117.6292 m
-262.0112 117.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 68.0691 m
-262.0112 68.0691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 117.8792 m
-48.24 67.8191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 117.8792 m
-262.0112 67.8191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 102.6652 Td
-/F2.0 10.5 Tf
-<6d6f64696669636174696f6e54696d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 86.8852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 86.8852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 117.6292 m
-547.04 117.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 68.0691 m
-547.04 68.0691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 117.8792 m
-262.0112 67.8191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 117.8792 m
-547.04 67.8191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 94.7752 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3339> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-277 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 276 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F1.0 8 0 R
-/F4.0 26 0 R
-/F3.0 21 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-278 0 obj
-[277 0 R /XYZ 0 841.89 null]
-endobj
-279 0 obj
-[277 0 R /XYZ 0 753.41 null]
-endobj
-280 0 obj
-[277 0 R /XYZ 0 692.35 null]
-endobj
-281 0 obj
-[277 0 R /XYZ 0 646.83 null]
-endobj
-282 0 obj
-[277 0 R /XYZ 0 326.6695 null]
-endobj
-283 0 obj
-<< /Length 19665
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-[<706172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 713.1959 Td
-/F1.0 10.5 Tf
-[<41> 20.0195 <64646974696f6e616c496e666f506172> 20.0195 <616d65746572496e666f>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-419.8333 713.1959 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<706172656e74556e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 551.3456 Td
-/F2.0 18 Tf
-<417274696661637444617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 515.0096 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 515.0096 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 465.4495 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 465.4495 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 415.8894 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 415.8894 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 316.7692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 316.7692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 267.2091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 267.2091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 217.649 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 217.649 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 168.0889 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 168.0889 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 118.5288 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 118.5288 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 68.9687 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 68.9687 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 535.2896 m
-262.0112 535.2896 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 535.5396 m
-48.24 514.3846 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 535.5396 m
-262.0112 514.3846 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 519.0426 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 535.2896 m
-547.04 535.2896 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 535.5396 m
-262.0112 514.3846 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 535.5396 m
-547.04 514.3846 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 519.0426 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.6346 m
-48.24 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.6346 m
-262.0112 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.0456 Td
-/F2.0 10.5 Tf
-<61706955726c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.6346 m
-262.0112 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 515.6346 m
-547.04 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 492.1556 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.6995 m
-48.24 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 450.4855 Td
-/F2.0 10.5 Tf
-<6172746966616374436865636b73756d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 465.6995 m
-547.04 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 442.5955 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.1394 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-<617274696661637443726561746f72> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.1394 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 393.0354 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.5793 m
-48.24 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 351.3653 Td
-/F2.0 10.5 Tf
-[<6172746966616374446973706c61> 20.0195 <794e616d65>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 366.5793 m
-547.04 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 343.4753 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.0192 m
-48.24 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 301.8052 Td
-/F2.0 10.5 Tf
-<617274696661637447726f757054797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.0192 m
-547.04 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.3132 Tw
-
-BT
-265.0112 301.8052 Td
-/F1.0 10.5 Tf
-[<656e756d2028494e464f524d41> 60.0586 <54494f4e414c2c204445504c4f> 29.7852 <594d454e54> 89.8438 <2c204c4946455f4359> 29.7852 <434c452c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 286.0252 Td
-/F1.0 10.5 Tf
-[<534552> 29.7852 <564943455f4150492c2054> 20.0195 <4f5343412c204f> 20.0195 <5448455229>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.4591 m
-48.24 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 252.2451 Td
-/F2.0 10.5 Tf
-<61727469666163744c6162656c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 267.4591 m
-547.04 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 244.3551 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.899 m
-48.24 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 202.685 Td
-/F2.0 10.5 Tf
-<61727469666163744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 217.899 m
-547.04 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 194.795 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.3389 m
-48.24 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 153.1249 Td
-/F2.0 10.5 Tf
-<6172746966616374526566> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 168.3389 m
-547.04 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 145.2349 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 68.9687 m
-262.0112 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.7788 m
-48.24 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 103.5648 Td
-/F2.0 10.5 Tf
-<61727469666163745265706f7369746f7279> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 68.9687 m
-547.04 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 118.7788 m
-547.04 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 95.6748 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3430> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-284 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 283 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [285 0 R]
->>
-endobj
-285 0 obj
-<< /Border [0 0 0]
-/Dest (_additionalinfoparameterinfo)
-/Subtype /Link
-/Rect [273.6002 710.1299 419.8333 724.4099]
-/Type /Annot
->>
-endobj
-286 0 obj
-[284 0 R /XYZ 0 575.3696 null]
-endobj
-287 0 obj
-<< /Length 19535
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<617274696661637454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<617274696661637455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-[<617274696661637456> 60.0586 <657273696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<6372656174696f6e44617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<63726561746f7246756c6c4e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<6475706c696361746564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<65734964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-[<67656e6572> 20.0195 <61746564>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-[<67656e6572> 20.0195 <6174656446726f6d4964>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-[<68656174506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 217.5949 Td
-/F1.0 10.5 Tf
-[<48656174506172> 20.0195 <616d6574657244617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-423.4035 217.5949 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-[<68656174506172> 20.0195 <616d7355706461746544617465>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<697346726f6d43736172> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3431> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-288 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 287 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [289 0 R]
->>
-endobj
-289 0 obj
-<< /Border [0 0 0]
-/Dest (_heatparameterdatadefinition)
-/Subtype /Link
-/Rect [273.6002 214.5289 423.4035 228.8089]
-/Type /Annot
->>
-endobj
-290 0 obj
-<< /Length 19031
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<6c61737455706461746544617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<6d616e6461746f7279> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-[<7061> 20.0195 <796c6f616455706461746544617465>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<7265717569726564417274696661637473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<73657276696365417069> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<74696d656f7574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74333229> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<7570646174657246756c6c4e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-<75736572496443726561746f72> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<7573657249644c61737455706461746572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 204.4249 Td
-/F2.0 18 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 168.0889 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 168.0889 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 118.5288 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 118.5288 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 68.9687 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 68.9687 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 188.3689 m
-262.0112 188.3689 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 188.6189 m
-48.24 167.4639 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 188.6189 m
-262.0112 167.4639 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 172.1219 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 188.3689 m
-547.04 188.3689 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 188.6189 m
-262.0112 167.4639 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 188.6189 m
-547.04 167.4639 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 172.1219 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.7139 m
-48.24 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.7139 m
-262.0112 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 153.1249 Td
-/F2.0 10.5 Tf
-<61706955726c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.7139 m
-262.0112 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 168.7139 m
-547.04 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 145.2349 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 68.9687 m
-262.0112 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.7788 m
-48.24 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 103.5648 Td
-/F2.0 10.5 Tf
-<6172746966616374436865636b73756d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 68.9687 m
-547.04 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 118.7788 m
-547.04 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 95.6748 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3432> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-291 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 290 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-292 0 obj
-[291 0 R /XYZ 0 228.4489 null]
-endobj
-293 0 obj
-<< /Length 19526
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<617274696661637443726561746f72> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-[<6172746966616374446973706c61> 20.0195 <794e616d65>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<617274696661637447726f757054797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-3.3132 Tw
-
-BT
-265.0112 671.5258 Td
-/F1.0 10.5 Tf
-[<656e756d2028494e464f524d41> 60.0586 <54494f4e414c2c204445504c4f> 29.7852 <594d454e54> 89.8438 <2c204c4946455f4359> 29.7852 <434c452c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 655.7458 Td
-/F1.0 10.5 Tf
-[<534552> 29.7852 <564943455f4150492c2054> 20.0195 <4f5343412c204f> 20.0195 <5448455229>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<61727469666163744c6162656c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<61727469666163744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<6172746966616374526566> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<61727469666163745265706f7369746f7279> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<617274696661637454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<617274696661637455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-[<617274696661637456> 60.0586 <657273696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<6372656174696f6e44617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-<63726561746f7246756c6c4e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<6475706c696361746564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3433> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-294 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 293 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-295 0 obj
-<< /Length 20036
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<65734964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-[<67656e6572> 20.0195 <61746564>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-[<67656e6572> 20.0195 <6174656446726f6d4964>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-[<68656174506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 564.5156 Td
-/F1.0 10.5 Tf
-[<48656174506172> 20.0195 <616d6574657244617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-423.4035 564.5156 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-[<68656174506172> 20.0195 <616d7355706461746544617465>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<697346726f6d43736172> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<6c61737455706461746544617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-[<6c69737448656174506172> 20.0195 <616d6574657273>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 366.2752 Td
-/F1.0 10.5 Tf
-[<48656174506172> 20.0195 <616d65746572446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-400.272 366.2752 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-<6d616e6461746f7279> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-[<7061> 20.0195 <796c6f616444617461>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67202862> 20.0195 <79746529203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-[<7061> 20.0195 <796c6f616455706461746544617465>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<7265717569726564417274696661637473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3434> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-296 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 295 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [297 0 R 298 0 R]
->>
-endobj
-297 0 obj
-<< /Border [0 0 0]
-/Dest (_heatparameterdatadefinition)
-/Subtype /Link
-/Rect [273.6002 561.4496 423.4035 575.7296]
-/Type /Annot
->>
-endobj
-298 0 obj
-<< /Border [0 0 0]
-/Dest (_heatparameterdefinition)
-/Subtype /Link
-/Rect [273.6002 363.2092 400.272 377.4892]
-/Type /Annot
->>
-endobj
-299 0 obj
-<< /Length 16485
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<73657276696365417069> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<74696d656f7574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74333229> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<7570646174657246756c6c4e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<75736572496443726561746f72> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<7573657249644c61737455706461746572> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 452.2254 Td
-/F2.0 18 Tf
-<41737365744d65746164617461> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 415.8894 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 415.8894 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 316.7692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 316.7692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 267.2091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 267.2091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 217.649 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 217.649 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 168.0889 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 168.0889 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 436.1694 m
-262.0112 436.1694 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 436.4194 m
-48.24 415.2644 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 436.4194 m
-262.0112 415.2644 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 419.9224 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 436.1694 m
-547.04 436.1694 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 436.4194 m
-262.0112 415.2644 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 436.4194 m
-547.04 415.2644 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 419.9224 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.5144 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.5144 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-<696e76617269616e7455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.5144 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.5144 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 393.0354 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.5793 m
-48.24 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 351.3653 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 366.5793 m
-547.04 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 343.4753 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.0192 m
-48.24 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 301.8052 Td
-/F2.0 10.5 Tf
-<746f7363614d6f64656c55524c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.0192 m
-547.04 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 293.9152 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.4591 m
-48.24 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 252.2451 Td
-/F2.0 10.5 Tf
-<75756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 267.4591 m
-547.04 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 244.3551 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.899 m
-48.24 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 202.685 Td
-/F2.0 10.5 Tf
-<76657273696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 217.899 m
-547.04 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 194.795 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 132.0649 Td
-/F2.0 18 Tf
-<4361706162696c69747944617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3435> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-300 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 299 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-301 0 obj
-[300 0 R /XYZ 0 476.2494 null]
-endobj
-302 0 obj
-[300 0 R /XYZ 0 156.0889 null]
-endobj
-303 0 obj
-<< /Length 19105
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 786.235 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 786.235 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<6361706162696c697479536f7572636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 786.235 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 786.235 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<6c6566744f6363757272656e636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<6d61784f6363757272656e636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<6d696e4f6363757272656e636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<6f776e65724e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-<706172656e744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<70617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-<736f75726365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-<74797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3436> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-304 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 303 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-305 0 obj
-<< /Length 19340
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<76616c6964536f757263655479706573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 700.0259 Td
-/F2.0 18 Tf
-<4361706162696c697479446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 663.6899 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 663.6899 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 614.1298 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 614.1298 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 564.5697 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 564.5697 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 515.0096 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 515.0096 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 465.4495 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 465.4495 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 415.8894 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 415.8894 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 316.7692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 316.7692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 267.2091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 267.2091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 217.649 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 217.649 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 168.0889 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 168.0889 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 118.5288 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 118.5288 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 68.9687 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 68.9687 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 683.9699 m
-262.0112 683.9699 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 663.6899 m
-262.0112 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 684.2199 m
-48.24 663.0649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 684.2199 m
-262.0112 663.0649 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 667.7229 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 683.9699 m
-547.04 683.9699 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 663.6899 m
-547.04 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 684.2199 m
-262.0112 663.0649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 684.2199 m
-547.04 663.0649 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 667.7229 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 663.6899 m
-262.0112 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.1298 m
-262.0112 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 664.3149 m
-48.24 613.8798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 664.3149 m
-262.0112 613.8798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 648.7259 Td
-/F2.0 10.5 Tf
-<6361706162696c697479536f7572636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 632.9459 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 632.9459 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 663.6899 m
-547.04 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.1298 m
-547.04 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 664.3149 m
-262.0112 613.8798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 664.3149 m
-547.04 613.8798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 640.8359 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.1298 m
-262.0112 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.3798 m
-48.24 564.3197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.3798 m
-262.0112 564.3197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 599.1658 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 583.3858 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 583.3858 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.1298 m
-547.04 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.3798 m
-262.0112 564.3197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 614.3798 m
-547.04 564.3197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 591.2758 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.8197 m
-48.24 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.8197 m
-262.0112 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 549.6057 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.8197 m
-262.0112 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 564.8197 m
-547.04 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 541.7157 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.2596 m
-48.24 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.0456 Td
-/F2.0 10.5 Tf
-<6c6566744f6363757272656e636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 515.2596 m
-547.04 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 492.1556 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.6995 m
-48.24 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 450.4855 Td
-/F2.0 10.5 Tf
-<6d61784f6363757272656e636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 465.6995 m
-547.04 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 442.5955 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.1394 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-<6d696e4f6363757272656e636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.1394 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 393.0354 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.5793 m
-48.24 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 351.3653 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 366.5793 m
-547.04 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 343.4753 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.0192 m
-48.24 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 301.8052 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.0192 m
-547.04 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 293.9152 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.4591 m
-48.24 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 252.2451 Td
-/F2.0 10.5 Tf
-<6f776e65724e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 267.4591 m
-547.04 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 244.3551 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.899 m
-48.24 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 202.685 Td
-/F2.0 10.5 Tf
-<706172656e744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 217.899 m
-547.04 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 194.795 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.3389 m
-48.24 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 153.1249 Td
-/F2.0 10.5 Tf
-<70617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 168.3389 m
-547.04 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 145.2349 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 68.9687 m
-262.0112 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.7788 m
-48.24 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 103.5648 Td
-/F2.0 10.5 Tf
-<70726f70657274696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 68.9687 m
-547.04 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 118.7788 m
-547.04 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 95.6748 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 95.6748 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e74496e7374616e636550726f7065727479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-417.8387 95.6748 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3437> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-306 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 305 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [308 0 R]
->>
-endobj
-307 0 obj
-[306 0 R /XYZ 0 724.0499 null]
-endobj
-308 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstanceproperty)
-/Subtype /Link
-/Rect [273.6002 92.6088 417.8387 106.8888]
-/Type /Annot
->>
-endobj
-309 0 obj
-<< /Length 17659
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<736f75726365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<74797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<76616c6964536f757263655479706573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 551.3456 Td
-/F2.0 18 Tf
-<4361706162696c697479526571756972656d656e7452656c6174696f6e73686970> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 515.0096 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 515.0096 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 465.4495 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 465.4495 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 415.8894 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 415.8894 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 535.2896 m
-262.0112 535.2896 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 535.5396 m
-48.24 514.3846 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 535.5396 m
-262.0112 514.3846 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 519.0426 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 535.2896 m
-547.04 535.2896 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 535.5396 m
-262.0112 514.3846 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 535.5396 m
-547.04 514.3846 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 519.0426 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.6346 m
-48.24 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.6346 m
-262.0112 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.0456 Td
-/F2.0 10.5 Tf
-<6361706162696c697479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.6346 m
-262.0112 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 515.6346 m
-547.04 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 492.1556 Td
-/F1.0 10.5 Tf
-<4361706162696c69747944617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.6995 m
-48.24 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 450.4855 Td
-/F2.0 10.5 Tf
-<72656c6174696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 465.6995 m
-547.04 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 442.5955 Td
-/F1.0 10.5 Tf
-<52656c6174696f6e73686970496e666f> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.1394 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-<726571756972656d656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.1394 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 393.0354 Td
-/F1.0 10.5 Tf
-<526571756972656d656e7444617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 330.3053 Td
-/F2.0 18 Tf
-<43617465676f7279446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 293.9693 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 293.9693 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 244.4092 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 244.4092 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 194.8491 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 194.8491 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 145.289 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 145.289 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 95.7289 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 95.7289 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 314.2493 m
-262.0112 314.2493 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.9693 m
-262.0112 293.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 314.4993 m
-48.24 293.3443 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 314.4993 m
-262.0112 293.3443 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 298.0023 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 314.2493 m
-547.04 314.2493 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 293.9693 m
-547.04 293.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 314.4993 m
-262.0112 293.3443 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 314.4993 m
-547.04 293.3443 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 298.0023 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.9693 m
-262.0112 293.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.4092 m
-262.0112 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 294.5943 m
-48.24 244.1592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 294.5943 m
-262.0112 244.1592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 279.0053 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 263.2253 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 263.2253 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 293.9693 m
-547.04 293.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 244.4092 m
-547.04 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 294.5943 m
-262.0112 244.1592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 294.5943 m
-547.04 244.1592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 271.1153 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.4092 m
-262.0112 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.8491 m
-262.0112 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.6592 m
-48.24 194.5991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 244.6592 m
-262.0112 194.5991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 229.4452 Td
-/F2.0 10.5 Tf
-<69636f6e73> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 213.6652 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 213.6652 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 244.4092 m
-547.04 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 194.8491 m
-547.04 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 244.6592 m
-262.0112 194.5991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 244.6592 m
-547.04 194.5991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 221.5552 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.8491 m
-262.0112 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 145.289 m
-262.0112 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 195.0991 m
-48.24 145.039 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 195.0991 m
-262.0112 145.039 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 179.8851 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 164.1051 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 164.1051 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 194.8491 m
-547.04 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.289 m
-547.04 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 195.0991 m
-262.0112 145.039 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 195.0991 m
-547.04 145.039 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 171.9951 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 145.289 m
-262.0112 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 95.7289 m
-262.0112 95.7289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 145.539 m
-48.24 95.4789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.539 m
-262.0112 95.4789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 130.325 Td
-/F2.0 10.5 Tf
-<6e6f726d616c697a65644e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 114.545 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 114.545 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.289 m
-547.04 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 95.7289 m
-547.04 95.7289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.539 m
-262.0112 95.4789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 145.539 m
-547.04 95.4789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 122.435 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3438> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-310 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 309 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [312 0 R 313 0 R 314 0 R]
->>
-endobj
-311 0 obj
-[310 0 R /XYZ 0 575.3696 null]
-endobj
-312 0 obj
-<< /Border [0 0 0]
-/Dest (_capabilitydatadefinition)
-/Subtype /Link
-/Rect [265.0112 489.0896 389.2997 503.3696]
-/Type /Annot
->>
-endobj
-313 0 obj
-<< /Border [0 0 0]
-/Dest (_relationshipinfo)
-/Subtype /Link
-/Rect [265.0112 439.5295 348.2762 453.8095]
-/Type /Annot
->>
-endobj
-314 0 obj
-<< /Border [0 0 0]
-/Dest (_requirementdatadefinition)
-/Subtype /Link
-/Rect [265.0112 389.9694 404.1152 404.2494]
-/Type /Annot
->>
-endobj
-315 0 obj
-[310 0 R /XYZ 0 354.3293 null]
-endobj
-316 0 obj
-<< /Length 20297
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<73756263617465676f72696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 713.1959 Td
-/F1.0 10.5 Tf
-<53756243617465676f7279446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-387.0947 713.1959 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 600.9057 Td
-/F2.0 18 Tf
-<436f6d706f6e656e74496e7374616e6365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 564.5697 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 564.5697 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 515.0096 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 515.0096 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 465.4495 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 465.4495 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 415.8894 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 415.8894 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 316.7692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 316.7692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 267.2091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 267.2091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 217.649 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 217.649 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 168.0889 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 168.0889 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 118.5288 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 118.5288 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 68.9687 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 68.9687 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 584.8497 m
-262.0112 584.8497 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 585.0997 m
-48.24 563.9447 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 585.0997 m
-262.0112 563.9447 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 568.6027 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 584.8497 m
-547.04 584.8497 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 585.0997 m
-262.0112 563.9447 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 585.0997 m
-547.04 563.9447 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 568.6027 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 565.1947 m
-48.24 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 565.1947 m
-262.0112 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 549.6057 Td
-/F2.0 10.5 Tf
-<61637475616c436f6d706f6e656e74556964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 565.1947 m
-262.0112 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 565.1947 m
-547.04 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 541.7157 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.2596 m
-48.24 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.0456 Td
-/F2.0 10.5 Tf
-<617274696661637473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 515.2596 m
-547.04 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 492.1556 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-308.0927 492.1556 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-396.5972 492.1556 Td
-/F1.0 10.5 Tf
-<203e206d6170> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.6995 m
-48.24 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 450.4855 Td
-/F2.0 10.5 Tf
-[<61747472696275746556> 60.0586 <616c7565436f756e746572>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 465.6995 m
-547.04 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 442.5955 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74333229> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.1394 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-<6361706162696c6974696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.1394 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 393.0354 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c203c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-316.6817 393.0354 Td
-/F1.0 10.5 Tf
-<4361706162696c697479446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-417.8387 393.0354 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79203e206d6170>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.5793 m
-48.24 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 351.3653 Td
-/F2.0 10.5 Tf
-<636f6d706f6e656e744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 366.5793 m
-547.04 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 343.4753 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.0192 m
-48.24 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 301.8052 Td
-/F2.0 10.5 Tf
-<636f6d706f6e656e74556964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.0192 m
-547.04 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 293.9152 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.4591 m
-48.24 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 252.2451 Td
-/F2.0 10.5 Tf
-[<636f6d706f6e656e7456> 60.0586 <657273696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 267.4591 m
-547.04 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 244.3551 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.899 m
-48.24 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 202.685 Td
-/F2.0 10.5 Tf
-<6372656174696f6e54696d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 217.899 m
-547.04 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 194.795 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.3389 m
-48.24 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 153.1249 Td
-/F2.0 10.5 Tf
-<637573746f6d697a6174696f6e55554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 168.3389 m
-547.04 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 145.2349 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 68.9687 m
-262.0112 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.7788 m
-48.24 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 103.5648 Td
-/F2.0 10.5 Tf
-[<6465706c6f> 20.0195 <796d656e74417274696661637473>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 68.9687 m
-547.04 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 118.7788 m
-547.04 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 95.6748 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-308.0927 95.6748 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-396.5972 95.6748 Td
-/F1.0 10.5 Tf
-<203e206d6170> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3439> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-317 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 316 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [318 0 R 321 0 R 322 0 R 323 0 R]
->>
-endobj
-318 0 obj
-<< /Border [0 0 0]
-/Dest (_subcategorydefinition)
-/Subtype /Link
-/Rect [273.6002 710.1299 387.0947 724.4099]
-/Type /Annot
->>
-endobj
-319 0 obj
-[317 0 R /XYZ 0 624.9297 null]
-endobj
-320 0 obj
-<< /Limits [(_categorydefinition) (_consumes_7)]
-/Names [(_categorydefinition) 315 0 R (_changeresourcestateexternal) 162 0 R (_componentinstance) 319 0 R (_componentinstanceinput) 330 0 R (_componentinstanceproperty) 341 0 R (_consumes) 32 0 R (_consumes_10) 275 0 R (_consumes_2) 57 0 R (_consumes_3) 66 0 R (_consumes_4) 78 0 R (_consumes_5) 89 0 R (_consumes_6) 103 0 R (_consumes_7) 170 0 R]
->>
-endobj
-321 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [308.0927 489.0896 396.5972 503.3696]
-/Type /Annot
->>
-endobj
-322 0 obj
-<< /Border [0 0 0]
-/Dest (_capabilitydefinition)
-/Subtype /Link
-/Rect [316.6817 389.9694 417.8387 404.2494]
-/Type /Annot
->>
-endobj
-323 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [308.0927 92.6088 396.5972 106.8888]
-/Type /Annot
->>
-endobj
-324 0 obj
-<< /Length 19739
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<67726f7570496e7374616e636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 663.6358 Td
-/F1.0 10.5 Tf
-<47726f7570496e7374616e6365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-347.6987 663.6358 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<69636f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-[<696e70757456> 60.0586 <616c7565436f756e746572>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74333229> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<696e76617269616e744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<697350726f7879> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<6d6f64696669636174696f6e54696d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-<6e6f726d616c697a65644e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<6f726967696e54797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-10.9479 Tw
-
-BT
-265.0112 275.045 Td
-/F1.0 10.5 Tf
-[<656e756d20285052> 20.0195 <4f44554354> 89.8438 <2c20534552> 29.7852 <564943452c2056462c205646432c204350> 120.1172 <2c20564c2c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 259.265 Td
-/F1.0 10.5 Tf
-[<436f6e6669677572> 20.0195 <6174696f6e2c205646434d54> 89.8438 <2c20435646432c20504e462c2043522c205365727669636550726f787929>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-<706f7358> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<706f7359> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3530> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-325 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 324 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [326 0 R]
->>
-endobj
-326 0 obj
-<< /Border [0 0 0]
-/Dest (_groupinstance)
-/Subtype /Link
-/Rect [273.6002 660.5698 347.6987 674.8498]
-/Type /Annot
->>
-endobj
-327 0 obj
-<< /Length 19735
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-[<70726f706572747956> 60.0586 <616c7565436f756e746572>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74333229> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<726571756972656d656e7473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c203c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-316.6817 713.1959 Td
-/F1.0 10.5 Tf
-<526571756972656d656e74446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-432.6542 713.1959 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79203e206d6170>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<736f757263654d6f64656c496e76617269616e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<736f757263654d6f64656c4e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<736f757263654d6f64656c556964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<736f757263654d6f64656c55756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<746f736361436f6d706f6e656e744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 353.1052 Td
-/F2.0 18 Tf
-<436f6d706f6e656e74496e7374616e6365496e707574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 316.7692 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 316.7692 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 267.2091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 267.2091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 217.649 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 217.649 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 168.0889 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 168.0889 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 118.5288 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 118.5288 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 68.9687 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 68.9687 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 337.0492 m
-262.0112 337.0492 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 337.2992 m
-48.24 316.1442 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 337.2992 m
-262.0112 316.1442 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 320.8022 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 337.0492 m
-547.04 337.0492 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 337.2992 m
-262.0112 316.1442 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 337.2992 m
-547.04 316.1442 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 320.8022 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.3942 m
-48.24 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.3942 m
-262.0112 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 301.8052 Td
-/F2.0 10.5 Tf
-<636f6d706f6e656e74496e7374616e63654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.3942 m
-262.0112 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.3942 m
-547.04 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 293.9152 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.4591 m
-48.24 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 252.2451 Td
-/F2.0 10.5 Tf
-<636f6d706f6e656e74496e7374616e63654e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 267.4591 m
-547.04 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 244.3551 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.899 m
-48.24 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 202.685 Td
-/F2.0 10.5 Tf
-[<636f6e737472> 20.0195 <61696e7473>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 217.899 m
-547.04 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 194.795 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 194.795 Td
-/F1.0 10.5 Tf
-[<50726f7065727479436f6e737472> 20.0195 <61696e74>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-369.717 194.795 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.3389 m
-48.24 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 153.1249 Td
-/F2.0 10.5 Tf
-[<64656661756c7456> 60.0586 <616c7565>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 168.3389 m
-547.04 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 145.2349 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 68.9687 m
-262.0112 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.7788 m
-48.24 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 103.5648 Td
-/F2.0 10.5 Tf
-<646566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 68.9687 m
-547.04 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 118.7788 m
-547.04 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 95.6748 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3531> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-328 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 327 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [329 0 R 331 0 R]
->>
-endobj
-329 0 obj
-<< /Border [0 0 0]
-/Dest (_requirementdefinition)
-/Subtype /Link
-/Rect [316.6817 710.1299 432.6542 724.4099]
-/Type /Annot
->>
-endobj
-330 0 obj
-[328 0 R /XYZ 0 377.1292 null]
-endobj
-331 0 obj
-<< /Border [0 0 0]
-/Dest (_propertyconstraint)
-/Subtype /Link
-/Rect [273.6002 191.729 369.717 206.009]
-/Type /Annot
->>
-endobj
-332 0 obj
-<< /Length 19695
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<676574496e70757450726f7065727479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-[<676574496e70757456> 60.0586 <616c756573>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 614.0757 Td
-/F1.0 10.5 Tf
-[<476574496e70757456> 60.0586 <616c756544617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-419.2976 614.0757 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<68696464656e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<696d6d757461626c65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<696e7075744964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<696e70757450617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<696e70757473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 366.2752 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e74496e7374616e6365496e707574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-401.2907 366.2752 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-<696e7374616e6365556e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<6c6162656c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<706172656e74556e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3532> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-333 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 332 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [334 0 R 335 0 R]
->>
-endobj
-334 0 obj
-<< /Border [0 0 0]
-/Dest (_getinputvaluedatadefinition)
-/Subtype /Link
-/Rect [273.6002 611.0097 419.2976 625.2897]
-/Type /Annot
->>
-endobj
-335 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstanceinput)
-/Subtype /Link
-/Rect [273.6002 363.2092 401.2907 377.4892]
-/Type /Annot
->>
-endobj
-336 0 obj
-<< /Length 18561
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<70617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<70617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<70726f70657274696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 663.6358 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e74496e7374616e636550726f7065727479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-417.8387 663.6358 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<70726f70657274794964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<72756c6573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 514.9555 Td
-/F1.0 10.5 Tf
-<50726f706572747952756c65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-339.9707 514.9555 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<736368656d61> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<536368656d61446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<736368656d6154797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<737461747573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-<74797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-<76616c7565> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-<76616c7565556e69717565556964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 105.3047 Td
-/F2.0 18 Tf
-<436f6d706f6e656e74496e7374616e636550726f7065727479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3533> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-337 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 336 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [338 0 R 339 0 R 340 0 R]
->>
-endobj
-338 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstanceproperty)
-/Subtype /Link
-/Rect [273.6002 660.5698 417.8387 674.8498]
-/Type /Annot
->>
-endobj
-339 0 obj
-<< /Border [0 0 0]
-/Dest (_propertyrule)
-/Subtype /Link
-/Rect [273.6002 511.8895 339.9707 526.1695]
-/Type /Annot
->>
-endobj
-340 0 obj
-<< /Border [0 0 0]
-/Dest (_schemadefinition)
-/Subtype /Link
-/Rect [265.0112 462.3294 354.4397 476.6094]
-/Type /Annot
->>
-endobj
-341 0 obj
-[337 0 R /XYZ 0 129.3287 null]
-endobj
-342 0 obj
-<< /Length 19807
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 786.235 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 786.235 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<636f6d706f6e656e74496e7374616e63654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 786.235 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 786.235 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<636f6d706f6e656e74496e7374616e63654e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-[<636f6e737472> 20.0195 <61696e7473>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 663.6358 Td
-/F1.0 10.5 Tf
-[<50726f7065727479436f6e737472> 20.0195 <61696e74>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-369.717 663.6358 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-[<64656661756c7456> 60.0586 <616c7565>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<646566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<676574496e70757450726f7065727479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-[<676574496e70757456> 60.0586 <616c756573>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 366.2752 Td
-/F1.0 10.5 Tf
-[<476574496e70757456> 60.0586 <616c756544617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-419.2976 366.2752 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-<68696464656e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<696d6d757461626c65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-<696e7075744964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-<696e70757450617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<696e7374616e6365556e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3534> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-343 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 342 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [344 0 R 345 0 R]
->>
-endobj
-344 0 obj
-<< /Border [0 0 0]
-/Dest (_propertyconstraint)
-/Subtype /Link
-/Rect [273.6002 660.5698 369.717 674.8498]
-/Type /Annot
->>
-endobj
-345 0 obj
-<< /Border [0 0 0]
-/Dest (_getinputvaluedatadefinition)
-/Subtype /Link
-/Rect [273.6002 363.2092 419.2976 377.4892]
-/Type /Annot
->>
-endobj
-346 0 obj
-<< /Length 19339
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<6c6162656c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<706172656e74556e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<70617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<70617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<70726f70657274794964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<72756c6573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 366.2752 Td
-/F1.0 10.5 Tf
-<50726f706572747952756c65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-339.9707 366.2752 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-<736368656d61> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<536368656d61446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<736368656d6154797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-<737461747573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-<74797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3535> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-347 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 346 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [348 0 R 349 0 R]
->>
-endobj
-348 0 obj
-<< /Border [0 0 0]
-/Dest (_propertyrule)
-/Subtype /Link
-/Rect [273.6002 363.2092 339.9707 377.4892]
-/Type /Annot
->>
-endobj
-349 0 obj
-<< /Border [0 0 0]
-/Dest (_schemadefinition)
-/Subtype /Link
-/Rect [265.0112 313.6491 354.4397 327.9291]
-/Type /Annot
->>
-endobj
-350 0 obj
-<< /Length 17547
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<76616c7565> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<76616c7565556e69717565556964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 650.4658 Td
-/F2.0 18 Tf
-[<476574496e70757456> 60.0586 <616c756544617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 614.1298 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 614.1298 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 564.5697 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 564.5697 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 515.0096 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 515.0096 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 465.4495 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 465.4495 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 415.8894 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 415.8894 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 316.7692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 316.7692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 267.2091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 267.2091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 217.649 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 217.649 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 634.4098 m
-262.0112 634.4098 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.1298 m
-262.0112 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 634.6598 m
-48.24 613.5048 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 634.6598 m
-262.0112 613.5048 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 618.1628 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 634.4098 m
-547.04 634.4098 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.1298 m
-547.04 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 634.6598 m
-262.0112 613.5048 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 634.6598 m
-547.04 613.5048 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 618.1628 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.1298 m
-262.0112 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.7548 m
-48.24 564.3197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.7548 m
-262.0112 564.3197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 599.1658 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 583.3858 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 583.3858 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.1298 m
-547.04 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.7548 m
-262.0112 564.3197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 614.7548 m
-547.04 564.3197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 591.2758 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.8197 m
-48.24 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.8197 m
-262.0112 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 549.6057 Td
-/F2.0 10.5 Tf
-<676574496e707574496e646578> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.8197 m
-262.0112 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 564.8197 m
-547.04 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 541.7157 Td
-/F1.0 10.5 Tf
-[<476574496e70757456> 60.0586 <616c756544617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.2596 m
-48.24 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.0456 Td
-/F2.0 10.5 Tf
-[<696e64657856> 60.0586 <616c7565>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 515.2596 m
-547.04 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 492.1556 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74333229> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.6995 m
-48.24 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 450.4855 Td
-/F2.0 10.5 Tf
-<696e7075744964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 465.6995 m
-547.04 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 442.5955 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.1394 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-<696e7075744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.1394 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 393.0354 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.5793 m
-48.24 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 351.3653 Td
-/F2.0 10.5 Tf
-<6c697374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 366.5793 m
-547.04 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 343.4753 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.0192 m
-48.24 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 301.8052 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.0192 m
-547.04 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 293.9152 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.4591 m
-48.24 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 252.2451 Td
-/F2.0 10.5 Tf
-<70726f704e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 267.4591 m
-547.04 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 244.3551 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 181.625 Td
-/F2.0 18 Tf
-<47726f7570446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 145.289 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 145.289 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 95.7289 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 95.7289 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 165.569 m
-262.0112 165.569 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 145.289 m
-262.0112 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 165.819 m
-48.24 144.664 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 165.819 m
-262.0112 144.664 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 149.322 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 165.569 m
-547.04 165.569 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.289 m
-547.04 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 165.819 m
-262.0112 144.664 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 165.819 m
-547.04 144.664 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 149.322 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 145.289 m
-262.0112 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 95.7289 m
-262.0112 95.7289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 145.914 m
-48.24 95.4789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.914 m
-262.0112 95.4789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 130.325 Td
-/F2.0 10.5 Tf
-<617274696661637473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 114.545 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 114.545 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.289 m
-547.04 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 95.7289 m
-547.04 95.7289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.914 m
-262.0112 95.4789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 145.914 m
-547.04 95.4789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 122.435 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3536> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-351 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 350 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [353 0 R]
->>
-endobj
-352 0 obj
-[351 0 R /XYZ 0 674.4898 null]
-endobj
-353 0 obj
-<< /Border [0 0 0]
-/Dest (_getinputvaluedatadefinition)
-/Subtype /Link
-/Rect [265.0112 538.6497 410.7086 552.9297]
-/Type /Annot
->>
-endobj
-354 0 obj
-[351 0 R /XYZ 0 205.649 null]
-endobj
-355 0 obj
-<< /Limits [(_parameters_10) (_parameters_2)]
-/Names [(_parameters_10) 132 0 R (_parameters_11) 145 0 R (_parameters_12) 153 0 R (_parameters_13) 163 0 R (_parameters_14) 178 0 R (_parameters_15) 187 0 R (_parameters_16) 200 0 R (_parameters_17) 213 0 R (_parameters_18) 223 0 R (_parameters_19) 234 0 R (_parameters_2) 39 0 R]
->>
-endobj
-356 0 obj
-<< /Length 19434
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<61727469666163747355756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<67726f757055554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<696e76617269616e7455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<6d656d62657273> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c20737472696e67203e206d6170> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<70726f70657274696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 366.2752 Td
-/F1.0 10.5 Tf
-<50726f706572747944617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-391.1687 366.2752 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-[<70726f706572747956> 60.0586 <616c7565436f756e746572>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74333229> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<74797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-<74797065556964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<76657273696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3537> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-357 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 356 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [358 0 R]
->>
-endobj
-358 0 obj
-<< /Border [0 0 0]
-/Dest (_propertydatadefinition)
-/Subtype /Link
-/Rect [273.6002 363.2092 391.1687 377.4892]
-/Type /Annot
->>
-endobj
-359 0 obj
-<< /Length 19450
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 786.666 Td
-/F2.0 18 Tf
-<47726f7570496e7374616e6365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 750.33 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 750.33 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 700.7699 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 700.7699 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 651.2098 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 651.2098 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 601.6497 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 601.6497 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 552.0896 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 552.0896 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 502.5295 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 502.5295 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 452.9694 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 452.9694 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 403.4093 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 403.4093 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 353.8492 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 353.8492 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 304.2891 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 304.2891 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 254.729 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 254.729 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 205.1689 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 205.1689 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 155.6088 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 155.6088 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 106.0487 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 106.0487 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 56.4886 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 56.4886 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 770.61 m
-262.0112 770.61 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.33 m
-262.0112 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 770.86 m
-48.24 749.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.86 m
-262.0112 749.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 754.363 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.61 m
-547.04 770.61 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.33 m
-547.04 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.86 m
-262.0112 749.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 770.86 m
-547.04 749.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 754.363 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.33 m
-262.0112 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 700.7699 m
-262.0112 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.955 m
-48.24 700.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.955 m
-262.0112 700.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 735.366 Td
-/F2.0 10.5 Tf
-<617274696661637473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 719.586 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 719.586 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.33 m
-547.04 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 700.7699 m
-547.04 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.955 m
-262.0112 700.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 750.955 m
-547.04 700.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 727.476 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 700.7699 m
-262.0112 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.2098 m
-262.0112 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 701.0199 m
-48.24 650.9598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 701.0199 m
-262.0112 650.9598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 685.8059 Td
-/F2.0 10.5 Tf
-<61727469666163747355756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 670.0259 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 670.0259 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 700.7699 m
-547.04 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.2098 m
-547.04 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 701.0199 m
-262.0112 650.9598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 701.0199 m
-547.04 650.9598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 677.9159 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.2098 m
-262.0112 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.6497 m
-262.0112 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.4598 m
-48.24 601.3997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.4598 m
-262.0112 601.3997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 636.2458 Td
-/F2.0 10.5 Tf
-<6372656174696f6e54696d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 620.4658 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 620.4658 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.2098 m
-547.04 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.6497 m
-547.04 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.4598 m
-262.0112 601.3997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 651.4598 m
-547.04 601.3997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 628.3558 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.6497 m
-262.0112 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.0896 m
-262.0112 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.8997 m
-48.24 551.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.8997 m
-262.0112 551.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 586.6857 Td
-/F2.0 10.5 Tf
-<637573746f6d697a6174696f6e55554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 570.9057 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 570.9057 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.6497 m
-547.04 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.0896 m
-547.04 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.8997 m
-262.0112 551.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 601.8997 m
-547.04 551.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 578.7957 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.0896 m
-262.0112 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.5295 m
-262.0112 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.3396 m
-48.24 502.2795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.3396 m
-262.0112 502.2795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 537.1256 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 521.3456 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 521.3456 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.0896 m
-547.04 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.5295 m
-547.04 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.3396 m
-262.0112 502.2795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 552.3396 m
-547.04 502.2795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 529.2356 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.5295 m
-262.0112 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 452.9694 m
-262.0112 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.7795 m
-48.24 452.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.7795 m
-262.0112 452.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 487.5655 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 471.7855 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 471.7855 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.5295 m
-547.04 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 452.9694 m
-547.04 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.7795 m
-262.0112 452.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 502.7795 m
-547.04 452.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 479.6755 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 452.9694 m
-262.0112 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.4093 m
-262.0112 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 453.2194 m
-48.24 403.1593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 453.2194 m
-262.0112 403.1593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 438.0054 Td
-/F2.0 10.5 Tf
-<67726f7570496e7374616e6365417274696661637473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 422.2254 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 422.2254 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 452.9694 m
-547.04 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.4093 m
-547.04 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 453.2194 m
-262.0112 403.1593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 453.2194 m
-547.04 403.1593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 430.1154 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.4093 m
-262.0112 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 353.8492 m
-262.0112 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.6593 m
-48.24 353.5992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.6593 m
-262.0112 353.5992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 388.4453 Td
-/F2.0 10.5 Tf
-<67726f7570496e7374616e636541727469666163747355756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 372.6653 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 372.6653 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.4093 m
-547.04 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 353.8492 m
-547.04 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.6593 m
-262.0112 353.5992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 403.6593 m
-547.04 353.5992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 380.5553 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 353.8492 m
-262.0112 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 304.2891 m
-262.0112 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 354.0992 m
-48.24 304.0391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 354.0992 m
-262.0112 304.0391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 338.8852 Td
-/F2.0 10.5 Tf
-<67726f75704e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 323.1052 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 323.1052 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 353.8492 m
-547.04 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.2891 m
-547.04 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 354.0992 m
-262.0112 304.0391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 354.0992 m
-547.04 304.0391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 330.9952 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 304.2891 m
-262.0112 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 254.729 m
-262.0112 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 304.5391 m
-48.24 254.479 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.5391 m
-262.0112 254.479 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 289.3251 Td
-/F2.0 10.5 Tf
-<67726f757055554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 273.5451 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 273.5451 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.2891 m
-547.04 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.729 m
-547.04 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.5391 m
-262.0112 254.479 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 304.5391 m
-547.04 254.479 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 281.4351 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 254.729 m
-262.0112 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 205.1689 m
-262.0112 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 254.979 m
-48.24 204.9189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.979 m
-262.0112 204.9189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 239.765 Td
-/F2.0 10.5 Tf
-<67726f7570556964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 223.985 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 223.985 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.729 m
-547.04 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.1689 m
-547.04 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.979 m
-262.0112 204.9189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 254.979 m
-547.04 204.9189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 231.875 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 205.1689 m
-262.0112 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 155.6088 m
-262.0112 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 205.4189 m
-48.24 155.3588 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.4189 m
-262.0112 155.3588 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 190.2049 Td
-/F2.0 10.5 Tf
-<696e76617269616e7455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 174.4249 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 174.4249 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.1689 m
-547.04 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.6088 m
-547.04 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.4189 m
-262.0112 155.3588 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 205.4189 m
-547.04 155.3588 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 182.3149 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 155.6088 m
-262.0112 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.0487 m
-262.0112 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 155.8588 m
-48.24 105.7987 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.8588 m
-262.0112 105.7987 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 140.6448 Td
-/F2.0 10.5 Tf
-<6d6f64696669636174696f6e54696d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 124.8648 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 124.8648 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.6088 m
-547.04 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.0487 m
-547.04 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.8588 m
-262.0112 105.7987 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 155.8588 m
-547.04 105.7987 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 132.7548 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.0487 m
-262.0112 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 56.4886 m
-262.0112 56.4886 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.2987 m
-48.24 56.2386 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.2987 m
-262.0112 56.2386 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 91.0847 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 75.3047 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 75.3047 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.0487 m
-547.04 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 56.4886 m
-547.04 56.4886 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.2987 m
-262.0112 56.2386 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 106.2987 m
-547.04 56.2386 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 83.1947 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3538> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-360 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 359 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-361 0 obj
-[360 0 R /XYZ 0 841.89 null]
-endobj
-362 0 obj
-<< /Length 19175
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<6e6f726d616c697a65644e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<706f7358> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<706f7359> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<70726f70657274696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 564.5156 Td
-/F1.0 10.5 Tf
-<50726f706572747944617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-391.1687 564.5156 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-[<70726f706572747956> 60.0586 <616c7565436f756e746572>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74333229> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<74797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<76657273696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 303.5451 Td
-/F2.0 18 Tf
-<47726f7570696e67446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 267.2091 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 267.2091 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 217.649 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 217.649 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 168.0889 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 168.0889 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 118.5288 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 118.5288 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 68.9687 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 68.9687 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 287.4891 m
-262.0112 287.4891 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 287.7391 m
-48.24 266.5841 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 287.7391 m
-262.0112 266.5841 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 271.2421 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 287.4891 m
-547.04 287.4891 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 287.7391 m
-262.0112 266.5841 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 287.7391 m
-547.04 266.5841 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 271.2421 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.8341 m
-48.24 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.8341 m
-262.0112 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 252.2451 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.8341 m
-262.0112 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 267.8341 m
-547.04 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 244.3551 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.899 m
-48.24 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 202.685 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 217.899 m
-547.04 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 194.795 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.3389 m
-48.24 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 153.1249 Td
-/F2.0 10.5 Tf
-<6e6f726d616c697a65644e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 168.3389 m
-547.04 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 145.2349 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 68.9687 m
-262.0112 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.7788 m
-48.24 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 103.5648 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 68.9687 m
-547.04 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 118.7788 m
-547.04 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 95.6748 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3539> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-363 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 362 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [364 0 R]
->>
-endobj
-364 0 obj
-<< /Border [0 0 0]
-/Dest (_propertydatadefinition)
-/Subtype /Link
-/Rect [273.6002 561.4496 391.1687 575.7296]
-/Type /Annot
->>
-endobj
-365 0 obj
-[363 0 R /XYZ 0 327.5691 null]
-endobj
-366 0 obj
-<< /Length 17507
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 700.0259 Td
-/F2.0 18 Tf
-[<48656174506172> 20.0195 <616d6574657244617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 663.6899 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 663.6899 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 614.1298 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 614.1298 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 564.5697 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 564.5697 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 515.0096 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 515.0096 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 465.4495 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 465.4495 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 415.8894 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 415.8894 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 316.7692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 316.7692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 267.2091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 267.2091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 683.9699 m
-262.0112 683.9699 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 663.6899 m
-262.0112 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 684.2199 m
-48.24 663.0649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 684.2199 m
-262.0112 663.0649 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 667.7229 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 683.9699 m
-547.04 683.9699 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 663.6899 m
-547.04 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 684.2199 m
-262.0112 663.0649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 684.2199 m
-547.04 663.0649 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 667.7229 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 663.6899 m
-262.0112 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.1298 m
-262.0112 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 664.3149 m
-48.24 613.8798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 664.3149 m
-262.0112 613.8798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 648.7259 Td
-/F2.0 10.5 Tf
-[<63757272656e7456> 60.0586 <616c7565>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 632.9459 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 632.9459 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 663.6899 m
-547.04 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.1298 m
-547.04 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 664.3149 m
-262.0112 613.8798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 664.3149 m
-547.04 613.8798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 640.8359 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.1298 m
-262.0112 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.3798 m
-48.24 564.3197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.3798 m
-262.0112 564.3197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 599.1658 Td
-/F2.0 10.5 Tf
-[<64656661756c7456> 60.0586 <616c7565>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 583.3858 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 583.3858 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.1298 m
-547.04 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.3798 m
-262.0112 564.3197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 614.3798 m
-547.04 564.3197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 591.2758 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.8197 m
-48.24 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.8197 m
-262.0112 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 549.6057 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.8197 m
-262.0112 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 564.8197 m
-547.04 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 541.7157 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.2596 m
-48.24 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.0456 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 515.2596 m
-547.04 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 492.1556 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.6995 m
-48.24 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 450.4855 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 465.6995 m
-547.04 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 442.5955 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.1394 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.1394 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 393.0354 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.5793 m
-48.24 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 351.3653 Td
-/F2.0 10.5 Tf
-<74797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 366.5793 m
-547.04 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 343.4753 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.0192 m
-48.24 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 301.8052 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.0192 m
-547.04 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 293.9152 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 231.1851 Td
-/F2.0 18 Tf
-[<48656174506172> 20.0195 <616d65746572446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 194.8491 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 194.8491 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 145.289 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 145.289 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 95.7289 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 95.7289 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 215.1291 m
-262.0112 215.1291 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.8491 m
-262.0112 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 215.3791 m
-48.24 194.2241 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 215.3791 m
-262.0112 194.2241 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 198.8821 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 215.1291 m
-547.04 215.1291 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 194.8491 m
-547.04 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 215.3791 m
-262.0112 194.2241 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 215.3791 m
-547.04 194.2241 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 198.8821 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.8491 m
-262.0112 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 145.289 m
-262.0112 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 195.4741 m
-48.24 145.039 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 195.4741 m
-262.0112 145.039 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 179.8851 Td
-/F2.0 10.5 Tf
-[<63757272656e7456> 60.0586 <616c7565>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 164.1051 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 164.1051 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 194.8491 m
-547.04 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.289 m
-547.04 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 195.4741 m
-262.0112 145.039 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 195.4741 m
-547.04 145.039 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 171.9951 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 145.289 m
-262.0112 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 95.7289 m
-262.0112 95.7289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 145.539 m
-48.24 95.4789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.539 m
-262.0112 95.4789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 130.325 Td
-/F2.0 10.5 Tf
-[<64656661756c7456> 60.0586 <616c7565>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 114.545 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 114.545 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.289 m
-547.04 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 95.7289 m
-547.04 95.7289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.539 m
-262.0112 95.4789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 145.539 m
-547.04 95.4789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 122.435 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3630> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-367 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 366 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-368 0 obj
-[367 0 R /XYZ 0 724.0499 null]
-endobj
-369 0 obj
-[367 0 R /XYZ 0 255.2091 null]
-endobj
-370 0 obj
-<< /Length 19548
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<74797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 452.2254 Td
-/F2.0 18 Tf
-<496e707574446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 415.8894 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 415.8894 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 316.7692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 316.7692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 267.2091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 267.2091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 217.649 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 217.649 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 168.0889 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 168.0889 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 118.5288 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 118.5288 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 68.9687 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 68.9687 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 436.1694 m
-262.0112 436.1694 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 436.4194 m
-48.24 415.2644 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 436.4194 m
-262.0112 415.2644 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 419.9224 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 436.1694 m
-547.04 436.1694 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 436.4194 m
-262.0112 415.2644 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 436.4194 m
-547.04 415.2644 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 419.9224 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.5144 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.5144 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-[<636f6e737472> 20.0195 <61696e7473>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.5144 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.5144 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 393.0354 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 393.0354 Td
-/F1.0 10.5 Tf
-[<50726f7065727479436f6e737472> 20.0195 <61696e74>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-369.717 393.0354 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.5793 m
-48.24 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 351.3653 Td
-/F2.0 10.5 Tf
-[<64656661756c7456> 60.0586 <616c7565>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 366.5793 m
-547.04 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 343.4753 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.0192 m
-48.24 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 301.8052 Td
-/F2.0 10.5 Tf
-<646566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.0192 m
-547.04 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 293.9152 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.4591 m
-48.24 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 252.2451 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 267.4591 m
-547.04 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 244.3551 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.899 m
-48.24 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 202.685 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 217.899 m
-547.04 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 194.795 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.3389 m
-48.24 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 153.1249 Td
-/F2.0 10.5 Tf
-<676574496e70757450726f7065727479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 168.3389 m
-547.04 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 145.2349 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 68.9687 m
-262.0112 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.7788 m
-48.24 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 103.5648 Td
-/F2.0 10.5 Tf
-[<676574496e70757456> 60.0586 <616c756573>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 68.9687 m
-547.04 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 118.7788 m
-547.04 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 95.6748 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 95.6748 Td
-/F1.0 10.5 Tf
-[<476574496e70757456> 60.0586 <616c756544617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-419.2976 95.6748 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3631> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-371 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 370 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [373 0 R 374 0 R]
->>
-endobj
-372 0 obj
-[371 0 R /XYZ 0 476.2494 null]
-endobj
-373 0 obj
-<< /Border [0 0 0]
-/Dest (_propertyconstraint)
-/Subtype /Link
-/Rect [273.6002 389.9694 369.717 404.2494]
-/Type /Annot
->>
-endobj
-374 0 obj
-<< /Border [0 0 0]
-/Dest (_getinputvaluedatadefinition)
-/Subtype /Link
-/Rect [273.6002 92.6088 419.2976 106.8888]
-/Type /Annot
->>
-endobj
-375 0 obj
-<< /Length 19645
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<68696464656e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<696d6d757461626c65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<696e7075744964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<696e70757450617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<696e70757473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 564.5156 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e74496e7374616e6365496e707574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-401.2907 564.5156 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<696e7374616e6365556e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<6c6162656c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-<706172656e74556e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<70617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-<70726f70657274696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 217.5949 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e74496e7374616e636550726f7065727479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-417.8387 217.5949 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-<70726f70657274794964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3632> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-376 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 375 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [377 0 R 378 0 R]
->>
-endobj
-377 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstanceinput)
-/Subtype /Link
-/Rect [273.6002 561.4496 401.2907 575.7296]
-/Type /Annot
->>
-endobj
-378 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstanceproperty)
-/Subtype /Link
-/Rect [273.6002 214.5289 417.8387 228.8089]
-/Type /Annot
->>
-endobj
-379 0 obj
-<< /Length 19238
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<736368656d61> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<536368656d61446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<736368656d6154797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<737461747573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<74797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<76616c7565> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 452.2254 Td
-/F2.0 18 Tf
-<496e74657266616365446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 415.8894 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 415.8894 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 316.7692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 316.7692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 267.2091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 267.2091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 217.649 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 217.649 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 168.0889 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 168.0889 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 118.5288 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 118.5288 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 68.9687 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 68.9687 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 436.1694 m
-262.0112 436.1694 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 436.4194 m
-48.24 415.2644 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 436.4194 m
-262.0112 415.2644 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 419.9224 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 436.1694 m
-547.04 436.1694 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 436.4194 m
-262.0112 415.2644 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 436.4194 m
-547.04 415.2644 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 419.9224 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.5144 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.5144 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-<6372656174696f6e44617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.5144 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.5144 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 393.0354 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.5793 m
-48.24 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 351.3653 Td
-/F2.0 10.5 Tf
-<646566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 366.5793 m
-547.04 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 343.4753 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.0192 m
-48.24 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 301.8052 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.0192 m
-547.04 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 293.9152 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.4591 m
-48.24 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 252.2451 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 267.4591 m
-547.04 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 244.3551 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.899 m
-48.24 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 202.685 Td
-/F2.0 10.5 Tf
-<6c61737455706461746544617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 217.899 m
-547.04 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 194.795 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.3389 m
-48.24 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 153.1249 Td
-/F2.0 10.5 Tf
-[<6f706572> 20.0195 <6174696f6e73>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 168.3389 m
-547.04 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 145.2349 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-308.0927 145.2349 Td
-/F1.0 10.5 Tf
-[<4f706572> 20.0195 <6174696f6e44617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-432.0555 145.2349 Td
-/F1.0 10.5 Tf
-<203e206d6170> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 68.9687 m
-262.0112 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.7788 m
-48.24 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 103.5648 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 68.9687 m
-547.04 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 118.7788 m
-547.04 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 95.6748 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3633> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-380 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 379 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [381 0 R 383 0 R]
->>
-endobj
-381 0 obj
-<< /Border [0 0 0]
-/Dest (_schemadefinition)
-/Subtype /Link
-/Rect [265.0112 759.69 354.4397 773.97]
-/Type /Annot
->>
-endobj
-382 0 obj
-[380 0 R /XYZ 0 476.2494 null]
-endobj
-383 0 obj
-<< /Border [0 0 0]
-/Dest (_operationdatadefinition)
-/Subtype /Link
-/Rect [308.0927 142.1689 432.0555 156.4489]
-/Type /Annot
->>
-endobj
-384 0 obj
-<< /Length 18426
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<746f7363615265736f757263654e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<74797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 600.9057 Td
-/F2.0 18 Tf
-[<496e746572666163654f706572> 20.0195 <6174696f6e44617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 564.5697 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 564.5697 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 515.0096 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 515.0096 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 465.4495 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 465.4495 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 415.8894 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 415.8894 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 316.7692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 316.7692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 267.2091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 267.2091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 217.649 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 217.649 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 168.0889 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 168.0889 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 118.5288 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 118.5288 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 584.8497 m
-262.0112 584.8497 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 585.0997 m
-48.24 563.9447 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 585.0997 m
-262.0112 563.9447 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 568.6027 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 584.8497 m
-547.04 584.8497 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 585.0997 m
-262.0112 563.9447 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 585.0997 m
-547.04 563.9447 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 568.6027 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 565.1947 m
-48.24 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 565.1947 m
-262.0112 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 549.6057 Td
-/F2.0 10.5 Tf
-<617274696661637455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 565.1947 m
-262.0112 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 565.1947 m
-547.04 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 541.7157 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.2596 m
-48.24 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.0456 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 515.2596 m
-547.04 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 492.1556 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.6995 m
-48.24 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 450.4855 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 465.6995 m
-547.04 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 442.5955 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.1394 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-[<696e707574506172> 20.0195 <616d73>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.1394 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 400.9254 Td
-/F1.0 10.5 Tf
-[<4c69737444617461446566696e6974696f6e496e746572666163654f706572> 20.0195 <6174696f6e506172> 20.0195 <616d44617461446566696e6974>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 385.1454 Td
-/F1.0 10.5 Tf
-<696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.5793 m
-48.24 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 351.3653 Td
-/F2.0 10.5 Tf
-[<6f706572> 20.0195 <6174696f6e54797065>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 366.5793 m
-547.04 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 343.4753 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.0192 m
-48.24 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 301.8052 Td
-/F2.0 10.5 Tf
-[<6f7574707574506172> 20.0195 <616d73>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.0192 m
-547.04 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 301.8052 Td
-/F1.0 10.5 Tf
-[<4c69737444617461446566696e6974696f6e496e746572666163654f706572> 20.0195 <6174696f6e506172> 20.0195 <616d44617461446566696e6974>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 286.0252 Td
-/F1.0 10.5 Tf
-<696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.4591 m
-48.24 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 252.2451 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 267.4591 m
-547.04 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 244.3551 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.899 m
-48.24 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 202.685 Td
-/F2.0 10.5 Tf
-<746f7363615265736f757263654e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 217.899 m
-547.04 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 194.795 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.3389 m
-48.24 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 153.1249 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 168.3389 m
-547.04 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 145.2349 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 82.5048 Td
-/F2.0 18 Tf
-[<496e746572666163654f706572> 20.0195 <6174696f6e506172> 20.0195 <616d44617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3634> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-385 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 384 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [387 0 R 388 0 R 389 0 R 390 0 R]
->>
-endobj
-386 0 obj
-[385 0 R /XYZ 0 624.9297 null]
-endobj
-387 0 obj
-<< /Border [0 0 0]
-/Dest (_listdatadefinitioninterfaceoperationparamdatadefinition)
-/Subtype /Link
-/Rect [265.0112 397.8594 542.9563 412.1394]
-/Type /Annot
->>
-endobj
-388 0 obj
-<< /Border [0 0 0]
-/Dest (_listdatadefinitioninterfaceoperationparamdatadefinition)
-/Subtype /Link
-/Rect [265.0112 382.0794 281.1917 396.3594]
-/Type /Annot
->>
-endobj
-389 0 obj
-<< /Border [0 0 0]
-/Dest (_listdatadefinitioninterfaceoperationparamdatadefinition)
-/Subtype /Link
-/Rect [265.0112 298.7392 542.9563 313.0192]
-/Type /Annot
->>
-endobj
-390 0 obj
-<< /Border [0 0 0]
-/Dest (_listdatadefinitioninterfaceoperationparamdatadefinition)
-/Subtype /Link
-/Rect [265.0112 282.9592 281.1917 297.2392]
-/Type /Annot
->>
-endobj
-391 0 obj
-[385 0 R /XYZ 0 106.5288 null]
-endobj
-392 0 obj
-<< /Length 16092
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 786.235 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 786.235 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 786.235 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 786.235 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-[<706172> 20.0195 <616d4964>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-[<706172> 20.0195 <616d4e616d65>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 551.3456 Td
-/F2.0 18 Tf
-[<4c6966656379636c654368616e6765496e666f5769746841> 20.0195 <6374696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 515.0096 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 515.0096 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 449.6695 213.7712 65.3401 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 449.6695 285.0288 65.3401 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 400.1094 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 400.1094 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 535.2896 m
-262.0112 535.2896 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 535.5396 m
-48.24 514.3846 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 535.5396 m
-262.0112 514.3846 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 519.0426 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 535.2896 m
-547.04 535.2896 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 535.5396 m
-262.0112 514.3846 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 535.5396 m
-547.04 514.3846 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 519.0426 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 449.6695 m
-262.0112 449.6695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.6346 m
-48.24 449.4195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.6346 m
-262.0112 449.4195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 492.1556 Td
-/F2.0 10.5 Tf
-<616374696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 476.3756 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 476.3756 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 449.6695 m
-547.04 449.6695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.6346 m
-262.0112 449.4195 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 515.6346 m
-547.04 449.4195 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-135.1903 Tw
-
-BT
-265.0112 500.0456 Td
-/F1.0 10.5 Tf
-[<656e756d202843524541> 60.0586 <54455f4652> 20.0195 <4f4d5f4353> 20.0195 <41522c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 484.2656 Td
-/F1.0 10.5 Tf
-[<555044> 20.0195 <41> 60.0586 <54455f4652> 20.0195 <4f4d5f45585445524e414c5f4150492c>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 468.4856 Td
-/F1.0 10.5 Tf
-[<555047524144455f4d49475241> 60.0586 <54494f4e29>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 449.6695 m
-262.0112 449.6695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 400.1094 m
-262.0112 400.1094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 449.9195 m
-48.24 399.8594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 449.9195 m
-262.0112 399.8594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-/F2.0 10.5 Tf
-<7573657252656d61726b73> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 418.9255 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 418.9255 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 449.6695 m
-547.04 449.6695 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 400.1094 m
-547.04 400.1094 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 449.9195 m
-262.0112 399.8594 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 449.9195 m
-547.04 399.8594 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 426.8155 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 364.0854 Td
-/F2.0 18 Tf
-<4c69737444617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 327.7494 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 327.7494 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 278.1893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 278.1893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 228.6292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 228.6292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 179.0691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 179.0691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 348.0294 m
-262.0112 348.0294 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 327.7494 m
-262.0112 327.7494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 348.2794 m
-48.24 327.1244 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 348.2794 m
-262.0112 327.1244 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 331.7824 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 348.0294 m
-547.04 348.0294 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 327.7494 m
-547.04 327.7494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 348.2794 m
-262.0112 327.1244 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 348.2794 m
-547.04 327.1244 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 331.7824 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 327.7494 m
-262.0112 327.7494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 278.1893 m
-262.0112 278.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 328.3744 m
-48.24 277.9393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 328.3744 m
-262.0112 277.9393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 312.7854 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 297.0054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 297.0054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 327.7494 m
-547.04 327.7494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 278.1893 m
-547.04 278.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 328.3744 m
-262.0112 277.9393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 328.3744 m
-547.04 277.9393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 304.8954 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 278.1893 m
-262.0112 278.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 228.6292 m
-262.0112 228.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 278.4393 m
-48.24 228.3792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 278.4393 m
-262.0112 228.3792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 263.2253 Td
-/F2.0 10.5 Tf
-[<6c69737454> 29.7852 <6f73636144617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 247.4453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 247.4453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 278.1893 m
-547.04 278.1893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 228.6292 m
-547.04 228.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 278.4393 m
-262.0112 228.3792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 278.4393 m
-547.04 228.3792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 255.3353 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 255.3353 Td
-/F1.0 10.5 Tf
-[<54> 29.7852 <6f73636144617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-375.1795 255.3353 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 228.6292 m
-262.0112 228.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 179.0691 m
-262.0112 179.0691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 228.8792 m
-48.24 178.8191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 228.8792 m
-262.0112 178.8191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 213.6652 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 197.8852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 197.8852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 228.6292 m
-547.04 228.6292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 179.0691 m
-547.04 179.0691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 228.8792 m
-262.0112 178.8191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 228.8792 m
-547.04 178.8191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 205.7752 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 143.0451 Td
-/F2.0 18 Tf
-[<4c69737444617461446566696e6974696f6e496e746572666163654f706572> 20.0195 <6174696f6e506172> 20.0195 <616d44617461446566696e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 118.5651 Td
-/F2.0 18 Tf
-<6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3635> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-393 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 392 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [396 0 R]
->>
-endobj
-394 0 obj
-[393 0 R /XYZ 0 575.3696 null]
-endobj
-395 0 obj
-[393 0 R /XYZ 0 388.1094 null]
-endobj
-396 0 obj
-<< /Border [0 0 0]
-/Dest (_toscadatadefinition)
-/Subtype /Link
-/Rect [273.6002 252.2693 375.1795 266.5493]
-/Type /Annot
->>
-endobj
-397 0 obj
-[393 0 R /XYZ 0 167.0691 null]
-endobj
-398 0 obj
-<< /Limits [(_heatparameterdatadefinition) (_parameters)]
-/Names [(_heatparameterdatadefinition) 368 0 R (_heatparameterdefinition) 369 0 R (_inputdefinition) 372 0 R (_interfacedefinition) 382 0 R (_interfaceoperationdatadefinition) 386 0 R (_interfaceoperationparamdatadefinition) 391 0 R (_lifecyclechangeinfowithaction) 394 0 R (_listdatadefinition) 395 0 R (_listdatadefinitioninterfaceoperationparamdatadefinition) 397 0 R (_listdatadefinitionoperationinputdefinition) 402 0 R (_operationdatadefinition) 404 0 R (_operationinputdefinition) 409 0 R (_overview) 18 0 R (_parameters) 28 0 R]
->>
-endobj
-399 0 obj
-<< /Length 18430
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 786.235 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 786.235 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 786.235 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 786.235 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-[<6c69737454> 29.7852 <6f73636144617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 713.1959 Td
-/F1.0 10.5 Tf
-[<496e746572666163654f706572> 20.0195 <6174696f6e506172> 20.0195 <616d44617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-475.7983 713.1959 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 600.9057 Td
-/F2.0 18 Tf
-[<4c69737444617461446566696e6974696f6e4f706572> 20.0195 <6174696f6e496e707574446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 564.5697 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 564.5697 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 515.0096 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 515.0096 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 465.4495 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 465.4495 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 415.8894 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 415.8894 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 584.8497 m
-262.0112 584.8497 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 585.0997 m
-48.24 563.9447 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 585.0997 m
-262.0112 563.9447 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 568.6027 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 584.8497 m
-547.04 584.8497 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 585.0997 m
-262.0112 563.9447 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 585.0997 m
-547.04 563.9447 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 568.6027 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 565.1947 m
-48.24 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 565.1947 m
-262.0112 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 549.6057 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 565.1947 m
-262.0112 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 565.1947 m
-547.04 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 541.7157 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.2596 m
-48.24 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.0456 Td
-/F2.0 10.5 Tf
-[<6c69737454> 29.7852 <6f73636144617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 515.2596 m
-547.04 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 492.1556 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 492.1556 Td
-/F1.0 10.5 Tf
-[<4f706572> 20.0195 <6174696f6e496e707574446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-401.847 492.1556 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.6995 m
-48.24 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 450.4855 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 465.6995 m
-547.04 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 442.5955 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 379.8654 Td
-/F2.0 18 Tf
-[<4f706572> 20.0195 <6174696f6e44617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 343.5294 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 343.5294 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 293.9693 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 293.9693 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 244.4092 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 244.4092 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 194.8491 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 194.8491 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 145.289 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 145.289 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 95.7289 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 95.7289 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 363.8094 m
-262.0112 363.8094 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 343.5294 m
-262.0112 343.5294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 364.0594 m
-48.24 342.9044 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 364.0594 m
-262.0112 342.9044 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 347.5624 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 363.8094 m
-547.04 363.8094 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 343.5294 m
-547.04 343.5294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 364.0594 m
-262.0112 342.9044 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 364.0594 m
-547.04 342.9044 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 347.5624 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 343.5294 m
-262.0112 343.5294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.9693 m
-262.0112 293.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 344.1544 m
-48.24 293.7193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 344.1544 m
-262.0112 293.7193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 328.5654 Td
-/F2.0 10.5 Tf
-<6372656174696f6e44617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 312.7854 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 312.7854 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 343.5294 m
-547.04 343.5294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 293.9693 m
-547.04 293.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 344.1544 m
-262.0112 293.7193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 344.1544 m
-547.04 293.7193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 320.6754 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.9693 m
-262.0112 293.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.4092 m
-262.0112 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 294.2193 m
-48.24 244.1592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 294.2193 m
-262.0112 244.1592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 279.0053 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 263.2253 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 263.2253 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 293.9693 m
-547.04 293.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 244.4092 m
-547.04 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 294.2193 m
-262.0112 244.1592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 294.2193 m
-547.04 244.1592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 271.1153 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.4092 m
-262.0112 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.8491 m
-262.0112 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.6592 m
-48.24 194.5991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 244.6592 m
-262.0112 194.5991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 229.4452 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 213.6652 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 213.6652 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 244.4092 m
-547.04 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 194.8491 m
-547.04 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 244.6592 m
-262.0112 194.5991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 244.6592 m
-547.04 194.5991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 221.5552 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.8491 m
-262.0112 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 145.289 m
-262.0112 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 195.0991 m
-48.24 145.039 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 195.0991 m
-262.0112 145.039 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 179.8851 Td
-/F2.0 10.5 Tf
-<696d706c656d656e746174696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 164.1051 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 164.1051 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 194.8491 m
-547.04 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.289 m
-547.04 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 195.0991 m
-262.0112 145.039 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 195.0991 m
-547.04 145.039 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 171.9951 Td
-/F1.0 10.5 Tf
-<417274696661637444617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 145.289 m
-262.0112 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 95.7289 m
-262.0112 95.7289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 145.539 m
-48.24 95.4789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.539 m
-262.0112 95.4789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 130.325 Td
-/F2.0 10.5 Tf
-<696e70757473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 114.545 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 114.545 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.289 m
-547.04 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 95.7289 m
-547.04 95.7289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.539 m
-262.0112 95.4789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 145.539 m
-547.04 95.4789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 122.435 Td
-/F1.0 10.5 Tf
-[<4c69737444617461446566696e6974696f6e4f706572> 20.0195 <6174696f6e496e707574446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3636> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-400 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 399 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [401 0 R 403 0 R 405 0 R 406 0 R]
->>
-endobj
-401 0 obj
-<< /Border [0 0 0]
-/Dest (_interfaceoperationparamdatadefinition)
-/Subtype /Link
-/Rect [273.6002 710.1299 475.7983 724.4099]
-/Type /Annot
->>
-endobj
-402 0 obj
-[400 0 R /XYZ 0 624.9297 null]
-endobj
-403 0 obj
-<< /Border [0 0 0]
-/Dest (_operationinputdefinition)
-/Subtype /Link
-/Rect [273.6002 489.0896 401.847 503.3696]
-/Type /Annot
->>
-endobj
-404 0 obj
-[400 0 R /XYZ 0 403.8894 null]
-endobj
-405 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdatadefinition)
-/Subtype /Link
-/Rect [265.0112 168.9291 376.6472 183.2091]
-/Type /Annot
->>
-endobj
-406 0 obj
-<< /Border [0 0 0]
-/Dest (_listdatadefinitionoperationinputdefinition)
-/Subtype /Link
-/Rect [265.0112 119.369 485.1855 133.649]
-/Type /Annot
->>
-endobj
-407 0 obj
-<< /Length 19274
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<6c61737455706461746544617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 551.3456 Td
-/F2.0 18 Tf
-[<4f706572> 20.0195 <6174696f6e496e707574446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 515.0096 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 515.0096 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 465.4495 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 465.4495 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 415.8894 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 415.8894 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 316.7692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 316.7692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 267.2091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 267.2091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 217.649 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 217.649 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 168.0889 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 168.0889 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 118.5288 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 118.5288 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 68.9687 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 68.9687 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 535.2896 m
-262.0112 535.2896 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 535.5396 m
-48.24 514.3846 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 535.5396 m
-262.0112 514.3846 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 519.0426 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 535.2896 m
-547.04 535.2896 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 535.5396 m
-262.0112 514.3846 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 535.5396 m
-547.04 514.3846 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 519.0426 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.6346 m
-48.24 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.6346 m
-262.0112 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.0456 Td
-/F2.0 10.5 Tf
-[<64656661756c7456> 60.0586 <616c7565>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.6346 m
-262.0112 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 515.6346 m
-547.04 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 492.1556 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.6995 m
-48.24 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 450.4855 Td
-/F2.0 10.5 Tf
-<646566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 465.6995 m
-547.04 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 442.5955 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.1394 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.1394 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 393.0354 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.5793 m
-48.24 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 351.3653 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 366.5793 m
-547.04 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 343.4753 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.0192 m
-48.24 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 301.8052 Td
-/F2.0 10.5 Tf
-<676574496e70757450726f7065727479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.0192 m
-547.04 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 293.9152 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.4591 m
-48.24 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 252.2451 Td
-/F2.0 10.5 Tf
-[<676574496e70757456> 60.0586 <616c756573>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 267.4591 m
-547.04 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 244.3551 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 244.3551 Td
-/F1.0 10.5 Tf
-[<476574496e70757456> 60.0586 <616c756544617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-419.2976 244.3551 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.899 m
-48.24 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 202.685 Td
-/F2.0 10.5 Tf
-<68696464656e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 217.899 m
-547.04 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 194.795 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.3389 m
-48.24 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 153.1249 Td
-/F2.0 10.5 Tf
-<696d6d757461626c65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 168.3389 m
-547.04 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 145.2349 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 68.9687 m
-262.0112 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.7788 m
-48.24 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 103.5648 Td
-/F2.0 10.5 Tf
-<696e7075744964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 68.9687 m
-547.04 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 118.7788 m
-547.04 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 95.6748 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3637> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-408 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 407 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [410 0 R]
->>
-endobj
-409 0 obj
-[408 0 R /XYZ 0 575.3696 null]
-endobj
-410 0 obj
-<< /Border [0 0 0]
-/Dest (_getinputvaluedatadefinition)
-/Subtype /Link
-/Rect [273.6002 241.2891 419.2976 255.5691]
-/Type /Annot
->>
-endobj
-411 0 obj
-<< /Length 19025
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<696e70757450617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<696e7374616e6365556e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<6c6162656c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<706172656e74556e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<70617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<70726f70657274794964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-<736368656d61> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<536368656d61446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<736368656d6154797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-<737461747573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-<74797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3638> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-412 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 411 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [413 0 R]
->>
-endobj
-413 0 obj
-<< /Border [0 0 0]
-/Dest (_schemadefinition)
-/Subtype /Link
-/Rect [265.0112 313.6491 354.4397 327.9291]
-/Type /Annot
->>
-endobj
-414 0 obj
-<< /Length 18872
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<76616c7565> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 700.0259 Td
-/F2.0 18 Tf
-<506f6c696379446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 663.6899 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 663.6899 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 614.1298 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 614.1298 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 564.5697 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 564.5697 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 515.0096 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 515.0096 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 465.4495 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 465.4495 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 415.8894 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 415.8894 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 316.7692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 316.7692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 267.2091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 267.2091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 217.649 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 217.649 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 168.0889 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 168.0889 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 118.5288 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 118.5288 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 68.9687 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 68.9687 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 683.9699 m
-262.0112 683.9699 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 663.6899 m
-262.0112 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 684.2199 m
-48.24 663.0649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 684.2199 m
-262.0112 663.0649 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 667.7229 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 683.9699 m
-547.04 683.9699 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 663.6899 m
-547.04 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 684.2199 m
-262.0112 663.0649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 684.2199 m
-547.04 663.0649 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 667.7229 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 663.6899 m
-262.0112 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.1298 m
-262.0112 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 664.3149 m
-48.24 613.8798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 664.3149 m
-262.0112 613.8798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 648.7259 Td
-/F2.0 10.5 Tf
-<636f6d706f6e656e744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 632.9459 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 632.9459 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 663.6899 m
-547.04 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.1298 m
-547.04 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 664.3149 m
-262.0112 613.8798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 664.3149 m
-547.04 613.8798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 640.8359 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.1298 m
-262.0112 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.3798 m
-48.24 564.3197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.3798 m
-262.0112 564.3197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 599.1658 Td
-/F2.0 10.5 Tf
-<6465726976656446726f6d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 583.3858 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 583.3858 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.1298 m
-547.04 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.3798 m
-262.0112 564.3197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 614.3798 m
-547.04 564.3197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 591.2758 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.8197 m
-48.24 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.8197 m
-262.0112 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 549.6057 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.8197 m
-262.0112 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 564.8197 m
-547.04 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 541.7157 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.2596 m
-48.24 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.0456 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 515.2596 m
-547.04 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 492.1556 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.6995 m
-48.24 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 450.4855 Td
-/F2.0 10.5 Tf
-<696e76617269616e744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 465.6995 m
-547.04 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 442.5955 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.1394 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-<696e76617269616e7455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.1394 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 393.0354 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.5793 m
-48.24 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 351.3653 Td
-/F2.0 10.5 Tf
-<697346726f6d43736172> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 366.5793 m
-547.04 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 343.4753 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.0192 m
-48.24 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 301.8052 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.0192 m
-547.04 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 293.9152 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.4591 m
-48.24 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 252.2451 Td
-/F2.0 10.5 Tf
-<6e6f726d616c697a65644e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 267.4591 m
-547.04 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 244.3551 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.899 m
-48.24 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 202.685 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 217.899 m
-547.04 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 194.795 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.3389 m
-48.24 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 153.1249 Td
-/F2.0 10.5 Tf
-<706f6c696379547970654e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 168.3389 m
-547.04 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 145.2349 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 68.9687 m
-262.0112 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.7788 m
-48.24 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 103.5648 Td
-/F2.0 10.5 Tf
-<706f6c69637954797065556964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 68.9687 m
-547.04 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 118.7788 m
-547.04 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 95.6748 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3639> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-415 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 414 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-416 0 obj
-[415 0 R /XYZ 0 724.0499 null]
-endobj
-417 0 obj
-<< /Length 18745
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<706f6c69637955554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<70726f70657274696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 713.1959 Td
-/F1.0 10.5 Tf
-<50726f706572747944617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-391.1687 713.1959 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<74617267657473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-[<3c20737472696e672c203c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79203e206d6170>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<76657273696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 501.7855 Td
-/F2.0 18 Tf
-[<50726f7065727479436f6e737472> 20.0195 <61696e74>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 473.7655 Td
-/F3.0 10.5 Tf
-<54797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-71.4345 473.7655 Td
-/F1.0 10.5 Tf
-<203a206f626a656374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 433.9255 Td
-/F2.0 18 Tf
-<50726f706572747944617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 397.5895 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 397.5895 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 348.0294 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 348.0294 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 298.4693 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 298.4693 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 248.9092 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 248.9092 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 199.3491 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 199.3491 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 149.789 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 149.789 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 100.2289 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 100.2289 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 50.6688 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 50.6688 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 417.8695 m
-262.0112 417.8695 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 397.5895 m
-262.0112 397.5895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 418.1195 m
-48.24 396.9645 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 418.1195 m
-262.0112 396.9645 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 401.6225 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 417.8695 m
-547.04 417.8695 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 397.5895 m
-547.04 397.5895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 418.1195 m
-262.0112 396.9645 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 418.1195 m
-547.04 396.9645 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 401.6225 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 397.5895 m
-262.0112 397.5895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 348.0294 m
-262.0112 348.0294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 398.2145 m
-48.24 347.7794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 398.2145 m
-262.0112 347.7794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 382.6255 Td
-/F2.0 10.5 Tf
-[<64656661756c7456> 60.0586 <616c7565>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 366.8455 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 366.8455 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 397.5895 m
-547.04 397.5895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 348.0294 m
-547.04 348.0294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 398.2145 m
-262.0112 347.7794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 398.2145 m
-547.04 347.7794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 374.7355 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 348.0294 m
-262.0112 348.0294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 298.4693 m
-262.0112 298.4693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 348.2794 m
-48.24 298.2193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 348.2794 m
-262.0112 298.2193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 333.0654 Td
-/F2.0 10.5 Tf
-<646566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 317.2854 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 317.2854 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 348.0294 m
-547.04 348.0294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 298.4693 m
-547.04 298.4693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 348.2794 m
-262.0112 298.2193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 348.2794 m
-547.04 298.2193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 325.1754 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 298.4693 m
-262.0112 298.4693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 248.9092 m
-262.0112 248.9092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 298.7193 m
-48.24 248.6592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 298.7193 m
-262.0112 248.6592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 283.5053 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 267.7253 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 267.7253 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 298.4693 m
-547.04 298.4693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 248.9092 m
-547.04 248.9092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 298.7193 m
-262.0112 248.6592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 298.7193 m
-547.04 248.6592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 275.6153 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 248.9092 m
-262.0112 248.9092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 199.3491 m
-262.0112 199.3491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 249.1592 m
-48.24 199.0991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 249.1592 m
-262.0112 199.0991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 233.9452 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 218.1652 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 218.1652 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 248.9092 m
-547.04 248.9092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 199.3491 m
-547.04 199.3491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 249.1592 m
-262.0112 199.0991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 249.1592 m
-547.04 199.0991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 226.0552 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 199.3491 m
-262.0112 199.3491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 149.789 m
-262.0112 149.789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 199.5991 m
-48.24 149.539 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 199.5991 m
-262.0112 149.539 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 184.3851 Td
-/F2.0 10.5 Tf
-<676574496e70757450726f7065727479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 168.6051 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 168.6051 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 199.3491 m
-547.04 199.3491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 149.789 m
-547.04 149.789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 199.5991 m
-262.0112 149.539 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 199.5991 m
-547.04 149.539 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 176.4951 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 149.789 m
-262.0112 149.789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 100.2289 m
-262.0112 100.2289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 150.039 m
-48.24 99.9789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 150.039 m
-262.0112 99.9789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 134.825 Td
-/F2.0 10.5 Tf
-[<676574496e70757456> 60.0586 <616c756573>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 119.045 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 119.045 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 149.789 m
-547.04 149.789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 100.2289 m
-547.04 100.2289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 150.039 m
-262.0112 99.9789 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 150.039 m
-547.04 99.9789 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 126.935 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 126.935 Td
-/F1.0 10.5 Tf
-[<476574496e70757456> 60.0586 <616c756544617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-419.2976 126.935 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 100.2289 m
-262.0112 100.2289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 50.6688 m
-262.0112 50.6688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 100.4789 m
-48.24 50.4188 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 100.4789 m
-262.0112 50.4188 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 85.2649 Td
-/F2.0 10.5 Tf
-<68696464656e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 69.4849 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 69.4849 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 100.2289 m
-547.04 100.2289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 50.6688 m
-547.04 50.6688 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 100.4789 m
-262.0112 50.4188 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 100.4789 m
-547.04 50.4188 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 77.3749 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3730> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-418 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 417 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [419 0 R 422 0 R]
->>
-endobj
-419 0 obj
-<< /Border [0 0 0]
-/Dest (_propertydatadefinition)
-/Subtype /Link
-/Rect [273.6002 710.1299 391.1687 724.4099]
-/Type /Annot
->>
-endobj
-420 0 obj
-[418 0 R /XYZ 0 525.8095 null]
-endobj
-421 0 obj
-[418 0 R /XYZ 0 457.9495 null]
-endobj
-422 0 obj
-<< /Border [0 0 0]
-/Dest (_getinputvaluedatadefinition)
-/Subtype /Link
-/Rect [273.6002 123.869 419.2976 138.149]
-/Type /Annot
->>
-endobj
-423 0 obj
-<< /Length 19037
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<696d6d757461626c65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<696e7075744964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<696e70757450617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<696e7374616e6365556e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<6c6162656c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<706172656e74556e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<70617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-<70726f70657274794964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-<736368656d61> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<536368656d61446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-<736368656d6154797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<737461747573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3731> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-424 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 423 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [425 0 R]
->>
-endobj
-425 0 obj
-<< /Border [0 0 0]
-/Dest (_schemadefinition)
-/Subtype /Link
-/Rect [265.0112 214.5289 354.4397 228.8089]
-/Type /Annot
->>
-endobj
-426 0 obj
-<< /Length 19556
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<74797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<76616c7565> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 600.9057 Td
-/F2.0 18 Tf
-<50726f7065727479446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 564.5697 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 564.5697 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 515.0096 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 515.0096 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 465.4495 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 465.4495 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 415.8894 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 415.8894 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 316.7692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 316.7692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 267.2091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 267.2091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 217.649 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 217.649 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 168.0889 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 168.0889 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 118.5288 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 118.5288 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 68.9687 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 68.9687 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 584.8497 m
-262.0112 584.8497 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 585.0997 m
-48.24 563.9447 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 585.0997 m
-262.0112 563.9447 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 568.6027 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 584.8497 m
-547.04 584.8497 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 585.0997 m
-262.0112 563.9447 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 585.0997 m
-547.04 563.9447 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 568.6027 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 565.1947 m
-48.24 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 565.1947 m
-262.0112 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 549.6057 Td
-/F2.0 10.5 Tf
-[<636f6e737472> 20.0195 <61696e7473>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 565.1947 m
-262.0112 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 565.1947 m
-547.04 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 541.7157 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 541.7157 Td
-/F1.0 10.5 Tf
-[<50726f7065727479436f6e737472> 20.0195 <61696e74>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-369.717 541.7157 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.2596 m
-48.24 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.0456 Td
-/F2.0 10.5 Tf
-[<64656661756c7456> 60.0586 <616c7565>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 515.2596 m
-547.04 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 492.1556 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.6995 m
-48.24 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 450.4855 Td
-/F2.0 10.5 Tf
-<646566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 465.6995 m
-547.04 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 442.5955 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.1394 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.1394 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 393.0354 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.5793 m
-48.24 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 351.3653 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 366.5793 m
-547.04 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 343.4753 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.0192 m
-48.24 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 301.8052 Td
-/F2.0 10.5 Tf
-<676574496e70757450726f7065727479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.0192 m
-547.04 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 293.9152 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.4591 m
-48.24 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 252.2451 Td
-/F2.0 10.5 Tf
-[<676574496e70757456> 60.0586 <616c756573>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 267.4591 m
-547.04 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 244.3551 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 244.3551 Td
-/F1.0 10.5 Tf
-[<476574496e70757456> 60.0586 <616c756544617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-419.2976 244.3551 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.899 m
-48.24 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 202.685 Td
-/F2.0 10.5 Tf
-<68696464656e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 217.899 m
-547.04 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 194.795 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.3389 m
-48.24 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 153.1249 Td
-/F2.0 10.5 Tf
-<696d6d757461626c65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 168.3389 m
-547.04 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 145.2349 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 68.9687 m
-262.0112 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.7788 m
-48.24 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 103.5648 Td
-/F2.0 10.5 Tf
-<696e7075744964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 87.7848 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 68.9687 m
-547.04 68.9687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.7788 m
-262.0112 68.7187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 118.7788 m
-547.04 68.7187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 95.6748 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3732> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-427 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 426 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [429 0 R 430 0 R]
->>
-endobj
-428 0 obj
-[427 0 R /XYZ 0 624.9297 null]
-endobj
-429 0 obj
-<< /Border [0 0 0]
-/Dest (_propertyconstraint)
-/Subtype /Link
-/Rect [273.6002 538.6497 369.717 552.9297]
-/Type /Annot
->>
-endobj
-430 0 obj
-<< /Border [0 0 0]
-/Dest (_getinputvaluedatadefinition)
-/Subtype /Link
-/Rect [273.6002 241.2891 419.2976 255.5691]
-/Type /Annot
->>
-endobj
-431 0 obj
-<< /Length 19027
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<696e70757450617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<696e7374616e6365556e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<6c6162656c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<706172656e74556e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<70617373776f7264> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<70726f70657274794964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<7265717569726564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-<736368656d61> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<536368656d61446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<736368656d6154797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-<737461747573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-<74797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3733> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-432 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 431 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [433 0 R]
->>
-endobj
-433 0 obj
-<< /Border [0 0 0]
-/Dest (_schemadefinition)
-/Subtype /Link
-/Rect [265.0112 313.6491 354.4397 327.9291]
-/Type /Annot
->>
-endobj
-434 0 obj
-<< /Length 17402
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<76616c7565> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 700.0259 Td
-/F2.0 18 Tf
-<50726f706572747952756c65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 663.6899 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 663.6899 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 614.1298 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 614.1298 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 564.5697 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 564.5697 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 515.0096 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 515.0096 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 465.4495 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 465.4495 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 683.9699 m
-262.0112 683.9699 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 663.6899 m
-262.0112 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 684.2199 m
-48.24 663.0649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 684.2199 m
-262.0112 663.0649 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 667.7229 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 683.9699 m
-547.04 683.9699 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 663.6899 m
-547.04 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 684.2199 m
-262.0112 663.0649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 684.2199 m
-547.04 663.0649 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 667.7229 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 663.6899 m
-262.0112 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.1298 m
-262.0112 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 664.3149 m
-48.24 613.8798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 664.3149 m
-262.0112 613.8798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 648.7259 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 632.9459 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 632.9459 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 663.6899 m
-547.04 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.1298 m
-547.04 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 664.3149 m
-262.0112 613.8798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 664.3149 m
-547.04 613.8798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 640.8359 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.1298 m
-262.0112 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.3798 m
-48.24 564.3197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.3798 m
-262.0112 564.3197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 599.1658 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 583.3858 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 583.3858 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.1298 m
-547.04 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.3798 m
-262.0112 564.3197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 614.3798 m
-547.04 564.3197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 591.2758 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.8197 m
-48.24 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.8197 m
-262.0112 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 549.6057 Td
-/F2.0 10.5 Tf
-<72756c65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.8197 m
-262.0112 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 564.8197 m
-547.04 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 541.7157 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.2596 m
-48.24 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.0456 Td
-/F2.0 10.5 Tf
-<76616c7565> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 515.2596 m
-547.04 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 492.1556 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 429.4255 Td
-/F2.0 18 Tf
-[<52656769737472> 20.0195 <6174696f6e52657175657374>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 393.0895 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 393.0895 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 343.5294 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 343.5294 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 293.9693 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 293.9693 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 244.4092 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 244.4092 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 194.8491 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 194.8491 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 413.3695 m
-262.0112 413.3695 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 393.0895 m
-262.0112 393.0895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 413.6195 m
-48.24 392.4645 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 413.6195 m
-262.0112 392.4645 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 397.1225 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 413.3695 m
-547.04 413.3695 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 393.0895 m
-547.04 393.0895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 413.6195 m
-262.0112 392.4645 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 413.6195 m
-547.04 392.4645 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 397.1225 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 393.0895 m
-262.0112 393.0895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 343.5294 m
-262.0112 343.5294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 393.7145 m
-48.24 343.2794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 393.7145 m
-262.0112 343.2794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 378.1255 Td
-/F2.0 10.5 Tf
-[<6170695075626c69634b> 20.0195 <6579>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 362.3455 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 362.3455 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 393.0895 m
-547.04 393.0895 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 343.5294 m
-547.04 343.5294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 393.7145 m
-262.0112 343.2794 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 393.7145 m
-547.04 343.2794 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 370.2355 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 343.5294 m
-262.0112 343.5294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.9693 m
-262.0112 293.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 343.7794 m
-48.24 293.7193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 343.7794 m
-262.0112 293.7193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 328.5654 Td
-/F2.0 10.5 Tf
-<64697374456e76456e64506f696e7473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 312.7854 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 312.7854 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 343.5294 m
-547.04 343.5294 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 293.9693 m
-547.04 293.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 343.7794 m
-262.0112 293.7193 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 343.7794 m
-547.04 293.7193 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 320.6754 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 293.9693 m
-262.0112 293.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.4092 m
-262.0112 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 294.2193 m
-48.24 244.1592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 294.2193 m
-262.0112 244.1592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 279.0053 Td
-/F2.0 10.5 Tf
-<6469737472456e764e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 263.2253 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 263.2253 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 293.9693 m
-547.04 293.9693 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 244.4092 m
-547.04 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 294.2193 m
-262.0112 244.1592 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 294.2193 m
-547.04 244.1592 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 271.1153 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.4092 m
-262.0112 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.8491 m
-262.0112 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.6592 m
-48.24 194.5991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 244.6592 m
-262.0112 194.5991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 229.4452 Td
-/F2.0 10.5 Tf
-[<6973436f6e73756d657254> 29.7852 <6f536463446973747253746174757354> 29.7852 <6f706963>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 213.6652 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 213.6652 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 244.4092 m
-547.04 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 194.8491 m
-547.04 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 244.6592 m
-262.0112 194.5991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 244.6592 m
-547.04 194.5991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 221.5552 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 158.8251 Td
-/F2.0 18 Tf
-<52656c6174696f6e73686970496d706c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 122.4891 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 122.4891 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 72.929 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 72.929 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 142.7691 m
-262.0112 142.7691 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 122.4891 m
-262.0112 122.4891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 143.0191 m
-48.24 121.8641 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 143.0191 m
-262.0112 121.8641 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 126.5221 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 142.7691 m
-547.04 142.7691 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 122.4891 m
-547.04 122.4891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 143.0191 m
-262.0112 121.8641 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 143.0191 m
-547.04 121.8641 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 126.5221 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 122.4891 m
-262.0112 122.4891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 72.929 m
-262.0112 72.929 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 123.1141 m
-48.24 72.679 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 123.1141 m
-262.0112 72.679 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 107.5251 Td
-/F2.0 10.5 Tf
-<74797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 91.7451 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 91.7451 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 122.4891 m
-547.04 122.4891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 72.929 m
-547.04 72.929 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 123.1141 m
-262.0112 72.679 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 123.1141 m
-547.04 72.679 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 99.6351 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3734> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-435 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 434 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-436 0 obj
-[435 0 R /XYZ 0 724.0499 null]
-endobj
-437 0 obj
-[435 0 R /XYZ 0 453.4495 null]
-endobj
-438 0 obj
-<< /Limits [(_responses_10) (_responses_2)]
-/Names [(_responses_10) 136 0 R (_responses_11) 146 0 R (_responses_12) 156 0 R (_responses_13) 168 0 R (_responses_14) 179 0 R (_responses_15) 191 0 R (_responses_16) 204 0 R (_responses_17) 216 0 R (_responses_18) 226 0 R (_responses_19) 235 0 R (_responses_2) 43 0 R]
->>
-endobj
-439 0 obj
-[435 0 R /XYZ 0 182.8491 null]
-endobj
-440 0 obj
-<< /Length 18154
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 786.666 Td
-/F2.0 18 Tf
-<52656c6174696f6e73686970496e666f> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 750.33 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 750.33 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 700.7699 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 700.7699 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 651.2098 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 651.2098 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 601.6497 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 601.6497 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 552.0896 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 552.0896 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 502.5295 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 502.5295 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 452.9694 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 452.9694 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 403.4093 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 403.4093 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 353.8492 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 353.8492 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 770.61 m
-262.0112 770.61 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.33 m
-262.0112 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 770.86 m
-48.24 749.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.86 m
-262.0112 749.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 754.363 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.61 m
-547.04 770.61 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.33 m
-547.04 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.86 m
-262.0112 749.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 770.86 m
-547.04 749.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 754.363 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.33 m
-262.0112 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 700.7699 m
-262.0112 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.955 m
-48.24 700.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.955 m
-262.0112 700.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 735.366 Td
-/F2.0 10.5 Tf
-<6361706162696c697479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 719.586 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 719.586 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.33 m
-547.04 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 700.7699 m
-547.04 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.955 m
-262.0112 700.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 750.955 m
-547.04 700.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 727.476 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 700.7699 m
-262.0112 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.2098 m
-262.0112 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 701.0199 m
-48.24 650.9598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 701.0199 m
-262.0112 650.9598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 685.8059 Td
-/F2.0 10.5 Tf
-<6361706162696c6974794f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 670.0259 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 670.0259 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 700.7699 m
-547.04 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.2098 m
-547.04 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 701.0199 m
-262.0112 650.9598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 701.0199 m
-547.04 650.9598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 677.9159 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.2098 m
-262.0112 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.6497 m
-262.0112 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.4598 m
-48.24 601.3997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.4598 m
-262.0112 601.3997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 636.2458 Td
-/F2.0 10.5 Tf
-<6361706162696c697479556964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 620.4658 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 620.4658 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.2098 m
-547.04 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.6497 m
-547.04 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.4598 m
-262.0112 601.3997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 651.4598 m
-547.04 601.3997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 628.3558 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.6497 m
-262.0112 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.0896 m
-262.0112 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.8997 m
-48.24 551.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.8997 m
-262.0112 551.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 586.6857 Td
-/F2.0 10.5 Tf
-<6964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 570.9057 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 570.9057 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.6497 m
-547.04 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.0896 m
-547.04 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.8997 m
-262.0112 551.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 601.8997 m
-547.04 551.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 578.7957 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.0896 m
-262.0112 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.5295 m
-262.0112 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.3396 m
-48.24 502.2795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.3396 m
-262.0112 502.2795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 537.1256 Td
-/F2.0 10.5 Tf
-<72656c6174696f6e73686970> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 521.3456 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 521.3456 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.0896 m
-547.04 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.5295 m
-547.04 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.3396 m
-262.0112 502.2795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 552.3396 m
-547.04 502.2795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 529.2356 Td
-/F1.0 10.5 Tf
-<52656c6174696f6e73686970496d706c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.5295 m
-262.0112 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 452.9694 m
-262.0112 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.7795 m
-48.24 452.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.7795 m
-262.0112 452.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 487.5655 Td
-/F2.0 10.5 Tf
-<726571756972656d656e74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 471.7855 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 471.7855 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.5295 m
-547.04 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 452.9694 m
-547.04 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.7795 m
-262.0112 452.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 502.7795 m
-547.04 452.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 479.6755 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 452.9694 m
-262.0112 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.4093 m
-262.0112 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 453.2194 m
-48.24 403.1593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 453.2194 m
-262.0112 403.1593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 438.0054 Td
-/F2.0 10.5 Tf
-<726571756972656d656e744f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 422.2254 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 422.2254 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 452.9694 m
-547.04 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.4093 m
-547.04 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 453.2194 m
-262.0112 403.1593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 453.2194 m
-547.04 403.1593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 430.1154 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.4093 m
-262.0112 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 353.8492 m
-262.0112 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.6593 m
-48.24 353.5992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.6593 m
-262.0112 353.5992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 388.4453 Td
-/F2.0 10.5 Tf
-<726571756972656d656e74556964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 372.6653 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 372.6653 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.4093 m
-547.04 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 353.8492 m
-547.04 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.6593 m
-262.0112 353.5992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 403.6593 m
-547.04 353.5992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 380.5553 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 317.8252 Td
-/F2.0 18 Tf
-<526571756972656d656e744361706162696c69747952656c446566> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 281.4892 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 281.4892 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 231.9291 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 231.9291 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 182.369 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 182.369 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 132.8089 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 132.8089 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 83.2488 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 83.2488 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 301.7692 m
-262.0112 301.7692 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 281.4892 m
-262.0112 281.4892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 302.0192 m
-48.24 280.8642 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 302.0192 m
-262.0112 280.8642 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 285.5222 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 301.7692 m
-547.04 301.7692 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 281.4892 m
-547.04 281.4892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 302.0192 m
-262.0112 280.8642 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 302.0192 m
-547.04 280.8642 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 285.5222 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 281.4892 m
-262.0112 281.4892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 231.9291 m
-262.0112 231.9291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 282.1142 m
-48.24 231.6791 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 282.1142 m
-262.0112 231.6791 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 266.5252 Td
-/F2.0 10.5 Tf
-<66726f6d4e6f6465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 250.7452 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 250.7452 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 281.4892 m
-547.04 281.4892 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 231.9291 m
-547.04 231.9291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 282.1142 m
-262.0112 231.6791 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 282.1142 m
-547.04 231.6791 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 258.6352 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 231.9291 m
-262.0112 231.9291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 182.369 m
-262.0112 182.369 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 232.1791 m
-48.24 182.119 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 232.1791 m
-262.0112 182.119 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 216.9651 Td
-/F2.0 10.5 Tf
-<72656c6174696f6e7368697073> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 201.1851 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 201.1851 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 231.9291 m
-547.04 231.9291 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 182.369 m
-547.04 182.369 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 232.1791 m
-262.0112 182.119 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 232.1791 m
-547.04 182.119 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 209.0751 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 209.0751 Td
-/F1.0 10.5 Tf
-<4361706162696c697479526571756972656d656e7452656c6174696f6e73686970> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-452.4887 209.0751 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 182.369 m
-262.0112 182.369 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 132.8089 m
-262.0112 132.8089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 182.619 m
-48.24 132.5589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 182.619 m
-262.0112 132.5589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 167.405 Td
-/F2.0 10.5 Tf
-<746f4e6f6465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 151.625 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 151.625 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 182.369 m
-547.04 182.369 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 132.8089 m
-547.04 132.8089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 182.619 m
-262.0112 132.5589 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 182.619 m
-547.04 132.5589 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 159.515 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 132.8089 m
-262.0112 132.8089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 83.2488 m
-262.0112 83.2488 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 133.0589 m
-48.24 82.9988 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 133.0589 m
-262.0112 82.9988 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 117.8449 Td
-/F2.0 10.5 Tf
-<756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 102.0649 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 102.0649 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 132.8089 m
-547.04 132.8089 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 83.2488 m
-547.04 83.2488 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 133.0589 m
-262.0112 82.9988 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 133.0589 m
-547.04 82.9988 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 109.9549 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3735> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-441 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 440 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [443 0 R 445 0 R]
->>
-endobj
-442 0 obj
-[441 0 R /XYZ 0 841.89 null]
-endobj
-443 0 obj
-<< /Border [0 0 0]
-/Dest (_relationshipimpl)
-/Subtype /Link
-/Rect [265.0112 526.1696 351.1742 540.4496]
-/Type /Annot
->>
-endobj
-444 0 obj
-[441 0 R /XYZ 0 341.8492 null]
-endobj
-445 0 obj
-<< /Border [0 0 0]
-/Dest (_capabilityrequirementrelationship)
-/Subtype /Link
-/Rect [273.6002 206.0091 452.4887 220.2891]
-/Type /Annot
->>
-endobj
-446 0 obj
-<< /Length 19202
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 786.666 Td
-/F2.0 18 Tf
-<526571756972656d656e7444617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 750.33 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 750.33 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 700.7699 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 700.7699 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 651.2098 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 651.2098 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 601.6497 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 601.6497 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 552.0896 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 552.0896 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 502.5295 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 502.5295 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 452.9694 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 452.9694 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 403.4093 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 403.4093 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 353.8492 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 353.8492 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 304.2891 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 304.2891 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 254.729 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 254.729 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 205.1689 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 205.1689 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 155.6088 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 155.6088 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 106.0487 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 106.0487 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 56.4886 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 56.4886 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 770.61 m
-262.0112 770.61 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.33 m
-262.0112 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 770.86 m
-48.24 749.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.86 m
-262.0112 749.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 754.363 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.61 m
-547.04 770.61 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.33 m
-547.04 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.86 m
-262.0112 749.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 770.86 m
-547.04 749.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 754.363 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.33 m
-262.0112 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 700.7699 m
-262.0112 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.955 m
-48.24 700.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.955 m
-262.0112 700.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 735.366 Td
-/F2.0 10.5 Tf
-<6361706162696c697479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 719.586 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 719.586 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.33 m
-547.04 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 700.7699 m
-547.04 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.955 m
-262.0112 700.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 750.955 m
-547.04 700.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 727.476 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 700.7699 m
-262.0112 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.2098 m
-262.0112 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 701.0199 m
-48.24 650.9598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 701.0199 m
-262.0112 650.9598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 685.8059 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 670.0259 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 670.0259 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 700.7699 m
-547.04 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.2098 m
-547.04 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 701.0199 m
-262.0112 650.9598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 701.0199 m
-547.04 650.9598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 677.9159 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.2098 m
-262.0112 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.6497 m
-262.0112 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.4598 m
-48.24 601.3997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.4598 m
-262.0112 601.3997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 636.2458 Td
-/F2.0 10.5 Tf
-<6c6566744f6363757272656e636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 620.4658 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 620.4658 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.2098 m
-547.04 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.6497 m
-547.04 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.4598 m
-262.0112 601.3997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 651.4598 m
-547.04 601.3997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 628.3558 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.6497 m
-262.0112 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.0896 m
-262.0112 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.8997 m
-48.24 551.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.8997 m
-262.0112 551.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 586.6857 Td
-/F2.0 10.5 Tf
-<6d61784f6363757272656e636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 570.9057 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 570.9057 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.6497 m
-547.04 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.0896 m
-547.04 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.8997 m
-262.0112 551.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 601.8997 m
-547.04 551.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 578.7957 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.0896 m
-262.0112 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.5295 m
-262.0112 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.3396 m
-48.24 502.2795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.3396 m
-262.0112 502.2795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 537.1256 Td
-/F2.0 10.5 Tf
-<6d696e4f6363757272656e636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 521.3456 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 521.3456 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.0896 m
-547.04 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.5295 m
-547.04 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.3396 m
-262.0112 502.2795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 552.3396 m
-547.04 502.2795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 529.2356 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.5295 m
-262.0112 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 452.9694 m
-262.0112 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.7795 m
-48.24 452.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.7795 m
-262.0112 452.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 487.5655 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 471.7855 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 471.7855 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.5295 m
-547.04 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 452.9694 m
-547.04 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.7795 m
-262.0112 452.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 502.7795 m
-547.04 452.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 479.6755 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 452.9694 m
-262.0112 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.4093 m
-262.0112 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 453.2194 m
-48.24 403.1593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 453.2194 m
-262.0112 403.1593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 438.0054 Td
-/F2.0 10.5 Tf
-<6e6f6465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 422.2254 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 422.2254 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 452.9694 m
-547.04 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.4093 m
-547.04 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 453.2194 m
-262.0112 403.1593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 453.2194 m
-547.04 403.1593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 430.1154 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.4093 m
-262.0112 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 353.8492 m
-262.0112 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.6593 m
-48.24 353.5992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.6593 m
-262.0112 353.5992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 388.4453 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 372.6653 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 372.6653 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.4093 m
-547.04 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 353.8492 m
-547.04 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.6593 m
-262.0112 353.5992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 403.6593 m
-547.04 353.5992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 380.5553 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 353.8492 m
-262.0112 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 304.2891 m
-262.0112 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 354.0992 m
-48.24 304.0391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 354.0992 m
-262.0112 304.0391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 338.8852 Td
-/F2.0 10.5 Tf
-<6f776e65724e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 323.1052 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 323.1052 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 353.8492 m
-547.04 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.2891 m
-547.04 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 354.0992 m
-262.0112 304.0391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 354.0992 m
-547.04 304.0391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 330.9952 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 304.2891 m
-262.0112 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 254.729 m
-262.0112 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 304.5391 m
-48.24 254.479 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.5391 m
-262.0112 254.479 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 289.3251 Td
-/F2.0 10.5 Tf
-<706172656e744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 273.5451 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 273.5451 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.2891 m
-547.04 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.729 m
-547.04 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.5391 m
-262.0112 254.479 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 304.5391 m
-547.04 254.479 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 281.4351 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 254.729 m
-262.0112 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 205.1689 m
-262.0112 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 254.979 m
-48.24 204.9189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.979 m
-262.0112 204.9189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 239.765 Td
-/F2.0 10.5 Tf
-<70617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 223.985 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 223.985 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.729 m
-547.04 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.1689 m
-547.04 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.979 m
-262.0112 204.9189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 254.979 m
-547.04 204.9189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 231.875 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 205.1689 m
-262.0112 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 155.6088 m
-262.0112 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 205.4189 m
-48.24 155.3588 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.4189 m
-262.0112 155.3588 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 190.2049 Td
-/F2.0 10.5 Tf
-<72656c6174696f6e73686970> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 174.4249 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 174.4249 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.1689 m
-547.04 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.6088 m
-547.04 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.4189 m
-262.0112 155.3588 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 205.4189 m
-547.04 155.3588 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 182.3149 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 155.6088 m
-262.0112 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.0487 m
-262.0112 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 155.8588 m
-48.24 105.7987 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.8588 m
-262.0112 105.7987 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 140.6448 Td
-/F2.0 10.5 Tf
-<736f75726365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 124.8648 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 124.8648 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.6088 m
-547.04 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.0487 m
-547.04 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.8588 m
-262.0112 105.7987 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 155.8588 m
-547.04 105.7987 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 132.7548 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.0487 m
-262.0112 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 56.4886 m
-262.0112 56.4886 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.2987 m
-48.24 56.2386 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.2987 m
-262.0112 56.2386 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 91.0847 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 75.3047 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 75.3047 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.0487 m
-547.04 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 56.4886 m
-547.04 56.4886 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.2987 m
-262.0112 56.2386 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 106.2987 m
-547.04 56.2386 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 83.1947 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3736> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-447 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 446 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-448 0 obj
-[447 0 R /XYZ 0 841.89 null]
-endobj
-449 0 obj
-<< /Length 19196
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 786.666 Td
-/F2.0 18 Tf
-<526571756972656d656e74446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 750.33 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 750.33 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 700.7699 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 700.7699 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 651.2098 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 651.2098 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 601.6497 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 601.6497 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 552.0896 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 552.0896 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 502.5295 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 502.5295 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 452.9694 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 452.9694 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 403.4093 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 403.4093 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 353.8492 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 353.8492 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 304.2891 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 304.2891 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 254.729 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 254.729 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 205.1689 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 205.1689 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 155.6088 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 155.6088 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 106.0487 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 106.0487 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 56.4886 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 56.4886 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 770.61 m
-262.0112 770.61 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.33 m
-262.0112 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 770.86 m
-48.24 749.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.86 m
-262.0112 749.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 754.363 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.61 m
-547.04 770.61 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.33 m
-547.04 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.86 m
-262.0112 749.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 770.86 m
-547.04 749.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 754.363 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.33 m
-262.0112 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 700.7699 m
-262.0112 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.955 m
-48.24 700.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.955 m
-262.0112 700.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 735.366 Td
-/F2.0 10.5 Tf
-<6361706162696c697479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 719.586 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 719.586 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.33 m
-547.04 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 700.7699 m
-547.04 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.955 m
-262.0112 700.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 750.955 m
-547.04 700.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 727.476 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 700.7699 m
-262.0112 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.2098 m
-262.0112 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 701.0199 m
-48.24 650.9598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 701.0199 m
-262.0112 650.9598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 685.8059 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 670.0259 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 670.0259 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 700.7699 m
-547.04 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.2098 m
-547.04 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 701.0199 m
-262.0112 650.9598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 701.0199 m
-547.04 650.9598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 677.9159 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.2098 m
-262.0112 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.6497 m
-262.0112 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.4598 m
-48.24 601.3997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.4598 m
-262.0112 601.3997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 636.2458 Td
-/F2.0 10.5 Tf
-<6c6566744f6363757272656e636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 620.4658 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 620.4658 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.2098 m
-547.04 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.6497 m
-547.04 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.4598 m
-262.0112 601.3997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 651.4598 m
-547.04 601.3997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 628.3558 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.6497 m
-262.0112 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.0896 m
-262.0112 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.8997 m
-48.24 551.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.8997 m
-262.0112 551.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 586.6857 Td
-/F2.0 10.5 Tf
-<6d61784f6363757272656e636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 570.9057 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 570.9057 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.6497 m
-547.04 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.0896 m
-547.04 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.8997 m
-262.0112 551.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 601.8997 m
-547.04 551.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 578.7957 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.0896 m
-262.0112 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.5295 m
-262.0112 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.3396 m
-48.24 502.2795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.3396 m
-262.0112 502.2795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 537.1256 Td
-/F2.0 10.5 Tf
-<6d696e4f6363757272656e636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 521.3456 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 521.3456 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.0896 m
-547.04 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.5295 m
-547.04 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.3396 m
-262.0112 502.2795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 552.3396 m
-547.04 502.2795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 529.2356 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.5295 m
-262.0112 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 452.9694 m
-262.0112 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.7795 m
-48.24 452.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.7795 m
-262.0112 452.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 487.5655 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 471.7855 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 471.7855 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.5295 m
-547.04 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 452.9694 m
-547.04 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.7795 m
-262.0112 452.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 502.7795 m
-547.04 452.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 479.6755 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 452.9694 m
-262.0112 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.4093 m
-262.0112 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 453.2194 m
-48.24 403.1593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 453.2194 m
-262.0112 403.1593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 438.0054 Td
-/F2.0 10.5 Tf
-<6e6f6465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 422.2254 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 422.2254 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 452.9694 m
-547.04 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.4093 m
-547.04 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 453.2194 m
-262.0112 403.1593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 453.2194 m
-547.04 403.1593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 430.1154 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.4093 m
-262.0112 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 353.8492 m
-262.0112 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.6593 m
-48.24 353.5992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.6593 m
-262.0112 353.5992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 388.4453 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 372.6653 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 372.6653 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.4093 m
-547.04 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 353.8492 m
-547.04 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.6593 m
-262.0112 353.5992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 403.6593 m
-547.04 353.5992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 380.5553 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 353.8492 m
-262.0112 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 304.2891 m
-262.0112 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 354.0992 m
-48.24 304.0391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 354.0992 m
-262.0112 304.0391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 338.8852 Td
-/F2.0 10.5 Tf
-<6f776e65724e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 323.1052 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 323.1052 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 353.8492 m
-547.04 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.2891 m
-547.04 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 354.0992 m
-262.0112 304.0391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 354.0992 m
-547.04 304.0391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 330.9952 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 304.2891 m
-262.0112 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 254.729 m
-262.0112 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 304.5391 m
-48.24 254.479 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.5391 m
-262.0112 254.479 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 289.3251 Td
-/F2.0 10.5 Tf
-<706172656e744e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 273.5451 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 273.5451 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.2891 m
-547.04 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.729 m
-547.04 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.5391 m
-262.0112 254.479 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 304.5391 m
-547.04 254.479 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 281.4351 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 254.729 m
-262.0112 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 205.1689 m
-262.0112 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 254.979 m
-48.24 204.9189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.979 m
-262.0112 204.9189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 239.765 Td
-/F2.0 10.5 Tf
-<70617468> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 223.985 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 223.985 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.729 m
-547.04 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.1689 m
-547.04 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.979 m
-262.0112 204.9189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 254.979 m
-547.04 204.9189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 231.875 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 205.1689 m
-262.0112 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 155.6088 m
-262.0112 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 205.4189 m
-48.24 155.3588 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.4189 m
-262.0112 155.3588 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 190.2049 Td
-/F2.0 10.5 Tf
-<72656c6174696f6e73686970> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 174.4249 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 174.4249 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.1689 m
-547.04 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.6088 m
-547.04 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.4189 m
-262.0112 155.3588 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 205.4189 m
-547.04 155.3588 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 182.3149 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 155.6088 m
-262.0112 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.0487 m
-262.0112 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 155.8588 m
-48.24 105.7987 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.8588 m
-262.0112 105.7987 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 140.6448 Td
-/F2.0 10.5 Tf
-<736f75726365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 124.8648 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 124.8648 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.6088 m
-547.04 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.0487 m
-547.04 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.8588 m
-262.0112 105.7987 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 155.8588 m
-547.04 105.7987 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 132.7548 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.0487 m
-262.0112 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 56.4886 m
-262.0112 56.4886 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.2987 m
-48.24 56.2386 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.2987 m
-262.0112 56.2386 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 91.0847 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 75.3047 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 75.3047 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.0487 m
-547.04 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 56.4886 m
-547.04 56.4886 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.2987 m
-262.0112 56.2386 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 106.2987 m
-547.04 56.2386 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 83.1947 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3737> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-450 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 449 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
->>
-endobj
-451 0 obj
-[450 0 R /XYZ 0 841.89 null]
-endobj
-452 0 obj
-<< /Length 23399
->>
-stream
-q
-/DeviceRGB cs
-0.2 0.2 0.2 scn
-/DeviceRGB CS
-0.2 0.2 0.2 SCN
-
-BT
-48.24 786.666 Td
-/F2.0 18 Tf
-<5265736f75726365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 750.33 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 750.33 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 700.7699 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 700.7699 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 651.2098 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 651.2098 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 601.6497 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 601.6497 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 552.0896 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 552.0896 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 502.5295 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 502.5295 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 452.9694 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 452.9694 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 403.4093 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 403.4093 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 353.8492 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 353.8492 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 304.2891 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 304.2891 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 254.729 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 254.729 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 205.1689 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 205.1689 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 155.6088 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 155.6088 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 106.0487 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 106.0487 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 56.4886 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 56.4886 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 770.61 m
-262.0112 770.61 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.33 m
-262.0112 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 770.86 m
-48.24 749.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.86 m
-262.0112 749.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 754.363 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.61 m
-547.04 770.61 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.33 m
-547.04 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 770.86 m
-262.0112 749.705 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 770.86 m
-547.04 749.705 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 754.363 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.33 m
-262.0112 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 700.7699 m
-262.0112 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 750.955 m
-48.24 700.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.955 m
-262.0112 700.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 735.366 Td
-/F2.0 10.5 Tf
-[<6162737472> 20.0195 <616374>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 719.586 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 719.586 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.33 m
-547.04 750.33 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 700.7699 m
-547.04 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 750.955 m
-262.0112 700.5199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 750.955 m
-547.04 700.5199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 727.476 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 700.7699 m
-262.0112 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.2098 m
-262.0112 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 701.0199 m
-48.24 650.9598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 701.0199 m
-262.0112 650.9598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 685.8059 Td
-/F2.0 10.5 Tf
-<6164646974696f6e616c496e666f726d6174696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 670.0259 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 670.0259 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 700.7699 m
-547.04 700.7699 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.2098 m
-547.04 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 701.0199 m
-262.0112 650.9598 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 701.0199 m
-547.04 650.9598 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 677.9159 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 677.9159 Td
-/F1.0 10.5 Tf
-[<41> 20.0195 <64646974696f6e616c496e666f726d6174696f6e446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-437.715 677.9159 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.2098 m
-262.0112 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.6497 m
-262.0112 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 651.4598 m
-48.24 601.3997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.4598 m
-262.0112 601.3997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 636.2458 Td
-/F2.0 10.5 Tf
-<616c6c417274696661637473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 620.4658 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 620.4658 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.2098 m
-547.04 651.2098 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.6497 m
-547.04 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 651.4598 m
-262.0112 601.3997 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 651.4598 m
-547.04 601.3997 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 628.3558 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-308.0927 628.3558 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-396.5972 628.3558 Td
-/F1.0 10.5 Tf
-<203e206d6170> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.6497 m
-262.0112 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.0896 m
-262.0112 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 601.8997 m
-48.24 551.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.8997 m
-262.0112 551.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 586.6857 Td
-/F2.0 10.5 Tf
-[<616c6c56> 60.0586 <657273696f6e73>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 570.9057 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 570.9057 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.6497 m
-547.04 601.6497 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.0896 m
-547.04 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 601.8997 m
-262.0112 551.8396 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 601.8997 m
-547.04 551.8396 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 578.7957 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c20737472696e67203e206d6170> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.0896 m
-262.0112 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.5295 m
-262.0112 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 552.3396 m
-48.24 502.2795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.3396 m
-262.0112 502.2795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 537.1256 Td
-/F2.0 10.5 Tf
-<617274696661637473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 521.3456 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 521.3456 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.0896 m
-547.04 552.0896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.5295 m
-547.04 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 552.3396 m
-262.0112 502.2795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 552.3396 m
-547.04 502.2795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 529.2356 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-308.0927 529.2356 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-396.5972 529.2356 Td
-/F1.0 10.5 Tf
-<203e206d6170> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.5295 m
-262.0112 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 452.9694 m
-262.0112 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 502.7795 m
-48.24 452.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.7795 m
-262.0112 452.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 487.5655 Td
-/F2.0 10.5 Tf
-<61747472696275746573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 471.7855 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 471.7855 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.5295 m
-547.04 502.5295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 452.9694 m
-547.04 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 502.7795 m
-262.0112 452.7194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 502.7795 m
-547.04 452.7194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 479.6755 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 479.6755 Td
-/F1.0 10.5 Tf
-<50726f7065727479446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-368.0372 479.6755 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 452.9694 m
-262.0112 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.4093 m
-262.0112 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 453.2194 m
-48.24 403.1593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 453.2194 m
-262.0112 403.1593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 438.0054 Td
-/F2.0 10.5 Tf
-<6361706162696c6974696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 422.2254 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 422.2254 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 452.9694 m
-547.04 452.9694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.4093 m
-547.04 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 453.2194 m
-262.0112 403.1593 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 453.2194 m
-547.04 403.1593 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 430.1154 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c203c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-316.6817 430.1154 Td
-/F1.0 10.5 Tf
-<4361706162696c697479446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-417.8387 430.1154 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79203e206d6170>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.4093 m
-262.0112 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 353.8492 m
-262.0112 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 403.6593 m
-48.24 353.5992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.6593 m
-262.0112 353.5992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 388.4453 Td
-/F2.0 10.5 Tf
-<63617465676f72696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 372.6653 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 372.6653 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.4093 m
-547.04 403.4093 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 353.8492 m
-547.04 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 403.6593 m
-262.0112 353.5992 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 403.6593 m
-547.04 353.5992 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 380.5553 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 380.5553 Td
-/F1.0 10.5 Tf
-<43617465676f7279446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-368.2997 380.5553 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 353.8492 m
-262.0112 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 304.2891 m
-262.0112 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 354.0992 m
-48.24 304.0391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 354.0992 m
-262.0112 304.0391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 338.8852 Td
-/F2.0 10.5 Tf
-<636f6d706f6e656e74496e7374616e636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 323.1052 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 323.1052 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 353.8492 m
-547.04 353.8492 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.2891 m
-547.04 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 354.0992 m
-262.0112 304.0391 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 354.0992 m
-547.04 304.0391 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 330.9952 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 330.9952 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e74496e7374616e6365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-373.8752 330.9952 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 304.2891 m
-262.0112 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 254.729 m
-262.0112 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 304.5391 m
-48.24 254.479 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.5391 m
-262.0112 254.479 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 289.3251 Td
-/F2.0 10.5 Tf
-<636f6d706f6e656e74496e7374616e63657341747472696275746573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 273.5451 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 273.5451 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.2891 m
-547.04 304.2891 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.729 m
-547.04 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 304.5391 m
-262.0112 254.479 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 304.5391 m
-547.04 254.479 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 281.4351 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c203c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-316.6817 281.4351 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e74496e7374616e636550726f7065727479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-460.9202 281.4351 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79203e206d6170>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 254.729 m
-262.0112 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 205.1689 m
-262.0112 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 254.979 m
-48.24 204.9189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.979 m
-262.0112 204.9189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 239.765 Td
-/F2.0 10.5 Tf
-<636f6d706f6e656e74496e7374616e636573496e70757473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 223.985 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 223.985 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.729 m
-547.04 254.729 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.1689 m
-547.04 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 254.979 m
-262.0112 204.9189 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 254.979 m
-547.04 204.9189 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 231.875 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c203c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-316.6817 231.875 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e74496e7374616e6365496e707574> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-444.3722 231.875 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79203e206d6170>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 205.1689 m
-262.0112 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 155.6088 m
-262.0112 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 205.4189 m
-48.24 155.3588 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.4189 m
-262.0112 155.3588 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 190.2049 Td
-/F2.0 10.5 Tf
-<636f6d706f6e656e74496e7374616e63657350726f70657274696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 174.4249 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 174.4249 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.1689 m
-547.04 205.1689 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.6088 m
-547.04 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 205.4189 m
-262.0112 155.3588 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 205.4189 m
-547.04 155.3588 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 182.3149 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c203c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-316.6817 182.3149 Td
-/F1.0 10.5 Tf
-<436f6d706f6e656e74496e7374616e636550726f7065727479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-460.9202 182.3149 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79203e206d6170>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 155.6088 m
-262.0112 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.0487 m
-262.0112 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 155.8588 m
-48.24 105.7987 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.8588 m
-262.0112 105.7987 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 140.6448 Td
-/F2.0 10.5 Tf
-<636f6d706f6e656e74496e7374616e63657352656c6174696f6e73> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 124.8648 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 124.8648 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.6088 m
-547.04 155.6088 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.0487 m
-547.04 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 155.8588 m
-262.0112 105.7987 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 155.8588 m
-547.04 105.7987 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 132.7548 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 132.7548 Td
-/F1.0 10.5 Tf
-<526571756972656d656e744361706162696c69747952656c446566> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-422.6582 132.7548 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.0487 m
-262.0112 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 56.4886 m
-262.0112 56.4886 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 106.2987 m
-48.24 56.2386 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.2987 m
-262.0112 56.2386 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 91.0847 Td
-/F2.0 10.5 Tf
-<636f6d706f6e656e7454797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 75.3047 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 75.3047 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.0487 m
-547.04 106.0487 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 56.4886 m
-547.04 56.4886 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 106.2987 m
-262.0112 56.2386 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 106.2987 m
-547.04 56.2386 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-7.7283 Tw
-
-BT
-265.0112 91.0847 Td
-/F1.0 10.5 Tf
-[<656e756d20285245534f5552> 20.0195 <43452c20534552> 29.7852 <564943452c205245534f5552> 20.0195 <43455f494e53> 20.0195 <54> 60.0586 <414e43452c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 75.3047 Td
-/F1.0 10.5 Tf
-[<5052> 20.0195 <4f44554354> 89.8438 <2c20534552> 29.7852 <564943455f494e53> 20.0195 <54> 60.0586 <414e434529>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3738> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-453 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 452 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [455 0 R 456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R 462 0 R 463 0 R 464 0 R 465 0 R]
->>
-endobj
-454 0 obj
-[453 0 R /XYZ 0 841.89 null]
-endobj
-455 0 obj
-<< /Border [0 0 0]
-/Dest (_additionalinformationdefinition)
-/Subtype /Link
-/Rect [273.6002 674.8499 437.715 689.1299]
-/Type /Annot
->>
-endobj
-456 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [308.0927 625.2898 396.5972 639.5698]
-/Type /Annot
->>
-endobj
-457 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [308.0927 526.1696 396.5972 540.4496]
-/Type /Annot
->>
-endobj
-458 0 obj
-<< /Border [0 0 0]
-/Dest (_propertydefinition)
-/Subtype /Link
-/Rect [273.6002 476.6095 368.0372 490.8895]
-/Type /Annot
->>
-endobj
-459 0 obj
-<< /Border [0 0 0]
-/Dest (_capabilitydefinition)
-/Subtype /Link
-/Rect [316.6817 427.0494 417.8387 441.3294]
-/Type /Annot
->>
-endobj
-460 0 obj
-<< /Border [0 0 0]
-/Dest (_categorydefinition)
-/Subtype /Link
-/Rect [273.6002 377.4893 368.2997 391.7693]
-/Type /Annot
->>
-endobj
-461 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstance)
-/Subtype /Link
-/Rect [273.6002 327.9292 373.8752 342.2092]
-/Type /Annot
->>
-endobj
-462 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstanceproperty)
-/Subtype /Link
-/Rect [316.6817 278.3691 460.9202 292.6491]
-/Type /Annot
->>
-endobj
-463 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstanceinput)
-/Subtype /Link
-/Rect [316.6817 228.809 444.3722 243.089]
-/Type /Annot
->>
-endobj
-464 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstanceproperty)
-/Subtype /Link
-/Rect [316.6817 179.2489 460.9202 193.5289]
-/Type /Annot
->>
-endobj
-465 0 obj
-<< /Border [0 0 0]
-/Dest (_requirementcapabilityreldef)
-/Subtype /Link
-/Rect [273.6002 129.6888 422.6582 143.9688]
-/Type /Annot
->>
-endobj
-466 0 obj
-<< /Length 19634
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<636f6e666f726d616e63654c6576656c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<636f6e746163744964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<636f7374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<6372656174696f6e44617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<63726561746f7246756c6c4e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<63726561746f72557365724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-<6373617255554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-[<6373617256> 60.0586 <657273696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<64656661756c744361706162696c6974696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-[<6465706c6f> 20.0195 <796d656e74417274696661637473>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-308.0927 316.7151 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-396.5972 316.7151 Td
-/F1.0 10.5 Tf
-<203e206d6170> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<6465726976656446726f6d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-<6465726976656446726f6d47656e6572696354797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-[<6465726976656446726f6d47656e6572696356> 60.0586 <657273696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<646572697665644c697374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3739> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-467 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 466 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [468 0 R]
->>
-endobj
-468 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [308.0927 313.6491 396.5972 327.9291]
-/Type /Annot
->>
-endobj
-469 0 obj
-<< /Length 20417
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 438.6893 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 438.6893 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 389.1292 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 389.1292 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 339.5691 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 339.5691 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 290.009 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 290.009 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 240.4489 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 240.4489 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 190.8888 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 190.8888 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 141.3287 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 141.3287 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 91.7686 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 91.7686 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<6465736372697074696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<67726f757073> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 713.1959 Td
-/F1.0 10.5 Tf
-<47726f7570446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-355.6577 713.1959 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-[<6869676865737456> 60.0586 <657273696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<69636f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-[<696d706f7274656454> 29.7852 <6f736361436865636b73756d>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<696e70757473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 514.9555 Td
-/F1.0 10.5 Tf
-<496e707574446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-351.4892 514.9555 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.4994 m
-48.24 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 473.2854 Td
-/F2.0 10.5 Tf
-[<696e746572666163654f706572> 20.0195 <6174696f6e73>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 457.5054 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.4994 m
-262.0112 438.4393 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 488.4994 m
-547.04 438.4393 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 465.3954 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-308.0927 465.3954 Td
-/F1.0 10.5 Tf
-[<496e746572666163654f706572> 20.0195 <6174696f6e44617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-477.4995 465.3954 Td
-/F1.0 10.5 Tf
-<203e206d6170> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.6893 m
-262.0112 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 438.9393 m
-48.24 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 423.7253 Td
-/F2.0 10.5 Tf
-<696e7465726661636573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 407.9453 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.6893 m
-547.04 438.6893 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 438.9393 m
-262.0112 388.8792 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 438.9393 m
-547.04 388.8792 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 415.8353 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-308.0927 415.8353 Td
-/F1.0 10.5 Tf
-<496e74657266616365446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-404.0102 415.8353 Td
-/F1.0 10.5 Tf
-<203e206d6170> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.1292 m
-262.0112 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 389.3792 m
-48.24 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 374.1652 Td
-/F2.0 10.5 Tf
-<696e76617269616e7455554944> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 358.3852 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.1292 m
-547.04 389.1292 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 389.3792 m
-262.0112 339.3191 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 389.3792 m
-547.04 339.3191 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 366.2752 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.5691 m
-262.0112 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 339.8191 m
-48.24 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 324.6051 Td
-/F2.0 10.5 Tf
-<697344656c65746564> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 308.8251 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.5691 m
-547.04 339.5691 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 339.8191 m
-262.0112 289.759 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 339.8191 m
-547.04 289.759 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 316.7151 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.009 m
-262.0112 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 290.259 m
-48.24 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 275.045 Td
-/F2.0 10.5 Tf
-<6c61737455706461746544617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 259.265 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.009 m
-547.04 290.009 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 290.259 m
-262.0112 240.1989 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 290.259 m
-547.04 240.1989 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 267.155 Td
-/F1.0 10.5 Tf
-<696e74656765722028696e74363429> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.4489 m
-262.0112 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 240.6989 m
-48.24 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 225.4849 Td
-/F2.0 10.5 Tf
-<6c6173745570646174657246756c6c4e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 209.7049 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.4489 m
-547.04 240.4489 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 240.6989 m
-262.0112 190.6388 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 240.6989 m
-547.04 190.6388 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 217.5949 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 190.8888 m
-262.0112 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 191.1388 m
-48.24 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 175.9248 Td
-/F2.0 10.5 Tf
-<6c61737455706461746572557365724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 160.1448 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 190.8888 m
-547.04 190.8888 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 191.1388 m
-262.0112 141.0787 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 191.1388 m
-547.04 141.0787 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 168.0348 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.3287 m
-262.0112 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 91.7686 m
-262.0112 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 141.5787 m
-48.24 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 126.3647 Td
-/F2.0 10.5 Tf
-<6c6963656e736554797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 110.5847 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.3287 m
-547.04 141.3287 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 91.7686 m
-547.04 91.7686 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 141.5787 m
-262.0112 91.5186 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 141.5787 m
-547.04 91.5186 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 118.4747 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3830> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-470 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 469 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [471 0 R 472 0 R 473 0 R 474 0 R]
->>
-endobj
-471 0 obj
-<< /Border [0 0 0]
-/Dest (_groupdefinition)
-/Subtype /Link
-/Rect [273.6002 710.1299 355.6577 724.4099]
-/Type /Annot
->>
-endobj
-472 0 obj
-<< /Border [0 0 0]
-/Dest (_inputdefinition)
-/Subtype /Link
-/Rect [273.6002 511.8895 351.4892 526.1695]
-/Type /Annot
->>
-endobj
-473 0 obj
-<< /Border [0 0 0]
-/Dest (_interfaceoperationdatadefinition)
-/Subtype /Link
-/Rect [308.0927 462.3294 477.4995 476.6094]
-/Type /Annot
->>
-endobj
-474 0 obj
-<< /Border [0 0 0]
-/Dest (_interfacedefinition)
-/Subtype /Link
-/Rect [308.0927 412.7693 404.0102 427.0493]
-/Type /Annot
->>
-endobj
-475 0 obj
-<< /Length 21506
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 704.4899 213.7712 81.1201 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 704.4899 285.0288 81.1201 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 654.9298 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 654.9298 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 605.3697 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 605.3697 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 555.8096 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 555.8096 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 506.2495 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 506.2495 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 456.6894 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 456.6894 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 407.1293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 407.1293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 357.5692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 357.5692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 308.0091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 308.0091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 258.449 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 258.449 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 208.8889 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 208.8889 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 159.3288 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 159.3288 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 109.7687 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 109.7687 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 60.2086 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 60.2086 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 704.4899 m
-262.0112 704.4899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 704.2399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 704.2399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F2.0 10.5 Tf
-<6c6966656379636c655374617465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 739.086 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 739.086 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 704.4899 m
-547.04 704.4899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 704.2399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 704.2399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-96.6633 Tw
-
-BT
-265.0112 770.646 Td
-/F1.0 10.5 Tf
-[<656e756d202852454144> 29.7852 <595f464f525f434552> 20.0195 <544946494341> 60.0586 <54494f4e2c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-63.0765 Tw
-
-BT
-265.0112 754.866 Td
-/F1.0 10.5 Tf
-[<434552> 20.0195 <544946494341> 60.0586 <54494f4e5f494e5f5052> 20.0195 <4f47524553532c20434552> 20.0195 <5449464945442c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 739.086 Td
-/F1.0 10.5 Tf
-[<4e4f> 20.0195 <545f434552> 20.0195 <5449464945445f434845434b494e2c>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 723.306 Td
-/F1.0 10.5 Tf
-[<4e4f> 20.0195 <545f434552> 20.0195 <5449464945445f434845434b> 20.0195 <4f555429>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 704.4899 m
-262.0112 704.4899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 654.9298 m
-262.0112 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 704.7399 m
-48.24 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 704.7399 m
-262.0112 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 689.5259 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 673.7459 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 673.7459 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 704.4899 m
-547.04 704.4899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 654.9298 m
-547.04 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 704.7399 m
-262.0112 654.6798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 704.7399 m
-547.04 654.6798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 681.6359 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 654.9298 m
-262.0112 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.3697 m
-262.0112 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 655.1798 m
-48.24 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 655.1798 m
-262.0112 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 639.9658 Td
-/F2.0 10.5 Tf
-<6e6f726d616c697a65644e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 624.1858 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 624.1858 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 654.9298 m
-547.04 654.9298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 605.3697 m
-547.04 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 655.1798 m
-262.0112 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 655.1798 m
-547.04 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 632.0758 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.3697 m
-262.0112 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 555.8096 m
-262.0112 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.6197 m
-48.24 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 605.6197 m
-262.0112 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 590.4057 Td
-/F2.0 10.5 Tf
-<706f6c6963696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 574.6257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 574.6257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 605.3697 m
-547.04 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 555.8096 m
-547.04 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 605.6197 m
-262.0112 555.5596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 605.6197 m
-547.04 555.5596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 582.5157 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-308.0927 582.5157 Td
-/F1.0 10.5 Tf
-<506f6c696379446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-388.6592 582.5157 Td
-/F1.0 10.5 Tf
-<203e206d6170> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 555.8096 m
-262.0112 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 506.2495 m
-262.0112 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 556.0596 m
-48.24 505.9995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 556.0596 m
-262.0112 505.9995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 540.8456 Td
-/F2.0 10.5 Tf
-<70726f6a656374436f6465> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 525.0656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 525.0656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 555.8096 m
-547.04 555.8096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 506.2495 m
-547.04 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 556.0596 m
-262.0112 505.9995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 556.0596 m
-547.04 505.9995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 532.9556 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 506.2495 m
-262.0112 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 456.6894 m
-262.0112 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 506.4995 m
-48.24 456.4394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 506.4995 m
-262.0112 456.4394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 491.2855 Td
-/F2.0 10.5 Tf
-<70726f70657274696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 475.5055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 475.5055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 506.2495 m
-547.04 506.2495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 456.6894 m
-547.04 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 506.4995 m
-262.0112 456.4394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 506.4995 m
-547.04 456.4394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 483.3955 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 483.3955 Td
-/F1.0 10.5 Tf
-<50726f7065727479446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-368.0372 483.3955 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 456.6894 m
-262.0112 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 407.1293 m
-262.0112 407.1293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 456.9394 m
-48.24 406.8793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 456.9394 m
-262.0112 406.8793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 441.7254 Td
-/F2.0 10.5 Tf
-<726571756972656d656e7473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 425.9454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 425.9454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 456.6894 m
-547.04 456.6894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 407.1293 m
-547.04 407.1293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 456.9394 m
-262.0112 406.8793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 456.9394 m
-547.04 406.8793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 433.8354 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c203c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-316.6817 433.8354 Td
-/F1.0 10.5 Tf
-<526571756972656d656e74446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-432.6542 433.8354 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79203e206d6170>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 407.1293 m
-262.0112 407.1293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 357.5692 m
-262.0112 357.5692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 407.3793 m
-48.24 357.3192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 407.3793 m
-262.0112 357.3192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 392.1653 Td
-/F2.0 10.5 Tf
-<7265736f7572636554797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 376.3853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 376.3853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 407.1293 m
-547.04 407.1293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 357.5692 m
-547.04 357.5692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 407.3793 m
-262.0112 357.3192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 407.3793 m
-547.04 357.3192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-6.3225 Tw
-
-BT
-265.0112 392.1653 Td
-/F1.0 10.5 Tf
-[<656e756d20285646432c2056462c2043522c204350> 120.1172 <2c20504e462c20435646432c20564c2c205646434d54> 89.8438 <2c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 376.3853 Td
-/F1.0 10.5 Tf
-[<436f6e6669677572> 20.0195 <6174696f6e2c205365727669636550726f7879> 89.8438 <2c20414253> 20.0195 <545241> 20.0195 <435429>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 357.5692 m
-262.0112 357.5692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 308.0091 m
-262.0112 308.0091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 357.8192 m
-48.24 307.7591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 357.8192 m
-262.0112 307.7591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 342.6052 Td
-/F2.0 10.5 Tf
-[<7265736f7572636556> 60.0586 <656e646f724d6f64656c4e756d626572>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 326.8252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 326.8252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 357.5692 m
-547.04 357.5692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 308.0091 m
-547.04 308.0091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 357.8192 m
-262.0112 307.7591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 357.8192 m
-547.04 307.7591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 334.7152 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 308.0091 m
-262.0112 308.0091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 258.449 m
-262.0112 258.449 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 308.2591 m
-48.24 258.199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 308.2591 m
-262.0112 258.199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 293.0451 Td
-/F2.0 10.5 Tf
-<73797374656d4e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 277.2651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 277.2651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 308.0091 m
-547.04 308.0091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 258.449 m
-547.04 258.449 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 308.2591 m
-262.0112 258.199 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 308.2591 m
-547.04 258.199 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 285.1551 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 258.449 m
-262.0112 258.449 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 208.8889 m
-262.0112 208.8889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 258.699 m
-48.24 208.6389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 258.699 m
-262.0112 208.6389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 243.485 Td
-/F2.0 10.5 Tf
-<74616773> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 227.705 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 227.705 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 258.449 m
-547.04 258.449 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 208.8889 m
-547.04 208.8889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 258.699 m
-262.0112 208.6389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 258.699 m
-547.04 208.6389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 235.595 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 208.8889 m
-262.0112 208.8889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 159.3288 m
-262.0112 159.3288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 209.1389 m
-48.24 159.0788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 209.1389 m
-262.0112 159.0788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 193.9249 Td
-/F2.0 10.5 Tf
-[<746f706f6c6f677954> 29.7852 <656d706c617465>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 178.1449 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 178.1449 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 208.8889 m
-547.04 208.8889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 159.3288 m
-547.04 159.3288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 209.1389 m
-262.0112 159.0788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 209.1389 m
-547.04 159.0788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 186.0349 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 159.3288 m
-262.0112 159.3288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 109.7687 m
-262.0112 109.7687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 159.5788 m
-48.24 109.5187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 159.5788 m
-262.0112 109.5187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 144.3648 Td
-/F2.0 10.5 Tf
-<746f736361417274696661637473> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 128.5848 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 128.5848 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 159.3288 m
-547.04 159.3288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 109.7687 m
-547.04 109.7687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 159.5788 m
-262.0112 109.5187 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 159.5788 m
-547.04 109.5187 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 136.4748 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-308.0927 136.4748 Td
-/F1.0 10.5 Tf
-<4172746966616374446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-396.5972 136.4748 Td
-/F1.0 10.5 Tf
-<203e206d6170> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 109.7687 m
-262.0112 109.7687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 60.2086 m
-262.0112 60.2086 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 110.0187 m
-48.24 59.9586 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 110.0187 m
-262.0112 59.9586 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 94.8047 Td
-/F2.0 10.5 Tf
-<746f7363615265736f757263654e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 79.0247 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 79.0247 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 109.7687 m
-547.04 109.7687 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 60.2086 m
-547.04 60.2086 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 110.0187 m
-262.0112 59.9586 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 110.0187 m
-547.04 59.9586 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 86.9147 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3831> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-476 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 475 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [477 0 R 478 0 R 479 0 R 480 0 R]
->>
-endobj
-477 0 obj
-<< /Border [0 0 0]
-/Dest (_policydefinition)
-/Subtype /Link
-/Rect [308.0927 579.4497 388.6592 593.7297]
-/Type /Annot
->>
-endobj
-478 0 obj
-<< /Border [0 0 0]
-/Dest (_propertydefinition)
-/Subtype /Link
-/Rect [273.6002 480.3295 368.0372 494.6095]
-/Type /Annot
->>
-endobj
-479 0 obj
-<< /Border [0 0 0]
-/Dest (_requirementdefinition)
-/Subtype /Link
-/Rect [316.6817 430.7694 432.6542 445.0494]
-/Type /Annot
->>
-endobj
-480 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [308.0927 133.4088 396.5972 147.6888]
-/Type /Annot
->>
-endobj
-481 0 obj
-<< /Length 18125
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 636.9297 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 636.9297 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 587.3696 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 587.3696 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 537.8095 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 537.8095 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 488.2494 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 488.2494 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.86 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<746f73636154797065> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.86 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 785.86 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 671.5258 Td
-/F2.0 10.5 Tf
-<75756964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 636.6797 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 636.6797 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 663.6358 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 636.9297 m
-262.0112 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 637.1797 m
-48.24 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 621.9657 Td
-/F2.0 10.5 Tf
-<76656e646f724e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 606.1857 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 636.9297 m
-547.04 636.9297 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 637.1797 m
-262.0112 587.1196 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 637.1797 m
-547.04 587.1196 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 614.0757 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.3696 m
-262.0112 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 587.6196 m
-48.24 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 572.4056 Td
-/F2.0 10.5 Tf
-<76656e646f7252656c65617365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 556.6256 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.3696 m
-547.04 587.3696 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 587.6196 m
-262.0112 537.5595 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 587.6196 m
-547.04 537.5595 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 564.5156 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 537.8095 m
-262.0112 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 488.2494 m
-262.0112 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 538.0595 m
-48.24 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 522.8455 Td
-/F2.0 10.5 Tf
-<76657273696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 507.0655 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 537.8095 m
-547.04 537.8095 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 488.2494 m
-547.04 488.2494 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 538.0595 m
-262.0112 487.9994 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 538.0595 m
-547.04 487.9994 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 514.9555 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 452.2254 Td
-/F2.0 18 Tf
-<536368656d61446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 415.8894 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 415.8894 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 316.7692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 316.7692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 267.2091 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 267.2091 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 217.649 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 217.649 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 168.0889 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 168.0889 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 118.5288 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 118.5288 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 436.1694 m
-262.0112 436.1694 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 436.4194 m
-48.24 415.2644 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 436.4194 m
-262.0112 415.2644 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 419.9224 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 436.1694 m
-547.04 436.1694 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 436.4194 m
-262.0112 415.2644 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 436.4194 m
-547.04 415.2644 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 419.9224 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.5144 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.5144 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-[<636f6e737472> 20.0195 <61696e7473>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.5144 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.5144 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 393.0354 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.5793 m
-48.24 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 351.3653 Td
-/F2.0 10.5 Tf
-<6465726976656446726f6d> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 366.5793 m
-547.04 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 343.4753 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 317.0192 m
-48.24 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 301.8052 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 286.0252 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 317.0192 m
-262.0112 266.9591 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 317.0192 m
-547.04 266.9591 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 293.9152 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.2091 m
-262.0112 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 267.4591 m
-48.24 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 252.2451 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 236.4651 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.2091 m
-547.04 267.2091 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 267.4591 m
-262.0112 217.399 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 267.4591 m
-547.04 217.399 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 244.3551 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.649 m
-262.0112 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 217.899 m
-48.24 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 202.685 Td
-/F2.0 10.5 Tf
-<70726f70657274696573> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 186.905 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.649 m
-547.04 217.649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 217.899 m
-262.0112 167.8389 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 217.899 m
-547.04 167.8389 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 194.795 Td
-/F1.0 10.5 Tf
-<3c20737472696e672c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-308.0927 194.795 Td
-/F1.0 10.5 Tf
-<50726f706572747944617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-425.6612 194.795 Td
-/F1.0 10.5 Tf
-<203e206d6170> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.0889 m
-262.0112 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 118.5288 m
-262.0112 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 168.3389 m
-48.24 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 153.1249 Td
-/F2.0 10.5 Tf
-<70726f7065727479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 137.3449 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.0889 m
-547.04 168.0889 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 118.5288 m
-547.04 118.5288 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 168.3389 m
-262.0112 118.2788 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 168.3389 m
-547.04 118.2788 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-265.0112 145.2349 Td
-/F1.0 10.5 Tf
-<50726f706572747944617461446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 82.5048 Td
-/F2.0 18 Tf
-<5365727665724c697374526573706f6e7365> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3832> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-482 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 481 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
-/Annots [484 0 R 485 0 R]
->>
-endobj
-483 0 obj
-[482 0 R /XYZ 0 476.2494 null]
-endobj
-484 0 obj
-<< /Border [0 0 0]
-/Dest (_propertydatadefinition)
-/Subtype /Link
-/Rect [308.0927 191.729 425.6612 206.009]
-/Type /Annot
->>
-endobj
-485 0 obj
-<< /Border [0 0 0]
-/Dest (_propertydatadefinition)
-/Subtype /Link
-/Rect [265.0112 142.1689 382.5797 156.4489]
-/Type /Annot
->>
-endobj
-486 0 obj
-[482 0 R /XYZ 0 106.5288 null]
-endobj
-487 0 obj
-<< /Length 16848
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 786.235 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 786.235 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-<7565625365727665724c697374> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 786.235 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 786.235 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 700.0259 Td
-/F2.0 18 Tf
-<53756243617465676f7279446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 663.6899 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 663.6899 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 614.1298 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 614.1298 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 564.5697 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 564.5697 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 515.0096 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 515.0096 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 465.4495 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 465.4495 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 415.8894 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 415.8894 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 366.3293 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 366.3293 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 316.7692 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 316.7692 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 683.9699 m
-262.0112 683.9699 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 663.6899 m
-262.0112 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 684.2199 m
-48.24 663.0649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 684.2199 m
-262.0112 663.0649 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 667.7229 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 683.9699 m
-547.04 683.9699 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 663.6899 m
-547.04 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 684.2199 m
-262.0112 663.0649 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 684.2199 m
-547.04 663.0649 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 667.7229 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 663.6899 m
-262.0112 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.1298 m
-262.0112 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 664.3149 m
-48.24 613.8798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 664.3149 m
-262.0112 613.8798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 648.7259 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 632.9459 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 632.9459 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 663.6899 m
-547.04 663.6899 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.1298 m
-547.04 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 664.3149 m
-262.0112 613.8798 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 664.3149 m
-547.04 613.8798 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 640.8359 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.1298 m
-262.0112 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 614.3798 m
-48.24 564.3197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.3798 m
-262.0112 564.3197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 599.1658 Td
-/F2.0 10.5 Tf
-<67726f7570696e6773> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 583.3858 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 583.3858 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.1298 m
-547.04 614.1298 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 614.3798 m
-262.0112 564.3197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 614.3798 m
-547.04 564.3197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 591.2758 Td
-/F1.0 10.5 Tf
-<3c20> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2588 0.5451 0.7922 scn
-0.2588 0.5451 0.7922 SCN
-
-BT
-273.6002 591.2758 Td
-/F1.0 10.5 Tf
-<47726f7570696e67446566696e6974696f6e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-371.4287 591.2758 Td
-/F1.0 10.5 Tf
-[<203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.5697 m
-262.0112 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 564.8197 m
-48.24 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.8197 m
-262.0112 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 549.6057 Td
-/F2.0 10.5 Tf
-<69636f6e73> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 533.8257 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.5697 m
-547.04 564.5697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 564.8197 m
-262.0112 514.7596 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 564.8197 m
-547.04 514.7596 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 541.7157 Td
-/F1.0 10.5 Tf
-[<3c20737472696e67203e20617272> 20.0195 <61> 20.0195 <79>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.0096 m
-262.0112 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 515.2596 m
-48.24 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 500.0456 Td
-/F2.0 10.5 Tf
-<6e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 484.2656 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.0096 m
-547.04 515.0096 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 515.2596 m
-262.0112 465.1995 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 515.2596 m
-547.04 465.1995 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 492.1556 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.4495 m
-262.0112 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 465.6995 m
-48.24 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 450.4855 Td
-/F2.0 10.5 Tf
-<6e6f726d616c697a65644e616d65> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 434.7055 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.4495 m
-547.04 465.4495 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 465.6995 m
-262.0112 415.6394 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 465.6995 m
-547.04 415.6394 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 442.5955 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 415.8894 m
-262.0112 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 416.1394 m
-48.24 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 400.9254 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 385.1454 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 415.8894 m
-547.04 415.8894 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 416.1394 m
-262.0112 366.0793 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 416.1394 m
-547.04 366.0793 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 393.0354 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.3293 m
-262.0112 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 316.7692 m
-262.0112 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 366.5793 m
-48.24 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 351.3653 Td
-/F2.0 10.5 Tf
-<756e697175654964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 335.5853 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.3293 m
-547.04 366.3293 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 316.7692 m
-547.04 316.7692 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 366.5793 m
-262.0112 316.5192 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 366.5793 m
-547.04 316.5192 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 343.4753 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 280.7452 Td
-/F2.0 18 Tf
-[<54> 29.7852 <6f70696352656769737472> 20.0195 <6174696f6e526573706f6e7365>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 244.4092 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 244.4092 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 194.8491 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 194.8491 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 145.289 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 145.289 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 264.6892 m
-262.0112 264.6892 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.4092 m
-262.0112 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 264.9392 m
-48.24 243.7842 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 264.9392 m
-262.0112 243.7842 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 248.4422 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 264.6892 m
-547.04 264.6892 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 244.4092 m
-547.04 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 264.9392 m
-262.0112 243.7842 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 264.9392 m
-547.04 243.7842 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 248.4422 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 244.4092 m
-262.0112 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.8491 m
-262.0112 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 245.0342 m
-48.24 194.5991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 245.0342 m
-262.0112 194.5991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 229.4452 Td
-/F2.0 10.5 Tf
-[<64697374724e6f74696669636174696f6e54> 29.7852 <6f7069634e616d65>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 213.6652 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 213.6652 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 244.4092 m
-547.04 244.4092 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 194.8491 m
-547.04 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 245.0342 m
-262.0112 194.5991 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 245.0342 m
-547.04 194.5991 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 221.5552 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 194.8491 m
-262.0112 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 145.289 m
-262.0112 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 195.0991 m
-48.24 145.039 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 195.0991 m
-262.0112 145.039 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 179.8851 Td
-/F2.0 10.5 Tf
-[<646973747253746174757354> 29.7852 <6f7069634e616d65>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 164.1051 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 164.1051 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 194.8491 m
-547.04 194.8491 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 145.289 m
-547.04 145.289 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 195.0991 m
-262.0112 145.039 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 195.0991 m
-547.04 145.039 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 171.9951 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 109.265 Td
-/F2.0 18 Tf
-[<54> 29.7852 <6f706963556e72656769737472> 20.0195 <6174696f6e526573706f6e7365>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp1 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-535.978 14.388 Td
-/F1.0 9 Tf
-<3833> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-488 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 487 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp1 645 0 R
->>
->>
-/Annots [490 0 R]
->>
-endobj
-489 0 obj
-[488 0 R /XYZ 0 724.0499 null]
-endobj
-490 0 obj
-<< /Border [0 0 0]
-/Dest (_groupingdefinition)
-/Subtype /Link
-/Rect [273.6002 588.2098 371.4287 602.4898]
-/Type /Annot
->>
-endobj
-491 0 obj
-[488 0 R /XYZ 0 304.7692 null]
-endobj
-492 0 obj
-[488 0 R /XYZ 0 133.289 null]
-endobj
-493 0 obj
-<< /Limits [(_tags_9) (_version_information)]
-/Names [(_tags_9) 116 0 R (_topicregistrationresponse) 491 0 R (_topicunregistrationresponse) 492 0 R (_toscadatadefinition) 496 0 R (_unregisterfordistribution) 266 0 R (_updateartifact) 128 0 R (_updateartifactonresourceinstance) 198 0 R (_uploadartifact) 117 0 R (_uploadartifacttoinstance) 185 0 R (_uploadinterfaceoperationartifact) 35 0 R (_uri_scheme) 22 0 R (_version_information) 20 0 R]
->>
-endobj
-494 0 obj
-<< /Length 11764
->>
-stream
-q
-/DeviceRGB cs
-1.0 1.0 1.0 scn
-48.24 785.61 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 785.61 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 736.0499 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 736.0499 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 686.4898 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 686.4898 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 605.3697 213.7712 81.1201 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 605.3697 285.0288 81.1201 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 524.2496 213.7712 81.1201 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 524.2496 285.0288 81.1201 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 805.89 m
-262.0112 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 806.14 m
-48.24 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 789.643 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 805.89 m
-547.04 805.89 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 806.14 m
-262.0112 784.985 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 806.14 m
-547.04 784.985 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 789.643 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 785.61 m
-262.0112 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 786.235 m
-48.24 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 786.235 m
-262.0112 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 770.646 Td
-/F2.0 10.5 Tf
-[<64697374724e6f74696669636174696f6e54> 29.7852 <6f7069634e616d65>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 754.866 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 785.61 m
-547.04 785.61 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 786.235 m
-262.0112 735.7999 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 786.235 m
-547.04 735.7999 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 762.756 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.0499 m
-262.0112 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 736.2999 m
-48.24 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 721.0859 Td
-/F2.0 10.5 Tf
-[<646973747253746174757354> 29.7852 <6f7069634e616d65>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 705.3059 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.0499 m
-547.04 736.0499 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 736.2999 m
-262.0112 686.2398 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 736.2999 m
-547.04 686.2398 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 713.1959 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.4898 m
-262.0112 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.3697 m
-262.0112 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 686.7398 m
-48.24 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 655.7458 Td
-/F2.0 10.5 Tf
-<6e6f74696669636174696f6e556e7265676973746572526573756c74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 639.9658 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 639.9658 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.4898 m
-547.04 686.4898 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 605.3697 m
-547.04 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 686.7398 m
-262.0112 605.1197 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 686.7398 m
-547.04 605.1197 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-11.4702 Tw
-
-BT
-265.0112 671.5258 Td
-/F1.0 10.5 Tf
-[<656e756d20284f4b2c20434f4e4e4e454354494f4e5f455252> 20.0195 <4f522c204e4f> 20.0195 <545f464f554e442c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-47.2905 Tw
-
-BT
-265.0112 655.7458 Td
-/F1.0 10.5 Tf
-[<54> 20.0195 <4f5049435f414c52454144> 29.7852 <595f45584953> 20.0195 <54> 89.8438 <2c204f424a4543545f4e4f> 20.0195 <545f464f554e442c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-0.5783 Tw
-
-BT
-265.0112 639.9658 Td
-/F1.0 10.5 Tf
-[<494e5445524e414c5f534552> 29.7852 <5645525f455252> 20.0195 <4f522c2041> 20.0195 <555448454e54494341> 60.0586 <54494f4e5f455252> 20.0195 <4f522c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 624.1858 Td
-/F1.0 10.5 Tf
-[<554e4b4e4f> 20.0195 <574e5f484f53> 20.0195 <545f455252> 20.0195 <4f5229>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.3697 m
-262.0112 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 524.2496 m
-262.0112 524.2496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 605.6197 m
-48.24 523.9996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 605.6197 m
-262.0112 523.9996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 574.6257 Td
-/F2.0 10.5 Tf
-<737461747573556e7265676973746572526573756c74> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 558.8457 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 558.8457 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 605.3697 m
-547.04 605.3697 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 524.2496 m
-547.04 524.2496 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 605.6197 m
-262.0112 523.9996 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 605.6197 m
-547.04 523.9996 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-11.4702 Tw
-
-BT
-265.0112 590.4057 Td
-/F1.0 10.5 Tf
-[<656e756d20284f4b2c20434f4e4e4e454354494f4e5f455252> 20.0195 <4f522c204e4f> 20.0195 <545f464f554e442c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-47.2905 Tw
-
-BT
-265.0112 574.6257 Td
-/F1.0 10.5 Tf
-[<54> 20.0195 <4f5049435f414c52454144> 29.7852 <595f45584953> 20.0195 <54> 89.8438 <2c204f424a4543545f4e4f> 20.0195 <545f464f554e442c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-0.5783 Tw
-
-BT
-265.0112 558.8457 Td
-/F1.0 10.5 Tf
-[<494e5445524e414c5f534552> 29.7852 <5645525f455252> 20.0195 <4f522c2041> 20.0195 <555448454e54494341> 60.0586 <54494f4e5f455252> 20.0195 <4f522c>] TJ
-ET
-
-
-0.0 Tw
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 543.0657 Td
-/F1.0 10.5 Tf
-[<554e4b4e4f> 20.0195 <574e5f484f53> 20.0195 <545f455252> 20.0195 <4f5229>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-48.24 488.2256 Td
-/F2.0 18 Tf
-[<54> 29.7852 <6f73636144617461446566696e6974696f6e>] TJ
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 451.8896 213.7712 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 451.8896 285.0288 20.28 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-48.24 402.3295 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-1.0 1.0 1.0 scn
-262.0112 402.3295 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-48.24 352.7694 213.7712 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.9765 0.9765 0.9765 scn
-262.0112 352.7694 285.0288 49.5601 re
-f
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 472.1696 m
-262.0112 472.1696 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 451.8896 m
-262.0112 451.8896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 472.4196 m
-48.24 451.2646 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 472.4196 m
-262.0112 451.2646 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-51.24 455.9226 Td
-/F2.0 10.5 Tf
-<4e616d65> Tj
-ET
-
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 472.1696 m
-547.04 472.1696 l
-S
-[] 0 d
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 451.8896 m
-547.04 451.8896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 472.4196 m
-262.0112 451.2646 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 472.4196 m
-547.04 451.2646 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-
-BT
-265.0112 455.9226 Td
-/F2.0 10.5 Tf
-<536368656d61> Tj
-ET
-
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-48.24 451.8896 m
-262.0112 451.8896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 402.3295 m
-262.0112 402.3295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 452.5146 m
-48.24 402.0795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 452.5146 m
-262.0112 402.0795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 436.9256 Td
-/F2.0 10.5 Tf
-<656d707479> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 421.1456 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 421.1456 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-1.25 w
-0.8667 0.8667 0.8667 SCN
-262.0112 451.8896 m
-547.04 451.8896 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 402.3295 m
-547.04 402.3295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 452.5146 m
-262.0112 402.0795 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 452.5146 m
-547.04 402.0795 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 429.0356 Td
-/F1.0 10.5 Tf
-<626f6f6c65616e> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 402.3295 m
-262.0112 402.3295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 352.7694 m
-262.0112 352.7694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-48.24 402.5795 m
-48.24 352.5194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 402.5795 m
-262.0112 352.5194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 387.3655 Td
-/F2.0 10.5 Tf
-<6f776e65724964> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 371.5855 Td
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-51.24 371.5855 Td
-/F3.0 10.5 Tf
-<6f7074696f6e616c> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 402.3295 m
-547.04 402.3295 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 352.7694 m
-547.04 352.7694 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-262.0112 402.5795 m
-262.0112 352.5194 l
-S
-[] 0 d
-0.5 w
-0.8667 0.8667 0.8667 SCN
-547.04 402.5795 m
-547.04 352.5194 l
-S
-[] 0 d
-1 w
-0.0 0.0 0.0 SCN
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-265.0112 379.4755 Td
-/F1.0 10.5 Tf
-<737472696e67> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-q
-0.0 0.0 0.0 scn
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-/Stamp2 Do
-0.2 0.2 0.2 scn
-0.2 0.2 0.2 SCN
-
-BT
-49.24 14.388 Td
-/F1.0 9 Tf
-<3834> Tj
-ET
-
-0.0 0.0 0.0 SCN
-0.0 0.0 0.0 scn
-Q
-Q
-
-endstream
-endobj
-495 0 obj
-<< /Type /Page
-/Parent 3 0 R
-/MediaBox [0 0 595.28 841.89]
-/CropBox [0 0 595.28 841.89]
-/BleedBox [0 0 595.28 841.89]
-/TrimBox [0 0 595.28 841.89]
-/ArtBox [0 0 595.28 841.89]
-/Contents 494 0 R
-/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/Font << /F2.0 19 0 R
-/F3.0 21 0 R
-/F1.0 8 0 R
->>
-/XObject << /Stamp2 646 0 R
->>
->>
->>
-endobj
-496 0 obj
-[495 0 R /XYZ 0 512.2496 null]
-endobj
-497 0 obj
-<< /Border [0 0 0]
-/Dest (_overview)
-/Subtype /Link
-/Rect [48.24 748.79 96.7605 763.07]
-/Type /Annot
->>
-endobj
-498 0 obj
-<< /Border [0 0 0]
-/Dest (_overview)
-/Subtype /Link
-/Rect [541.1705 748.79 547.04 763.07]
-/Type /Annot
->>
-endobj
-499 0 obj
-<< /Border [0 0 0]
-/Dest (_version_information)
-/Subtype /Link
-/Rect [60.24 730.31 161.5749 744.59]
-/Type /Annot
->>
-endobj
-500 0 obj
-<< /Border [0 0 0]
-/Dest (_version_information)
-/Subtype /Link
-/Rect [541.1705 730.31 547.04 744.59]
-/Type /Annot
->>
-endobj
-501 0 obj
-<< /Border [0 0 0]
-/Dest (_uri_scheme)
-/Subtype /Link
-/Rect [60.24 711.83 118.914 726.11]
-/Type /Annot
->>
-endobj
-502 0 obj
-<< /Border [0 0 0]
-/Dest (_uri_scheme)
-/Subtype /Link
-/Rect [541.1705 711.83 547.04 726.11]
-/Type /Annot
->>
-endobj
-503 0 obj
-<< /Border [0 0 0]
-/Dest (_tags)
-/Subtype /Link
-/Rect [60.24 693.35 82.6388 707.63]
-/Type /Annot
->>
-endobj
-504 0 obj
-<< /Border [0 0 0]
-/Dest (_tags)
-/Subtype /Link
-/Rect [541.1705 693.35 547.04 707.63]
-/Type /Annot
->>
-endobj
-505 0 obj
-<< /Border [0 0 0]
-/Dest (_paths)
-/Subtype /Link
-/Rect [48.24 674.87 75.5715 689.15]
-/Type /Annot
->>
-endobj
-506 0 obj
-<< /Border [0 0 0]
-/Dest (_paths)
-/Subtype /Link
-/Rect [541.1705 674.87 547.04 689.15]
-/Type /Annot
->>
-endobj
-507 0 obj
-<< /Border [0 0 0]
-/Dest (_getvalidartifacttypes)
-/Subtype /Link
-/Rect [60.24 656.39 145.1535 670.67]
-/Type /Annot
->>
-endobj
-508 0 obj
-<< /Border [0 0 0]
-/Dest (_getvalidartifacttypes)
-/Subtype /Link
-/Rect [541.1705 656.39 547.04 670.67]
-/Type /Annot
->>
-endobj
-509 0 obj
-<< /Border [0 0 0]
-/Dest (_uploadinterfaceoperationartifact)
-/Subtype /Link
-/Rect [60.24 637.91 282.5458 652.19]
-/Type /Annot
->>
-endobj
-510 0 obj
-<< /Border [0 0 0]
-/Dest (_uploadinterfaceoperationartifact)
-/Subtype /Link
-/Rect [541.1705 637.91 547.04 652.19]
-/Type /Annot
->>
-endobj
-511 0 obj
-<< /Border [0 0 0]
-/Dest (_downloadserviceartifact)
-/Subtype /Link
-/Rect [60.24 619.43 188.8755 633.71]
-/Type /Annot
->>
-endobj
-512 0 obj
-<< /Border [0 0 0]
-/Dest (_downloadserviceartifact)
-/Subtype /Link
-/Rect [541.1705 619.43 547.04 633.71]
-/Type /Annot
->>
-endobj
-513 0 obj
-<< /Border [0 0 0]
-/Dest (_downloadresourceinstanceartifactbyname)
-/Subtype /Link
-/Rect [60.24 600.95 241.8375 615.23]
-/Type /Annot
->>
-endobj
-514 0 obj
-<< /Border [0 0 0]
-/Dest (_downloadresourceinstanceartifactbyname)
-/Subtype /Link
-/Rect [541.1705 600.95 547.04 615.23]
-/Type /Annot
->>
-endobj
-515 0 obj
-<< /Border [0 0 0]
-/Dest (_downloadresourceartifact)
-/Subtype /Link
-/Rect [60.24 582.47 197.1075 596.75]
-/Type /Annot
->>
-endobj
-516 0 obj
-<< /Border [0 0 0]
-/Dest (_downloadresourceartifact)
-/Subtype /Link
-/Rect [541.1705 582.47 547.04 596.75]
-/Type /Annot
->>
-endobj
-517 0 obj
-<< /Border [0 0 0]
-/Dest (_activateserviceexternal)
-/Subtype /Link
-/Rect [60.24 563.99 146.4975 578.27]
-/Type /Annot
->>
-endobj
-518 0 obj
-<< /Border [0 0 0]
-/Dest (_activateserviceexternal)
-/Subtype /Link
-/Rect [541.1705 563.99 547.04 578.27]
-/Type /Annot
->>
-endobj
-519 0 obj
-<< /Border [0 0 0]
-/Dest (_createresourceexternal)
-/Subtype /Link
-/Rect [60.24 545.51 151.002 559.79]
-/Type /Annot
->>
-endobj
-520 0 obj
-<< /Border [0 0 0]
-/Dest (_createresourceexternal)
-/Subtype /Link
-/Rect [535.301 545.51 547.04 559.79]
-/Type /Annot
->>
-endobj
-521 0 obj
-<< /Border [0 0 0]
-/Dest (_getassetlistexternal)
-/Subtype /Link
-/Rect [60.24 527.03 149.6891 541.31]
-/Type /Annot
->>
-endobj
-522 0 obj
-<< /Border [0 0 0]
-/Dest (_getassetlistexternal)
-/Subtype /Link
-/Rect [535.301 527.03 547.04 541.31]
-/Type /Annot
->>
-endobj
-523 0 obj
-<< /Border [0 0 0]
-/Dest (_uploadartifact)
-/Subtype /Link
-/Rect [60.24 508.55 271.1325 522.83]
-/Type /Annot
->>
-endobj
-524 0 obj
-<< /Border [0 0 0]
-/Dest (_uploadartifact)
-/Subtype /Link
-/Rect [535.301 508.55 547.04 522.83]
-/Type /Annot
->>
-endobj
-525 0 obj
-<< /Border [0 0 0]
-/Dest (_updateartifact)
-/Subtype /Link
-/Rect [60.24 490.07 276.9495 504.35]
-/Type /Annot
->>
-endobj
-526 0 obj
-<< /Border [0 0 0]
-/Dest (_updateartifact)
-/Subtype /Link
-/Rect [535.301 490.07 547.04 504.35]
-/Type /Annot
->>
-endobj
-527 0 obj
-<< /Border [0 0 0]
-/Dest (_downloadcomponentartifact)
-/Subtype /Link
-/Rect [60.24 471.59 209.8545 485.87]
-/Type /Annot
->>
-endobj
-528 0 obj
-<< /Border [0 0 0]
-/Dest (_downloadcomponentartifact)
-/Subtype /Link
-/Rect [535.301 471.59 547.04 485.87]
-/Type /Annot
->>
-endobj
-529 0 obj
-<< /Border [0 0 0]
-/Dest (_deleteartifact)
-/Subtype /Link
-/Rect [60.24 453.11 269.547 467.39]
-/Type /Annot
->>
-endobj
-530 0 obj
-<< /Border [0 0 0]
-/Dest (_deleteartifact)
-/Subtype /Link
-/Rect [535.301 453.11 547.04 467.39]
-/Type /Annot
->>
-endobj
-531 0 obj
-<< /Border [0 0 0]
-/Dest (_changeresourcestateexternal)
-/Subtype /Link
-/Rect [60.24 434.63 216.942 448.91]
-/Type /Annot
->>
-endobj
-532 0 obj
-<< /Border [0 0 0]
-/Dest (_changeresourcestateexternal)
-/Subtype /Link
-/Rect [535.301 434.63 547.04 448.91]
-/Type /Annot
->>
-endobj
-533 0 obj
-<< /Border [0 0 0]
-/Dest (_getassetspecificmetadatabyuuidexternal)
-/Subtype /Link
-/Rect [60.24 416.15 232.2718 430.43]
-/Type /Annot
->>
-endobj
-534 0 obj
-<< /Border [0 0 0]
-/Dest (_getassetspecificmetadatabyuuidexternal)
-/Subtype /Link
-/Rect [535.301 416.15 547.04 430.43]
-/Type /Annot
->>
-endobj
-535 0 obj
-<< /Border [0 0 0]
-/Dest (_uploadartifacttoinstance)
-/Subtype /Link
-/Rect [60.24 397.67 266.649 411.95]
-/Type /Annot
->>
-endobj
-536 0 obj
-<< /Border [0 0 0]
-/Dest (_uploadartifacttoinstance)
-/Subtype /Link
-/Rect [535.301 397.67 547.04 411.95]
-/Type /Annot
->>
-endobj
-537 0 obj
-<< /Border [0 0 0]
-/Dest (_updateartifactonresourceinstance)
-/Subtype /Link
-/Rect [60.24 379.19 269.7255 393.47]
-/Type /Annot
->>
-endobj
-538 0 obj
-<< /Border [0 0 0]
-/Dest (_updateartifactonresourceinstance)
-/Subtype /Link
-/Rect [535.301 379.19 547.04 393.47]
-/Type /Annot
->>
-endobj
-539 0 obj
-<< /Border [0 0 0]
-/Dest (_downloadresourceinstanceartifact)
-/Subtype /Link
-/Rect [60.24 360.71 241.8375 374.99]
-/Type /Annot
->>
-endobj
-540 0 obj
-<< /Border [0 0 0]
-/Dest (_downloadresourceinstanceartifact)
-/Subtype /Link
-/Rect [535.301 360.71 547.04 374.99]
-/Type /Annot
->>
-endobj
-541 0 obj
-<< /Border [0 0 0]
-/Dest (_deleteartifactonresourceinstance)
-/Subtype /Link
-/Rect [60.24 342.23 262.323 356.51]
-/Type /Annot
->>
-endobj
-542 0 obj
-<< /Border [0 0 0]
-/Dest (_deleteartifactonresourceinstance)
-/Subtype /Link
-/Rect [535.301 342.23 547.04 356.51]
-/Type /Annot
->>
-endobj
-543 0 obj
-<< /Border [0 0 0]
-/Dest (_gettoscamodelexternal)
-/Subtype /Link
-/Rect [60.24 323.75 148.2084 338.03]
-/Type /Annot
->>
-endobj
-544 0 obj
-<< /Border [0 0 0]
-/Dest (_gettoscamodelexternal)
-/Subtype /Link
-/Rect [535.301 323.75 547.04 338.03]
-/Type /Annot
->>
-endobj
-545 0 obj
-<< /Border [0 0 0]
-/Dest (_getuebserverlist)
-/Subtype /Link
-/Rect [60.24 305.27 137.8245 319.55]
-/Type /Annot
->>
-endobj
-546 0 obj
-<< /Border [0 0 0]
-/Dest (_getuebserverlist)
-/Subtype /Link
-/Rect [535.301 305.27 547.04 319.55]
-/Type /Annot
->>
-endobj
-547 0 obj
-<< /Border [0 0 0]
-/Dest (_registerfordistribution)
-/Subtype /Link
-/Rect [60.24 286.79 155.685 301.07]
-/Type /Annot
->>
-endobj
-548 0 obj
-<< /Border [0 0 0]
-/Dest (_registerfordistribution)
-/Subtype /Link
-/Rect [535.301 286.79 547.04 301.07]
-/Type /Annot
->>
-endobj
-549 0 obj
-<< /Border [0 0 0]
-/Dest (_unregisterfordistribution)
-/Subtype /Link
-/Rect [60.24 268.31 155.685 282.59]
-/Type /Annot
->>
-endobj
-550 0 obj
-<< /Border [0 0 0]
-/Dest (_unregisterfordistribution)
-/Subtype /Link
-/Rect [535.301 268.31 547.04 282.59]
-/Type /Annot
->>
-endobj
-551 0 obj
-<< /Border [0 0 0]
-/Dest (_definitions)
-/Subtype /Link
-/Rect [48.24 249.83 103.449 264.11]
-/Type /Annot
->>
-endobj
-552 0 obj
-<< /Border [0 0 0]
-/Dest (_definitions)
-/Subtype /Link
-/Rect [535.301 249.83 547.04 264.11]
-/Type /Annot
->>
-endobj
-553 0 obj
-<< /Border [0 0 0]
-/Dest (_additionalinfoparameterinfo)
-/Subtype /Link
-/Rect [60.24 231.35 206.4731 245.63]
-/Type /Annot
->>
-endobj
-554 0 obj
-<< /Border [0 0 0]
-/Dest (_additionalinfoparameterinfo)
-/Subtype /Link
-/Rect [535.301 231.35 547.04 245.63]
-/Type /Annot
->>
-endobj
-555 0 obj
-<< /Border [0 0 0]
-/Dest (_additionalinformationdefinition)
-/Subtype /Link
-/Rect [60.24 212.87 224.3548 227.15]
-/Type /Annot
->>
-endobj
-556 0 obj
-<< /Border [0 0 0]
-/Dest (_additionalinformationdefinition)
-/Subtype /Link
-/Rect [535.301 212.87 547.04 227.15]
-/Type /Annot
->>
-endobj
-557 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdatadefinition)
-/Subtype /Link
-/Rect [60.24 194.39 171.876 208.67]
-/Type /Annot
->>
-endobj
-558 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdatadefinition)
-/Subtype /Link
-/Rect [535.301 194.39 547.04 208.67]
-/Type /Annot
->>
-endobj
-559 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [60.24 175.91 148.7445 190.19]
-/Type /Annot
->>
-endobj
-560 0 obj
-<< /Border [0 0 0]
-/Dest (_artifactdefinition)
-/Subtype /Link
-/Rect [535.301 175.91 547.04 190.19]
-/Type /Annot
->>
-endobj
-561 0 obj
-<< /Border [0 0 0]
-/Dest (_assetmetadata)
-/Subtype /Link
-/Rect [60.24 157.43 133.4145 171.71]
-/Type /Annot
->>
-endobj
-562 0 obj
-<< /Border [0 0 0]
-/Dest (_assetmetadata)
-/Subtype /Link
-/Rect [535.301 157.43 547.04 171.71]
-/Type /Annot
->>
-endobj
-563 0 obj
-<< /Border [0 0 0]
-/Dest (_capabilitydatadefinition)
-/Subtype /Link
-/Rect [60.24 138.95 184.5285 153.23]
-/Type /Annot
->>
-endobj
-564 0 obj
-<< /Border [0 0 0]
-/Dest (_capabilitydatadefinition)
-/Subtype /Link
-/Rect [535.301 138.95 547.04 153.23]
-/Type /Annot
->>
-endobj
-565 0 obj
-<< /Border [0 0 0]
-/Dest (_capabilitydefinition)
-/Subtype /Link
-/Rect [60.24 120.47 161.397 134.75]
-/Type /Annot
->>
-endobj
-566 0 obj
-<< /Border [0 0 0]
-/Dest (_capabilitydefinition)
-/Subtype /Link
-/Rect [535.301 120.47 547.04 134.75]
-/Type /Annot
->>
-endobj
-567 0 obj
-<< /Border [0 0 0]
-/Dest (_capabilityrequirementrelationship)
-/Subtype /Link
-/Rect [60.24 101.99 239.1285 116.27]
-/Type /Annot
->>
-endobj
-568 0 obj
-<< /Border [0 0 0]
-/Dest (_capabilityrequirementrelationship)
-/Subtype /Link
-/Rect [535.301 101.99 547.04 116.27]
-/Type /Annot
->>
-endobj
-569 0 obj
-<< /Border [0 0 0]
-/Dest (_categorydefinition)
-/Subtype /Link
-/Rect [60.24 83.51 154.9395 97.79]
-/Type /Annot
->>
-endobj
-570 0 obj
-<< /Border [0 0 0]
-/Dest (_categorydefinition)
-/Subtype /Link
-/Rect [535.301 83.51 547.04 97.79]
-/Type /Annot
->>
-endobj
-571 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstance)
-/Subtype /Link
-/Rect [60.24 65.03 160.515 79.31]
-/Type /Annot
->>
-endobj
-572 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstance)
-/Subtype /Link
-/Rect [535.301 65.03 547.04 79.31]
-/Type /Annot
->>
-endobj
-573 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstanceinput)
-/Subtype /Link
-/Rect [60.24 791.61 187.9305 805.89]
-/Type /Annot
->>
-endobj
-574 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstanceinput)
-/Subtype /Link
-/Rect [535.301 791.61 547.04 805.89]
-/Type /Annot
->>
-endobj
-575 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstanceproperty)
-/Subtype /Link
-/Rect [60.24 773.13 204.4785 787.41]
-/Type /Annot
->>
-endobj
-576 0 obj
-<< /Border [0 0 0]
-/Dest (_componentinstanceproperty)
-/Subtype /Link
-/Rect [535.301 773.13 547.04 787.41]
-/Type /Annot
->>
-endobj
-577 0 obj
-<< /Border [0 0 0]
-/Dest (_getinputvaluedatadefinition)
-/Subtype /Link
-/Rect [60.24 754.65 205.9374 768.93]
-/Type /Annot
->>
-endobj
-578 0 obj
-<< /Border [0 0 0]
-/Dest (_getinputvaluedatadefinition)
-/Subtype /Link
-/Rect [535.301 754.65 547.04 768.93]
-/Type /Annot
->>
-endobj
-579 0 obj
-<< /Border [0 0 0]
-/Dest (_groupdefinition)
-/Subtype /Link
-/Rect [60.24 736.17 142.2975 750.45]
-/Type /Annot
->>
-endobj
-580 0 obj
-<< /Border [0 0 0]
-/Dest (_groupdefinition)
-/Subtype /Link
-/Rect [535.301 736.17 547.04 750.45]
-/Type /Annot
->>
-endobj
-581 0 obj
-<< /Border [0 0 0]
-/Dest (_groupinstance)
-/Subtype /Link
-/Rect [60.24 717.69 134.3385 731.97]
-/Type /Annot
->>
-endobj
-582 0 obj
-<< /Border [0 0 0]
-/Dest (_groupinstance)
-/Subtype /Link
-/Rect [535.301 717.69 547.04 731.97]
-/Type /Annot
->>
-endobj
-583 0 obj
-<< /Border [0 0 0]
-/Dest (_groupingdefinition)
-/Subtype /Link
-/Rect [60.24 699.21 158.0685 713.49]
-/Type /Annot
->>
-endobj
-584 0 obj
-<< /Border [0 0 0]
-/Dest (_groupingdefinition)
-/Subtype /Link
-/Rect [535.301 699.21 547.04 713.49]
-/Type /Annot
->>
-endobj
-585 0 obj
-<< /Border [0 0 0]
-/Dest (_heatparameterdatadefinition)
-/Subtype /Link
-/Rect [60.24 680.73 210.0433 695.01]
-/Type /Annot
->>
-endobj
-586 0 obj
-<< /Border [0 0 0]
-/Dest (_heatparameterdatadefinition)
-/Subtype /Link
-/Rect [535.301 680.73 547.04 695.01]
-/Type /Annot
->>
-endobj
-587 0 obj
-<< /Border [0 0 0]
-/Dest (_heatparameterdefinition)
-/Subtype /Link
-/Rect [60.24 662.25 186.9118 676.53]
-/Type /Annot
->>
-endobj
-588 0 obj
-<< /Border [0 0 0]
-/Dest (_heatparameterdefinition)
-/Subtype /Link
-/Rect [535.301 662.25 547.04 676.53]
-/Type /Annot
->>
-endobj
-589 0 obj
-<< /Border [0 0 0]
-/Dest (_inputdefinition)
-/Subtype /Link
-/Rect [60.24 643.77 138.129 658.05]
-/Type /Annot
->>
-endobj
-590 0 obj
-<< /Border [0 0 0]
-/Dest (_inputdefinition)
-/Subtype /Link
-/Rect [535.301 643.77 547.04 658.05]
-/Type /Annot
->>
-endobj
-591 0 obj
-<< /Border [0 0 0]
-/Dest (_interfacedefinition)
-/Subtype /Link
-/Rect [60.24 625.29 156.1575 639.57]
-/Type /Annot
->>
-endobj
-592 0 obj
-<< /Border [0 0 0]
-/Dest (_interfacedefinition)
-/Subtype /Link
-/Rect [535.301 625.29 547.04 639.57]
-/Type /Annot
->>
-endobj
-593 0 obj
-<< /Border [0 0 0]
-/Dest (_interfaceoperationdatadefinition)
-/Subtype /Link
-/Rect [60.24 606.81 229.6468 621.09]
-/Type /Annot
->>
-endobj
-594 0 obj
-<< /Border [0 0 0]
-/Dest (_interfaceoperationdatadefinition)
-/Subtype /Link
-/Rect [535.301 606.81 547.04 621.09]
-/Type /Annot
->>
-endobj
-595 0 obj
-<< /Border [0 0 0]
-/Dest (_interfaceoperationparamdatadefinition)
-/Subtype /Link
-/Rect [60.24 588.33 262.4381 602.61]
-/Type /Annot
->>
-endobj
-596 0 obj
-<< /Border [0 0 0]
-/Dest (_interfaceoperationparamdatadefinition)
-/Subtype /Link
-/Rect [535.301 588.33 547.04 602.61]
-/Type /Annot
->>
-endobj
-597 0 obj
-<< /Border [0 0 0]
-/Dest (_lifecyclechangeinfowithaction)
-/Subtype /Link
-/Rect [60.24 569.85 219.2623 584.13]
-/Type /Annot
->>
-endobj
-598 0 obj
-<< /Border [0 0 0]
-/Dest (_lifecyclechangeinfowithaction)
-/Subtype /Link
-/Rect [535.301 569.85 547.04 584.13]
-/Type /Annot
->>
-endobj
-599 0 obj
-<< /Border [0 0 0]
-/Dest (_listdatadefinition)
-/Subtype /Link
-/Rect [60.24 551.37 152.1675 565.65]
-/Type /Annot
->>
-endobj
-600 0 obj
-<< /Border [0 0 0]
-/Dest (_listdatadefinition)
-/Subtype /Link
-/Rect [535.301 551.37 547.04 565.65]
-/Type /Annot
->>
-endobj
-601 0 obj
-<< /Border [0 0 0]
-/Dest (_listdatadefinitioninterfaceoperationparamdatadefinition)
-/Subtype /Link
-/Rect [60.24 532.89 354.3656 547.17]
-/Type /Annot
->>
-endobj
-602 0 obj
-<< /Border [0 0 0]
-/Dest (_listdatadefinitioninterfaceoperationparamdatadefinition)
-/Subtype /Link
-/Rect [535.301 532.89 547.04 547.17]
-/Type /Annot
->>
-endobj
-603 0 obj
-<< /Border [0 0 0]
-/Dest (_listdatadefinitionoperationinputdefinition)
-/Subtype /Link
-/Rect [60.24 514.41 280.4143 528.69]
-/Type /Annot
->>
-endobj
-604 0 obj
-<< /Border [0 0 0]
-/Dest (_listdatadefinitionoperationinputdefinition)
-/Subtype /Link
-/Rect [535.301 514.41 547.04 528.69]
-/Type /Annot
->>
-endobj
-605 0 obj
-<< /Border [0 0 0]
-/Dest (_operationdatadefinition)
-/Subtype /Link
-/Rect [60.24 495.93 184.2028 510.21]
-/Type /Annot
->>
-endobj
-606 0 obj
-<< /Border [0 0 0]
-/Dest (_operationdatadefinition)
-/Subtype /Link
-/Rect [535.301 495.93 547.04 510.21]
-/Type /Annot
->>
-endobj
-607 0 obj
-<< /Border [0 0 0]
-/Dest (_operationinputdefinition)
-/Subtype /Link
-/Rect [60.24 477.45 188.4868 491.73]
-/Type /Annot
->>
-endobj
-608 0 obj
-<< /Border [0 0 0]
-/Dest (_operationinputdefinition)
-/Subtype /Link
-/Rect [535.301 477.45 547.04 491.73]
-/Type /Annot
->>
-endobj
-609 0 obj
-<< /Border [0 0 0]
-/Dest (_policydefinition)
-/Subtype /Link
-/Rect [60.24 458.97 140.8065 473.25]
-/Type /Annot
->>
-endobj
-610 0 obj
-<< /Border [0 0 0]
-/Dest (_policydefinition)
-/Subtype /Link
-/Rect [535.301 458.97 547.04 473.25]
-/Type /Annot
->>
-endobj
-611 0 obj
-<< /Border [0 0 0]
-/Dest (_propertyconstraint)
-/Subtype /Link
-/Rect [60.24 440.49 156.3568 454.77]
-/Type /Annot
->>
-endobj
-612 0 obj
-<< /Border [0 0 0]
-/Dest (_propertyconstraint)
-/Subtype /Link
-/Rect [535.301 440.49 547.04 454.77]
-/Type /Annot
->>
-endobj
-613 0 obj
-<< /Border [0 0 0]
-/Dest (_propertydatadefinition)
-/Subtype /Link
-/Rect [60.24 422.01 177.8085 436.29]
-/Type /Annot
->>
-endobj
-614 0 obj
-<< /Border [0 0 0]
-/Dest (_propertydatadefinition)
-/Subtype /Link
-/Rect [535.301 422.01 547.04 436.29]
-/Type /Annot
->>
-endobj
-615 0 obj
-<< /Border [0 0 0]
-/Dest (_propertydefinition)
-/Subtype /Link
-/Rect [60.24 403.53 154.677 417.81]
-/Type /Annot
->>
-endobj
-616 0 obj
-<< /Border [0 0 0]
-/Dest (_propertydefinition)
-/Subtype /Link
-/Rect [535.301 403.53 547.04 417.81]
-/Type /Annot
->>
-endobj
-617 0 obj
-<< /Border [0 0 0]
-/Dest (_propertyrule)
-/Subtype /Link
-/Rect [60.24 385.05 126.6105 399.33]
-/Type /Annot
->>
-endobj
-618 0 obj
-<< /Border [0 0 0]
-/Dest (_propertyrule)
-/Subtype /Link
-/Rect [535.301 385.05 547.04 399.33]
-/Type /Annot
->>
-endobj
-619 0 obj
-<< /Border [0 0 0]
-/Dest (_registrationrequest)
-/Subtype /Link
-/Rect [60.24 366.57 160.3153 380.85]
-/Type /Annot
->>
-endobj
-620 0 obj
-<< /Border [0 0 0]
-/Dest (_registrationrequest)
-/Subtype /Link
-/Rect [535.301 366.57 547.04 380.85]
-/Type /Annot
->>
-endobj
-621 0 obj
-<< /Border [0 0 0]
-/Dest (_relationshipimpl)
-/Subtype /Link
-/Rect [60.24 348.09 146.403 362.37]
-/Type /Annot
->>
-endobj
-622 0 obj
-<< /Border [0 0 0]
-/Dest (_relationshipimpl)
-/Subtype /Link
-/Rect [535.301 348.09 547.04 362.37]
-/Type /Annot
->>
-endobj
-623 0 obj
-<< /Border [0 0 0]
-/Dest (_relationshipinfo)
-/Subtype /Link
-/Rect [60.24 329.61 143.505 343.89]
-/Type /Annot
->>
-endobj
-624 0 obj
-<< /Border [0 0 0]
-/Dest (_relationshipinfo)
-/Subtype /Link
-/Rect [535.301 329.61 547.04 343.89]
-/Type /Annot
->>
-endobj
-625 0 obj
-<< /Border [0 0 0]
-/Dest (_requirementcapabilityreldef)
-/Subtype /Link
-/Rect [60.24 311.13 209.298 325.41]
-/Type /Annot
->>
-endobj
-626 0 obj
-<< /Border [0 0 0]
-/Dest (_requirementcapabilityreldef)
-/Subtype /Link
-/Rect [535.301 311.13 547.04 325.41]
-/Type /Annot
->>
-endobj
-627 0 obj
-<< /Border [0 0 0]
-/Dest (_requirementdatadefinition)
-/Subtype /Link
-/Rect [60.24 292.65 199.344 306.93]
-/Type /Annot
->>
-endobj
-628 0 obj
-<< /Border [0 0 0]
-/Dest (_requirementdatadefinition)
-/Subtype /Link
-/Rect [535.301 292.65 547.04 306.93]
-/Type /Annot
->>
-endobj
-629 0 obj
-<< /Border [0 0 0]
-/Dest (_requirementdefinition)
-/Subtype /Link
-/Rect [60.24 274.17 176.2125 288.45]
-/Type /Annot
->>
-endobj
-630 0 obj
-<< /Border [0 0 0]
-/Dest (_requirementdefinition)
-/Subtype /Link
-/Rect [535.301 274.17 547.04 288.45]
-/Type /Annot
->>
-endobj
-631 0 obj
-<< /Border [0 0 0]
-/Dest (_resource)
-/Subtype /Link
-/Rect [60.24 255.69 105.915 269.97]
-/Type /Annot
->>
-endobj
-632 0 obj
-<< /Border [0 0 0]
-/Dest (_resource)
-/Subtype /Link
-/Rect [535.301 255.69 547.04 269.97]
-/Type /Annot
->>
-endobj
-633 0 obj
-<< /Border [0 0 0]
-/Dest (_schemadefinition)
-/Subtype /Link
-/Rect [60.24 237.21 149.6685 251.49]
-/Type /Annot
->>
-endobj
-634 0 obj
-<< /Border [0 0 0]
-/Dest (_schemadefinition)
-/Subtype /Link
-/Rect [535.301 237.21 547.04 251.49]
-/Type /Annot
->>
-endobj
-635 0 obj
-<< /Border [0 0 0]
-/Dest (_serverlistresponse)
-/Subtype /Link
-/Rect [60.24 218.73 158.3205 233.01]
-/Type /Annot
->>
-endobj
-636 0 obj
-<< /Border [0 0 0]
-/Dest (_serverlistresponse)
-/Subtype /Link
-/Rect [535.301 218.73 547.04 233.01]
-/Type /Annot
->>
-endobj
-637 0 obj
-<< /Border [0 0 0]
-/Dest (_subcategorydefinition)
-/Subtype /Link
-/Rect [60.24 200.25 173.7345 214.53]
-/Type /Annot
->>
-endobj
-638 0 obj
-<< /Border [0 0 0]
-/Dest (_subcategorydefinition)
-/Subtype /Link
-/Rect [535.301 200.25 547.04 214.53]
-/Type /Annot
->>
-endobj
-639 0 obj
-<< /Border [0 0 0]
-/Dest (_topicregistrationresponse)
-/Subtype /Link
-/Rect [60.24 181.77 194.6526 196.05]
-/Type /Annot
->>
-endobj
-640 0 obj
-<< /Border [0 0 0]
-/Dest (_topicregistrationresponse)
-/Subtype /Link
-/Rect [535.301 181.77 547.04 196.05]
-/Type /Annot
->>
-endobj
-641 0 obj
-<< /Border [0 0 0]
-/Dest (_topicunregistrationresponse)
-/Subtype /Link
-/Rect [60.24 163.29 207.0111 177.57]
-/Type /Annot
->>
-endobj
-642 0 obj
-<< /Border [0 0 0]
-/Dest (_topicunregistrationresponse)
-/Subtype /Link
-/Rect [535.301 163.29 547.04 177.57]
-/Type /Annot
->>
-endobj
-643 0 obj
-<< /Border [0 0 0]
-/Dest (_toscadatadefinition)
-/Subtype /Link
-/Rect [60.24 144.81 161.8193 159.09]
-/Type /Annot
->>
-endobj
-644 0 obj
-<< /Border [0 0 0]
-/Dest (_toscadatadefinition)
-/Subtype /Link
-/Rect [535.301 144.81 547.04 159.09]
-/Type /Annot
->>
-endobj
-645 0 obj
-<< /Type /XObject
-/Subtype /Form
-/BBox [0 0 595.28 841.89]
-/Length 162
->>
-stream
-q
-/DeviceRGB cs
-0.0 0.0 0.0 scn
-/DeviceRGB CS
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-q
-0.25 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 30.0 m
-547.04 30.0 l
-S
-Q
-Q
-
-endstream
-endobj
-646 0 obj
-<< /Type /XObject
-/Subtype /Form
-/BBox [0 0 595.28 841.89]
-/Length 162
->>
-stream
-q
-/DeviceRGB cs
-0.0 0.0 0.0 scn
-/DeviceRGB CS
-0.0 0.0 0.0 SCN
-1 w
-0 J
-0 j
-[] 0 d
-q
-0.25 w
-/DeviceRGB CS
-0.8667 0.8667 0.8667 SCN
-48.24 30.0 m
-547.04 30.0 l
-S
-Q
-Q
-
-endstream
-endobj
-647 0 obj
-<< /Type /Outlines
-/Count 76
-/First 648 0 R
-/Last 677 0 R
->>
-endobj
-648 0 obj
-<< /Title <feff0044006900730074007200690062007500740069006f006e0041006e006400450078007400650072006e0061006c0041005000490073>
-/Parent 647 0 R
-/Count 0
-/Next 649 0 R
-/Dest [7 0 R /XYZ 0 841.89 null]
->>
-endobj
-649 0 obj
-<< /Title <feff005400610062006c00650020006f006600200043006f006e00740065006e00740073>
-/Parent 647 0 R
-/Count 0
-/Next 650 0 R
-/Prev 648 0 R
-/Dest [10 0 R /XYZ 0 841.89 null]
->>
-endobj
-650 0 obj
-<< /Title <feff004f0076006500720076006900650077>
-/Parent 647 0 R
-/Count 3
-/First 651 0 R
-/Last 653 0 R
-/Next 654 0 R
-/Prev 649 0 R
-/Dest [14 0 R /XYZ 0 841.89 null]
->>
-endobj
-651 0 obj
-<< /Title <feff00560065007200730069006f006e00200069006e0066006f0072006d006100740069006f006e>
-/Parent 650 0 R
-/Count 0
-/Next 652 0 R
-/Dest [14 0 R /XYZ 0 765.17 null]
->>
-endobj
-652 0 obj
-<< /Title <feff00550052004900200073006300680065006d0065>
-/Parent 650 0 R
-/Count 0
-/Next 653 0 R
-/Prev 651 0 R
-/Dest [14 0 R /XYZ 0 697.31 null]
->>
-endobj
-653 0 obj
-<< /Title <feff0054006100670073>
-/Parent 650 0 R
-/Count 0
-/Prev 652 0 R
-/Dest [14 0 R /XYZ 0 629.45 null]
->>
-endobj
-654 0 obj
-<< /Title <feff00500061007400680073>
-/Parent 647 0 R
-/Count 22
-/First 655 0 R
-/Last 676 0 R
-/Next 677 0 R
-/Prev 650 0 R
-/Dest [14 0 R /XYZ 0 452.69 null]
->>
-endobj
-655 0 obj
-<< /Title <feff004100720074006900660061006300740020007400790070006500730020006c006900730074>
-/Parent 654 0 R
-/Count 0
-/Next 656 0 R
-/Dest [14 0 R /XYZ 0 407.17 null]
->>
-endobj
-656 0 obj
-<< /Title <feff00750070006c006f0061006400730020006f006600200061007200740069006600610063007400200074006f0020005600460020006f007000650072006100740069006f006e00200077006f0072006b0066006c006f0077>
-/Parent 654 0 R
-/Count 0
-/Next 657 0 R
-/Prev 655 0 R
-/Dest [30 0 R /XYZ 0 121.6692 null]
->>
-endobj
-657 0 obj
-<< /Title <feff0044006f0077006e006c006f0061006400200073006500720076006900630065002000610072007400690066006100630074>
-/Parent 654 0 R
-/Count 0
-/Next 658 0 R
-/Prev 656 0 R
-/Dest [42 0 R /XYZ 0 297.1493 null]
->>
-endobj
-658 0 obj
-<< /Title <feff0044006f0077006e006c006f006100640020007200650073006f007500720063006500200069006e007300740061006e00630065002000610072007400690066006100630074>
-/Parent 654 0 R
-/Count 0
-/Next 659 0 R
-/Prev 657 0 R
-/Dest [56 0 R /XYZ 0 518.3699 null]
->>
-endobj
-659 0 obj
-<< /Title <feff0044006f0077006e006c006f006100640020007200650073006f0075007200630065002000610072007400690066006100630074>
-/Parent 654 0 R
-/Count 0
-/Next 660 0 R
-/Prev 658 0 R
-/Dest [69 0 R /XYZ 0 749.63 null]
->>
-endobj
-660 0 obj
-<< /Title <feff006100630074006900760061007400650020006100200073006500720076006900630065>
-/Parent 654 0 R
-/Count 0
-/Next 661 0 R
-/Prev 659 0 R
-/Dest [75 0 R /XYZ 0 153.2292 null]
->>
-endobj
-661 0 obj
-<< /Title <feff0063007200650061007400650073002000610020007200650073006f0075007200630065>
-/Parent 654 0 R
-/Count 0
-/Next 662 0 R
-/Prev 660 0 R
-/Dest [88 0 R /XYZ 0 268.3493 null]
->>
-endobj
-662 0 obj
-<< /Title <feff004600650074006300680020006c0069007300740020006f00660020006100730073006500740073>
-/Parent 654 0 R
-/Count 0
-/Next 663 0 R
-/Prev 661 0 R
-/Dest [102 0 R /XYZ 0 468.8098 null]
->>
-endobj
-663 0 obj
-<< /Title <feff00750070006c006f0061006400730020006f006600200061007200740069006600610063007400200074006f002000610020007200650073006f00750072006300650020006f007200200073006500720076006900630065>
-/Parent 654 0 R
-/Count 0
-/Next 664 0 R
-/Prev 662 0 R
-/Dest [114 0 R /XYZ 0 692.35 null]
->>
-endobj
-664 0 obj
-<< /Title <feff007500700064006100740065007300200061006e0020006100720074006900660061006300740020006f006e002000610020007200650073006f00750072006300650020006f007200200073006500720076006900630065>
-/Parent 654 0 R
-/Count 0
-/Next 665 0 R
-/Prev 663 0 R
-/Dest [121 0 R /XYZ 0 160.9491 null]
->>
-endobj
-665 0 obj
-<< /Title <feff0044006f0077006e006c006f0061006400200063006f006d0070006f006e0065006e0074002000610072007400690066006100630074>
-/Parent 654 0 R
-/Count 0
-/Next 666 0 R
-/Prev 664 0 R
-/Dest [135 0 R /XYZ 0 231.8092 null]
->>
-endobj
-666 0 obj
-<< /Title <feff00640065006c006500740065007300200061006e0020006100720074006900660061006300740020006f0066002000610020007200650073006f00750072006300650020006f007200200073006500720076006900630065>
-/Parent 654 0 R
-/Count 0
-/Next 667 0 R
-/Prev 665 0 R
-/Dest [148 0 R /XYZ 0 526.0898 null]
->>
-endobj
-667 0 obj
-<< /Title <feff004300680061006e006700650020005200650073006f00750072006300650020006c006900660065006300790063006c0065002000530074006100740065>
-/Parent 654 0 R
-/Count 0
-/Next 668 0 R
-/Prev 666 0 R
-/Dest [159 0 R /XYZ 0 692.35 null]
->>
-endobj
-668 0 obj
-<< /Title <feff00440065007400610069006c006500640020006d00650074006100640061007400610020006f006600200061007300730065007400200062007900200075007500690064>
-/Parent 654 0 R
-/Count 0
-/Next 669 0 R
-/Prev 667 0 R
-/Dest [165 0 R /XYZ 0 137.4492 null]
->>
-endobj
-669 0 obj
-<< /Title <feff00750070006c006f00610064007300200061006e00200061007200740069006600610063007400200074006f002000610020007200650073006f007500720063006500200069006e007300740061006e00630065>
-/Parent 654 0 R
-/Count 0
-/Next 670 0 R
-/Prev 668 0 R
-/Dest [182 0 R /XYZ 0 526.0898 null]
->>
-endobj
-670 0 obj
-<< /Title <feff007500700064006100740065007300200061006e0020006100720074006900660061006300740020006f006e002000610020007200650073006f007500720063006500200069006e007300740061006e00630065>
-/Parent 654 0 R
-/Count 0
-/Next 671 0 R
-/Prev 669 0 R
-/Dest [194 0 R /XYZ 0 575.6499 null]
->>
-endobj
-671 0 obj
-<< /Title <feff0044006f0077006e006c006f006100640020007200650073006f007500720063006500200069006e007300740061006e00630065002000610072007400690066006100630074>
-/Parent 654 0 R
-/Count 0
-/Next 672 0 R
-/Prev 670 0 R
-/Dest [207 0 R /XYZ 0 476.5297 null]
->>
-endobj
-672 0 obj
-<< /Title <feff00640065006c006500740065007300200061006e0020006100720074006900660061006300740020006f0066002000610020007200650073006f007500720063006500200069006e007300610074006e00630065>
-/Parent 654 0 R
-/Count 0
-/Next 673 0 R
-/Prev 671 0 R
-/Dest [218 0 R /XYZ 0 575.6499 null]
->>
-endobj
-673 0 obj
-<< /Title <feff00460065007400630068002000610073007300650074007300200043005300410052>
-/Parent 654 0 R
-/Count 0
-/Next 674 0 R
-/Prev 672 0 R
-/Dest [229 0 R /XYZ 0 692.35 null]
->>
-endobj
-674 0 obj
-<< /Title <feff00550045004200200053006500720076006500720020004c006900730074>
-/Parent 654 0 R
-/Count 0
-/Next 675 0 R
-/Prev 673 0 R
-/Dest [237 0 R /XYZ 0 325.6293 null]
->>
-endobj
-675 0 obj
-<< /Title <feff0053007500620073006300720069007000740069006f006e0020007300740061007400750073>
-/Parent 654 0 R
-/Count 0
-/Next 676 0 R
-/Prev 674 0 R
-/Dest [252 0 R /XYZ 0 841.89 null]
->>
-endobj
-676 0 obj
-<< /Title <feff0053007500620073006300720069007000740069006f006e0020007300740061007400750073>
-/Parent 654 0 R
-/Count 0
-/Prev 675 0 R
-/Dest [262 0 R /XYZ 0 385.4696 null]
->>
-endobj
-677 0 obj
-<< /Title <feff0044006500660069006e006900740069006f006e0073>
-/Parent 647 0 R
-/Count 46
-/First 678 0 R
-/Last 723 0 R
-/Prev 654 0 R
-/Dest [277 0 R /XYZ 0 692.35 null]
->>
-endobj
-678 0 obj
-<< /Title <feff004100640064006900740069006f006e0061006c0049006e0066006f0050006100720061006d00650074006500720049006e0066006f>
-/Parent 677 0 R
-/Count 0
-/Next 679 0 R
-/Dest [277 0 R /XYZ 0 646.83 null]
->>
-endobj
-679 0 obj
-<< /Title <feff004100640064006900740069006f006e0061006c0049006e0066006f0072006d006100740069006f006e0044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 680 0 R
-/Prev 678 0 R
-/Dest [277 0 R /XYZ 0 326.6695 null]
->>
-endobj
-680 0 obj
-<< /Title <feff0041007200740069006600610063007400440061007400610044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 681 0 R
-/Prev 679 0 R
-/Dest [284 0 R /XYZ 0 575.3696 null]
->>
-endobj
-681 0 obj
-<< /Title <feff004100720074006900660061006300740044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 682 0 R
-/Prev 680 0 R
-/Dest [291 0 R /XYZ 0 228.4489 null]
->>
-endobj
-682 0 obj
-<< /Title <feff00410073007300650074004d0065007400610064006100740061>
-/Parent 677 0 R
-/Count 0
-/Next 683 0 R
-/Prev 681 0 R
-/Dest [300 0 R /XYZ 0 476.2494 null]
->>
-endobj
-683 0 obj
-<< /Title <feff004300610070006100620069006c00690074007900440061007400610044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 684 0 R
-/Prev 682 0 R
-/Dest [300 0 R /XYZ 0 156.0889 null]
->>
-endobj
-684 0 obj
-<< /Title <feff004300610070006100620069006c0069007400790044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 685 0 R
-/Prev 683 0 R
-/Dest [306 0 R /XYZ 0 724.0499 null]
->>
-endobj
-685 0 obj
-<< /Title <feff004300610070006100620069006c0069007400790052006500710075006900720065006d0065006e007400520065006c006100740069006f006e0073006800690070>
-/Parent 677 0 R
-/Count 0
-/Next 686 0 R
-/Prev 684 0 R
-/Dest [310 0 R /XYZ 0 575.3696 null]
->>
-endobj
-686 0 obj
-<< /Title <feff00430061007400650067006f007200790044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 687 0 R
-/Prev 685 0 R
-/Dest [310 0 R /XYZ 0 354.3293 null]
->>
-endobj
-687 0 obj
-<< /Title <feff0043006f006d0070006f006e0065006e00740049006e007300740061006e00630065>
-/Parent 677 0 R
-/Count 0
-/Next 688 0 R
-/Prev 686 0 R
-/Dest [317 0 R /XYZ 0 624.9297 null]
->>
-endobj
-688 0 obj
-<< /Title <feff0043006f006d0070006f006e0065006e00740049006e007300740061006e006300650049006e007000750074>
-/Parent 677 0 R
-/Count 0
-/Next 689 0 R
-/Prev 687 0 R
-/Dest [328 0 R /XYZ 0 377.1292 null]
->>
-endobj
-689 0 obj
-<< /Title <feff0043006f006d0070006f006e0065006e00740049006e007300740061006e0063006500500072006f00700065007200740079>
-/Parent 677 0 R
-/Count 0
-/Next 690 0 R
-/Prev 688 0 R
-/Dest [337 0 R /XYZ 0 129.3287 null]
->>
-endobj
-690 0 obj
-<< /Title <feff0047006500740049006e00700075007400560061006c0075006500440061007400610044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 691 0 R
-/Prev 689 0 R
-/Dest [351 0 R /XYZ 0 674.4898 null]
->>
-endobj
-691 0 obj
-<< /Title <feff00470072006f007500700044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 692 0 R
-/Prev 690 0 R
-/Dest [351 0 R /XYZ 0 205.649 null]
->>
-endobj
-692 0 obj
-<< /Title <feff00470072006f007500700049006e007300740061006e00630065>
-/Parent 677 0 R
-/Count 0
-/Next 693 0 R
-/Prev 691 0 R
-/Dest [360 0 R /XYZ 0 841.89 null]
->>
-endobj
-693 0 obj
-<< /Title <feff00470072006f007500700069006e00670044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 694 0 R
-/Prev 692 0 R
-/Dest [363 0 R /XYZ 0 327.5691 null]
->>
-endobj
-694 0 obj
-<< /Title <feff00480065006100740050006100720061006d006500740065007200440061007400610044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 695 0 R
-/Prev 693 0 R
-/Dest [367 0 R /XYZ 0 724.0499 null]
->>
-endobj
-695 0 obj
-<< /Title <feff00480065006100740050006100720061006d00650074006500720044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 696 0 R
-/Prev 694 0 R
-/Dest [367 0 R /XYZ 0 255.2091 null]
->>
-endobj
-696 0 obj
-<< /Title <feff0049006e0070007500740044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 697 0 R
-/Prev 695 0 R
-/Dest [371 0 R /XYZ 0 476.2494 null]
->>
-endobj
-697 0 obj
-<< /Title <feff0049006e00740065007200660061006300650044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 698 0 R
-/Prev 696 0 R
-/Dest [380 0 R /XYZ 0 476.2494 null]
->>
-endobj
-698 0 obj
-<< /Title <feff0049006e0074006500720066006100630065004f007000650072006100740069006f006e00440061007400610044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 699 0 R
-/Prev 697 0 R
-/Dest [385 0 R /XYZ 0 624.9297 null]
->>
-endobj
-699 0 obj
-<< /Title <feff0049006e0074006500720066006100630065004f007000650072006100740069006f006e0050006100720061006d00440061007400610044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 700 0 R
-/Prev 698 0 R
-/Dest [385 0 R /XYZ 0 106.5288 null]
->>
-endobj
-700 0 obj
-<< /Title <feff004c006900660065006300790063006c0065004300680061006e006700650049006e0066006f00570069007400680041006300740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 701 0 R
-/Prev 699 0 R
-/Dest [393 0 R /XYZ 0 575.3696 null]
->>
-endobj
-701 0 obj
-<< /Title <feff004c00690073007400440061007400610044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 702 0 R
-/Prev 700 0 R
-/Dest [393 0 R /XYZ 0 388.1094 null]
->>
-endobj
-702 0 obj
-<< /Title <feff004c00690073007400440061007400610044006500660069006e006900740069006f006e0049006e0074006500720066006100630065004f007000650072006100740069006f006e0050006100720061006d00440061007400610044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 703 0 R
-/Prev 701 0 R
-/Dest [393 0 R /XYZ 0 167.0691 null]
->>
-endobj
-703 0 obj
-<< /Title <feff004c00690073007400440061007400610044006500660069006e006900740069006f006e004f007000650072006100740069006f006e0049006e0070007500740044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 704 0 R
-/Prev 702 0 R
-/Dest [400 0 R /XYZ 0 624.9297 null]
->>
-endobj
-704 0 obj
-<< /Title <feff004f007000650072006100740069006f006e00440061007400610044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 705 0 R
-/Prev 703 0 R
-/Dest [400 0 R /XYZ 0 403.8894 null]
->>
-endobj
-705 0 obj
-<< /Title <feff004f007000650072006100740069006f006e0049006e0070007500740044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 706 0 R
-/Prev 704 0 R
-/Dest [408 0 R /XYZ 0 575.3696 null]
->>
-endobj
-706 0 obj
-<< /Title <feff0050006f006c0069006300790044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 707 0 R
-/Prev 705 0 R
-/Dest [415 0 R /XYZ 0 724.0499 null]
->>
-endobj
-707 0 obj
-<< /Title <feff00500072006f007000650072007400790043006f006e00730074007200610069006e0074>
-/Parent 677 0 R
-/Count 0
-/Next 708 0 R
-/Prev 706 0 R
-/Dest [418 0 R /XYZ 0 525.8095 null]
->>
-endobj
-708 0 obj
-<< /Title <feff00500072006f0070006500720074007900440061007400610044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 709 0 R
-/Prev 707 0 R
-/Dest [418 0 R /XYZ 0 457.9495 null]
->>
-endobj
-709 0 obj
-<< /Title <feff00500072006f007000650072007400790044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 710 0 R
-/Prev 708 0 R
-/Dest [427 0 R /XYZ 0 624.9297 null]
->>
-endobj
-710 0 obj
-<< /Title <feff00500072006f0070006500720074007900520075006c0065>
-/Parent 677 0 R
-/Count 0
-/Next 711 0 R
-/Prev 709 0 R
-/Dest [435 0 R /XYZ 0 724.0499 null]
->>
-endobj
-711 0 obj
-<< /Title <feff0052006500670069007300740072006100740069006f006e0052006500710075006500730074>
-/Parent 677 0 R
-/Count 0
-/Next 712 0 R
-/Prev 710 0 R
-/Dest [435 0 R /XYZ 0 453.4495 null]
->>
-endobj
-712 0 obj
-<< /Title <feff00520065006c006100740069006f006e00730068006900700049006d0070006c>
-/Parent 677 0 R
-/Count 0
-/Next 713 0 R
-/Prev 711 0 R
-/Dest [435 0 R /XYZ 0 182.8491 null]
->>
-endobj
-713 0 obj
-<< /Title <feff00520065006c006100740069006f006e00730068006900700049006e0066006f>
-/Parent 677 0 R
-/Count 0
-/Next 714 0 R
-/Prev 712 0 R
-/Dest [441 0 R /XYZ 0 841.89 null]
->>
-endobj
-714 0 obj
-<< /Title <feff0052006500710075006900720065006d0065006e0074004300610070006100620069006c00690074007900520065006c004400650066>
-/Parent 677 0 R
-/Count 0
-/Next 715 0 R
-/Prev 713 0 R
-/Dest [441 0 R /XYZ 0 341.8492 null]
->>
-endobj
-715 0 obj
-<< /Title <feff0052006500710075006900720065006d0065006e007400440061007400610044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 716 0 R
-/Prev 714 0 R
-/Dest [447 0 R /XYZ 0 841.89 null]
->>
-endobj
-716 0 obj
-<< /Title <feff0052006500710075006900720065006d0065006e00740044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 717 0 R
-/Prev 715 0 R
-/Dest [450 0 R /XYZ 0 841.89 null]
->>
-endobj
-717 0 obj
-<< /Title <feff005200650073006f0075007200630065>
-/Parent 677 0 R
-/Count 0
-/Next 718 0 R
-/Prev 716 0 R
-/Dest [453 0 R /XYZ 0 841.89 null]
->>
-endobj
-718 0 obj
-<< /Title <feff0053006300680065006d00610044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 719 0 R
-/Prev 717 0 R
-/Dest [482 0 R /XYZ 0 476.2494 null]
->>
-endobj
-719 0 obj
-<< /Title <feff005300650072007600650072004c0069007300740052006500730070006f006e00730065>
-/Parent 677 0 R
-/Count 0
-/Next 720 0 R
-/Prev 718 0 R
-/Dest [482 0 R /XYZ 0 106.5288 null]
->>
-endobj
-720 0 obj
-<< /Title <feff00530075006200430061007400650067006f007200790044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Next 721 0 R
-/Prev 719 0 R
-/Dest [488 0 R /XYZ 0 724.0499 null]
->>
-endobj
-721 0 obj
-<< /Title <feff0054006f0070006900630052006500670069007300740072006100740069006f006e0052006500730070006f006e00730065>
-/Parent 677 0 R
-/Count 0
-/Next 722 0 R
-/Prev 720 0 R
-/Dest [488 0 R /XYZ 0 304.7692 null]
->>
-endobj
-722 0 obj
-<< /Title <feff0054006f0070006900630055006e0072006500670069007300740072006100740069006f006e0052006500730070006f006e00730065>
-/Parent 677 0 R
-/Count 0
-/Next 723 0 R
-/Prev 721 0 R
-/Dest [488 0 R /XYZ 0 133.289 null]
->>
-endobj
-723 0 obj
-<< /Title <feff0054006f00730063006100440061007400610044006500660069006e006900740069006f006e>
-/Parent 677 0 R
-/Count 0
-/Prev 722 0 R
-/Dest [495 0 R /XYZ 0 512.2496 null]
->>
-endobj
-724 0 obj
-<< /Nums [0 << /P (i)
->> 1 << /P (ii)
->> 2 << /P (iii)
->> 3 << /P (1)
->> 4 << /P (2)
->> 5 << /P (3)
->> 6 << /P (4)
->> 7 << /P (5)
->> 8 << /P (6)
->> 9 << /P (7)
->> 10 << /P (8)
->> 11 << /P (9)
->> 12 << /P (10)
->> 13 << /P (11)
->> 14 << /P (12)
->> 15 << /P (13)
->> 16 << /P (14)
->> 17 << /P (15)
->> 18 << /P (16)
->> 19 << /P (17)
->> 20 << /P (18)
->> 21 << /P (19)
->> 22 << /P (20)
->> 23 << /P (21)
->> 24 << /P (22)
->> 25 << /P (23)
->> 26 << /P (24)
->> 27 << /P (25)
->> 28 << /P (26)
->> 29 << /P (27)
->> 30 << /P (28)
->> 31 << /P (29)
->> 32 << /P (30)
->> 33 << /P (31)
->> 34 << /P (32)
->> 35 << /P (33)
->> 36 << /P (34)
->> 37 << /P (35)
->> 38 << /P (36)
->> 39 << /P (37)
->> 40 << /P (38)
->> 41 << /P (39)
->> 42 << /P (40)
->> 43 << /P (41)
->> 44 << /P (42)
->> 45 << /P (43)
->> 46 << /P (44)
->> 47 << /P (45)
->> 48 << /P (46)
->> 49 << /P (47)
->> 50 << /P (48)
->> 51 << /P (49)
->> 52 << /P (50)
->> 53 << /P (51)
->> 54 << /P (52)
->> 55 << /P (53)
->> 56 << /P (54)
->> 57 << /P (55)
->> 58 << /P (56)
->> 59 << /P (57)
->> 60 << /P (58)
->> 61 << /P (59)
->> 62 << /P (60)
->> 63 << /P (61)
->> 64 << /P (62)
->> 65 << /P (63)
->> 66 << /P (64)
->> 67 << /P (65)
->> 68 << /P (66)
->> 69 << /P (67)
->> 70 << /P (68)
->> 71 << /P (69)
->> 72 << /P (70)
->> 73 << /P (71)
->> 74 << /P (72)
->> 75 << /P (73)
->> 76 << /P (74)
->> 77 << /P (75)
->> 78 << /P (76)
->> 79 << /P (77)
->> 80 << /P (78)
->> 81 << /P (79)
->> 82 << /P (80)
->> 83 << /P (81)
->> 84 << /P (82)
->> 85 << /P (83)
->> 86 << /P (84)
->>]
->>
-endobj
-725 0 obj
-<< /Length1 13140
-/Length 8285
-/Filter [/FlateDecode]
->>
-stream
-x\9c\8dz   x\eÕ¹ö93#Y\96mÙ²$Ë\96\96eËÖbË\92\92÷%ÞâE\96×8\96w'Þâ\85Ä1Á¤!¤!\ 4h¡)\ 4\1aR\12Ü\14òÐ\94æ\86\0-\97§%´½\n/·¤\14(\97ò·½\94Â\rümÊÏ\93X\93ÿ\9b\19)\96\1dC+?ãÑ\9c\19}ç=ï÷\9do\93\10F\b    \91\rñÐÌàd`Fñ\9d\ f\ fÁÈY\84pâèÄâȲòc\e¼\7f\19¡LéÄô``Öz»\b¡¬7á\99\93c\93ó{úo\97.#d\9a\87g\8aÇÆ\86\ 3       oò\8f#\94}\ eî§O\ 6öÌ Q<\ 1×Ìó\9a­mÖ¼/^¹w7\_\85ëþ\99é¹ù\92\ f\9f/B(Ç\a׿\98
-L\ eÿrt)\13!s*B<\1aÄ\r\89ý§\1a\10²Ã5rÂ\81\11\83\17¡XxËGÿðÅ>L \92â!Ä\8f\12D\vcbãDñ  âD\89\14ÉP\12Bòä\14\8525M¥ÖhuútC\8613Ë\94\9dc¶XÙ\8fÛPn\9e=ßát\15\14\16¹\8b\92Ò²ò\8aʪê\9aÚ-uÿxòð«þ\9f\81ýßÈükúçEÃ\8b\87zo|Âÿ\15ï5$AFäF[Q\e¬[*"ô:\váÈ÷\12ö<\15Á\93ªàì\85k\v\8c\8b\88\7fx_\8fíĪÉw\87¯s¹Õhl½³Ë·¯ÍD''¤\17\99LEúøx}\81Éä6$ð^d\9f¹³å\96gtññ:î\99àþCÄ»wSüÑ3{ÊË÷\9c\19\1dýÞîÒÒÝß\eí<Ò\9f\97×\7f¤³ãëÛss·\7f\ 1\ f\94\95\ 3\7fç]`Uº@^ÆMð\9eDHb'õ\vo{ûx\17h5w\8f¾F\1cà3Ê\ 5\ eT\84\f!`Q\89\92\89H\')Ý7~ô\17ËEEË¿8:¾¯TB\1cÞ{åòùÒ¾\82\93ïaíóÏcõï\1e/è-ýÑ\9bW\18Yå «9$\vx1:TD¢LJ\88p\94ÃKâ%IÙí ë\ e·û\ e\90u{\19+ëÍ\1f\95ö\16<þ;ú\83ç\9f§ß\7fïdA_éùˬ,\ f\1fÅ\ 2$GÈ\0Ü\83\ 4\f\S\8e|'C?>\9aÞ²Ü;Ü\97¤ËÐ%5\16j
-rRüe{ÇÚ\94~Mo±T)\93¦f©Ý^¹¹\82\1d\7f\12Kìú\1dZ\99\9d\90á\ f\8e\1fGì½å\e\7fÅûa\1e   B®\90ne!]/KõV¥Âª\97ÉôV\85Òª\97îËthD"\8d#ÓèdÎNv»Ü\10\10M°f\90-\a\eX\Äoíþ"
-v\eì"°3*-dgÀ.\10\ 1b1G/L\84\137Z\11\95æÞs~ñ\8e\v\v\ 5\ 5\vÏ-ïùÑ\1ewP\9aZ2ZW?R¢T\96\f×Õ\8f\96¦\12ï}\9fþË«\13\13¯bùSOaé+;v¼B\7füôÃ\9f>ÙÑñä§\ f?|åt{ûé+ÜÚÀ/\91oð^B i»\83\9dG,"õº\fÐF    ¶\8bar7\96]:¬÷\98\95ÆêR\8fÊ\¤.©i³?p@añè\87üBu\91\8dÊ·5\15¨=¹\ 2¹ÁaØq=ÛV¤\16ú\19Ùc û\ f°6+·w¢°\16ä\83TRëÀ^2¼ YÄ\96!ÏY:\97\15ü¶¥8C\16\vWïÇþÖéJU\8a}«³º#/ÑPjSÚ\87\8f\r\ 6\8eO\14R\vµ_¿ÿx\17½_ar©\fô\89cøÈöc\a\97«ÝÛ«\fy¾)O¬Únt\ f×eåvÝÁ®u7pM\0\1ep3\86\10£ÙØ\11In$\16FÅQ*\1e\9c(nW;íÀ\ 6^õLùòìý÷øËÊ*\17\92\1dmîêÎ\10®\11Àub\977·sOM\86ß×èÖç4\8eÌïu\ f\7fs»¹Ú­/\ f\9aîè-\e¯Ë\1a3·.l)î+×EÂÌi[lªÚ;X-¦$éΦÑÊÖ¯\ 5*M\12\83·Íì­rö\94\eX{Ñ#DõÂ>MfíEÆéGË.Â\83\81W»Ø.ð\ 2\97\88\a|\93}J³W§\f\88Q`ð0±øS\9aö\12$\8f\8aRh\r\ 6M,ý*þ#þÆ\19Ve¬2ÏøÈ7V\9bæð\15óÄÌ´Md-*õ8\12éd\96¿]7>\ 1}\9eG\8e\18Ò¢\8c\12­Do´\90z-É\1aíÍÝ\11æì£\92\9d[srZgk\1c\8dî\1cIn9qVè\17\901ÉY\1azΨ^è\19\8e\9a\8aå\8b\v³ßêL/)W{¶\ré[\ e\ 6Zö4\e\ 5q        \ 2\11q\99\93¤\96       ioL\92sâÔÄØÙ¥
-cñ\16]aiN\83KÃò²\ ft\9b\0º5!\88|XG\90^2\ 2    ³¡¼\147À×\ 3n\92Á­\82G\9c\8eü\fâÁã'bR<µíy}\ fï,rï:5>òÌrmZQçîcÝþe_Vs£$§r1³®Ì)#\8cÕC\9e©¹}¼1ú\rú²Ì\98\96X4ñØÀÄùýµíÏaõ¿\ 5^X¹w¸ ½¸)Ë]\9a×Qf\b\9e\91i³eÇß¹§ôé\17~p\92áp\11ô'\a\ e\85\bi±V\17\8fõ\12­\fã\83ø\ fÁÿ\99\8a\ 6\83'\1f¢\ 5¼\84±\11<ë¾Æ$\rà5ú`mJX\9b\11\152ÁL¨×B®·S2Ì9/¤\19£\88µ\ e\1c¶lÆq{É>«o¶¢h Ú\98·ãû·õ\1f\eufÖ\8ex\eöuçVßyafî\99\ 57~·b²Ñ\94á?\fY\89¾j\fÛR\]e\85]Åj¸¨,ªÏIÄÓuÓ\1dÕ\1amcïdiÍ]#^GßþÆ\8a\91\962uzkÿLEà\91\1d®âñ£ofÕ\ e¹ó»Ú¶fç¯Ì\97\8eÕgQ\ 6kwM¶¡¬Ûáê¬-Ѥy¶t Voc7>"WY½y\18«J\940Þçæ&Ä\89\11ÛÏ¥"%^Òå\0CÓñÙµýú©'\84Iîú\1eg×·vº\8bw\9d\1a\1d{æÎ\1aea×ÒÉÁ\8e¹\8aÔ\f¹(ËÝpw^[©UDdV\aÜ\93»UÅ]ÝØ\86ó\95yFyþØccÓÏ\1f¬o>C¯\9eßùú\85\87§=ê¼RMF¾@ã6+\88V¬4\17k©C?»£ø¥\7fñíiгxW \16\9c¡|\9c¿Þ\18\rÄ\e®W6F\87\7f\14-ȹµ\ 1­H¤å²³\83è\ 3ò*õ6â3±        Ë¢±ì 9\1dl&Î\11\17kñÛ\87é#ôý\877<çrDcxô q.ØLN\7fp\18ïÂ\v\87ic-»\ 6&Á9\r>$\9dõÌQ\8c¡$Ýô".lÇ*2t   \9bÃ\8aI\v6\8aÈ(R\8bO4E\v+ª¬t¬QeÒ©%øÕ\93øW±)º\1c\952øºu)ZÐzZã\10GI\92R\13\8fàÿÀ\1f½\95l\15çÛüþ¸to.õòõ8\8d)\ 5¼Ì\808]þ'üzÏãu\86ªÚ­6ú\10\90\9fQ/\ 1&-²@¾ÅÅ\v\19cÕTVÈE\8b9w­ÕPØ~«÷ÎÆÔ~cå6gõ|\9b\85^¥?\ f\9ePè=\16\85ÒâÑ)\b\ 3\16b*Ø÷ó\8e=\r\96=ݯÝ×½§V­kXì8LÕV\8d59\12\ 5±EÛ\96[^½Äú@ò\13³K\15íÿáõ\80¦f¶µù¶¦\8c\11\8eºúa¯\82Ë\87`?\9e\ eŵ°¶#¶\19Ë¢
-G¸\1e\88å$\7füÑQ»ÒV\96\91RØS1ÿÄ\88Å6öÝ]õs\9d\15
-q\92cbeö\91?\7f§Ù÷äç¼×ô^_®Öa\90Úúê­í§>=~ø\8f§ºÓl%º\98\fµ±¥<\e\82zÒ÷W°ôÕ)V\97À\e\8f\89\a
-d\bç\ fÚõ|1»\b3\ 3   p)æõúV®}/x4\82\9d¹\13_<Ý\1dtì}n¯ço\7f;O¼w\86þ¿ÿ:\1aIDà\ 5ú³Õ÷ÚNþåa\9c\8b˯'3\1c0úZ\81ya\17\18ÖÂúº\89C1A¬\95iñûøHn\95\13í\14]¿ Ðy,J&\7fPP\ 2á\ e!%Ï.³Ðgð\15:q\84AÔI\1f÷G§ºÌä\156,ÑÇ;\99ç\83ï\ f\85çí\87y\99Õ2\92Å\91\11pÃÔ0+Èd"`eð\0;)»`nÒds¥\8d×\1c<7D7rÑ\8f\9dòsvÁ0%\13/CºæÝ\ fº.\ 4\9e\19\8c2\9déöMµît\85§\97±\83b\11&\1dÏÒÿï\aþ\9e\7fÁ±?\9cýþ®\ 2\95½*3\15üá×\9e\9bÏwîýé½îél\ 6\92\80\90
-Òò3\92\91®©w£\1d<rå        _l\1c®3»ÒØXí¶Ñ\ fØ,!NøBà\ 42Ù0\ f_ÂK\b\98vÃ5÷,yAÉf #\Îp6ÂD|J\9d׬$\8e\1e½\92ð­ÝaÍ\ 4ÿ\9eÖ¬e\10!£aßÓ\ 3øÄÚ\9dÕD³+5Ú\8fB\98\89'\0sDÞ¹\19¦&v*ÖVB XpÜD\7f\8c\10\9d\1aÊ:Aö\8d\8fh)+;\r\1c˦¢Ep%\97\94\8fV\e"\97W{ÇÓ\ 3zzÁÐñ\8d êõ5\×ßóÜd\98gÞ³ ·\14.\98ü5C\ f"\99D"\1a«0\80e\¾\11G}%õä!mNJL\9e\1d\97\95UeÒoásîÉB*iô®î\8a\fúñgÂÜß´Ö\108jW\86Û\96\1e¯\90ø|ÊÜ\1a3ýlp¥¥Í\9f`ªqákGéWn1a\16zð%\14¹Wµ_Æux\ 3o`\e à\87,e&9%Ý)ZGy´Êe¾þ\r­£\û\b]\e\9e\ es8Ã6è\12C½»9\15Ñx½\92y\89Q`èI\ 4\9d=M\e¤F\97\8eO\e×\bÀ¿Ægðiüê\1a6\7f´Òn¢ª¯ý\81\97rý?oYùõIêÁ[l\82ÕÝ\a\80/\87É»6\87\857°B\1d\r"N\1dô\9aÁãÝÄ{Ì\e%A°\83Ôc«\8d·Øþõ\87È#\11\ 6d\a?=\a~d\89÷ú?_çñ\96|§?{ôÔ_O67\9f¼zêÑ+§}×ß5\ f=>;ûø`NÎàwfgO\ e\9b××y²Wvî¼\14Yç}zÚï?ý)
-Ç      ê ¬_\8fl·XAÈ\9be\87y!×\82jS\84\13(ÙÿÒí\9e¯ý×Ãû\99ëÊO&·Ýå32AôHäÚÝÓ'\86zÎìo¤WØÍN\1c7v\1c\ e0Y4\87c\8eÎbyРüP\94g\93\r\84Û
-_ÂGùþ\9fì\8dÎk\1aój;[¾{W\97ðè\e÷T}\157ÇV_Þ\974~´=½?{ü\awÅïþ\19\8ezü+Xâbi\ 3pÄf \86\88-­ßÜ`4\14\9b{\e"r\90éü\812~Zÿ\92ߣ§?~\8a5\94u\9bÙÈd"\ eÿ\84\93>ü@8\a9r­µÕ/ʬ-¯ÓÝ,i\91æ|éÕÖ¥îâDkfó\9eæÖ¹-Z°å\ 1¨Ãþ
-1©\84\89I\\95\15*e\18\12#
-\ 3~d\80\92s5\ 2¾6ôÈh~c\r©-\1f©½çQMÝb÷öûú,\15{N\a\e°wÔÉ\9d\9deîm¥:MýÞ®î£\ 3ù5w½ 5Õï,õ6\94ÞÖí<¸¯À¿¥Â`ì\9a¼Û×yÏö¼\8cÒ6sy\85\16\8bÖãwx¶ÕW¤\eZ\87÷me
-\ 1fße\85ò:=Ó£YG"\83\8b-\7fØ`\9d\8d\89·\99Íf\r\1e°2t½bö\18%T\f\ 4êýL´\96fx-?ÿhm¯S»ØL\ 1\8f\84²\ 3v\8f«a\8f\9d\80¹\1c!^n\8d(_\12\r\88?-¾|°:ÒÝÚ{öÕwíoÏâÆ\bv¬lùÇRûô\ fö\91ʵ½½úA×¾¦t[ûB5i\8d\18½<rjW1
-µJy#\80ÉÄø\1df\99ì¼P¾$É%*,÷b\97\84éZeÜ\ 4\14\85\89\11º:FÁdÕ\84ÝêõD\v>Pç\88\13rtÿG ¬¨´â¿\19UÙz\95\98jLÉÀ\87Õ\ e\19up´ç麺\95~âH\8aEì°úý±zoÞõ\12\16C"B\ 2¦·W\80\10\13©¸IÉõ\93ê£Á]o\8e\8fz\f£4³(Þ\98z\9e\14ðy\f\86«F\959]\15O¯\¤\9f¥\7fþ\13ú°0Eg\ 1¼ù\80WÈÿ±Â"\8eÏR^å\9dY=<òbMÝ©AbO¬J¥\88fqé¼öë%ÔÒõ\83ëñïÚö£ºæ\9f\f\92Ó\9c¿N\0Þ\\80¹\81ë\13®!\rÅZ®:\ 1{\8fÁ"r]ý\12\8d-xM½\8cá+1äß/\88Ó2\93ùøåDU®%7\râ٨\b¾\15³\97'RÊ^ûCtb\82°¬\92O'Ç\19\VK*öÓÏ\18¶Y\94D6_oQ\bI¡DüüOå©<C¢<\8eç÷\8bô\ 5\17|¢8×ï¯\8cIRåèp5}.N\9bnHЧùýñ:g&þ\vapÃíè\84¤Ø\18©2]I_ÆF½\17ò\93Ïam|X\9bw-_[£\9eÁ\1câ\9e\em#ä\88p5»Iè\83b\956S¡ ì\r©ziTJì·ÓóÄÑJmzâ\ 1©¸Ô]\8c¯&'\19\15ô\19\88\9b:\e»sð\ 1â\9biY\8aX°ÔÄ临¢$úJÉ\92-Éé)Ó|¬/I1\9b\ 1½Ác        ~\97\85OÀK¿G^¸ágú\97XëÐ\92\17VKÉ\97é÷\16\19\9f9\ 2µP\16Õ\87D\8c7ÂÒ$®\11\15%"%l;-ã¦3
-»P£>\á;K\98v-\81Í-íÞá\9a\8c\ 3\1d\vµê/Ü[²Dí]EÃw7ôÝÛg\15©r!\19øX#Ö\14×ö\94V.´ÛþüñS±\99õ8«\7f{fÝ\8e²\15>¥/é%\1eÔ\16·Ú\8aj\1cuÖ$\83ïÐ@ð\7f³\vt"ÿ¹ìÚü4cË\92ïÔ\89\92k[\85\ 1ð\1a\0ï"_\8ąl­£oÔGmpíb)?\8a\1f\9aH8¢°c\10S\8b®\1d\8f\r»û\eÝIqéôÅ\ 4&kf\1cE\ 2^$à%\90\17\17\ f?¶ÃE»\9bw\96*\95e;[*·{RS=\ 1ÂøÐoï­PØÊ3Or­Ó:®Þøº¾Çd³[\e\1ci\15G~\ 3\1cO\9c\9eÞyz¦°pæÉ\89ÉS\13ÎPïí$ð\9c\15öù\9bøø$¦\ 6á
-O¢räìíUUKß\v\94.\8f\94öö$\18+òÝÛ+Ó¿ñäöûôñÒ\9c\8e¯IK¾~ùۧ߻» %\7f«£¦Èæ/3äL\8üÎo\9aKb3SõÕ\ 5\¿\ 3æ¥.±|\95¬yð5\1dr(äö\f£\ 5\e\15GvT¥IT,C\8e\98~2I wsÌ8\9d\1c\81ÅI±$IPì}¼Hg5ï,\ 3º&Z*ú=©·}ÀrsÑZϲò`\98¹¼\9c\8cúÄ3ì½k=\1cSÓEE3Oî|ç·\1c\ 3àIÀ0\85uü(-Ûí\ 3¬ \89\fÔ4¬U\91\11\15:a\9f]\8aÁo%ç·\e¦\7f¸·ì\93w\ 6OL¹\83~"«qf\8b£§®0Q\94\92Ó}\88üìùg[îîÏ¿¾ZÿÀ\e\a±\1aë¼KÏ-öÍ|w,79Ó\9eÊÏP¨k\8a3\19¿\ 5A\8f<ÀÏB¹ÀÖZ¨sØ#»ua\8d\ 1\16®\80µ\13ç\82\87ØâëÅ\17óúîö5OU¨RÌ\1eC\9c\98ãN\8fÇZú}&8úCY&
-\8côÞÛ\9f+ËÈפf§Å«Ý\96T]Å@Ùb \88\98=ËôS¬´\94rP\87Q\a\9a@{C\96ÎNË\8fºÙ\9a \8c\8cëdTz³gÅîW¶¹è\8ch1ÊCû b\ fd3\9bBÂíw¦\12Òñ)G\9c"+\95\1f¯\90)LR½ÙÒsd\eãô\ 5Òte\82DgUþ¹÷Î\16CÙݯ\1fùÍ\9b¦\9a^»,S#-­Î©²¦Øú\1f\b\18j=¹ññ\99yn\9dÚ¬\8a_=\99\<Ò4u¿O§t4Ù\7f\99ÝR\92±»c0¯*Gâ\e\1al§ÔIÆ4ql²,.6.{¡³a\7f\9f\ 3c\12\v\93U\19ò\14\95\98giÙUÞyß óÄÑâîÒÌèh\95É©õt\99\12KZúí]÷\ eäÇH\92ã\12\8cÚ$q\9añz²¹©@c(ïqZ=zQ¼©\81ì?°Wå\rTÜs×!.\ e\19 \7fy\17ì¿(R\9fë\9d\84s\9d\7f\13\87\r\9fSlCðí\8dþAØûFÇ¡^[²©\b|ÛcÉ\ e¿·t\9bGÅ<\10ÒoØ+xS=
-UÚ\vÖÀÃã4WË\10\18«5X;\96êéf&Särj+ü[\0\8cÉLuãZ\8f0\94rI6t&ëÂ))\1fOq5Î\v+\89\1aSJ²I-\91¨MÉ)&M"\e.\88Ã\80Eè_}\9c˽x¥é6Ul¬Ê\96\ eç¸8\15\14\13Ä\8d\ fi)~
-æOb²\1cÌ\95×ë\98Ú8;>Q<ñ­.m¼ËïV³ ¾\99¨ÎNNÎfæfÏ\89TÝõ\15¦ì\ e0Õ8¹\97Å\80\en\99\9bÓÏ9\98»\98ËmÂ);\19%Û4eçT\16Q½ó£\88\v\18¯â§uÍùª³_ÿ6\vèV­a¤ÍV\bsíø\95\9aÃÍÄ\83ôÎV¿?&kk%.\9by\9eKÚ#T·ú\97Ô\ e\93Í\81\93\r\ 5&m¼"Þï\1fêáì        2U¢\9fÕÕ\97\11\9eW\81ÙïØ\14Á\17#%_»Ì)\82\91U\b\1f|]Ç&¶)\ fÅ®ðysûÜÄ`û\83o+õE&9k\9e¸L)TW6¶Ûòº\e=\12±º¶¥ËÖt»ß\12²]¹½Õ]Úá\94G\Vô\14$G\982±Ìªn¥pK\16D\9d\1a;s¾Å\9es}S^º$bÀÙ»§ü¦\81³ë¤>\83u\16|Å:¿b9â0£|\¯\14jj¶vå¶,wYå\0:\8a~\94Ù\7fÕÛ\8b\ 4ô-`×aãâ£\19°Å3\15\ eNà¾öâBÍ-ßÜ\9aÿþÉô¹¥²¿]aþ\a\85ª\8a\9d\8d\8d;ÊÓTåìYE\18é÷éÿ©¾ï­\a À$W\1d½üÀì3\vÅÅ\vÏÌÎ\9e\9d+*\9a;Ȩ̈\ 4¿¾\bóI\98o17&&kùL\12T{ixÓ-\10f\8c8¿!9Áûo¦5\ 2°wxmÜ
-
-<"[ËnÈw7æ)tC8H;,\92¬ô4Á+fWZ4׬¤v°¤>\1fJrXî`-\97`-ù¨\9aÍ,¹Ü\11"\8fÓuK\82áZ×2Ú\98a\
->ZÉ\80äÒ¯[\93\f\ 3®\15³ÍC&Ñ\bάK3h)\8bï\1c\93\82åmL6N²÷®\1f\13¼\rÙ\ 6c\9b\95\10lW`\r\10ï7~QÁ\11\9dÄE|\88\90"*\84\9ex0øCþ\9a\8dB©ÉÓ]93)³ÔæÛ\8a3\8aÍj\89\80¹W\18i\8e¯YZ<ú¦\1a\8dÓ(k¯Ï®é\rô\eé\97\91^È{Ê©^&«½\99\1fFXÆƶ@ÆÆ®À3\8dû:mJ£91)¿Ýëò\15ªä\85\ 3u[\17\1a2\#÷ul\99iÈh¬iïÉ\87\ 4\e\f¥²e¾>½hÇ·¤JW\8b3Ë¥\89söÕd)s«²2\¶<\8d¾¬!PQ=±%Ce¯Ê(¨\18\9dMÎ)N7\16ÚÌ©ºò¦\81Òæ=-\99\80×xã\13â    ^5Óÿ5@Ö*\vé\eR%¸\82ªÓ.cs£$BmðjâL¹Îä¦\99Zýc\86.\9d>;¡\ fÇÒWÛ;\ 5ün~l4O[··\938ÛªÒg\8co]]\b6\8d\ f\80|+ìË?Qul\1e¶1k\8dô¹ë4F¹X\8dÐ/\82׫÷õæµÜá7s:\9a\96å¶y+\ 3%*¦\ 3\ e1ó}Öå¯\14ÕfÅ[\ 6\1e\1eÇ\1f³*
-z\18\ faëØ[\87Wlî\9b½G\ 1ø¯Ç\0\8b\95ûmÉÍò\9ad,äÖú\9f©Ãõ\ 2\ 2\1e\81àH\j\8a\94\8aâÉÓÔ¢\a\85Ñ\15\95ñø¹\14öÛ7ú'/ÒÏÅ2}\ 2òªßo³\8bõrz_z\87¯^\91TÖØlÀ÷3\8d\80зo«gÉCÌ·o\1c\1e\ 2\1f\0\ fS±q(6éBèIã&\1d\81\10dòW¯Ç*\93¥<~t¦zD\10SQ%Â\17\14ª\1c½*\9eþâôU\ 3ýßOÐWYh||MéñÆðû\85I\92\ 4(zÅrEÜeª2ø]C{[\9dÂþ­A\§p³0cõ^ûêYâ\8dC«g8¬~?\14³69}ÆÐÙÑ PTmm5\10;Yü°\fê\18à¯ez\ 3\11\98Éõ­\ 1+S\86~Uk I\8dÁÔÈÄ\12\17°æ©\7f\8dÍæ\96\feðSá\12?Q\95|øþhi\82°¨\8aO'K\f\ 5yy*Lд¹Ý¢$\ 4l[ E~h\87<\95¼h\90\83\93KÍÏ¢?¤wr-\ 1¹:Gsñ\17±\1a\9d\9em\bĪì\19¸     ÷;
-üþhqR¬,Ksñ\11½7d\1fà\a\ fÂz\98_.\84Ø\17ñ\0'ûmìf\1a\88P\17u\90Ï´\83\12é_¦\97V·í¸§'qìØä\96\14ú H¡Í\ 6ú?á{=QÑÇDje\12Å\8f1*\ eG\83\rñ©:Î,N\ f\1eÛYmJ\bx'\1eô\93Ë\9a,\850lI\ fêÛZj\15æýua;\ 2\9c`ÎäiÀ)ç~ÿ\11ú%\8f6ÜÇ\93aâbºU-\89\12ú\85«?&Zé\973óµ²\18Â/%ÅÁ³\v©\16\8fÖJ\9fo%\ fÈLÞ,\ 1ÖûV\97¹õ\ fásÄ~\8a`~_µ1S\1cʪ\1d**\18¨3\99ê\ 6
-\8a\86\88·}³U*UլϷ«Z¥ªÞÅô'ðG\94\90\18\b÷'(áõO()þh\91ý\8d\189\87\8fò.0\98ñ?õ\e1\1eõe?\12c_{ÐÝè,ú/ô\ 5æã\f\9c\8fçñ\13ø/D\ 3q\ fñ[2\87¬&ÏS±T5ÕMMQ\17y"\9e\8f÷\0ïßù\14ßÏ?Çÿï(aÔHÔÃQ\7f\16d
\ 4g\ 5×¢\9b¢OG¿#L\17\8e\b_\8e±ÄÜ\1dóPÌ'±µ±wÅþ..5®_D\89ü¢c¢7ãsâ[ã_M\90&4$<+\96\8a;ÅçÄ¿OÌH\9c\ f\89Sr\8fä\82ä7ð÷G©PÀ¤#RÈ\b³Q/þ\19Z .±G9lv\ f±\84ìp^&\98o\ 1\16Q/\1c\87à\18\83c7\1cz8vÁ±\ f\8eE8ú\98{D\1dZ\81óAæà\9d\86¨âFMÔGh\81÷\ 6\9cWá¸\88\98\9eâ\ 2¿\135\11\9fÁñî\8d\8fxǹ{QûQ\13_       ÷?CsÔeîÌ+\81{Ýh\80ú\10eñ~\8cÔ¼\11\84\ 4ý(\91W\8b\12xèÆçäÙ\e\9fSûÑ\bÌa ?\ 3<\1fÁQ\8bv\11W\91\8bjBV\9e\14\19\88û\91\95\18¹ñ!õ\f¼_BʨûQ!/\v\15R'Øç\95ÌgÈK¨\92|\fõ\12o #|ÆJ=\81\ 4ü?!\82:\89\84ÔA$ äÈOü    \r1\Q0/Ã\ fÓ§\15\1c\r\9eAHè£\eè¦è/B¿\88]{meG¶¢gP\ 2ú1âm¸OÀ5E}\8a\1f\80;\88w\9cg\akSqgò?Ñ\bþ+\81\88\18\1eAñ(\82 ~\ f%S)Ús\ 3>Ç~)R³uk\r*EBú\ 6\87Ap\94èÔ üøûo\ 1Â:ö÷\99\1aÎk3¯\e#hdÓ߬ne\7fG!\0ï\18\83b!\1fM@b\94\b{\8aûQ®\1c*\8e\14¤\80ú#\15¥AÔÕ¢t¨\9d2\90\11e\ 2
-\13Ê\86ÚÑ\8c,\10£l\10\90\1d²2\ar"\17\85à\99ÜPa\95C¶S\ 5¹Z\rxÞ-\90\7fÖ£\ 6Ô\88\9a`æfÔ\82ZQ\eò¡vð\12\1d¨\13u¡nÔ\83zÑ6t\bcô,z.jajÜf+\83¢\r¥á\81\9büYYÔ\98\98>¸âÆ\19\1f\7f44\8ea\ 5ß\ e\8d\13(
-=\1d\1a'\90\bärã$¬éåÐ8        hß\v\8dSH\88å¡q
-I±64ÎCñØ\11\1aç!\15®\f\8dóQÂMlQH\87gCÏD¡JüPh\\80dø·¡q\ 12áÿ\r\8dG#)\11\9e+\1ae\12Ù¡q!Øl[h\\88ú\88¯\85Æc\90\8aø}h<\ 6\15\13ôÍ_a«È¢Ðx,*&;CãqÈB>\14\1a\8fC½äOCã"d¢T¡q\11òQµ\15Ó3\8b³ã£có\9a<[n\9e¦fzztbX³ejТ)\9b\98д2·æ4­Ãsó·\r\ fYP\ 5\9aF3h\11Í¢q4\8aÆÐ<\98[^È\f4 ìiø\eE\13h\18®¶ )4\b\81Ds\ 2þ4 öð§æØ«a8\ f\83¬Ûàÿ\10²4MÏOkÚ\86gÇGÀP¦á©ixª\8d}b\1c\8d´\ e\8f.L\ 4\8f\8d¢\ 5\10\18\8dÓSÓó\8b3\0y20:>5ª1k"¤4\82\84)VÒ" æ0MÂÇFAÞ\14ü×\80\19k6\9bë«\91ø\87gçƧ§4¹\16[¾fa\f¬\98¹1\a·\98é4@\86\ 5\87w\v\91ïr\16\8ed3\12Y\81¬èñ9M@3?\e\18\1a\9e\fÌîÔL\8fD2\1f1å8KT\0\8ey\98!\0$\r³\v\98E;al\1a\97\90~\v/¬à\7fÌÇÆ\8fW\ eÏ\8d\8fNiæ\87\ 3\93\9b\92Õ £Ó)\16â0È\9a¬\fÌ\a4\vScãSó`1!        ÃC\9a\81EÍM±C\11b+áCóì\1a\17\18\ve\9e3\88\rS0c\1a4\0Ók6\ 1\19\98±ùù\99"«upzhØ2ÊRl\19\9c\9e´ÎX\ 1È´\955Åyø|\11x\13+,|\9a\95b\ 1\19k\9cZØñI¸?\ 3ÇTH7Ö\90äÝ»w[&CËbEÏÍ/\f\8dOo\90¼\9bý³\80\94õ¨×dÏÁØ\ 2Ì\ e6Ô0>8<5\a\8c-L\r\rÏjæÇ\865e3\81A8\85îähÂ\16\98\81_\1d\a)àw.Ä\10Ãã\10k\93\f\ fc,;e0_\0\9eã®Ö\7f&\aF6Úp\1e\11k\f°\b,Ó³£Ö   \ eÅ\9cµaKEUS[\95\99A±ùz\ 3\11³Z@ò,pj\ 5V#g\9f\83\91\ 6
-\88\17M°Éª`S²³#î;Q,ô\1cX\9eÿÛöøâ¿\131\ 2Ö\8dýúÚÊoÃg\88Á(ú\vÁ\0ëmC¯ÿ\ fÛ¿)Ù
-endstream
-endobj
-726 0 obj
-<< /Type /FontDescriptor
-/FontName /54769f+NotoSerif
-/FontFile2 725 0 R
-/FontBBox [-212 -250 1246 1047]
-/Flags 6
-/StemV 0
-/ItalicAngle 0.0
-/Ascent 1068
-/Descent -292
-/CapHeight 1462
-/XHeight 1098
->>
-endobj
-727 0 obj
-<< /Length 1286
-/Filter [/FlateDecode]
->>
-stream
-x\9ce×ËnÛF\18\86á½®BËt\11Hs&\ 1Ã@\91n¼è\ 1u{\ 1st\ 4Ô\92 +\vß}ù½\13¤i\e Æ/\89\9cy¾_Ã!uøôôÓÓùtß\1f~»]ês¿ïÇéÜnýíòåVû¾ô\97Óygì¾\9dêýë+þÖ×|Ý\1d\93\9fßßîýõé<.û\87\87Ýá÷í÷ûí}ÿáÇv)ý\87Ýá×[ë·ÓùeÿáÏOÏÛëç/×ë_ýµ\9fïûãîñqßúØ\ 6ú9_\7fɯ}\7fà´\8fOmûüt\7fÿ¸\9dóÏ\11\7f¼_ûÞòÚLL½´þv͵ßòù¥ï\1e\8eÇÇ\871\1ewýÜþó\919\1eç)eÔÏù6\ f=nÿ\1e·ÒP\1a\95\96Òªt\94N¥§ô*\ 3eP\19)£ÊD\99T.\94\8bÊ\95rU\99)³ÊBYTVʪ²Q6\95\9d²«\1c\94\a\83×Èkð\1ay\r^#¯Ákä5x\8d¼\ 6¯\91×à5ò\1a¼F^\83×Èkð\1ay\r^#¯Ákä5x\8d¼\ 6¯\91×à5ò\1a¼F^\8b×ÊkñZy-^+¯Åkåµx­¼\16¯\95×âµòZ¼V^\8b×ÊkñZy-^+¯Åkåµx­¼\16¯\95×âµòZ¼V^\87×Éëð:y\1d^'¯Ãëäux\9d¼\ e¯\93×áuò:¼N^\87×Éëð:y\1d^'¯Ãëäux\9d¼\ e¯\93×áuò:¼N^\8f×Ëëñzy=^/¯Çëåõx½¼\1e¯\97×ãõòz¼^^\8f×Ëëñzy=^/¯Çëåõx½¼\1e¯\97×ãõòz¼^Þ\80\eð\ 6y\ 3Þ oÀ\eä\rx\83¼\ 1o\90\rò\ 6¼AÞ\80\eð\ 6y\ 3Þ oÀ\eä\rx\83¼\ 1o\90\rò\ 6¼AÞ\88\eñFy#Þ(oÄ»ýÕnóuWùß.\13I\12\95$\92$*I$IT\92H\92¨$\91$QI"I¢\92D\92D%\89$\89J\12I\12\95$\92$*I$IT\92H\92¨$\89$II\12I\92\92$\92$%I$Iê|Â\9bäMx\93¼  o\927áMò&¼IÞ\84\9bð&y\13Þ$oÂ\9bäMx\93¼    o\927áMò.x\17y\17¼U\86\ 5oÕÄ\vÞªÙ\16¼M\81\16¼MÈ\ 5oÓl\vÞÎ\ 1x;ãâí
-¿àíJ¼àíêÃ\82·31ÞÎÄx;\13ãí
-¿âíJ¼âíJ¼âí\8a¹âíâ¬x»\12¯x»\12¯x\87\90+Þ!Ã\8aw\b¹â\1dB®x\87b®x\87\90\81\ 1ï\10rÅ;àà\1d2äÍkçÎ\9cñ\16J¼Y³e¼Y\86\8c7+|\ e\9cÆ\ 1x\8b\f\19oS\8a\8c7+[Æ\9b\9b×\9ay\1aÞ¢\14\19oVûòæµ\96\v-ã­\8c\8b·é\80"¯åþR¦W\8d*\96Ó4Xq\94êC\99^Jú[(£\ eà®^\12\831»¢\17y]\95¡Èk¹}\14¼YM-x\v¥úëÈVæz\90·ÌþÊ[Y\ fEãV¼Y³ÕÙ_}\ 1\15/7×*¯Y%«ê¯eã­Ó«q+ýÝ:÷Ý.\13â¿7\99\8bÈÛE¡/\893Y(Y\99*A\88W       RõÝV\16JS\83ª\82\18¶á:(u@c¡ðD±]a*Õíf)\15¤9J­ñæ)¥o,\14\1e#Ú\ØZ>M\8d\ fU¡Û\ØjPSã\r{HSãçMª\15\95ôj»\88·\92{fk\94\8c°yGá\89m[z*EïsaëÝ>\17\8a&îÓ«Óúôj%u¼Üî;\v¥2\ 2^\90\9dÆW\ 6Ã[Õßήòvú[\15¾Ïþ2î쯲uú[\95¢³P\9a:ÙçÂVÌ¡§Õ\85>\f¼M\86ÁBi2\f.Ħ\89ÇÜèÔ\87!¯áñdÈk¹`\86¼\96=oÌ\v\91qWÞ\95wdJF(\94L1\176\a4ÞU Ñ)\99x0Eú~\ 1êñZ?\0¾=¶×/·ÛöÄί\ 4\1eÕõ\90~:÷o?$®\97«ÎÒÿ¿\ 1ç\86óO
-endstream
-endobj
-728 0 obj
-[259 1000 1000 1000 1000 895 1000 220 346 346 1000 1000 250 310 250 288 559 559 559 559 559 559 559 559 559 559 286 1000 559 1000 559 1000 1000 705 653 613 727 623 589 713 792 367 356 700 623 937 763 742 604 742 655 543 612 716 674 1046 660 625 1000 1000 1000 1000 1000 458 1000 562 613 492 613 535 369 538 634 319 299 584 310 944 645 577 613 613 471 451 352 634 579 861 578 564 511 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 361 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 259 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 250 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
-endobj
-729 0 obj
-<< /Length1 11592
-/Length 7595
-/Filter [/FlateDecode]
->>
-stream
-x\9c½zyx\13W\96ï½U%Y\96mY\92µØ\92­}±,k±$K\96e[^ñ\8aw\84\ 1c¼/Xòn\88Û\ 1:\v\10\ 2$$\10:¡CÂ#4!t\86\90t\86Îô0yé$/\99éî¼4Íc\b¡ét\7f¯C&Óéþfè\9e|        ØÅ;U\92ñ\ 2Iæ¯g¾¢ê\9eªº÷w\7fçܳÜ\12Â\b!>r"\ e\1aë\89t\8d]ýðM       H^F\b\8b\aÂ3ý\9cçÿz\0®ßBHw\7fx´§\vç}\9d\87\90¡\0\9eÙ>\18\99ºÏû\ 2ÿ\16´ÏCû«ÁÁ¾.Q\ 3÷,BÆסm\88tÝ7\86Bx
\1fA[ÓÐâp}ý\1f\8f¿\0í¯ Ý96:9Å}!\ eú3µAû¹\91®Hßg;5¯@\eîsS¡»^Ño^èBÈ&\84û^80bð"\94\b\97\9d\7fxi\83@\88¤8Ü8\1e\ÇÇdü\84Ä$A²P$N\91HeòÔ4\852=C¥Öhuì]=2\18MæLK\965Ûfw8s\nO®×\97çÏ\ f\14\14~÷àÿ\7fþ0rãw\88\b"\11JÉÕJÝ\84\14¿sù2s\8f@«n\7fA¹9¿D)È\f\8fJ\b\ 1Öëì\98Èõ\88\8b°Û¥Âb\8eDE¸]E ±\13z\9d\80 Üyß{s×¾·¶z<[\7f¾\7fç\9b3yó\8dBK\95ß_eINάÊóWg       \89k/Ñÿþ^8ü\1e\96\9f>\8d%ïnÞü.ý§\1f\1f¼þ|këó×\ f\1eüô¹\96\96ç>\8db\v!DI8o"-Bî\v\1c\91\80\ 4\bDn\11\19Än\11\8c\1eÀÒ÷O)L\8aDsEq¡:ͪIQ\97¯ns\1fø4^nÑü(\92¤r\9b)ÂY\9f§\96fæéxrc®qó-\8fÆ¥\13E ÿ*è_ ó³2³\13PÉXëòB¿¤6\17\17\91¹\1e\93\952£y\8a`\96*\82üL\9aÓ¸åèÀ\aøZp\9dX4\930\97\87\1d\9b¾·*}Mí`k~W\85É?öÒØä+[\v¨­Îõ\9dÃ\ f<ÛõNuE\90\88\9e}loÃtø'¯È\9c«}y½u6GÛöè\1cýÀ1\83¡\1c!ÎÂXKXµâèÄ\190\ 2Bª3-\80\91J\ 4D\9c\8adNøÆÔ\8bÃîtgPo,Ý\98çÚ°ÊbiÚ²zÇîÒîbM¨ÕWa\12|ÿQÿÄKc\91WfK\9d­\13eE\ fl.ßøÃ÷%\99åë\9cæ\ 2\8b¤¤»T\9b^>Ý\16è®ÌÜam\1c-\eÛî]?Q°®Ã»©23;t\7fcÅT{\85<!§u{Û¶Ó\ 3ÙQÛP\ 2\9cs(\15ì\1caiT\15Z\16l!\ 6\ 2µ"·\14{¼>\ 1\19\87µä6¥­H§\98wùõ\856åü¿\10\15\12\8d¸<~¶Ë\9eH\7f\81OámÛ\9cùj~$ÂWç;·m#ÏÏÕïÆ\7f^ÿëÎÔÖu\r\8fåª\19¸J\841óÁ\a,\92\12gNѦèÍvR¯\ 52\92Au\vü°¦âñ2|âËî\r\15\96'w\9a\83^§¼£\84\8cãO\v9\89RM\1a\1d").)\14º\vÊÔ[\7f¾§¶ëÈ\9b\e'\8fõÚÖÕÊsC³\9aÚ\1d\1dÏ\1cæ&$Å\19\89wé}\15â\fI\ 2ÖzËõç¹     ñ\1c_äÄÈο\1fqX*Ö9«Ve·­\8aqS\ 583@§\99\8c×\89jÕëS\ 1,qJÌ~£JÄb)³¨H\97×\aèÁØ$2|aã÷\eõNOrV ÁýèSüÔ@ͺܶ\83Ã\81â\993#£ç÷Ô\95îÿ¤¨f³\1a\8dζÎN\89¹¤%ÛV\98`o\fèp\166«\&©oøù\81Ñs\ fU5\9e¢ç^\7f\89¾|íûÄÕÚ¢\87ÎÏäÿÝ\99Ç\9e\ 4|àø\àÑÂàÃq\82åêóa-V\91w\9aÀ²\ 3\93\f\9a$µøÍ\0O$ThÅ¡ù?¥)mf½\18\9fÇiøåd­9;Õ8ßÞ\98¬I\13&r«\9eJ\90Ë¥¼øT¥2q\ 6?\87ÿp6­,M¢J\ 1\ 5'jóíÔë·j¬~­ \12\89OQIÓì¢\ fð\aúÕ\8d\r\ 6uM}½\81>      ÞÈ\ fÌÉ\ 1£\16ÙQ\80]\9fD\9c\94±wÊ\12[\12¢èòÐj(|×ja.©+ÆòMù\95Ók\1côÇôoçírsºH\94a\96µ\12!lÀ¦ùîGÊ;\v\94©ù\1d\95ûê«6ùS\95\ 5\9d\155Tiy_µGÌ\17\a7ÜWû\8b÷#ñé\9e\92Å\9d\9e\10~ýÖ¬ª,\_;Zeئ
-ö®ZÕ\91\9fÆÚåøí/8\з#j\97>\15\8eZ\9fÁÄøJ¯á\8e=ÆÜ$C7Ù_;Ý^¡\10¦Øï=ô\1aýåÙ¶õ¯âø3[^\99Ê×\96t\16ÉrCÅ]»\9a\fÙÝG\1f×ç­Ò%º\14ÖM\8d\1eð\9a²\97NbÉ{#Æâµ.S\89Séîkv7?÷Ù¡C¿;XÍØ\1eÃÛkÀ\9b\ 2\19Y\9fÍ¥ôÚå|¹(\99\98#\84K\11#æ¼ÖþSú?\7f\1e\92\9bÒ\85Â\f\93,D\9c8\8d\93þ±\87>yùÂôäбa/ñå)úó\7f\1e\8drqÕ\92£\88\ f¯{\95þê\f6bÕ­UkO|Îø1ð\a_Á¸0ªQ\výFýè²\81\99E\8aõZ\91\ 5\1fqD\9d­Iá\b\1fK¾Õ\18\92\992\84Ât\93<D\8dó\1eçó
-\82ô\8bø:­Ø&Ïòë:éÝ\11^ZN&ù»lOz|\98ÞÝUÛH£Y\14\e\93\99\81ît-ZjË\8bcSz>¿!Hÿ\8céW\94\9e)Û1/\89\ eËÌ\98\1aåS\85=MUó\17fè.f\98HtÈëì\éÝ1\1dÿ\ 5tìcVô·)Ö\r«Yä11\83JY\99\bVx÷\9bô§çۻߪóßÿ\9f\ f\14ëÊ»KTÁÎ\92±£=6ÇÐ\8b3¦:CM\95\92xX©¶«\ 4÷ýM²\Í\86 SY4XcaÕüé³M\\1e¶5\17\87ÃÉ\86@6}Ö\17õ\8dÀ\ 5·\15¸(Chaêß@E\f\95vE;ú,ùD\eÃÊüç¢t\93¬m¾\90åH\94a\92\86\88wàNº\88\903\8cµ\11ï\84¤ì\1d£4ÄÚ\ 5þ\ 5í\8d2ÇZÉÇ\fsÑkz\1aï]¼3§ÏÌIãE\160\13s\80\18ßï\85É\1f5MÆ>`X\99\99¹6Ë¢Ã\92¿YÒµ\9d½fãêí³´\84¸\1aí\eÇ:\13\15®\83¸Êt'ʪ\19\98Ù½ªÆ\98³±*[ÈÎõmN\rÓã-ßÆ\ 3\91Z»t«1´\7f\80ºÈZC\14\13è\ebv,Q\0ÄL$\8a\8f:Npñ\94\19Ç}+ýä\8cÖ¦Lô\ 4       kVmÕ*\ 3}\ 3oSùòòu¼\91ú-ë\8a\9dæ\14ú\8b\r\8c\9d\86b:\88®L\98~fº\88*Õûs²¥:ÅæÍ
-gi&}yþ\ 5gÐ$\8cð%ê¬\\r¾\I\9f¼Ë\88ì*t\v¼³kõ\ey\8fåAË\89\97\ 2Sx[U£X;\99\1cåþ"»"Ãñ\8a\1cË­³\eÖ\1eaÃt´ÿ¸^èß»h\8bX\8fïMG<^®lê\92D\93£\11Ò={é\ 6©9Ï\90HSKæ_\8f[ñ*¢\f$,.0\ 2^ªÍH%Ý\92P_Ìqï\9aô\9c\9e¼ÆN|Î\165\8dè:±\ 26\bÕÚo\80\84W°A\9d\9dû\83(Ý,\rÍ\7f¾¸\1cðûÄÅèº\90³+\81\1a\9c{t\89ýG½ä\1cAJ\17Ù¿\15\0ÿÌø\91«\9c\ fîäÔà\9f\97¸\13Æ5¯È©9W7¼Jß~ñ\15úÖË¡ÐßaÎÙ\93\18\9fÝpë/¦Ö\9d\9b:w6\e\8dÍ\ foêÜÕjZ\9eWKß\1d\1eþ_KóêëÏ·´<\7f=\9a\9f0ú¿ÆúMg4²Z¿\81     poKb+u­øÀõ\93«ÄªLé6ð\9e\8bñbú±ßì-\9fïpÕm.S+\ 3\9b*\1a)ªýô\83«é7Ø¥¾\94\90\82ñct¡©ùÁöæ\99\ 63\8be\9c\96°|h\90'\16å\17\96\10\ 1)Ý·ÑR²ýg3ñyMÝníÁö\9f<ÑÅ\7fô\83Gʾ\9d \ 3\7f=ÿ@Æø\13-\9a­Þé\9f>(Ýö\16ý\83oa*\1a\ 2ON\ 4\ 5\9boEÒÁ&à)\8b`Iý\ 2\87K(ó3¶!\8aÚÉ!¬ÃÉÎ\86^Ïß\1499\9e\f^Yû\9e\81ZÍ_\1f\82§%\88ÉÊMþ´ô\82ÎòÑ¥6üö?4mï(\91ÒíÙAKJD\0Õ\14~\87\ e³Ì\127Lµãµõá
-utÝ\15BÞY\ 31ªâÞµ\ 4Ëçbõ°4hÉ£\95\ 4\91ñè\e£\ eH)mà\12\v\v:JuYk\1e\b\r\1f\o®ÛõFxüÄ°G\1dÜ\14\94{Z\ 2\96\1a\9f&½ö¡Á¡C\9b¬õO~ ñ4÷»r«ì\92\9dëlº\82&\87§©"hÈÞ\18Þ^Ûñt8\9f\8dbEv\85µgM^ª³Òn­«®Î²®\1f\98­íùÑ\96R\16»\ 40\e£±Ü¸Ü\16\19\8cÉX\1fKò­\98\f²V\a~\91±À\13ö"s
-%x4\81\9aãïI¦RÌEö\137\16\17"U)1zu;ð~zr\87Îk\94°cia\r^\81±r\97Ä\86h±pwüY¦uÎ\956f­\a¶½½k×Å'W3ѯ\8dx\9b]ÿÖƱUå#«³¢ñ#5\1a?æþ0pb¢Ð=öêv2yÑ\ fÌ}\1e\9a®Tëk&êI}4¤D·\1a8\87\ 1\93+\86)\ e<&3Û\ 5,\12\99\1c\8cM^DúRØ\90ÃÂ9Ü#\90ÉR\85\at\1d_­7$;\88\13\1dÉérA"÷\ 2¤éI$\99,\91Æ_¤âã86ã0!âÔ@öí¸UG}\ 6i0 \89\13*R$nÑü\1eyQyYº(PQ\91N\8c&(Ó\15<\9d!\1cµ)øãí\ 1\E\b1Ñm9\0i\fiüR°Ü;X±\ fS\97°R¬VH8<±T\9e\18&ã¸d°ÜAÈÌ*»!C@¿ý9}\8a¾BÓ{â\15z\9bJI¼ì(*LâíIH\93\89)\81V\8c\ 5\9cSs7\9c=ëë\94Æõ=\839øg\89\1aµ\92\97\9b\1d\ e\8bÜ·BäÏç\82Ô5MV\1a?\1cvºE%é´Ù¼acH[:Y@FîØÕû\80¿\ 6\1aK\95ËÄj\1c³2vq$`¦\ e\92-\96Añ+øWc_\11¦\1cbuV*\17ÿ>Eåt8Uôe<\93\192)çÛù³T²B~þZ\8a.¯<nþV\921/Ç\9e\86ûé3"­Å¥W\12'¹zGz\82Z~ú5±\91#\10§&q \81ÓçeÑÃóo\ 4m\91HY¢L\95­Å\19ô%E\99\8fD$F\88D\17   \81Ò¢\14\80Ý\88d\89Òb=ýuzÅ\1d½pöFká;1v¥
-0¨ \88\8bðrmÅÜ\14nìd¶Kè\9dÉJ\8d\ 5¨?£/*LI|Zc\11I}º­²¤2PSªYaÔêSé\13bµ%µ/ÂMsYq\ 6qY\95\95\96\18\ e»²\14\85
-úbI¯Ó»£â¿l\85¢\g8,0\149ç×Óÿfs)¸\11&\ fû\92¾F\9e»\1d\97°6WK\9e\9b+&ߢ¯Í0þµ\1düÕ\1eª\17  P\90ñý²èæA\9c\80LY±×±àYÍú\85ú\19ò\13FkøH^Av¥[Ù^Øê\92\9d3çj\92\1eÝ[6ùÌÚðÿ\18ö&¥;u<ú!«XWP¾&¿|z­ëÓë§x
-7Îik3\96w\15\1cá\92ÚüVb»6Ðä,ªÍktÉ\8dÍ;;ç¿ÌÊ\83Ât¿¥03%³eÛ\9a\17\8fÅqÇÝ¡"\1dàÕ\ 3Þ\v\   ².T¤¬ã×Ç­\88\9a"    7\8e\eçf÷È\b¼X\16\80\1a¨\v¾ÍGû\ 3\9d«\ 3²\14?=+ÈÈËV*²\ 3Z\1eþ\ 3\87¤(AöÁ©Þg\86¼4UØè\94H\9cÍ\85}ë×\13\96§>Ú_Æ$zÇ"|U\9e\83Ògçªøaú¸&d²9êÚÊö^Æ\ 2÷àÑÍ}G\87}\1fÿêÂ\87¬}tÞþ\82ü\ 2¸µ-\89\ 5w9~\96ñX¹J´\8fÿã®\9aÕ»ßØÜót\7f®<0ÐÈl\9eÙ\80Ü\89\ar7ÖùÅi©ö®Ã\92ü]\1f\1d=ù»]~m~\83M\etªr;«¬ÖÁ3\ fýú\7f§Ù
-õÉîtsc\89\ 5¸ê\0\1f+\ 1®\1c¨dÑ£/ê/\8aFî6\81K/\X\98xI|\apTwº£\10T8éO\91\aVw\16ô>;ìóm>Ò\93¿±6_* (L\92Xi+Р    ñ\9fç¿,lÊ\91Hr\9a
-ÝÕ6éÚ9G\9e\8a\1f9\96UêH+Ûû¯\a\ f]Ù_\91f-0ø]Òl³*~<Ë­à\85o\8e/pæ\v\1fí\aÖ\b\863*\0\9cñP\16P¨ãÆi\ 1\f¹\ 4o\ 6Ö2Û8À\99\8c¥¬3ÔÇÁÝbsaÚ\83ïï*/\7fð\9ffF_»¿t¾\8b4Wô\14箯ö\89}ÎÞ\1f\90\9f\9c>Q\7f\7fÈ>\97Twà®\ 3\1f?Y\1d¼ÿ\8dï\r\r\1cê´3\9c©Ve7\14\18\18\9dAFD^ã\9a\99}\84\85¼\\9fë^T\1dwAs\80ãN¡k¶ÉÜÖ\8csçr\ 6\9e\v÷<\¯Ý¶\83\9fjÎH3ÈùXA_Ï°ºe\9dl$$~µ¯nÓS\ 3^¹Å«©(NËwi\95\81\8eò±}ó\9eXÕD"\8a\96PãÔÓ¨\ 5u£-1\vgGäÆv\1aY{\17\90¬\9b¼³Çfbv·¢©\ 5{òº]2yt\13\8e]Ó^Öý\0ê\94\95»Åã\ 2­?+I\96\9e,2'H\rJaNÿ³Ã       :\9d\9a\97¤\94&åZ¿ê?Ôe¯:øÉÓ7þüØîto\96Bé,Ë´­öi.\­Þf\17Y<Åf£Ï\982·svËë'\9a[þ¢.ÎÕíIÖy3a\86I\ 2­×\92éÕ
-(½\1c¼\9cT#K\10ðä\81òjÓê\87\18\938NªÐ\88u\1akãt5Ðâ{bßÈtB\82Æ\96oÐåç:äB\7fc\7fÑëï\e\15b\8bN\96¢ÉºysMÓ`_\89'AWH>è][¤Ó\ 6×ùü\eK\8d¦ò\ ev½AÞÂÑ\82½C¦ÈVÖKk\9a\ fäRßF®\17\99\836w¹E,5ùtÜù½\94\9a\9a\91í\96¥F}\83X]Q¿ÖÙ°}­]¤óè¹ÄñÒ\81UFÏÚÉ =cõd0é\8e*ÏNåXr\94¼0ýJf»Ù\9e\9d\8d·w>5H\e\9d~X\ f\r8\893\\vÔ\1fP\ 1¥,õ
- [r9Ì\18ø³JGШ/vfd8\8bõÆ C9-\a\8b\8bAË°zd©óÓ\9cÃæ<½H¤Ï3\9bò\fb±!ïæ<kt#\f\9eÈÜ©hF\86\88Û\97¡.\17Âø2v\8d\89Øâc\19=+1\11Ôê=ÿ4n\11ä­\r¨\14\ 2-÷ñ\95\9a['\1fýiľÃкo\88\f\ 2\e¸n\ 5\9e\ 5\1dÉAGLÌ\8cæìqÒoÑP4r²µ=7\19³é\ 2G\9e1öôHcæ¹æؼS\97PA\12$\81     \9dÔç&¨Ê=M\ f`¡w$'\8e\ ebuáÉ%9©\9fUÒÜ¿§WkÍ\99Xk²%+2\ 6\ 6Z6\1c¤77ÕGq\82\8e$(\15ª\8e{j$p·\ 2\96ö|ów1º¡/\vÔâgÀ§µ|·]ÊY\93\94ÉWX&¼fZ¶EtOK\95\9a½:.>£ä³f:~Ì(VW·lX°W\1d\97öW¯w\96[%ßb¼D/s=ðd~¹\81ß´\81ù\7f\89ñ\12Ç\1f>àh\1c\ eÐ\91\ 5[fçÆÑÂÜòþ»sû®å¶|\12ß±Ö\88\ eöúÉ\15@cqd7àJfw&\85\84\108Áøw}1ÛMÿ'ýõì»{ªq2æ;³§z^.w7\a\ 2Mn\19{nvÉ\b\vý       ýÇÊÇ>:\80µX±ê±Ë\a"'Çüþ±\93\91\91\1f\8dø|#?b¿Ç\80ïþ\17ª\ 3ê\a¨§Rî9õ¨·6ëer\15ÎÀ\v4aÖAßÙ½d,Kjtg\bð\13Æx\19\84Ý@ÿÑÍ>ïÐ3½ÓOfCÐ%9LH±Íw\11¯\r¬[×WØÌä)\8dô\ 3¬ùUEãnf©SQ¶ÿ£§\ e]ÞW¶®Öa3\854û£\16\89é\ f/üêcßðѾÍG\aÝ\fî\ e¨ÿm\80Û\8bV\ 1W±ïGL(ñúîJ\16|Ë·\8a0\9bç.°It\1au\ 56%\93\14@"%ͯÝ\98ßsd³Ï7ülo\ 1ä[ò\14\v>ÊÓ\15\99\94Á8o\1dX»v \96\92\bä\85Y\87ãUf«4'__`M+Û÷Ñ¡\83ÿº·,ÍQ\9a\15M»n½Æ¤\r\11Ϋ\1f^øà\92\87ýÑ\19Äì\90\12RÝ(\a¡\95\1f'bkj1vS1ôÄ¥ùV®>?K\1eµ¹ç,|\89³lCpfâ\91ûãåæ\f\83Ç O¢d¦\U)ûI\8ch¶ùTñ\91
-»|MSÇ`Vq\96Ì௪.M¥\9f³ùÒã\17ê\7fò0à(ùoÔÿ\80Ç´¢úÇWF\8föØÌ\81R¥&¿É\95»:'5-¿«ªeÇZ[pêxO×#¡Ì®±\rë´\856eZ0ÜZ>Ùb\ fL\9c\94\18\8aÛÜ®B]Bq\7f¥Ifv§ër\1d¶´\8c\92\96á\8aæï5e2ßÊ*ªúÇ\85\1a\87Fëq83R\v\eúJÖìjÏ\ 1¼VÀ+áT!\15óÝÄë\93Æô\rI\ f´¼>·\94ÍrdÄC\99Õ\1a¡¯ºÝ[1V\9fu¤tP\1dT\9fÆ\úfð\89\ 4ÞN\9e8\99¯]=»\9ex|È£+ÝCï\9bßµ1\14ÕK.ä zª\86ɧb©§i\99/ußù\92{m|uUó\ 6ç±\1f\vu¹F
-¿\9fl(°åTÚ¤©\99^\15\17_\90\1a\*Ñ\13¹%úÄ÷>Ä¿´åi\12#óc¥\9bk-Ö¦É*¼ÇæQÆEæNØÜ\8a¸H¬N£®\0\ 6ë\9dº^\vu\9a~E\99Æ\14Õ\ve\1auÅ"ÕªUbú2}\83>\9b\90avë\88Ù\90Ú\98ÄÝ\93fäsÄâdr/?ɦ\ fà·Ék|u gî\rr6Ã$\83å¥Õ¤9Eôý%\ f{R\8b\v]|üÃt\7fº.\8d­Ãn"Ľ
-8
- Á\fé^6æB!\9fpÏB\1eJ\19_
-ù·\7fN\93Åq9ñIÂÄõ¼\84²
-\ 1¾¤PeëTBú«k¿ÿÓ'ô×      
-]¶\8aK´)\8b
-\13¸u|±0\89âÆ«\15\17¨àü\89\9a\ 1\93Âî
-\98°UQ ò8#\91D}Ð5÷\ eqj¾\8d\1c×d¥ò#\11½[ä\94Ó_\1aëkJ\15îH\1dQÉêP\ e\9c\ 1¸\19ï°\14+¹¼|wD?c./ßñ]å;9ëwrñ\15±Êápi/b\9b£\ 1j÷©\84Y®P\9d6ýxJj~\ 5wþ+1Ôî.5&hÚ\1ar(\89\87ãô6\ 5_\96\95ª$\8f\19S#\91\84\fw&MÓ\ f\ 4r\98º=UcU=öZ\9aGÁTíI*\97  ûp\8d×\vAB(K\94YÔû¦Õy±\9a\1d|ôq\98K        óÅ\9c\99\84\80\8c\13p\0$ûÕ5j\15\81ô¥{-ú\ê¸ÚaÒ\b\rõ\r\rFCqehâ\a}úáÃ\83eiôã\89*]¦\9c¨*¨\10pÅf£.)Y\92Ä#\88D\81\80ÜMÅqÉúJª&"Ðû­ýÿçÒÅþ\9eÃ#UVñVOç®&rg\86\99\89¨m"G²µ¯¯Ã`\ eº­R©Ûaäá'øÊtE¼CÏÚ°\11\8a\ 3\1apË£ß7c?\91Ð.ìËI1qCmUKã\13gøs9D;}I®SÊ\12\12gÓÈ©ùã{Å\99A[)½¿\95Ü\9c¤õeåຶ¹g\16\7f\81"@õh;z\v§ã\10>\8do\12uÄqâßH\ 3ÙA\1e"ÿH\15Qaê\bu\93\93Ź\8fó\ 6ç&·\98û\18÷z\yÜ÷âÞå  yc¼ßÆ;ã\8bâ\ fÇ\7fÁÏæïâ¿\97ÀM8\91ðUb^â\96Ä_$þGRGÒé¤?
-\8a\ 5Ç\ 5×\93\8b\92G\92Ï&ÿMØ(<'\12\8b\8a\10ó\11\1c\11\128f\91\9b\9aA«à\bÁQ\ 5\87\1f\ e%\1cÍL\9bËE<N'òsÚÐ8W\ fg?Üÿ
-ù¡N\eçîG~2\17ù\89\e·Ïr>\81{\ 1ä\8f{\ eîÕÃQ\87Æ9ÊØù\14¼s\16\15»\12ÎM¤å\1cfvÕÀ²¯B{/°ûòí/©_¢vN\ eÒS>Ô        ç\ eê     ÔI\96"35\8b(N\bé\89\vp¼sû2G\1e½\8eû¿È\ 2r\võ\19<oAJ\8e\ 3Þq \vù\19*$\v\91\15îåRW`Õ_¹}\93cErê8x¢\0è\12ì\90·\7fþ\14BüYº\8e®çO.ÿ¡\13ü\15±\92"t\ 6    Ñ»\88³â>\ 1m\8a\13 ÎÃ\1dÄ9Â\81 \88UÑ3ùkÔ\8fo\10\88\11\14\87\82Üý÷\90ò\17£ûnÃ{\16æåÊ\86\86J¤A|úv\14\ 3o?ѦAøùO.\ 3º\1aÎ9x\ 4\9a̯­\98¿Ûý¨ÿ\9e¿[\ 2ýA½*\84*F\82¤PKÈ!WNG\ 6\98\9d  ªèL\18+\v<n6²!;x\7f'Df\17r#\ fÊ\85\aù¢\1fj\80\0øÂRT\8e*À·T¢*T\8djP-ªC«Á"\eP#jBÍ\905·¢5(\84Ö¢6´\ e­G\eP;ÚÈ"ÈÀÝwxq°h0ÅDá\ eháØo«øh\7fLÎìCþ &'\10\85~\1c\933¿Åx%&'\91\ eý4&'\ 1×\95\98\9cBÉ8#&§\90
-gÇä\1c\90×Ää\1c\90¯\8bɹH\8a·Æ®ã\90\ eï\8b=\13\87Êñ\99\98\9c\aÏÜ\88Éy(\8b\88\8bÉã\91\84È\89ÉãQ&Q\11\93ó\91\83\88Ää|ÔA<\e\93\15q3&O@\ 5\9d_Ø©ÈÖ\98<\11ä\131y\12²\93gbò$ÔNþ6&\17 ,*/&\17 Vª»ltlfbh`pJãræ¸4\95££\ 3á>MõH\8f]S\12\ ek\9a\99[\93\9aæ¾É¾\89-}½vT\86\18\9aA\13h\b\r A4\ 5\8a)^\ 3ê\1d\85\7f\ 3(\8cú U\8dFP\ f\18\86\ 6\1cq\18þi@Ñ\voM²­>8÷A_[àÿ^d¯\1f\9d\1aÕ´ôM\fõ\83i\8cÂS£ðT\vûÄ\10ê/\1d\r÷\82!\8dBO½«GGF§fÆ\0i¤k`hd@cÓ,¾¬a\9f\\rO\8e°½Ì\0â(\9e\bê\82ñ\87@>\0m\e\1c÷\18\a®c£¬ìò[\1f\ eõML\ e\8d\8ehrìN\8ffz\10\8c\99yd\12\1ebph\80!;ðä\81«i4ØÝÝÓÛÝme\ 6`û·1ý³Ã\rMjº4S\13]½}\91®\89aÍhÿR\9d,A0ÄRØ\ 5Ç\14\fÓ\ 5ôõ±Ó\9b@à\ee\91ÝS\1dwQÇvüÝl­|½¼orh`D3Õ×\15¹ÇÛå¬n\19m\8f°\10û ¯Hy×T\97fzdphd
-l)ÖC_¯¦{Fs§ÛÞ%Ý\96ÃKSì\1c§¡\9bA\16ÊTÔTV\fÁÈ4¨\e\86×Ü\ 3Lï½À\fNM\8då;\1c=£½}ö\ 1\96b{ÏhÄ1æ\0 £\ eÖH§àý|ð3\ e\98ø(Û\8b\1dúXäÔÎÊ#p\7f\f\8e\91\98n\1c±\9e·nÝj\8fĦÅv=95Ý;4º¢ç­ì?;ô²\1cõbß\93 \9b\86ÑÁ\90ê\86zúF&\81±é\91Þ¾  ÍÔ`\9f¦d¬«\aN±;Ù\9a\ 53tÙ\9dàc\87 \97>èw2Æ\10Ãc/k\98\f\ f\83,;%0^\17<\17m-\7f'\e$+\rÙÅ\18ò\929v±\bì£\13\ 3\8ep\14Ť£®º¬¢¾¥ÂÆ ¸÷|»\96\8cj\87\9e'\80S\a°ºtôI\90Ô\81á\95Aì¨\875W\ 1K\96\1d\9dõf\98_¸á\9aü¡MÉ\ 5ÿ\ 5q\90uo\17o\9eühá\f1\17ñ'y\8c\87æ-\84³ÿ\aú¬£ì
-endstream
-endobj
-730 0 obj
-<< /Type /FontDescriptor
-/FontName /bbcdbb+NotoSerif-Bold
-/FontFile2 729 0 R
-/FontBBox [-212 -250 1306 1058]
-/Flags 6
-/StemV 0
-/ItalicAngle 0.0
-/Ascent 1068
-/Descent -292
-/CapHeight 1462
-/XHeight 1098
->>
-endobj
-731 0 obj
-<< /Length 1286
-/Filter [/FlateDecode]
->>
-stream
-x\9ce×ËnÛF\18\86á½®BËt\11Hs&\ 1Ã@\91n¼è\ 1u{\ 1st\ 4Ô\92 +\vß}ù½\13¤i\e Æ/\89\9cy¾_Ã!uøôôÓÓùtß\1f~»]ês¿ïÇéÜnýíòåVû¾ô\97Óygì¾\9dêýë+þÖ×|Ý\1d\93\9fßßîýõé<.û\87\87Ýá÷í÷ûí}ÿáÇv)ý\87Ýá×[ë·ÓùeÿáÏOÏÛëç/×ë_ýµ\9fïûãîñqßúØ\ 6ú9_\7fɯ}\7fà´\8fOmûüt\7fÿ¸\9dóÏ\11\7f¼_ûÞòÚLL½´þv͵ßòù¥ï\1e\8eÇÇ\871\1ewýÜþó\919\1eç)eÔÏù6\ f=nÿ\1e·ÒP\1a\95\96Òªt\94N¥§ô*\ 3eP\19)£ÊD\99T.\94\8bÊ\95rU\99)³ÊBYTVʪ²Q6\95\9d²«\1c\94\a\83×Èkð\1ay\r^#¯Ákä5x\8d¼\ 6¯\91×à5ò\1a¼F^\83×Èkð\1ay\r^#¯Ákä5x\8d¼\ 6¯\91×à5ò\1a¼F^\8b×ÊkñZy-^+¯Åkåµx­¼\16¯\95×âµòZ¼V^\8b×ÊkñZy-^+¯Åkåµx­¼\16¯\95×âµòZ¼V^\87×Éëð:y\1d^'¯Ãëäux\9d¼\ e¯\93×áuò:¼N^\87×Éëð:y\1d^'¯Ãëäux\9d¼\ e¯\93×áuò:¼N^\8f×Ëëñzy=^/¯Çëåõx½¼\1e¯\97×ãõòz¼^^\8f×Ëëñzy=^/¯Çëåõx½¼\1e¯\97×ãõòz¼^Þ\80\eð\ 6y\ 3Þ oÀ\eä\rx\83¼\ 1o\90\rò\ 6¼AÞ\80\eð\ 6y\ 3Þ oÀ\eä\rx\83¼\ 1o\90\rò\ 6¼AÞ\88\eñFy#Þ(oÄ»ýÕnóuWùß.\13I\12\95$\92$*I$IT\92H\92¨$\91$QI"I¢\92D\92D%\89$\89J\12I\12\95$\92$*I$IT\92H\92¨$\89$II\12I\92\92$\92$%I$Iê|Â\9bäMx\93¼  o\927áMò&¼IÞ\84\9bð&y\13Þ$oÂ\9bäMx\93¼    o\927áMò.x\17y\17¼U\86\ 5oÕÄ\vÞªÙ\16¼M\81\16¼MÈ\ 5oÓl\vÞÎ\ 1x;ãâí
-¿àíJ¼àíêÃ\82·31ÞÎÄx;\13ãí
-¿âíJ¼âíJ¼âí\8a¹âíâ¬x»\12¯x»\12¯x\87\90+Þ!Ã\8aw\b¹â\1dB®x\87b®x\87\90\81\ 1ï\10rÅ;àà\1d2äÍkçÎ\9cñ\16J¼Y³e¼Y\86\8c7+|\ e\9cÆ\ 1x\8b\f\19oS\8a\8c7+[Æ\9b\9b×\9ay\1aÞ¢\14\19oVûòæµ\96\v-ã­\8c\8b·é\80"¯åþR¦W\8d*\96Ó4Xq\94êC\99^Jú[(£\ eà®^\12\831»¢\17y]\95¡Èk¹}\14¼YM-x\v¥úëÈVæz\90·ÌþÊ[Y\ fEãV¼Y³ÕÙ_}\ 1\15/7×*¯Y%«ê¯eã­Ó«q+ýÝ:÷Ý.\13â¿7\99\8bÈÛE¡/\893Y(Y\99*A\88W       RõÝV\16JS\83ª\82\18¶á:(u@c¡ðD±]a*Õíf)\15¤9J­ñæ)¥o,\14\1e#Ú\ØZ>M\8d\ fU¡Û\ØjPSã\r{HSãçMª\15\95ôj»\88·\92{fk\94\8c°yGá\89m[z*EïsaëÝ>\17\8a&îÓ«Óúôj%u¼Üî;\v¥2\ 2^\90\9dÆW\ 6Ã[Õßήòvú[\15¾Ïþ2î쯲uú[\95¢³P\9a:ÙçÂVÌ¡§Õ\85>\f¼M\86ÁBi2\f.Ħ\89ÇÜèÔ\87!¯áñdÈk¹`\86¼\96=oÌ\v\91qWÞ\95wdJF(\94L1\176\a4ÞU Ñ)\99x0Eú~\ 1êñZ?\0¾=¶×/·ÛöÄί\ 4\1eÕõ\90~:÷o?$®\97«ÎÒÿ¿\ 1ç\86óO
-endstream
-endobj
-732 0 obj
-[259 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 310 1000 1000 559 559 559 559 559 559 1000 1000 1000 559 1000 1000 1000 1000 1000 1000 1000 752 671 667 767 652 621 769 818 400 368 733 653 952 788 787 638 787 707 585 652 747 698 1066 731 692 1000 1000 1000 1000 1000 458 1000 599 648 526 648 570 407 560 666 352 345 636 352 985 666 612 645 647 522 487 404 666 605 855 645 579 528 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
-endobj
-733 0 obj
-<< /Length1 4528
-/Length 2814
-/Filter [/FlateDecode]
->>
-stream
-x\9c­W{T\13W\1aÿîÌ$\ 4\14\byÀQ
-\fD ¨$\92\10R\11ëò\16\16\ 5\83¦\94å\0\81\fI\10\92\98\ 4\95U\96ªÝ²-Rkµ\8fµnë±ÖRË9j_v{NµÛÓ®u»ÛÚݺ¶v[¥=}Xµ¶Ôµ­6Ã~3\19\1e*§Ý?\1aÎ\9d\99ûݹ¿ß÷øÝ;\17 \0\10\ 5ó@\ 6¾ÖN»/%©à7h\19\ 2 *gGw[ý\13[ÿ\84ϯ\0\ eo«]û¢z\ f\19|g¶«3¸öörf/\ 2LÇ~\8dËÅÙ\95\95ØoÀþ¬NûZ\1fdÃWØ¿\ 3ûlu­Áøýk\9bMØß\85ýf\9f7\10¤jè\b\80\85J\8f½\93«Úó\85\eûU\0ò¹\bçP~û8>Ç­Åñ<l\ 4\ 4\7f\ 1\90\8fÈá\17ø\91kz\146\1a\98     \83\fý@ÿ\14\91B\92¦M\8f\8e\89UƩЮþ%¸\7f\91\1f=z\ 2\80ùQö\ 2ÄC\12Ì\ 2È4\19-ê<sî\1cbIeã\94²\88\86É"ÄÄÆå¦ê¤[bâ¾\94\13\8aí3U\94\9a\9cæ\9f¡®ðÿäÏ\84\85\8f\92NþÓuü¥£¤\8f\1f\1e²m£Ïg¨­6þ\1fü;K\15Æ\1f\86\1cbùâj<Y÷%rS£'\91û,r'B\1a\80Îb2æ\8ds\e\91\17Ru´\«Y@"häU¦ê²T\89ͶØ0sôG\97ø£üÑ\87+"·\17«\1a\ 1þD£­²"ÌøÖËgùïøÁÙ±V\eµ\83l!s\84X       ìÄ\92\ 4D>H\ f\ 3§\86Iui±D§N¥u";µU±Ý \ emR\e\9c51ß¼vÿ\82¤v\e³¡¨=ªïè°\80n+/bV\rÖ\916~GMö&Ä\1dÄ:§"n*âæY\88\14B\84.M\1eAt´\9e\8cõ´\9a\ 4u<Õ[UO:2ý\ 6%¹¢Î,-5\86l\ fìW\98\16%ª¨l¥¡È*[¦=vð1ª¿,»Âf+»ýê"æÒB\83ÍfÉÑéBÎ!!oP7z\9ey\98i\84\99\90\8eaé(]Z\86Y   ©Æ\ 4\8bIH\18\960A®K3çª3ti\94ÐWY¨óÑÛÎ÷ô\93&B÷sõE\9b\93\8bóëÓ·Ý»ënCÇþ\v\eÚÎÌ"fþÐë\aÉLòqenÈ7`s\99\v~»¯\90\1a®ä\8bÏ] úgÇx\aå\1a¬Vöµ¼y\8bÆ\82þ?ø\ 36e\84&f\8bREº¿ú     7r\1aµ-¥  Í¶«{¦pFô\85~\13s0CÐ\ eAµÈǼ\11\14;\87¤eʵJ\93\91`}͹\98{Ú¬ýËîgÿCê\89\16þÉ\1ft*53¼\9fïÓ<\7fnMë\10\81è\fë\96\8f_'ÓÉ\91õÞ½\97©\9bòù/Éß\ el¾û\a¬o½\14÷la_3\19µ\9aX2\11f\869W\8c\1eC\8d u\13y\88 '÷½óAº9qñ\82Åéw\ 5Wp\99\86äFÿ7¬ç\b\89Rß'D_3+\9b^L4\9f\14î\1aY×Ðb(\bz\1a\e\ f½»¾¸\9b?ö`è\123R¯j¶ñ\7f\18\f×¼wô<e\95'@$°è\ 5&7OpD~mÊÑ\17q\ 5éÈ\9b\81â[\ 2¥üïTÄÛ\9fR² .ýÞ¾ªF}uD\8f,ÁWX½ª¬\82ÿÐ\16òl«\112ëYÞð\19Y\9bªµ käAäq`¬ñ¸MM\8dý¶\8alº aV6e?\19}\9fì0Véþe\ 2V\87Í>L«\16¦4ÃXÞ\98\ 6¸\19p)\8f­lÚô\93)$3\8e\fM\17ı΢Ùûö\rù»\98F[æëì6\9e\9f2q\7fÿã\98N\17¡6¦\81\16Ý@A ,Dq¨\8d*³RФ\92zéùãü3ü×\7f>N\96U?uì\8d'ßb\1aO½Å_äËÏ\1c%\1arèê\bÙz\89\9eËügâ^5Âk\982ÄL\12¢Á\8d\83L\ e\90)\ f\aEÇ£â¥h~¯â{\89R%\ 4´2'jû'=}üSü¥®ÚHÅMê-\86¢æ§/lh\7fOÇ·Ûdj[<\86u\91¤\1f~\8e¿À«\rE©=+\92\9a¨Ì
-räó\8büû\8f        q¡\ fU¢æq§&\93\96\ 2\rM\9d\97H&-»Ó\ f|¹~³°êîp\18ç1\8bùO§\ fÄ©ù~\9b¢6\98í9xn\ 3÷QæÄ\92³Ü\94\98\90]²#\934S\9b\82ÏÎ\91¬\17ÅZâÇâ\18r'`GÒúDEo%BIé\14kÓ        Ó\12¬ßãqjÒ>GkÝÕ>H\9bwó÷\9cçû¥²½\7fèÎ\81\9d\ 2\9e        ×o/j#CÀË\107Çø\84±e\8câÖ`\12͹\19\99z"J\1dG¨Oí·5¬l[yù\8bW\1e9TqË:ï\87\8d«¶q\1f\1cxè):ѹ¾uII³Ásü¡\97\8bJ{\a\ eWp¹e\ f´Üõ´ÏÚ+îý\ 3¨ë+²2Áÿôðî\84۾Ũ6E\98"ta\99S.Ý=÷\9cÖôìT¿±ªÑüý\8cï×Ïè¬ÝQÕrqI\13µÔJR~ì
-½¸:ß\17þ\96t¡Æö1\95\82\1aÔÒ2QYÔ¦ë\16\8c.\86\84©ÄTõ\91\9e¾,\87ûÛô\95\7f\1dH)ɯH߸qIS\94Ò»ßóAz\rj\84©\f=òÒÂ\1eb\18"|ȳÕêÊ.ð{\96\9bK\ emD©\13ç²,»ÈÍ?Çkè+\98»dä\ e\7f]Ôª\ 4\13Äåê»\82\82 \18-ñ&\96ìQݺP«$svUN\97\13-W\93×\1fz\8f\7f\96ÿºcEÊâ:\92NfÒ}\ 59¶ÐI~ÔO\9e ´·Ô:ôÝ\8f\eøSéÎ\ 4Ò%\9d\11n\85Õ°\eN\91xÒ@î'ïR
-JOµSÛ©\7fÓ\1aº\80\ eÒ;éS\f\9eÚ\14øªlÁè      æòèIæsØ)k\83Af7Ô  \8d\1eÁû\9bPOy¡\17Û\83Â3ó0Ú\1e\1d\1daÖáøa¨§_\0\135\ 2\ 38ÖÅÌç\9f\13\ eW\8a\81\10~[£ÊB\97Cû"Ï\82CXÏ\93~\1añ\0¦\81;@    \1dxÚºö8Fc\9fa>!÷   ç0Ù\ e\19\9e\1cIrøN\1f\8762B\ 15MF12&\92bÎà\12ÿ\15¬\1dÅyYÂäòêêr\9c\1fÅ\8f\86}P\fPu,\90ÇN\vg\96JüÖã\89\14ÇñÈ7z   [\e´My¾Ò`K\a\13X`>\94@9,\86_C\15TÃ2°B-,\87\15`\83Û \ e\1aÄ·\93HËx\f\86p\ 4\f\9e\1d¡\11{a;z\ 4\ 3\92\9d úC\92\9d\ 29<-Ù)<ß\1e\94ì4î\14/Kv\1aÙ\87%;\ 3q$K²3\90Fò%»\fbI\83d\97A2Y)Ùå\90\96\9e#ðý]Ò;\11PB^\95ì
-ÐRrÉ®\80ÙT¢d\8f\ 4\rU*Ù#áfêvÉ\1e\ 5\ 6j\83d\8f\82\80d\9f\ 6Ét\8cd\9f\ 6\ 5ôÜñS{2í\92ìÓÑ~\97d\8f\ 6=ýªd\8f\86\ 6úkÉ\1e\ 3³\99\1e\ 3Ë\99ÕÅ^_·ßít\ 5Yã¼\1c#[îõ:;8¶ÂÓªg\v;:X«0\14`­\\80ó¯æ\1cz(\ 6/ø \eüà\ 6'¸ \88%7â?;9xe±\98^üs¢ð8ìU\80\aZA\8fO\85héÀ»u|V@ìqxç\10k5^\1d _ê\rzÙZÎïn\83¥\88\13ÄÆ¢$8\91­­"hïp·"j\10ì\88æ\86Ö%^\8f7ØíC\7f;íN·ÇÉf³\13\10¬ôþ\12\88hÝèyدNDp"\82\a¯,\1eÜØ©øÄ7ǹn\ 4þÙ)6Î\1fp{=l\8e~^.ÛåBY\v¯\ 5pHð\88Å\9cé1s¹øÔ\ 5®Vû|n\9ee\8e@#²d\87YDZw\80µ³A¿ÝÁuÚý+YoÛä:MòÃ-¦Õ\8e-\88DvL)'\86ê\87\95\8aþMY¢\e\12)\ 2ÿ|æ®\9f\ 5ÜN\ f\eäì\9dSÌ.\11ë-(À#ºÈ!Vg\89=hg»<.·'\88ú\92\108\aÛÒÍ\8eÃ:&Á\96ठ\18c\17¸DW\82aù\G!ØXhAzv
-g\1cS9ã
-\ 6\ 6C«×Áé\9db\8aõ­ÞN\83Ï\80\8ex\r¢p\838?\1f÷\1e\ 3\ 6î\15\881\91S½hïÄq\1f6\8fT\e\83\84¼fÍ\1a\14\96\b\1d\bv9ÜÞë\90×\88\7fzD¹Öë  ì\0Úº\90\1d¥Tånå<\ 1ÌX\97ÇÁùÙ \8bc\v}öV¼I#sÙ1!\1aõóp§Ee"\96G\z\ e)\8f\ eQ\9aB\1e\bv
-\91Ï\8eï\85{×Î\99\8b\96ë¥l\14¤<)F»è\81Þëw\1a:Â^\ 4\fU\15Å¥KkK³\ 5\8e×>\89U\8fÈ~Ì©!¼\96ÆÙ\ 3h©Bá\15C)*¿\16¯Ùavq\87#Q\v\89M?¿)¶à¿Ô4\85¸åýëÊÞ÷Æî¡Ë<D\9eU´à÷@1ö9ú\1f¸\a\16Ö
-endstream
-endobj
-734 0 obj
-<< /Type /FontDescriptor
-/FontName /ca9e07+NotoSerif-Italic
-/FontFile2 733 0 R
-/FontBBox [-254 -250 1238 1047]
-/Flags 70
-/StemV 0
-/ItalicAngle -12.0
-/Ascent 1068
-/Descent -292
-/CapHeight 1462
-/XHeight 1098
->>
-endobj
-735 0 obj
-<< /Length 1286
-/Filter [/FlateDecode]
->>
-stream
-x\9ce×ËnÛF\18\86á½®BËt\11Hs&\ 1Ã@\91n¼è\ 1u{\ 1st\ 4Ô\92 +\vß}ù½\13¤i\e Æ/\89\9cy¾_Ã!uøôôÓÓùtß\1f~»]ês¿ïÇéÜnýíòåVû¾ô\97Óygì¾\9dêýë+þÖ×|Ý\1d\93\9fßßîýõé<.û\87\87Ýá÷í÷ûí}ÿáÇv)ý\87Ýá×[ë·ÓùeÿáÏOÏÛëç/×ë_ýµ\9fïûãîñqßúØ\ 6ú9_\7fɯ}\7fà´\8fOmûüt\7fÿ¸\9dóÏ\11\7f¼_ûÞòÚLL½´þv͵ßòù¥ï\1e\8eÇÇ\871\1ewýÜþó\919\1eç)eÔÏù6\ f=nÿ\1e·ÒP\1a\95\96Òªt\94N¥§ô*\ 3eP\19)£ÊD\99T.\94\8bÊ\95rU\99)³ÊBYTVʪ²Q6\95\9d²«\1c\94\a\83×Èkð\1ay\r^#¯Ákä5x\8d¼\ 6¯\91×à5ò\1a¼F^\83×Èkð\1ay\r^#¯Ákä5x\8d¼\ 6¯\91×à5ò\1a¼F^\8b×ÊkñZy-^+¯Åkåµx­¼\16¯\95×âµòZ¼V^\8b×ÊkñZy-^+¯Åkåµx­¼\16¯\95×âµòZ¼V^\87×Éëð:y\1d^'¯Ãëäux\9d¼\ e¯\93×áuò:¼N^\87×Éëð:y\1d^'¯Ãëäux\9d¼\ e¯\93×áuò:¼N^\8f×Ëëñzy=^/¯Çëåõx½¼\1e¯\97×ãõòz¼^^\8f×Ëëñzy=^/¯Çëåõx½¼\1e¯\97×ãõòz¼^Þ\80\eð\ 6y\ 3Þ oÀ\eä\rx\83¼\ 1o\90\rò\ 6¼AÞ\80\eð\ 6y\ 3Þ oÀ\eä\rx\83¼\ 1o\90\rò\ 6¼AÞ\88\eñFy#Þ(oÄ»ýÕnóuWùß.\13I\12\95$\92$*I$IT\92H\92¨$\91$QI"I¢\92D\92D%\89$\89J\12I\12\95$\92$*I$IT\92H\92¨$\89$II\12I\92\92$\92$%I$Iê|Â\9bäMx\93¼  o\927áMò&¼IÞ\84\9bð&y\13Þ$oÂ\9bäMx\93¼    o\927áMò.x\17y\17¼U\86\ 5oÕÄ\vÞªÙ\16¼M\81\16¼MÈ\ 5oÓl\vÞÎ\ 1x;ãâí
-¿àíJ¼àíêÃ\82·31ÞÎÄx;\13ãí
-¿âíJ¼âíJ¼âí\8a¹âíâ¬x»\12¯x»\12¯x\87\90+Þ!Ã\8aw\b¹â\1dB®x\87b®x\87\90\81\ 1ï\10rÅ;àà\1d2äÍkçÎ\9cñ\16J¼Y³e¼Y\86\8c7+|\ e\9cÆ\ 1x\8b\f\19oS\8a\8c7+[Æ\9b\9b×\9ay\1aÞ¢\14\19oVûòæµ\96\v-ã­\8c\8b·é\80"¯åþR¦W\8d*\96Ó4Xq\94êC\99^Jú[(£\ eà®^\12\831»¢\17y]\95¡Èk¹}\14¼YM-x\v¥úëÈVæz\90·ÌþÊ[Y\ fEãV¼Y³ÕÙ_}\ 1\15/7×*¯Y%«ê¯eã­Ó«q+ýÝ:÷Ý.\13â¿7\99\8bÈÛE¡/\893Y(Y\99*A\88W       RõÝV\16JS\83ª\82\18¶á:(u@c¡ðD±]a*Õíf)\15¤9J­ñæ)¥o,\14\1e#Ú\ØZ>M\8d\ fU¡Û\ØjPSã\r{HSãçMª\15\95ôj»\88·\92{fk\94\8c°yGá\89m[z*EïsaëÝ>\17\8a&îÓ«Óúôj%u¼Üî;\v¥2\ 2^\90\9dÆW\ 6Ã[Õßήòvú[\15¾Ïþ2î쯲uú[\95¢³P\9a:ÙçÂVÌ¡§Õ\85>\f¼M\86ÁBi2\f.Ħ\89ÇÜèÔ\87!¯áñdÈk¹`\86¼\96=oÌ\v\91qWÞ\95wdJF(\94L1\176\a4ÞU Ñ)\99x0Eú~\ 1êñZ?\0¾=¶×/·ÛöÄί\ 4\1eÕõ\90~:÷o?$®\97«ÎÒÿ¿\ 1ç\86óO
-endstream
-endobj
-736 0 obj
-[1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 653 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 620 1000 1000 1000 612 1000 674 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 579 1000 1000 579 493 1000 1000 599 304 1000 1000 304 1000 599 574 577 560 467 463 368 599 1000 1000 1000 527 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
-endobj
-737 0 obj
-<< /Length1 5140
-/Length 3446
-/Filter [/FlateDecode]
->>
-stream
-x\9c½X}P[×\95?÷J|\180 ñ\ 4Æ`xâ\81\8c-\89\ f    IØ\80\10Â\b\90\f(2`     ³vd$\106_\ 1áb7\89ëÙIì*!I·nÆñ´M¦uë\92¶é\8b\93&þ£é$Nv»\93i=N\9b:)ëfÝL¦ãÙ¤^O'M³Iyì¹ï=\88ÝÏÿ*æ¾{ï¹ç\9eó;çÜsÞ}\0\ 1\80\8dP\aiðÔÈdtæÖ\e\17¶#å\1a\0Ñ\8fM\1c\1d=Q4ü$\8eo\ 1dq\13Ó#Ѻ)Û»\09Zä  '&\93\v\ 3·²^Äù0ο\97HÄ£\99\9f£o¢ÀL\9cWNF\17fH7ìǹ\ 5ç|ß\9eZ[£ÿ\8d/ã|7Î\ag¦ç\92Úï¥íÅù9\9c/LE'ã¿nüþ«\0¹¥\0\9ab\14\17Ë.ýÖ(\80®\11×\9d3³ñ\19ñ÷f\ eç38¯\19\9d\19\9bÌ{¾ö<Î\9f\ 2 ñ\91#I\9eô¤í\ 1à\98þ\1cl\ 4\98\98¤Ã?ü\91Û'\144 ý\v\96´ô\8cÌ\r\90\ 5\90\9d³17\ fòuú\ 2î³UCaѦâÍ%Pº\ 5ÊÊyc\ 5\b\95U¦­\0Õ°\r¶ÿcýÿ\84\1f\81q\92N\1e¸h\0
-\1cFÃ8© éííÊZÝêÛä5ºÌÖ6\10\81\90פç»Ènºü'ICÙ:ú\96ôãz\ 6\80Q·5Ãá²ë\bÐïþ DO\92xïø\8a y\«\1f\91sô=(D^Áa\12\rùv\9bË\90.T\98\1c\rN»­\88\9c\vé³ú\86\96\9cö\86Ö\85ûN$[wÐÌÓÚ/\9d\91^)ï*~ñõ\8b\98÷ÛPÎ\e('\9bIr\15Úmnâh@q\19\84CQ[u(©ð+\9c±-°mï~#G\9a\8f\9fòµ·û¾x\7f{vÃâýß~ [ºþæ÷9ú\1fÜ·\11Ó\0by\12qg£Í\ 6»AÐÙ\rF\9dÑ°ôÁ\a\1fI/\10?=ó¾Gú¥\97.{\91÷\80Ê»\ 1yu\ 2r      ¸ã¹~âùà]2)}\19\99Þ÷0_X\11ßK\88Ï\0\13\1cv\1d¢Òå\emE\ 6\13\eØmäð\13ïû\aoÁêNw\9bkéI\93\9f\b\1eiB 'È$×µIzKzEöù\10>Î*ض\11\14#`P\10 9+½<?O<óó^:èõ®<Íxcøx\ 6\186fÃEÄO\97W\12\88\9d­\97áã*\ eó\98ï5ò_\81\13È\1cí\eì¦\ 5Áê©nz×þê~zZj ?]\99 Ë\92\9b\ÂÐá~\9f*\9fùI@ãq§\ e\11}\95ö÷_¢Á ­[¹\82Ú®`\8fì\18£jôÁOÑ\a\19L£ÞV\98\9f^aÊ×Û\9cù¦\8aôü\87¯Åb×b\8f>ØÚú`+}ï¼t÷ùóä©\95OO\92á\93'¥sòþ\0êû   îÏ\81"\1c)q\15äÈfÈ¡ÖaØ\9dä'\93Éòêþ@p~"Ôá7\97\96\9a\ 3»\88\9e4éwô
-7µ0Ø\9b-]Ê\ e2y>Ùþ÷ \0Jey\19\86Âr"l­!f¢È%(ÏÑÀ\ eÑ¥ÖÆÚ-­\83Mz§½\ eeÿFz»nØÿ¨¹\94\16µ\1e\95±«o·Õ£o¯pÒwÜ=\ fe+ùáC{/¢ür\9cà¹æ
-\8bÊ\88\81\ e\ 4\8a§\135)GÜ`"¹®VKýtÿÏöut\ f'm-ûï\8aïïÛí£ßhqؼ\85õ\87\a\7fl\rµÜëê*Ý~x÷À\81² \85Éwáã%%¿Ö\ eÂ\95\83OÐ3x\ 2\12
-\86f\19Ã2ä\ 3h1£0>\1có\92< Ã¯\r÷74î°\a³\86bÔ´r³¯Í\13¤ú\95å\98²wí| |W\81\1d\8f\87½`ådèéØÓ\83'\834µbÂà\1eY˽%ª\a\8eí¨R2·IM?\a\v\8f!C\90íÇÄ&K\9dû÷%þ`¬ÜÑ\e
-õ&:Cƽ»[\1aj+¹²½½Ï\17·m3¶\97ù\93mM-õÎ<%ærÞÜÄ\98\17®ÇÜnPb¾\1eò\97FÇöw\86jk¢\aC÷4VUÖ6·\12íc÷\97Ñå[Ü\89ÅËFéßò¢Ì\1e\86ó,â¼­ÖÈ\98\94b\93ÏjÍÙ`\1e×ÑÓ»k\87£±ibþ7»\1a\88fl,\91(m+~à\8b\ 4k8brÉöÞÄ\9cGIU6\97\ eE¡¤­r,\95Ô6\11mmeUã=­_:\18­©\r\1f\1dkÈ#SÆËÓÑ+\8b'¸[+¦²ã°&ë9Ĥ\87Mèå2¢ÂÑ5È~ã2ªì\fçCÚ\8eÖæ\80ßûV,¶/B¥ÿú¥æ@£ëæÁ0¢"¹\8b'î]ÌàÜçýÌF\96#KJ=-pØ×\8e\97P\91\10\ 4]`ÁÝ[c©2  %Ù§O\87È\v\81@VûÆ|§·Ú-ùÉ\v ãj^Ý\8c¹­\a\1d\94\0\149lÎ\16²\ 6«HÇ¥k8»bwú}\89ÏYë^\1d\9fÚÓõ­Ï3çWyÛ\7fë\19\vçq°úÀ1Nª:ö(ù¿WÊÉPÆ>Yî!Äç£\1fcMÂ\8aÉÒLp¸\1cv\ 3ñõ\9fJ&hæÊÇäu÷ÂÂ\82ÌÛ\82\18\ 2È\9b\ 5¹è\e¹jrF\84¢Á\r\7f<uMúýÐÝ\¢\94\96r>ñDé¿ËÛX\9ce\1fÈç¶J¶Ùa'å©wRï¸Ýô«îÛ϶\9eYgÔ)ÕCXï\99\91²ÿuä\94¡ÔÈõ²GpGoã\96mN¿\9d<¶µD'µ®uÿ+\14\17;z¤\195çå\9a¨g\15ήÔ&Ã\9aà3¡®\7f¹'\14´{ê+ÈÿTwG¥3$ÑT[¢øÛ\86çà\12îûóÚØ\80µ\91ûÊë##¯\8f¤îu:ïuRýqéÝãÇI\99ôÍ¡\eCC7ä\1c©Ä\1cÑc\8eàÛ¥HÕ*§\8ak-G¾\16
-\f%â±\ 3uÖË\9f\97\ fæ5z¥ì\v\8f<z\9cûär\8e´X.c\9fÂÇ9\19\ 3\10\83â\brîèáÐ#TßV.õ\92ë6ÅÆ be6ÊuM)k²6\87\Yî¬k\eƪ\1dc]#ûú;û¼-®íMûüû"=ݽäÍ^Þ\94WÚõp ¬]¨6oµè6wîÜÕŵ\15©yºD/0k
-XünKR\16K\87ý\8f\17.\94ÕÕ\9ak\9cýÞX,D>tK×w\9a6¶gµ\r\90íî\1fË\18\ 3²\8cLùݦdäZís\91½\18\88ýAKK\9d@3¥Âê®\83$!\9dq[
-q\1f\9a\88\94k\9e])z\9fÒ¹Ðã±Ç\a}øÞû\98f*>°¢ÏßÀI&;c\8cÏ¥±ãåæØÀ­=½?¸k\8a\9c])ý-\91Ôó¸\9a$Kx%ªb÷\892LD®°\89\18\10R\vi0\99ñ-β«Á)ÓÒq5ýUkµÑmëéî0[\1d\ e«¹£»Çæ6V\93fÊíjYì29;û\1e÷657y\1fïët\9aº\16[v\81js\92<§è!5d]xáºBYøg
-]¤þ¯*²\92æ¿¥hýö\9a\8b\19T\aýp\f\1e\83\9fð\ eÜ$¹ÄD|d\8a|\9d\&×\89DõÔCGi\8a\8aômú'MµÆ­\19ÒLhÎh\9e×ü\ó\916K»S;¬]Ð>¬ý\86öjZ\96æ\ 6¢þPnãØê°íÁæÂÖ\86m\0Û\ 1lVlCØbØÊ°ù°Uc\v¨c\9fº§Y]oS×ÚTºK\9d³õCØZÔµ5Y6u}
-[ð¶ý6U·<gW\7f­]z\19\86\18jüú¸qçÇ\0þÌ2Å\8c÷5åK\82â\9cÊo\9eõ»5ù\90<Æîfè¡\1fáüa¥'ס\9eÐÌ\r4;m\ 3¥\1aJ3®\ 3]=Ô¹ò>òèÙÆ\1e\83\a²¤UÍðj\12\86´vâñèÉ\93ÿý\96ªIþ­þ+Øþê\9dÞÌ\0ã}\80½¯M°UýÚ°@-Ƴ\1e÷ØÁ\ 1N¼[4Â\ eØ\ 5\1dXÑ:¡\vºÁ\ f»¡\aú \bwA\bïö\ 30\b{!\f\11\18Ư¶»Qª\81Ðuó*d-D\8bU\1e¥T¨t\82Þ\18\ 4ëÕ\84\98o\v*\9dâÙ:®Ò5\88lQ¥k𴽨ҵ\90K²Uº\16JI±JO\83\8dÄ¡ÒÓ`3ñªôt("Ãê8\e\8cdNåÉ\ 6/9­Òó!\9d\Uéù\90C®Éc\9d<^\8b¯\ e20þ
-\8f\ e1|ªòà\98nh\9f\9e9:;>\96HV\8flãmuõ\r<FÊ××Û¿\87\ f\86úü\1díýÐ\ eÓ0\ 3Ga\16Æa\f\12\90\8f ÿyô;ó~\ 3\8ez0B<z½\ fzÑâ=8\ e¢¿ûÐÿ\1d¸¿\1feÖON©\õ0       S¡øØüDt\16\99â(t\1e\9d\1a\85YßôTÒ7=;\16çm5uüN^ÙÆÏ*¼H°9­6+C\89ª¦±ô'å~\16%Äe85\b\88\87\9dë\80dUØÏÞ®Eå°á\81±âÓºfÆ\9dÚþ\9e\84ÁøìÜøô\14__SçhÄ\13\15Çå9ôδÌZ/Ãp@£ý`\9d->j\9e\9c\99\98\9fCÉVUr"\99\9cÙY[+\93­£hò\ÍÜôüìH|\94\99^shFöq\12\13Ïw-\ 2\98Aµó¨Á\8açP1{\ euÌáx\1e5\8f þÑu7Ôàmeæ/ý}ûxÍÂ;½rç\f\94¤'¹¿:ó]é\99\ 3\7f\0³R7~ñÉÒ\13\9fõ«\9b574ì\7f#\99k9|\91¬> \92E\b\88\99Áð³\84<\12\97n\ e\eÅüH@äB8øBd\8b\98n\1e\ eGD\ eóZ\ 4\8b\b\ 5\ 1q{0,ú\8fDD\10Z7ár¸%"Óî\8bðo\8a¤ f\93U$\16~YÌ1[Ej  \84Â\1dBÄh\155\96ñM¼è   ¢XOÄ*j-l«Q0\1e\vÿºäg\91\12ä\v¯\94ü.R"\18Å4sXô\1d\89È\v\91\bÊK³l\1c\1e²\8aé\96g+È)ÔÎ\9f\1a\1e.\11\ 1ÅdX\9e­\94I\9euR¦E¯ãwÔZÅ\r\16þ>¦ä5\14Ã\8b\9aªn\81\17µ&¿\bÁp*\9e\8aòlÐXb4FJRò,¤Ì\98Â,\ 5]~I¾\11%f[ø\9fËæäXøZ1\ 3\1dÂó\9d\82/z\88\ fó±\83\8a\bÆ·\91iFÕ|\8aïLù¢B\8aO ²:\81     \17\89ö1\82è\89³      îÉ\955µ\Ýd4\96ðWSè\ 6ÜÔ\8dh\ 6TlF\99-Ï"ðWUå\ 2\1f\ eì)1\8a$\12N¡AÝBJàSÝ)!Ê6([Xg\15óY\18ô\88\f`\ 3ý\9f\19\90b\9d\10=t÷í\96°­\ 5\164"u\92¹Í\1f\13R\19"\1f\f7\97¼\8c+\9cå9ð\10\8f×K\ 2\17óñHËOÆ<\10fÏPX8\88è\ 5o       vDð¢ç=¡ð\ 5<Ñí#Þ\v\84\89ü\88X\1c/]Óe°\88HE¿àÃÊÞ-\95X²3ñ\86m¤Gÿ\1f©u[\9e
-endstream
-endobj
-738 0 obj
-<< /Type /FontDescriptor
-/FontName /3b02ef+mplus1mn-regular
-/FontFile2 737 0 R
-/FontBBox [0 -230 1000 860]
-/Flags 4
-/StemV 0
-/ItalicAngle 0.0
-/Ascent 860
-/Descent -140
-/CapHeight 860
-/XHeight 0
->>
-endobj
-739 0 obj
-<< /Length 1286
-/Filter [/FlateDecode]
->>
-stream
-x\9ce×ËnÛF\18\86á½®BËt\11Hs&\ 1Ã@\91n¼è\ 1u{\ 1st\ 4Ô\92 +\vß}ù½\13¤i\e Æ/\89\9cy¾_Ã!uøôôÓÓùtß\1f~»]ês¿ïÇéÜnýíòåVû¾ô\97Óygì¾\9dêýë+þÖ×|Ý\1d\93\9fßßîýõé<.û\87\87Ýá÷í÷ûí}ÿáÇv)ý\87Ýá×[ë·ÓùeÿáÏOÏÛëç/×ë_ýµ\9fïûãîñqßúØ\ 6ú9_\7fɯ}\7fà´\8fOmûüt\7fÿ¸\9dóÏ\11\7f¼_ûÞòÚLL½´þv͵ßòù¥ï\1e\8eÇÇ\871\1ewýÜþó\919\1eç)eÔÏù6\ f=nÿ\1e·ÒP\1a\95\96Òªt\94N¥§ô*\ 3eP\19)£ÊD\99T.\94\8bÊ\95rU\99)³ÊBYTVʪ²Q6\95\9d²«\1c\94\a\83×Èkð\1ay\r^#¯Ákä5x\8d¼\ 6¯\91×à5ò\1a¼F^\83×Èkð\1ay\r^#¯Ákä5x\8d¼\ 6¯\91×à5ò\1a¼F^\8b×ÊkñZy-^+¯Åkåµx­¼\16¯\95×âµòZ¼V^\8b×ÊkñZy-^+¯Åkåµx­¼\16¯\95×âµòZ¼V^\87×Éëð:y\1d^'¯Ãëäux\9d¼\ e¯\93×áuò:¼N^\87×Éëð:y\1d^'¯Ãëäux\9d¼\ e¯\93×áuò:¼N^\8f×Ëëñzy=^/¯Çëåõx½¼\1e¯\97×ãõòz¼^^\8f×Ëëñzy=^/¯Çëåõx½¼\1e¯\97×ãõòz¼^Þ\80\eð\ 6y\ 3Þ oÀ\eä\rx\83¼\ 1o\90\rò\ 6¼AÞ\80\eð\ 6y\ 3Þ oÀ\eä\rx\83¼\ 1o\90\rò\ 6¼AÞ\88\eñFy#Þ(oÄ»ýÕnóuWùß.\13I\12\95$\92$*I$IT\92H\92¨$\91$QI"I¢\92D\92D%\89$\89J\12I\12\95$\92$*I$IT\92H\92¨$\89$II\12I\92\92$\92$%I$Iê|Â\9bäMx\93¼  o\927áMò&¼IÞ\84\9bð&y\13Þ$oÂ\9bäMx\93¼    o\927áMò.x\17y\17¼U\86\ 5oÕÄ\vÞªÙ\16¼M\81\16¼MÈ\ 5oÓl\vÞÎ\ 1x;ãâí
-¿àíJ¼àíêÃ\82·31ÞÎÄx;\13ãí
-¿âíJ¼âíJ¼âí\8a¹âíâ¬x»\12¯x»\12¯x\87\90+Þ!Ã\8aw\b¹â\1dB®x\87b®x\87\90\81\ 1ï\10rÅ;àà\1d2äÍkçÎ\9cñ\16J¼Y³e¼Y\86\8c7+|\ e\9cÆ\ 1x\8b\f\19oS\8a\8c7+[Æ\9b\9b×\9ay\1aÞ¢\14\19oVûòæµ\96\v-ã­\8c\8b·é\80"¯åþR¦W\8d*\96Ó4Xq\94êC\99^Jú[(£\ eà®^\12\831»¢\17y]\95¡Èk¹}\14¼YM-x\v¥úëÈVæz\90·ÌþÊ[Y\ fEãV¼Y³ÕÙ_}\ 1\15/7×*¯Y%«ê¯eã­Ó«q+ýÝ:÷Ý.\13â¿7\99\8bÈÛE¡/\893Y(Y\99*A\88W       RõÝV\16JS\83ª\82\18¶á:(u@c¡ðD±]a*Õíf)\15¤9J­ñæ)¥o,\14\1e#Ú\ØZ>M\8d\ fU¡Û\ØjPSã\r{HSãçMª\15\95ôj»\88·\92{fk\94\8c°yGá\89m[z*EïsaëÝ>\17\8a&îÓ«Óúôj%u¼Üî;\v¥2\ 2^\90\9dÆW\ 6Ã[Õßήòvú[\15¾Ïþ2î쯲uú[\95¢³P\9a:ÙçÂVÌ¡§Õ\85>\f¼M\86ÁBi2\f.Ħ\89ÇÜèÔ\87!¯áñdÈk¹`\86¼\96=oÌ\v\91qWÞ\95wdJF(\94L1\176\a4ÞU Ñ)\99x0Eú~\ 1êñZ?\0¾=¶×/·ÛöÄί\ 4\1eÕõ\90~:÷o?$®\97«ÎÒÿ¿\ 1ç\86óO
-endstream
-endobj
-740 0 obj
-[500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 500 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 500 500 500 500 1000 500 1000 1000 500 500 500 500 500 1000 500 500 500 500 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 500 500 500 500 500 500 1000 500 500 1000 500 500 500 500 500 1000 500 500 500 500 500 1000 1000 500 1000 500 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
-endobj
-xref
-0 741
-0000000000 65535 f 
-0000000015 00000 n 
-0000000277 00000 n 
-0000000481 00000 n 
-0000001213 00000 n 
-0000001264 00000 n 
-0000001536 00000 n 
-0000001783 00000 n 
-0000002079 00000 n 
-0000002246 00000 n 
-0000029755 00000 n 
-0000030683 00000 n 
-0000056636 00000 n 
-0000057520 00000 n 
-0000068790 00000 n 
-0000069158 00000 n 
-0000069202 00000 n 
-0000069251 00000 n 
-0000069397 00000 n 
-0000069441 00000 n 
-0000069614 00000 n 
-0000069658 00000 n 
-0000069833 00000 n 
-0000069877 00000 n 
-0000069921 00000 n 
-0000069965 00000 n 
-0000070009 00000 n 
-0000070184 00000 n 
-0000070228 00000 n 
-0000070272 00000 n 
-0000091384 00000 n 
-0000091752 00000 n 
-0000091798 00000 n 
-0000091844 00000 n 
-0000091890 00000 n 
-0000091936 00000 n 
-0000091982 00000 n 
-0000123235 00000 n 
-0000123620 00000 n 
-0000123664 00000 n 
-0000123708 00000 n 
-0000123842 00000 n 
-0000140712 00000 n 
-0000141084 00000 n 
-0000141128 00000 n 
-0000141259 00000 n 
-0000141305 00000 n 
-0000141351 00000 n 
-0000141397 00000 n 
-0000141443 00000 n 
-0000141876 00000 n 
-0000142273 00000 n 
-0000142319 00000 n 
-0000173215 00000 n 
-0000173570 00000 n 
-0000173616 00000 n 
-0000192508 00000 n 
-0000192876 00000 n 
-0000192922 00000 n 
-0000192968 00000 n 
-0000193014 00000 n 
-0000193060 00000 n 
-0000193106 00000 n 
-0000193152 00000 n 
-0000219331 00000 n 
-0000219699 00000 n 
-0000219745 00000 n 
-0000219791 00000 n 
-0000219837 00000 n 
-0000243390 00000 n 
-0000243758 00000 n 
-0000243802 00000 n 
-0000243846 00000 n 
-0000243890 00000 n 
-0000243934 00000 n 
-0000264726 00000 n 
-0000265094 00000 n 
-0000265140 00000 n 
-0000265539 00000 n 
-0000265585 00000 n 
-0000265631 00000 n 
-0000265677 00000 n 
-0000265723 00000 n 
-0000295561 00000 n 
-0000295916 00000 n 
-0000295960 00000 n 
-0000296004 00000 n 
-0000296050 00000 n 
-0000313004 00000 n 
-0000313359 00000 n 
-0000313405 00000 n 
-0000313451 00000 n 
-0000313497 00000 n 
-0000313543 00000 n 
-0000314031 00000 n 
-0000314077 00000 n 
-0000314123 00000 n 
-0000346533 00000 n 
-0000346913 00000 n 
-0000347041 00000 n 
-0000347087 00000 n 
-0000347213 00000 n 
-0000364984 00000 n 
-0000365354 00000 n 
-0000365402 00000 n 
-0000365450 00000 n 
-0000365498 00000 n 
-0000365546 00000 n 
-0000365594 00000 n 
-0000365642 00000 n 
-0000395820 00000 n 
-0000396195 00000 n 
-0000396243 00000 n 
-0000396377 00000 n 
-0000421268 00000 n 
-0000421638 00000 n 
-0000421684 00000 n 
-0000421730 00000 n 
-0000421776 00000 n 
-0000421822 00000 n 
-0000421868 00000 n 
-0000445228 00000 n 
-0000445624 00000 n 
-0000445763 00000 n 
-0000445811 00000 n 
-0000445948 00000 n 
-0000445996 00000 n 
-0000446044 00000 n 
-0000446286 00000 n 
-0000446334 00000 n 
-0000477227 00000 n 
-0000477602 00000 n 
-0000477648 00000 n 
-0000477694 00000 n 
-0000477831 00000 n 
-0000496796 00000 n 
-0000497171 00000 n 
-0000497217 00000 n 
-0000497349 00000 n 
-0000497397 00000 n 
-0000497849 00000 n 
-0000497897 00000 n 
-0000497945 00000 n 
-0000497993 00000 n 
-0000530869 00000 n 
-0000531226 00000 n 
-0000531272 00000 n 
-0000531320 00000 n 
-0000551538 00000 n 
-0000551908 00000 n 
-0000551956 00000 n 
-0000552004 00000 n 
-0000552052 00000 n 
-0000552100 00000 n 
-0000552148 00000 n 
-0000581391 00000 n 
-0000581766 00000 n 
-0000581814 00000 n 
-0000581951 00000 n 
-0000608572 00000 n 
-0000608942 00000 n 
-0000608988 00000 n 
-0000609034 00000 n 
-0000609080 00000 n 
-0000609126 00000 n 
-0000630949 00000 n 
-0000631353 00000 n 
-0000631499 00000 n 
-0000631644 00000 n 
-0000631692 00000 n 
-0000631824 00000 n 
-0000631872 00000 n 
-0000631920 00000 n 
-0000631968 00000 n 
-0000632016 00000 n 
-0000632432 00000 n 
-0000660765 00000 n 
-0000661140 00000 n 
-0000661186 00000 n 
-0000661232 00000 n 
-0000661280 00000 n 
-0000661414 00000 n 
-0000684263 00000 n 
-0000684633 00000 n 
-0000684681 00000 n 
-0000684729 00000 n 
-0000684777 00000 n 
-0000684825 00000 n 
-0000684873 00000 n 
-0000714609 00000 n 
-0000714992 00000 n 
-0000715131 00000 n 
-0000715179 00000 n 
-0000715316 00000 n 
-0000736564 00000 n 
-0000736934 00000 n 
-0000736982 00000 n 
-0000737506 00000 n 
-0000737554 00000 n 
-0000737602 00000 n 
-0000737650 00000 n 
-0000737698 00000 n 
-0000768670 00000 n 
-0000769053 00000 n 
-0000769192 00000 n 
-0000769240 00000 n 
-0000769377 00000 n 
-0000789200 00000 n 
-0000789570 00000 n 
-0000789618 00000 n 
-0000789666 00000 n 
-0000789714 00000 n 
-0000789762 00000 n 
-0000790311 00000 n 
-0000790359 00000 n 
-0000820142 00000 n 
-0000820499 00000 n 
-0000820547 00000 n 
-0000841647 00000 n 
-0000842017 00000 n 
-0000842065 00000 n 
-0000842113 00000 n 
-0000842161 00000 n 
-0000842209 00000 n 
-0000842257 00000 n 
-0000871739 00000 n 
-0000872114 00000 n 
-0000872162 00000 n 
-0000872299 00000 n 
-0000891783 00000 n 
-0000892153 00000 n 
-0000892199 00000 n 
-0000892245 00000 n 
-0000892291 00000 n 
-0000892337 00000 n 
-0000892383 00000 n 
-0000892431 00000 n 
-0000913505 00000 n 
-0000913875 00000 n 
-0000913923 00000 n 
-0000913971 00000 n 
-0000914019 00000 n 
-0000914067 00000 n 
-0000914115 00000 n 
-0000937764 00000 n 
-0000938160 00000 n 
-0000938208 00000 n 
-0000938344 00000 n 
-0000938481 00000 n 
-0000938529 00000 n 
-0000938577 00000 n 
-0000938625 00000 n 
-0000964833 00000 n 
-0000965237 00000 n 
-0000965283 00000 n 
-0000965329 00000 n 
-0000965375 00000 n 
-0000965515 00000 n 
-0000965563 00000 n 
-0000965833 00000 n 
-0000965977 00000 n 
-0000966119 00000 n 
-0000985052 00000 n 
-0000985422 00000 n 
-0000985470 00000 n 
-0000985518 00000 n 
-0000985566 00000 n 
-0000985614 00000 n 
-0000985662 00000 n 
-0000985710 00000 n 
-0001013528 00000 n 
-0001013932 00000 n 
-0001014072 00000 n 
-0001014120 00000 n 
-0001014266 00000 n 
-0001014412 00000 n 
-0001014460 00000 n 
-0001029501 00000 n 
-0001029871 00000 n 
-0001029917 00000 n 
-0001029963 00000 n 
-0001030009 00000 n 
-0001030055 00000 n 
-0001030103 00000 n 
-0001049823 00000 n 
-0001050198 00000 n 
-0001050346 00000 n 
-0001050394 00000 n 
-0001069984 00000 n 
-0001070359 00000 n 
-0001070507 00000 n 
-0001089593 00000 n 
-0001089950 00000 n 
-0001089998 00000 n 
-0001109579 00000 n 
-0001109936 00000 n 
-0001130027 00000 n 
-0001130410 00000 n 
-0001130558 00000 n 
-0001130701 00000 n 
-0001147241 00000 n 
-0001147598 00000 n 
-0001147646 00000 n 
-0001147694 00000 n 
-0001166854 00000 n 
-0001167211 00000 n 
-0001186606 00000 n 
-0001186981 00000 n 
-0001187029 00000 n 
-0001187174 00000 n 
-0001204888 00000 n 
-0001205279 00000 n 
-0001205327 00000 n 
-0001205472 00000 n 
-0001205609 00000 n 
-0001205755 00000 n 
-0001205803 00000 n 
-0001226155 00000 n 
-0001226554 00000 n 
-0001226696 00000 n 
-0001226744 00000 n 
-0001227161 00000 n 
-0001227300 00000 n 
-0001227441 00000 n 
-0001227579 00000 n 
-0001247373 00000 n 
-0001247748 00000 n 
-0001247882 00000 n 
-0001267672 00000 n 
-0001268055 00000 n 
-0001268197 00000 n 
-0001268245 00000 n 
-0001268381 00000 n 
-0001288131 00000 n 
-0001288514 00000 n 
-0001288662 00000 n 
-0001288805 00000 n 
-0001307421 00000 n 
-0001307812 00000 n 
-0001307958 00000 n 
-0001308091 00000 n 
-0001308228 00000 n 
-0001308276 00000 n 
-0001328138 00000 n 
-0001328521 00000 n 
-0001328659 00000 n 
-0001328807 00000 n 
-0001348201 00000 n 
-0001348584 00000 n 
-0001348717 00000 n 
-0001348854 00000 n 
-0001366456 00000 n 
-0001366831 00000 n 
-0001366879 00000 n 
-0001367027 00000 n 
-0001367074 00000 n 
-0001367422 00000 n 
-0001386911 00000 n 
-0001387286 00000 n 
-0001387429 00000 n 
-0001406934 00000 n 
-0001407291 00000 n 
-0001407337 00000 n 
-0001426567 00000 n 
-0001426942 00000 n 
-0001427085 00000 n 
-0001427133 00000 n 
-0001444695 00000 n 
-0001445052 00000 n 
-0001445100 00000 n 
-0001445148 00000 n 
-0001464751 00000 n 
-0001465134 00000 n 
-0001465182 00000 n 
-0001465320 00000 n 
-0001465467 00000 n 
-0001485167 00000 n 
-0001485550 00000 n 
-0001485693 00000 n 
-0001485839 00000 n 
-0001505132 00000 n 
-0001505515 00000 n 
-0001505648 00000 n 
-0001505696 00000 n 
-0001505840 00000 n 
-0001524321 00000 n 
-0001524720 00000 n 
-0001524768 00000 n 
-0001524944 00000 n 
-0001525120 00000 n 
-0001525296 00000 n 
-0001525472 00000 n 
-0001525520 00000 n 
-0001541667 00000 n 
-0001542042 00000 n 
-0001542090 00000 n 
-0001542138 00000 n 
-0001542278 00000 n 
-0001542326 00000 n 
-0001542941 00000 n 
-0001561426 00000 n 
-0001561825 00000 n 
-0001561983 00000 n 
-0001562031 00000 n 
-0001562175 00000 n 
-0001562223 00000 n 
-0001562366 00000 n 
-0001562527 00000 n 
-0001581856 00000 n 
-0001582231 00000 n 
-0001582279 00000 n 
-0001582427 00000 n 
-0001601507 00000 n 
-0001601882 00000 n 
-0001602019 00000 n 
-0001620946 00000 n 
-0001621303 00000 n 
-0001621351 00000 n 
-0001640151 00000 n 
-0001640534 00000 n 
-0001640677 00000 n 
-0001640725 00000 n 
-0001640773 00000 n 
-0001640919 00000 n 
-0001660011 00000 n 
-0001660386 00000 n 
-0001660523 00000 n 
-0001680134 00000 n 
-0001680517 00000 n 
-0001680565 00000 n 
-0001680703 00000 n 
-0001680851 00000 n 
-0001699933 00000 n 
-0001700308 00000 n 
-0001700445 00000 n 
-0001717902 00000 n 
-0001718259 00000 n 
-0001718307 00000 n 
-0001718355 00000 n 
-0001718690 00000 n 
-0001718738 00000 n 
-0001736947 00000 n 
-0001737330 00000 n 
-0001737376 00000 n 
-0001737513 00000 n 
-0001737561 00000 n 
-0001737715 00000 n 
-0001756972 00000 n 
-0001757329 00000 n 
-0001757375 00000 n 
-0001776626 00000 n 
-0001776983 00000 n 
-0001777029 00000 n 
-0001800483 00000 n 
-0001800938 00000 n 
-0001800984 00000 n 
-0001801135 00000 n 
-0001801274 00000 n 
-0001801413 00000 n 
-0001801552 00000 n 
-0001801693 00000 n 
-0001801832 00000 n 
-0001801970 00000 n 
-0001802116 00000 n 
-0001802257 00000 n 
-0001802403 00000 n 
-0001802551 00000 n 
-0001822240 00000 n 
-0001822615 00000 n 
-0001822754 00000 n 
-0001843226 00000 n 
-0001843625 00000 n 
-0001843761 00000 n 
-0001843897 00000 n 
-0001844050 00000 n 
-0001844190 00000 n 
-0001865751 00000 n 
-0001866150 00000 n 
-0001866287 00000 n 
-0001866426 00000 n 
-0001866568 00000 n 
-0001866707 00000 n 
-0001884887 00000 n 
-0001885270 00000 n 
-0001885318 00000 n 
-0001885459 00000 n 
-0001885602 00000 n 
-0001885650 00000 n 
-0001902553 00000 n 
-0001902928 00000 n 
-0001902976 00000 n 
-0001903115 00000 n 
-0001903163 00000 n 
-0001903210 00000 n 
-0001903673 00000 n 
-0001915492 00000 n 
-0001915849 00000 n 
-0001915897 00000 n 
-0001916018 00000 n 
-0001916141 00000 n 
-0001916274 00000 n 
-0001916408 00000 n 
-0001916531 00000 n 
-0001916656 00000 n 
-0001916773 00000 n 
-0001916892 00000 n 
-0001917010 00000 n 
-0001917130 00000 n 
-0001917265 00000 n 
-0001917401 00000 n 
-0001917547 00000 n 
-0001917694 00000 n 
-0001917831 00000 n 
-0001917969 00000 n 
-0001918121 00000 n 
-0001918274 00000 n 
-0001918412 00000 n 
-0001918551 00000 n 
-0001918688 00000 n 
-0001918826 00000 n 
-0001918961 00000 n 
-0001919097 00000 n 
-0001919231 00000 n 
-0001919365 00000 n 
-0001919493 00000 n 
-0001919621 00000 n 
-0001919749 00000 n 
-0001919877 00000 n 
-0001920016 00000 n 
-0001920155 00000 n 
-0001920282 00000 n 
-0001920410 00000 n 
-0001920550 00000 n 
-0001920691 00000 n 
-0001920843 00000 n 
-0001920995 00000 n 
-0001921132 00000 n 
-0001921270 00000 n 
-0001921416 00000 n 
-0001921562 00000 n 
-0001921708 00000 n 
-0001921854 00000 n 
-0001921999 00000 n 
-0001922145 00000 n 
-0001922280 00000 n 
-0001922415 00000 n 
-0001922545 00000 n 
-0001922675 00000 n 
-0001922811 00000 n 
-0001922948 00000 n 
-0001923086 00000 n 
-0001923225 00000 n 
-0001923349 00000 n 
-0001923474 00000 n 
-0001923615 00000 n 
-0001923756 00000 n 
-0001923901 00000 n 
-0001924046 00000 n 
-0001924181 00000 n 
-0001924317 00000 n 
-0001924449 00000 n 
-0001924581 00000 n 
-0001924708 00000 n 
-0001924835 00000 n 
-0001924973 00000 n 
-0001925111 00000 n 
-0001925244 00000 n 
-0001925378 00000 n 
-0001925525 00000 n 
-0001925672 00000 n 
-0001925802 00000 n 
-0001925932 00000 n 
-0001926060 00000 n 
-0001926189 00000 n 
-0001926325 00000 n 
-0001926461 00000 n 
-0001926600 00000 n 
-0001926739 00000 n 
-0001926880 00000 n 
-0001927021 00000 n 
-0001927150 00000 n 
-0001927279 00000 n 
-0001927406 00000 n 
-0001927533 00000 n 
-0001927665 00000 n 
-0001927797 00000 n 
-0001927938 00000 n 
-0001928079 00000 n 
-0001928216 00000 n 
-0001928353 00000 n 
-0001928481 00000 n 
-0001928610 00000 n 
-0001928743 00000 n 
-0001928876 00000 n 
-0001929022 00000 n 
-0001929168 00000 n 
-0001929319 00000 n 
-0001929470 00000 n 
-0001929613 00000 n 
-0001929756 00000 n 
-0001929888 00000 n 
-0001930020 00000 n 
-0001930189 00000 n 
-0001930358 00000 n 
-0001930514 00000 n 
-0001930670 00000 n 
-0001930807 00000 n 
-0001930944 00000 n 
-0001931082 00000 n 
-0001931220 00000 n 
-0001931350 00000 n 
-0001931480 00000 n 
-0001931612 00000 n 
-0001931744 00000 n 
-0001931880 00000 n 
-0001932016 00000 n 
-0001932147 00000 n 
-0001932279 00000 n 
-0001932405 00000 n 
-0001932531 00000 n 
-0001932664 00000 n 
-0001932797 00000 n 
-0001932926 00000 n 
-0001933056 00000 n 
-0001933185 00000 n 
-0001933315 00000 n 
-0001933455 00000 n 
-0001933596 00000 n 
-0001933734 00000 n 
-0001933873 00000 n 
-0001934008 00000 n 
-0001934143 00000 n 
-0001934264 00000 n 
-0001934386 00000 n 
-0001934516 00000 n 
-0001934646 00000 n 
-0001934778 00000 n 
-0001934910 00000 n 
-0001935045 00000 n 
-0001935180 00000 n 
-0001935319 00000 n 
-0001935458 00000 n 
-0001935599 00000 n 
-0001935740 00000 n 
-0001935873 00000 n 
-0001936006 00000 n 
-0001936277 00000 n 
-0001936548 00000 n 
-0001936626 00000 n 
-0001936843 00000 n 
-0001937035 00000 n 
-0001937220 00000 n 
-0001937406 00000 n 
-0001937570 00000 n 
-0001937696 00000 n 
-0001937870 00000 n 
-0001938056 00000 n 
-0001938358 00000 n 
-0001938584 00000 n 
-0001938850 00000 n 
-0001939078 00000 n 
-0001939276 00000 n 
-0001939474 00000 n 
-0001939681 00000 n 
-0001939982 00000 n 
-0001940285 00000 n 
-0001940520 00000 n 
-0001940823 00000 n 
-0001941072 00000 n 
-0001941335 00000 n 
-0001941630 00000 n 
-0001941925 00000 n 
-0001942192 00000 n 
-0001942487 00000 n 
-0001942680 00000 n 
-0001942867 00000 n 
-0001943068 00000 n 
-0001943257 00000 n 
-0001943442 00000 n 
-0001943661 00000 n 
-0001943912 00000 n 
-0001944127 00000 n 
-0001944326 00000 n 
-0001944505 00000 n 
-0001944728 00000 n 
-0001944935 00000 n 
-0001945194 00000 n 
-0001945393 00000 n 
-0001945588 00000 n 
-0001945803 00000 n 
-0001946030 00000 n 
-0001946265 00000 n 
-0001946451 00000 n 
-0001946628 00000 n 
-0001946827 00000 n 
-0001947062 00000 n 
-0001947281 00000 n 
-0001947468 00000 n 
-0001947671 00000 n 
-0001947926 00000 n 
-0001948201 00000 n 
-0001948444 00000 n 
-0001948643 00000 n 
-0001948990 00000 n 
-0001949285 00000 n 
-0001949504 00000 n 
-0001949727 00000 n 
-0001949918 00000 n 
-0001950117 00000 n 
-0001950332 00000 n 
-0001950531 00000 n 
-0001950706 00000 n 
-0001950909 00000 n 
-0001951100 00000 n 
-0001951289 00000 n 
-0001951524 00000 n 
-0001951749 00000 n 
-0001951958 00000 n 
-0001952115 00000 n 
-0001952306 00000 n 
-0001952505 00000 n 
-0001952716 00000 n 
-0001952943 00000 n 
-0001953177 00000 n 
-0001953366 00000 n 
-0001954857 00000 n 
-0001963234 00000 n 
-0001963450 00000 n 
-0001964813 00000 n 
-0001965875 00000 n 
-0001973562 00000 n 
-0001973783 00000 n 
-0001975146 00000 n 
-0001976225 00000 n 
-0001979130 00000 n 
-0001979356 00000 n 
-0001980719 00000 n 
-0001981839 00000 n 
-0001985376 00000 n 
-0001985590 00000 n 
-0001986953 00000 n 
-trailer
-<< /Size 741
-/Root 2 0 R
-/Info 1 0 R
->>
-startxref
-1988050
-%%EOF
index eddac10..dfcbee6 100644 (file)
 
 package org.openecomp.sdcrests.action.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.info.Info;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.apache.cxf.jaxrs.ext.multipart.Attachment;
 import org.apache.cxf.jaxrs.ext.multipart.Multipart;
 import org.openecomp.sdcrests.action.types.ActionResponseDto;
@@ -44,7 +45,7 @@ import javax.ws.rs.core.Response;
 @Path("/workflow/v1.0/actions")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info =  @Info(title = "Actions"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Actions")})
 @Validated
 public interface Actions {
 
index 562b8bd..76ab6f4 100644 (file)
 package org.openecomp.sdcrests.action.rest;
 
 import com.sun.jersey.multipart.FormDataParam;
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.info.Info;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.apache.cxf.jaxrs.ext.multipart.Multipart;
 import org.springframework.validation.annotation.Validated;
 
@@ -38,7 +39,7 @@ import java.io.InputStream;
 @Path("/workflow/v1.0/actions")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info =  @Info(title = "Actions"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Actions")})
 @Validated
 public interface ActionsForSwaggerFileUpload {
 
index c7f16bf..1731688 100644 (file)
 
 package org.openecomp.sdcrests.applicationconfig.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.info.Info;
 import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.apache.cxf.jaxrs.ext.multipart.Multipart;
 import org.openecomp.sdcrests.applicationconfiguration.types.ApplicationConfigDto;
 import org.openecomp.sdcrests.applicationconfiguration.types.ConfigurationDataDto;
@@ -42,7 +43,7 @@ import java.util.List;
 @Path("/v1.0/application-configuration")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Application Configuration"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Application Configuration")})
 @Validated
 public interface ApplicationConfiguration {
 
index 6e6fade..a6acfdb 100644 (file)
 
 package org.openecomp.sdcrests.conflict.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.common.RestConstants;
 import org.openecomp.sdcrests.conflict.types.ConflictDto;
 import org.openecomp.sdcrests.conflict.types.ConflictResolutionDto;
@@ -41,7 +42,7 @@ import javax.ws.rs.core.Response;
 @Path("/v1.0/items/{itemId}/versions/{versionId}/conflicts")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Item Version Conflicts"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Item Version Conflicts")})
 @Validated
 public interface Conflicts {
 
index 5f70570..056c9cf 100644 (file)
@@ -16,8 +16,9 @@
 
 package org.openecomp.sdcrests.externaltesting.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.info.Info;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import java.util.List;
 import javax.ws.rs.Consumes;
 import javax.ws.rs.GET;
@@ -38,7 +39,7 @@ import org.springframework.validation.annotation.Validated;
 @Path("/v1.0/externaltesting")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "External-Testing"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "External-Testing")})
 @Validated
 
 public interface ExternalTesting {
index b57cc9c..2a9e0a2 100644 (file)
 
 package org.openecomp.sdcrests.health.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.info.Info;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.health.types.HealthInfoDtos;
 import org.springframework.validation.annotation.Validated;
 
@@ -39,7 +40,7 @@ import javax.ws.rs.core.Response;
 @Path("/v1.0/healthcheck")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Health Check"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Health Check")})
 @Validated
 public interface HealthCheck {
 
index 866fa88..c3ebc31 100644 (file)
 package org.openecomp.sdcrests.itempermissions.rest;
 
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.info.Info;
 import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.itempermissions.types.ItemPermissionsDto;
 import org.openecomp.sdcrests.itempermissions.types.ItemPermissionsRequestDto;
 import org.springframework.validation.annotation.Validated;
@@ -47,7 +48,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/items/{itemId}/permissions")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Item Permissions"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Item Permissions")})
 @Validated
 public interface ItemPermissions {
 
index a916f8d..ae8e095 100644 (file)
@@ -15,7 +15,6 @@
  */
 package org.openecomp.sdcrests.item.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -23,6 +22,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdc.versioning.types.Item;
 import org.openecomp.sdcrests.item.types.ItemActionRequestDto;
 import org.springframework.validation.annotation.Validated;
@@ -39,7 +40,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/items")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Items"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Items")})
 @Validated
 public interface Items {
 
index 6f72175..edc0596 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.item.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.item.types.*;
 import org.springframework.validation.annotation.Validated;
 
@@ -42,7 +43,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/items/{itemId}/versions")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Item Versions"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Item Versions")})
 @Validated
 public interface Versions {
 
index 0f6b7c9..b2e262e 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.notifications.rest.services;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.notifications.types.NotificationsStatusDto;
 import org.openecomp.sdcrests.notifications.types.UpdateNotificationResponseStatus;
 import org.springframework.validation.annotation.Validated;
@@ -44,7 +45,7 @@ import static org.openecomp.sdcrests.common.RestConstants.*;
 @Path("/v1.0/notifications")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Notifications"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Notifications")})
 @Validated
 public interface Notifications {
   String LIMIT_QUERY_PARAM = "NOTIFICATION_ROWS_LIMIT";
index de41792..d254678 100644 (file)
             <plugin>
                 <groupId>io.swagger.core.v3</groupId>
                 <artifactId>swagger-maven-plugin</artifactId>
-                <version>2.0.8</version>
                 <configuration>
                     <outputPath>${project.build.directory}/generated/swagger-ui</outputPath>
-                    <outputFileName>swagger</outputFileName>
+                    <outputFileName>swagger-sdce-1</outputFileName>
                     <outputFormat>JSON</outputFormat>
+                    <configurationFilePath>${project.basedir}/src/main/resources/swagger-config.yaml</configurationFilePath>  
                 </configuration>
                 <executions>
                     <execution>
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/resources/swagger-config.yaml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/resources/swagger-config.yaml
new file mode 100644 (file)
index 0000000..2c924ea
--- /dev/null
@@ -0,0 +1,17 @@
+prettyPrint: true
+sortOutput: true
+openAPI:
+  info:
+    title: "SPC API: SDCE-1"
+    description: "SDC API for onboarding (SDCE-1)"
+    contact:
+      name: ONAP
+      url: https://onap.readthedocs.io
+      email: onap-discuss@lists.onap.org
+    license:
+      name: Apache 2.0
+      url: http://www.apache.org/licenses/LICENSE-2.0
+    version: "1.0"
+  servers:
+  - url: /sdc
+    description: "SDCE-1 APIs"
\ No newline at end of file
index fb71761..bdeefa4 100644 (file)
 
 package org.openecomp.sdcrests.togglz.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.info.Info;
 import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.togglz.types.FeatureDto;
 import org.openecomp.sdcrests.togglz.types.FeatureSetDto;
 import org.springframework.validation.annotation.Validated;
@@ -35,7 +36,7 @@ import javax.ws.rs.core.Response;
 @Path("/v1.0/togglz")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Togglz"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Togglz")})
 @Validated
 public interface TogglzFeatures {
 
index fac7e76..2e91c7a 100644 (file)
 package org.openecomp.sdcrests.uniquevalue.rest;
 
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.springframework.validation.annotation.Validated;
 
 import javax.validation.constraints.NotNull;
@@ -34,7 +35,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/unique-types")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Unique Types"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Unique Types")})
 @Validated
 public interface UniqueTypes {
 
index 18da115..ec8c8eb 100644 (file)
@@ -16,8 +16,9 @@
 
 package org.openecomp.sdcrests.validation.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.info.Info;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.apache.cxf.jaxrs.ext.multipart.Multipart;
 import org.springframework.validation.annotation.Validated;
 
@@ -30,7 +31,7 @@ import java.io.InputStream;
 @Path("/v1.0/validation")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = ("Validation")))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Validation")})
 @Validated
 
 public interface Validation {
index 76b0bad..e184b9e 100644 (file)
 package org.openecomp.sdcrests.validation.rest;
 
 import com.sun.jersey.multipart.FormDataParam;
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.info.Info;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.springframework.validation.annotation.Validated;
 
 import javax.ws.rs.*;
@@ -31,7 +32,7 @@ import java.io.InputStream;
 @Path("/v1.0/validation")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title="Validation"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Validation")})
 @Validated
 
 public interface ValidationForSwaggerUsage {
index 83395c8..7caa639 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vendorlicense.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.vendorlicense.types.LimitEntityDto;
 import org.openecomp.sdcrests.vendorlicense.types.LimitRequestDto;
 import org.springframework.validation.annotation.Validated;
@@ -45,7 +46,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
     "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/entitlement-pools/{entitlementPoolId}/limits")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Vendor License Model - Entitlement Pool Limits"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor License Model - Entitlement Pool Limits")})
 @Validated
 public interface EntitlementPoolLimits {
 
index 2b16ffc..89b632f 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vendorlicense.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.vendorlicense.types.EntitlementPoolEntityDto;
 import org.openecomp.sdcrests.vendorlicense.types.EntitlementPoolRequestDto;
 import org.springframework.validation.annotation.Validated;
@@ -44,7 +45,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/entitlement-pools")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Vendor License Model - Entitlement Pools"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor License Model - Entitlement Pools")})
 @Validated
 public interface EntitlementPools {
     @GET
index b6a9d27..80403f5 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vendorlicense.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.vendorlicense.types.FeatureGroupEntityDto;
 import org.openecomp.sdcrests.vendorlicense.types.FeatureGroupModelDto;
 import org.openecomp.sdcrests.vendorlicense.types.FeatureGroupRequestDto;
@@ -47,7 +48,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/feature-groups")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Vendor License Model - Feature Groups"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor License Model - Feature Groups")})
 @Validated
 public interface FeatureGroups {
 
index 506058d..0d384ed 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vendorlicense.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.vendorlicense.types.LicenseAgreementEntityDto;
 import org.openecomp.sdcrests.vendorlicense.types.LicenseAgreementModelDto;
 import org.openecomp.sdcrests.vendorlicense.types.LicenseAgreementRequestDto;
@@ -47,7 +48,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/license-agreements")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Vendor License Model - License Agreements"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor License Model - License Agreements")})
 @Validated
 
 public interface LicenseAgreements {
index 572017e..afa9663 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vendorlicense.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.vendorlicense.types.LimitEntityDto;
 import org.openecomp.sdcrests.vendorlicense.types.LimitRequestDto;
 import org.springframework.validation.annotation.Validated;
@@ -45,7 +46,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
     "/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/license-key-groups/{licenseKeyGroupId}/limits")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Vendor License Model - License Key Group Limits"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor License Model - License Key Group Limits")})
 @Validated
 public interface LicenseKeyGroupLimits {
 
index cc599ab..50dc3c8 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vendorlicense.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.vendorlicense.types.LicenseKeyGroupEntityDto;
 import org.openecomp.sdcrests.vendorlicense.types.LicenseKeyGroupRequestDto;
 import org.springframework.validation.annotation.Validated;
@@ -45,7 +46,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-license-models/{vlmId}/versions/{versionId}/license-key-groups")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Vendor License Model - License Key Groups"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor License Model - License Key Groups")})
 @Validated
 public interface LicenseKeyGroups {
   @GET
index 2ad52a4..3778129 100644 (file)
@@ -17,7 +17,6 @@
 
 package org.openecomp.sdcrests.vendorlicense.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -25,6 +24,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.common.RestConstants;
 import org.openecomp.sdcrests.item.types.ItemDto;
 import org.openecomp.sdcrests.vendorlicense.types.VendorLicenseModelActionRequestDto;
@@ -44,7 +45,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-license-models")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition( info = @Info(title = "Vendor License Models"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor License Models")})
 @Validated
 public interface VendorLicenseModels {
 
index 2b46755..bfeb476 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vsp.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.ComponentDependencyModel;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.ComponentDependencyResponseDto;
 import org.springframework.validation.annotation.Validated;
@@ -44,7 +45,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-software-products/{vspId}/versions/{versionId}/component-dependencies")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Vendor Software Product Component Dependencies"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor Software Product Component Dependencies")})
 @Validated
 public interface ComponentDependencies extends VspEntities {
 
index 1f88369..f575991 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vsp.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.apache.cxf.jaxrs.ext.multipart.Attachment;
 import org.apache.cxf.jaxrs.ext.multipart.Multipart;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.MonitoringUploadStatusDto;
@@ -45,7 +46,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
     "/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/uploads/")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Vendor Software Product Component Uploads"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor Software Product Component Uploads")})
 @Validated
 public interface ComponentMonitoringUploads extends VspEntities {
   @POST
index 3bc68a7..b5907d5 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vsp.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.apache.cxf.jaxrs.ext.multipart.Attachment;
 import org.apache.cxf.jaxrs.ext.multipart.Multipart;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.ProcessEntityDto;
@@ -48,7 +49,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/processes")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info =  @Info(title = "Vendor Software Product Component Processes"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor Software Product Component Processes")})
 @Validated
 public interface ComponentProcesses extends VspEntities {
   @GET
index 18b81b3..fa0ecbd 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vsp.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdc.vendorsoftwareproduct.types.composition.ComponentData;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.ComponentDto;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.ComponentRequestDto;
@@ -49,7 +50,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title="Vendor Software Product Components"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor Software Product Components")})
 @Validated
 public interface Components extends VspEntities {
   @GET
index bf72b87..ded4327 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vsp.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.ComputeDetailsDto;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.ComputeDto;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.QuestionnaireResponseDto;
@@ -47,7 +48,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
     "}/compute-flavors")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title= "Vendor Software Product Component Compute-flavors"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor Software Product Component Compute-flavors")})
 @Validated
 public interface Compute extends VspEntities {
 
index a62f416..7d74044 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vsp.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.DeploymentFlavorDto;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.DeploymentFlavorListResponseDto;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.DeploymentFlavorRequestDto;
@@ -46,7 +47,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-software-products/{vspId}/versions/{versionId}/deployment-flavors")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Vendor Software Product deployment-flavors"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor Software Product deployment-flavors")})
 @Validated
 public interface DeploymentFlavors extends VspEntities {
 
index 4f7e184..49a25ed 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vsp.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.ImageDto;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.ImageRequestDto;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.QuestionnaireResponseDto;
@@ -46,7 +47,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/images")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title =  "Vendor Software Product Images"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor Software Product Images")})
 @Validated
 public interface Images extends VspEntities {
 
index a6c766c..f269832 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vsp.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.NetworkDto;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.NetworkRequestDto;
 import org.springframework.validation.annotation.Validated;
@@ -44,7 +45,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-software-products/{vspId}/versions/{versionId}/networks")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Vendor Software Product Networks"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor Software Product Networks")})
 @Validated
 public interface Networks extends VspEntities {
   @GET
index 0f56c4e..c50c593 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vsp.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.NicDto;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.NicRequestDto;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.QuestionnaireResponseDto;
@@ -46,7 +47,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-software-products/{vspId}/versions/{versionId}/components/{componentId}/nics")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title="Vendor Software Product Component NICs"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor Software Product Component NICs")})
 @Validated
 public interface Nics extends VspEntities {
   @GET
index 60e2696..5d99e2d 100644 (file)
 
 package org.openecomp.sdcrests.vsp.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.apache.cxf.jaxrs.ext.multipart.Attachment;
 import org.apache.cxf.jaxrs.ext.multipart.Multipart;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.FileDataStructureDto;
@@ -44,7 +45,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-software-products/{vspId}/versions/{versionId}/orchestration-template-candidate")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Orchestration Template Candidate"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Orchestration Template Candidate")})
 @Validated
 public interface OrchestrationTemplateCandidate extends VspEntities {
 
index f8af153..27195e1 100644 (file)
@@ -20,7 +20,6 @@
 
 package org.openecomp.sdcrests.vsp.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -28,6 +27,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.apache.cxf.jaxrs.ext.multipart.Attachment;
 import org.apache.cxf.jaxrs.ext.multipart.Multipart;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.ProcessEntityDto;
@@ -48,7 +49,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-software-products/{vspId}/versions/{versionId}/processes")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Vendor Software Product Processes"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor Software Product Processes")})
 @Validated
 public interface Processes {
   @GET
index 2b41472..af9953a 100644 (file)
@@ -17,7 +17,6 @@
 
 package org.openecomp.sdcrests.vsp.rest;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
@@ -25,6 +24,8 @@ import io.swagger.v3.oas.annotations.media.ArraySchema;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.item.types.ItemCreationDto;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.*;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.validation.IsValidJson;
@@ -45,7 +46,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-software-products")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Vendor Software Products"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor Software Products")})
 @Validated
 public interface VendorSoftwareProducts extends VspEntities {
 
index a2a7c8b..cc94725 100644 (file)
 package org.openecomp.sdcrests.vsp.rest;
 
 import com.sun.jersey.multipart.FormDataParam;
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.info.Info;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.UploadFileResponseDto;
 import org.springframework.validation.annotation.Validated;
 
@@ -42,7 +43,7 @@ import static org.openecomp.sdcrests.common.RestConstants.USER_MISSING_ERROR_MSG
 @Path("/v1.0/vendor-software-products")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "Vendor Software Products"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "Vendor Software Products")})
 @Validated
 public interface VendorSoftwareProductsForSwaggerFileUpload {
 
index 8c0e004..9617c61 100644 (file)
@@ -31,20 +31,21 @@ import javax.ws.rs.Produces;
 import javax.ws.rs.core.MediaType;
 import javax.ws.rs.core.Response;
 
-import io.swagger.v3.oas.annotations.OpenAPIDefinition;
 import io.swagger.v3.oas.annotations.Operation;
 import io.swagger.v3.oas.annotations.Parameter;
 import io.swagger.v3.oas.annotations.info.Info;
 import io.swagger.v3.oas.annotations.media.Content;
 import io.swagger.v3.oas.annotations.media.Schema;
 import io.swagger.v3.oas.annotations.responses.ApiResponse;
+import io.swagger.v3.oas.annotations.tags.Tag;
+import io.swagger.v3.oas.annotations.tags.Tags;
 import org.openecomp.sdcrests.vendorsoftwareproducts.types.UploadFileResponseDto;
 import org.springframework.validation.annotation.Validated;
 
 @Path("/v1.0/vendor-software-products/{vspId}/versions/{versionId}/vnfrepository")
 @Produces(MediaType.APPLICATION_JSON)
 @Consumes(MediaType.APPLICATION_JSON)
-@OpenAPIDefinition(info = @Info(title = "VNF Repository packages"))
+@Tags({@Tag(name = "SDCE-1 APIs"), @Tag(name = "VNF Repository packages")})
 @Validated
 public interface VnfPackageRepository extends VspEntities {
 
index 290f902..f055244 100644 (file)
@@ -47,7 +47,7 @@
                         <configuration>
                             <tasks>
                                 <echo message="Copy api json files"/>
-                                <copy file="${rest.api.dir}/target/generated/swagger-ui/swagger.json" tofile="${basedir}/target/${plugin.name}/${api.json.file}"/>
+                                <copy file="${rest.api.dir}/target/generated/swagger-ui/swagger-sdce-1.json" tofile="${basedir}/target/${plugin.name}/${api.json.file}"/>
                             </tasks>
                         </configuration>
                         <goals>
diff --git a/pom.xml b/pom.xml
index 0a759b3..9f2bfb9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,7 @@ Modifications copyright (c) 2018-2019 Nokia
         <jaxb-api.version>2.3.1</jaxb-api.version>
         <io.vavr.version>0.10.3</io.vavr.version>
         <groovy.version>3.0.7</groovy.version>
+        <swagger-core-mvn-plugin.version>2.1.7</swagger-core-mvn-plugin.version>
 
         <commons.collections.version>4.1</commons.collections.version>
         <ws.rs.version>2.1</ws.rs.version>
@@ -245,6 +246,11 @@ Modifications copyright (c) 2018-2019 Nokia
                 <artifactId>netty-handler</artifactId>
                 <version>${netty.version}</version>
             </dependency>
+            <dependency>
+                <groupId>io.swagger.core.v3</groupId>
+                <artifactId>swagger-maven-plugin</artifactId>
+                <version>${swagger-core-mvn-plugin.version}</version>
+            </dependency>            
         </dependencies>
     </dependencyManagement>