diff --git a/TR-0025-Application-Developer-Guide.md b/TR-0025-Application-Developer-Guide.md
new file mode 100644
index 0000000000000000000000000000000000000000..87fca71f8bc2b0a8b97f818840f680fa74659bcd
--- /dev/null
+++ b/TR-0025-Application-Developer-Guide.md
@@ -0,0 +1,2684 @@
+![oneM2M logo](media/logo.png)
+
+**oneM2M Technical Report**
+
+| | |
+|-|-|
+|Document Number |TR-0025 V2.0.3 |
+|Document Name: |Application Developer Guide |
+|Date: |2019-June-06 |
+|Abstract: |Provides a use case for guiding application developers to develop applications using functionalities provided by a oneM2M service platform. |
+|Template Version:23 February 2015 (Dot not modify) |Template Version:23 February 2015 (Dot not modify) |
+
+
+
+This Specification is provided for future development work within oneM2M only. The Partners accept no liability for any use of this Specification.
+
+The present document has not been subject to any approval process by the oneM2M Partners Type 1.  Published oneM2M specifications and reports for implementation should be obtained via the oneM2M Partners' Publications Offices.
+
+
+
+About oneM2M 
+
+The purpose and goal of oneM2M is to develop technical specifications which address the need for a common M2M Service Layer that can be readily embedded within various hardware and software, and relied upon to connect the myriad of devices in the field with M2M application servers worldwide. 
+
+More information about oneM2M may be found at:  http//www.oneM2M.org
+
+Copyright Notification
+
+(c) 2018, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC).
+
+All rights reserved.
+
+The copyright and the foregoing restriction extend to reproduction in all media.
+
+
+
+Notice of Disclaimer & Limitation of Liability 
+
+The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. No recommendation as to products or vendors is made or should be implied. 
+
+NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
+
+
+# Contents
+
+
+
+# 1 Scope
+The present document provides a guide for application developers to develop applications using functionalities provided by any oneM2M compliant service platform with the scope of  as follows:
+
+- Objective of the use case,
+
+- The architecture of the use case mapped into an oneM2M service platform,
+
+- The execution procedures for implementation of the use case, and
+
+- Implementation details of the use case.
+
+
+# 2 References
+
+## 2.1 Normative references
+References are either specific (identified by date of publication and/or edition number or version number) or nonspecific. For specific references, only the cited version applies. For non-specific references, the latest version of the reference document (including any amendments) applies.
+
+The following referenced documents are necessary for the application of the present document.
+
+<mark>Not applicable.</mark>	
+
+
+## 2.2 Informative references
+The following referenced documents are not necessary for the application of the present document but they assist the user with regard to a particular subject area.
+
+- <a name="_ref_i.1">[i.1]</a>        oneM2M Drafting Rules
+
+  > NOTE: Available at http://www.onem2m.org/images/files/oneM2M-Drafting-Rules.pdf
+
+- <a name="_ref_i.2">[i.2]</a>        oneM2M TS-0001 (V12.12.1): "Functional Architecture".
+
+- <a name="_ref_i.3">[i.3]</a>        oneM2M TS-0004 (V2.9.0): "Service Layer Core protocol Specification".
+
+- <a name="_ref_i.4">[i.4]</a>        oneM2M TS-0009 (V2.8.0): "HTTP Protocol Binding".
+
+- <a name="_ref_i.5">[i.5]</a>        oneM2M TS-0011: "Common Terminology".
+
+
+
+
+# 3 Definitions and abbreviations
+
+## 3.1 Definitions
+For the purposes of the present document, the terms and definitions given in oneM2M TS-0011 <a href="#_ref_i.5">[i.5]</a> and the following apply. 
+
+NOTE:    A term defined in the present document takes precedence over the definition of the same term, if any, in oneM2M TS-0011 <a href="#_ref_i.5">[i.5]</a>.
+
+
+**M2M service provider domain:**  part of the M2M System that is associated with a specific M2M Service Provider
+
+**registrar CSE:**  CSE where an Application or another CSE has registered
+
+**resource:**  uniquely addressable entity in oneM2M architecture
+
+
+## 3.2 Abbreviations
+For the purposes of the present document, the following abbreviations apply:
+
+`ACP       Access Control Policy`  
+`ADN       Application Dedicated Node`  
+`ADN-AE    AE which resides in the Application Dedicated Node`  
+`AE        Application Entity`  
+`CoAP      Constrained Application Protocol`  
+`CSE       Common Services Entity`  
+`CSE-ID    Common Service Entity Identifier`  
+`DNS       Domain Name System`  
+`FQDN      Fully Qualified Domain Name`  
+`HTTP      HyperText Transfer Protocol`  
+`IN        Infrastructure Node`  
+`IN-AE     Application Entity that is registered with the CSE in the Infrastructure Node`  
+`IN-CSE    CSE which resides in the Infrastructure Node`  
+`IP        Internet Protocol`  
+`JSON      JavaScript Object Notation`  
+`M2M       Machine to Machine`  
+`Mca       Reference Point for M2M Communication with AE`  
+`Mcc       Reference Point for M2M Communication with CSE`  
+`MN        Middle Node`  
+`MN-AE     Application Entity that is registered with the CSE in Middle Node`  
+`MN-CSE    CSE which resides in the Middle Node`  
+`PoA       Point of Access`  
+`SP        Service Provider`  
+`URI       Uniform Resource Identifier`  
+`XML       eXtensible Markup Language`  
+
+# 4 Conventions
+
+The key words "Shall", "Shall not", "May", "Need not", "Should", "Should not" in this document are to be interpreted as described in the oneM2M Drafting Rules <a href="#_ref_i.1">[i.1]</a>.
+
+
+# 5 Use case
+This guide is based on a home lighting use case involving lights in a home that can be remotely controlled by a user's smartphone leveraging the capabilities of oneM2M. An overview of the use case is shown in figure 5-1. The main components are introduced as follows:
+
+- The lights are deployed in a home and are attached to a home gateway.   
+- The home gateway communicates with a cloud service platform allowing the lights to be controlled remotely by the smartphone. 
+- The cloud service platform supports a set of services to enable the smartphone to more easily control the lights in the home. Some examples of services include registration, discovery, data management, group management, subscription/notification etc
+- The smartphone hosts an application used to remotely control the lights in the home and supports the following capabilities:
+    - Discovery of lights deployed in the home.
+    - Sending commands to change light states i.e. ON and OFF.
+    - Retrieval of light states.
+
+![Overview of remote lights control use case](media/RemoteLightsControlUseCase.svg)
+
+**Figure 5-1: Overview of remote lights control use case**
+
+# 6 Architecture
+This clause describes how the different components of this use case can be represented by corresponding oneM2M architectural entities as shown in figure 6-1.
+
+![oneM2M functional architecture of remote lights control use case](media/FunctionalArchitectureOfRemoteLightsControlUseCase.svg)
+
+**Figure 6-1: oneM2M functional architecture of remote lights control use case**
+
+In the oneM2M functional architecture two basic types of entities are defined. One is an AE (short for Application Entity) and the other is a CSE (short for Common Services Entity). In this use case, the lights and smartphone each host an AE. Also an IN-CSE (short for Infrastructure Node CSE) is hosted in the cloud by the oneM2M Service Provider and a MN-CSE (short for Middle Node CSE) is hosted on the Home Gateway. 
+
+The oneM2M defined Mca reference point is used to interface an AE and CSE. The oneM2M defined Mcc reference point is used to interface CSEs. In this use case, the reference point used between a Light AE and home gateway MN-CSE or Smartphone AE and IN-CSE is Mca while reference point used between the home gateway MN-CSE and oneM2M service platform IN-CSE is Mcc 
+
+In summary, applications used in the current use case are classified as follows:
+
+- ADN-AE1: an application embedded in _Light#1_  with capabilities to control _Light#1_ and interact with the home gateway MN-CSE through _M_ _ca_ reference point;
+- ADN-AE2: an application embedded in _Light#_ _2_  with capabilities to control _Light#_ _2_ and interact with the home gateway MN-CSE through _M_ _ca_ reference point;
+- IN-AE: a smartphone application embedded in the smartphone device with capabilities to interact directly with the oneM2M service platform IN-CSE through _M_ _cc_  reference point and thereby remotely control _Light#1_  and _Light#_ _2_ ;
+- MN-AE: a gateway application embedded into the home gateway that interacts with the MN-CSE through _M_ _ca_ reference point.
+
+# 7 Procedures
+
+## 7.1 Introduction
+
+<mark>Editor note: Most request are missing the RVI request attribute</mark>
+
+The deployment of the oneM2M standard in the present use case requires procedures that are classified as follows:
+
+- **Registration** : The current procedure contains light application registration, gateway application registration, and accessControlPolicy resource creation for selective access to data storage resources.
+- **Initial resource creation** : The current procedure contains group resource creation, container resources creation with specific access control policies, content instance resources creation with initial light states, subscription resources creation for notifications.
+- **Discovery** **of container resource** : all containers with a specific filter criteria are discovered by the gateway application and then configured as members of a group resource.
+- **Discovery and retrieval lights states** : all containers with a specific filter criteria are discovered and retrieved using resource identities through a smartphone application which gains access to oneM2M service platform so content information can be retrieved.
+- **Single light switch on/off:**  Any light that is discovered by and connected to the smartphone application is able to be switched on and off via a smartphone application.
+- **Multiple lights switch on/off:** Multiple lights that are discovered are able to be switched on and off together via a smartphone application.
+
+## 7.2 Call Flows
+
+### 7.2.1 Application registration and Access control policy creation
+Call flows regarding the registration phase depicted in figure 7.2.1-1 are ordered as follows:
+
+1. Gateway (MN-CSE) registers with the oneM2M service platform (IN-CSE).
+2. Gateway application (MN-AE) registers with the gateway (MN-CSE).
+3. Light applications (ADN-AE1 and ADN-AE2) register with the gateway (MN-CSE).
+4. Smartphone application (IN-AE) registers with the oneM2M service platform (IN-CSE).
+5. Gateway application (MN-AE) discovers the smartphone application (IN-AE) from gateway (MN-CSE) with specific filter criteria. The discovered IN-AE is granted access to the remote light control service containers.
+6. Gateway application (MN-AE) creates an accessControlPolicy resource granting all the entities playing roles in the current use case including ADN-AE1, ADN-AE2, MN-AE and IN-AE access to the created container and content instance resources.
+
+![Registration phase call flows](media/RegistrationPhaseCallFlows.svg)
+
+**Figure 7.2.1-1: Registration phase call flows**
+
+### 7.2.2 Initial resource creation
+Call flows regarding the initial resource creation phase depicted in figure 7.2.2-1 are ordered as follows:
+
+1. Gateway application (MN-AE) creates a group resource on gateway (MN-CSE), for updating and retrieving group light state named as _containers \_group_ . The group members are added from the list of discovered container resources that the MN-AE discovers. The group resource is created with a link to the same access control policy.
+2. Two container resources are created in the gateway (MN-CSE) to store the light states under the registered light application ADN-AE1 and ADN-AE2, respectively. The containers are created with a link to the same access control policy.
+3. Content Instance resources are created by light applications (ADN-AE1 and ADN-AE2) under each created container and represent the controlled light states.
+4. Subscription resources are created under the containers in the gateway (MN-CSE) so that subscribers, i.e. light applications, can be notified whenever there is a new contentInstance resource created by the IN-AE.
+
+![Initial resource creation phase call flows](media/InitialResourceCreationPhaseCallFlows.svg)
+
+**Figure 7.2.2-1: Initial resource creation phase call flows**
+
+### 7.2.3 Discovery of group resources
+Call flows regarding the discovery and update of group resources are depicted in figure 7.2.3-1 and ordered as follows:
+
+1. Gateway application (MN-AE) periodically sends a RETRIEVE request including the parameter  _filterUsage_ and specific filter criteria condition(s) as a query string for discovery of container resources stored in the MN-CSE of gateway. The filter criteria conditions for the discovery operation include _createdBefore, createdAfter, modifiedSince, unmodifiedSInce, label, creator, expireAfter, resourceType_ etc.
+2. Gateway (MN-CSE) responds with URIs of the discovered container resources, if any, to the gateway application (MN-AE) according to the filter criteria(s).
+3. Gateway application (MN-AE) sends a update request to update the list of group members within the previously created group resource with identifiers of the discovered containers.
+
+![Discovery and group light state update phase call flows](media/DiscoveryAndGroupLightStateUpdatePhaseCallFlows.svg)
+
+**Figure 7.2.3-1: Discovery and group light state update phase call flows**
+
+### 7.2.4 Discovery and retrieval of contentInstance resources
+Call flows regarding the discovery and retrieval of contentInstance resources depicted in figure 7.2.4-1 and 7.2.4-2 are ordered as follows:
+
+1. The smartphone application (IN-AE) periodically sends a RETRIEVE request including the parameter  _filterUsage_ and specific filter criteria condition(s) as a query string for discovery of container resources stored in the MN-CSE of gateway.
+2. The IN-AE also sends a Discovery request to the MN-CSE for the discovery of the group resources     located in the MN-CSE. 
+3. The gateway (MN-CSE) responds to the IN-AE with URIs of the discovered container resources under ADN-AE1 and ADN-AE2, if any.   
+For the case where the IN-AE sends a Discovery request for the discovery of group resources, the MN-CSE     responds to the IN-AE with the URIs of the discovered group resources located in the MN-CSE, if any.
+4. The IN-AE sends GET requests for retrieval of the latest contentInstance resources from each discovered light container resource.  
+   In the case of retrieval of the latest contentInstance resources of the group of containers, the IN-AE sends a retrieve request to the _fanOutPoint_  of the discovered group resource.
+5. The MN-CSE responds to the IN-AE with the latest light state(s).
+
+![Discovery and single light retrieval phase call flows](media/DiscoveryAndSingleLightRetrievalPhaseCallFlows.svg)
+
+**Figure 7.2.4-1: Discovery and single light retrieval phase call flows**
+
+![Discovery and a group of lights retrieval phase call flows](media/DiscoveryAndAGroupFfLightsRetrievalPhaseCallFlows.svg)
+
+**Figure 7.2.4-2 Discovery and a group of lights retrieval phase call flows**
+
+
+## 7.3 Remote control scenarios
+
+### 7.3.1 Introduction
+Lights are able to be controlled remotely through the smartphone application accessing the oneM2M service platform. Two scenarios are introduced in clauses 7.3.2 and 7.3.3. 
+
+
+### 7.3.2 Single light control
+_Light#1_ and _Light#2_  are controlled remotely by a human user through a smartphone application (IN-AE). A call flow for single light control is depicted in figure 7.3.2-1 and the steps are ordered as follows: 
+
+1. When the user updates the light state on her/his smartphone, the IN-AE creates a new contentInstance     representing a new light state under the targeted container of a Light ADN-AE stored in the MN-CSE. 
+2. If the contentInstance is created sucessfully_,_ the MN-CSE sends a notification to the corresponsding Light ADN-AE to notify it that a new contentInstance resource was created. 
+
+![Single light remote control phase call flows](media/SingleLightRemoteControlPhaseCallFlows.svg)
+
+**Figure 7.3.2-1: Single light remote control phase call flows**
+
+
+### 7.3.3 Multiple light control
+Users can also remotely control multiple lights through the smartphone application (IN-AE) by sending a single light control command to the group resource. A call flow for multiple lights control is depicted in figure 7.3.3-1 and the steps are ordered as follows: 
+
+1. When the user updates the state of a group of lights on her/his smartphone, the IN-AE sends a contentInstance create request targeting the group resource on the MN-CSE. The MN-CSE then fans out the request to the individual Light container member resources on the MN-CSE.. 
+2. For each contentInstances created sucessfully_,_ the MN-CSE sends a  notification to the corresponsding Light ADN-AE. 
+
+![Multiple lights remote control phase call flows](media/MultipleLightsRemoteControlPhaseCallFlows.png.svg)
+
+**Figure 7.3.3-1: Multiple lights remote control phase call flows**
+
+
+# 8 Implementation
+
+## 8.1 Introduction
+Clause 8 presents necessary procedures required for the implementation of the remote lights control use case, including conditions that are met for the correct implementation of the current use case, and resource tree etc.
+
+
+## 8.2 Assumptions
+Assumptions are presented as below in order to ensure the remote lights control use case can be correctly implemented.
+
+- All the applications are server capable;
+- Devices and application entites are independently addressable with host names resolved by DNS network services;
+- Host port number 8080 is reserved for oneM2M services;
+- Security is not considered in the current use case;
+- HTTP binding of oneM2M primitives is used in the current use case;
+- Both XML and JSON serializations of oneM2M primitives are used in the current use case;
+- All mandatory HTTP headers are presented in the HTTP requests while optional headers are selectively used in the current use case;
+- All mandatory resource attributes for resources presented in the current use case are presented in the HTTP requests while optional resource attributes are selectively used in the current use case;
+- The IN-CSE and MN-CSE in the current use case are deployed within the same oneM2M Service Provider domain;
+- All AEs in the current use case are initially registered with CSEs and the identifier of the AEs are assigned by the Registrar CSE of the AE accordinlgy, starting with a character of 'C';
+- All resources created in the current use case are addressable with the oneM2M Resource Identifier form of _Hierarchical address_ ;
+- Short names for the representation of the resources and attributes are used in the current use case;
+- Default access control policy has already been created under IN-CSE and it is used for MN-CSE registration with IN-CSE;
+- All request originators send _Blocking Requests_ for accessing resources located in CSEs.
+
+## 8.3 Addressing for Entities
+Each oneM2M entity including AE and CSE are addressable with correct host address that can be IP addresses or FQDN addresses resolved to IP addresses by DNS network services according to addressing rules specified in oneM2M standards. 
+
+The IN-CSE and MN-CSE entities presented in this use case are addressable with the following identifiers.
+
+- IN-CSE:
+  - CSE-ID: `in-cse`
+  - resourceName of IN-CSE's CSEBase resource: `server`
+
+- MN-CSE:
+  - CSE-ID: `mn-cse`
+  - resourceName of MN-CSE's CSEBase resource: `home_gateway`
+
+## 8.4 Modelling for Light State Data
+The light state _ON_ or _OFF_  stored as the content of content instance resource is modelled as string in XML representation and  can be represented as `< con >ON</ con >` or `<con>OFF</ con>` ,  <mark>while represented as _{ ... "con" : "ON" ...}_  or _{..."con" : "OFF" ...}_ , respectively</mark>.
+
+## 8.5 Resource Structure
+
+### 8.5.0 Introduction
+The development of an oneM2M application includes the design of the resource trees of service capability layers i.e. IN-CSE and MN-CSE in the current use case. The resource tree is constructed with child resources created according to the high level procedures presented in oneM2M application developer guide clause 7. All the child resources shown in the resource trees are mandatorily required in order to correctly implement the remote lights control use case. 
+
+### 8.5.1 Resource Structure of IN-CSE
+The resource tree of IN-CSE starts with a CSEBase named _server_  depicted in figure 8.5.1-1. 
+
+The root CSEBase has two direct child resources, a remoteCSE named _home\_gateway_  and an AE named _smartphone\_ae_ .
+
+![IN-CSE resource structure](media/IN-CSEResourceStructure.svg)
+
+**Figure 8.5.1-1: IN-CSE resource structure**
+
+### 8.5.2 Resource Structure of MN-CSE
+The resource tree of MN-CSE starts with a CSEBase named _home\_gateway_  depicted in figure 8.5.2-1.
+
+The resource tree of MN-CSE is constructed with child resources as follows: 
+
+- an accessControlPolicy named _gateway\_acp_ , 
+- an ADN-AE named _light\_ae1_  which contains sub-resources of a container named _light_  and multiple contentInstances, 
+- an ADN-AE named _light\_ae2_  which contains sub-resources of a container named _light_  and multiple contentInstances, 
+- <mark>light\_state\_sub1 and light\_state\_sub2</mark> subscription resources that are child resources of the two _light_  containers, and
+- a MN-AE named _gateway\_ae_  which contains a group child <mark>resource,</mark>
+- A group resource named _containers\_group_  whose members are the _light_ containers of each AND-AEs. Smartphone application users with proper access control privileges can send a _fanOutPoint_  request to this group to create and retrieve content instances in the two_light_ containers.
+
+![MN-CSE resource tree](media/MN-CSEResourceTree.svg)
+
+**Figure 8.5.2-1: MN-CSE resource tree**
+
+## 8.6 Role of Entities
+
+### 8.6.1 oneM2M service platform (IN-CSE)
+The oneM2M service platform is modelled as an IN-CSE and is responsible for 
+
+- handling the registration requests from _the_ smartphone AE and home gateway MN-CSE 
+
+
+### 8.6.2 Home gateway application (MN-AE)
+The home gateway application is modelled as a MN-AE and is responsible for
+
+- initializing the home gateway device, 
+- creating an access control policy resource gateway\_acpin the MN-CSE,
+- registering the home gateway application with the MN-CSE,
+- creating the group resource with access control policy gateway\_acp in the MN-CSE,
+- discovering device applications registered with the MN-CSE, <mark>and</mark>
+
+
+### 8.6.3 Light applications (ADN-AE1 and ADN-AE2)
+Each of the light applications are modelled as an ADN-AE and are responsible for
+
+- initializing the light control device,
+- registering the light devices with the MN-CSE,
+- creating container resources named "_light_ " with access control policy gateway\_acp in the MN-CSE, respectively,
+- creating subscription resources lightstate\_sub1 and lightstate\_sub2 under the two _light_  containers, and
+- creating content instance resources under containers light1 and light2 with initial light state, respectively.
+
+
+### 8.6.4 Smartphone application (IN-AE)
+The smartphone application is modelled as a IN-AE, which directly communicates with the oneM2M service platform IN-CSE and is responsible for
+
+- initializing the smartphone light control application,
+- registering the smartphone application with the IN-CSE,
+- discovering the two _light_  containers,
+- displaying the discovered light states,
+- accepting the light state modification commands from the smartphone application user,
+- executing the light state modification commands for single and multiple lights.
+
+
+## 8.7 Implementation Procedures
+
+### 8.7.1 Introduction
+The implementation procedures in the current use case are mapped into HTTP bindings with both XML and JSON serializations of oneM2M primitives according to the standard APIs describing the reference points Mca and Mcc, as defined in oneM2M TS-0001 <a href="#_ref_i.2">[i.2]</a>, oneM2M TS-0004 <a href="#_ref_i.3">[i.3]</a>, the HTTP binding TS-0009 <a href="#_ref_i.4">[i.4]</a>.
+
+In addition, _short names_ for the representation of the resources and attributes are used in the implementation procedures. 
+
+
+### 8.7.2 MN-CSE registration
+The implementation starts with the registration of MN-CSE with IN-CSE as shown in the following procedure.
+
+The following example shows the MN-CSE registration request and response using XML serialization.
+
+**HTTP Request**:
+
+``` http
+POST /~/in-cse/server?rcn=0 HTTP/1.1
+Host: in.provider.com:8080
+X-M2M-Origin: /mn-cse
+Content-Type: application/xml;ty=16
+X-M2M-RI: incse-88643
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:csr xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="home_gateway">
+  <csi>mn-cse&lt;/csi>
+  <cb>mn.provider.com/mn-cse</cb>
+  <rr>true</rr>
+  <poa>http://mn.provider.com:8080</poa>
+  <cst>2</cst>
+  <acpi>/in-cse/acp-666957710</acpi>
+</m2m:csr>
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: incse-88643
+Content-Location: /in-cse/csr-299409504
+```
+
+The following example shows the MN-CSE registration request and response using HTTP with JSON serialization:
+
+**HTTP Request**:
+
+``` http
+POST /~/in-cse/server?rcn=0 HTTP/1.1
+Host: in.provider.com:8080
+X-M2M-Origin: /mn-cse
+Content-Type: application/json;ty=16
+X-M2M-RI: incse-88643
+
+{
+  "m2m:csr": {
+    "rn": "home_gateway",
+    "csi": "mn-cse",
+    "cb": "mn.provider.com/mn-cse",
+    "rr": true,
+    "poa": [
+      "http://mn.provider.com:8080"
+    ],
+    "cst": 2,
+    "acpi": [
+      "/in-cse/acp-666957710"
+    ]
+  }
+}
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: incse-88643
+Content-Location: /in-cse/csr-299409504
+```
+
+### 8.7.3 Access control policy creation
+When an access control policy resource is created, a list of one or more allowed request originators is specified in the _acor_ field and the allowed operations in the _acop_ field. 
+
+The value of _acop_ is set to 63 which indicates that the specified originator is granted privileges to conduct _CREATE, RETRIEVE, UPDATE, DELETE, DISCOVERY,_ and _NOTIFY_ operations. 
+
+The creation of access control policy resource _gateway\_acp_ in MN-CSE is implemented in the following procedure.
+
+The following example shows an access control policy create request and response using HTTP with XML serialization. 
+
+**HTTP Request**:
+
+```http
+POST /~/mn-cse/home_gateway?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Cgateway_ae
+Content-Type: application/xml;ty=1
+X-M2M-RI: mncse-62948
+
+<m2m:acp xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="gateway_acp">
+  <pv>
+    <acr>
+      <acor>Cgateway_ae Clight_ae1 Clight_ae2 /in-cse/Csmartphone_ae</acor>
+      <acop>63</acop>
+    </acr>
+  </pv>
+  <pvs>
+    <acr>
+      <acor>Cgateway_ae</acor>
+      <acop>51</acop>
+    </acr>
+  </pvs>
+</m2m:acp>
+```
+
+**HTTP Response**:
+
+```http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-62948
+Content-Location: /mn-cse/acp-805496226
+```
+
+The following example shows an access control policy create request and response using HTTP with <mark>XML</mark> serialization. 
+
+**HTTP Request**:
+
+``` http
+POST /~/mn-cse/home_gateway?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Cgateway_ae
+Content-Type: application/json;ty=1
+X-M2M-RI: mncse-62948
+
+{
+  "m2m:acp": {
+    "rn": "gateway\_acp",
+    "pv": {
+      "acr": [
+        {
+          "acor": [ 
+            "Cgateway_ae", 
+            "Clight_ae1", 
+            "Clight_ae2", 
+            "/in-cse/Csmartphone_ae"
+          ],
+          "acop": 63
+        }
+      ]
+    },
+    "pvs": {
+      "acr": [
+        {
+          "acor": [ 
+            "Cgateway_ae"
+          ],
+          "acop": 51
+        }
+      ]
+    }
+  }
+}
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-62948
+Content-Location: /mn-cse/acp-805496226
+```
+
+The access control policy resource is used to grant applications the access rights to conduct specific operations and access to specific resources. The list of applications could be obtained with a discovery procedure using filter criteria conditions. For more details about the discovery procedure, please go to clause 8.7.9. Here it is required that the list of applications has been discovered before creating the access control policy resource.
+
+### 8.7.4 Application entities registration
+
+#### 8.7.4.1 Light application ADN-AE1
+The registration of ADN-AE1 with MN-CSE is shown in the following procedure. Note that the access control policy identifier (unstructured SP-relative resourceID) which is assigned to ADN-AE1 is `/mn-cse/acp-805496226`.
+
+The following example shows an ADN-AE registration request and response using HTTP with XML serialization. 
+
+**HTTP Request**:
+
+``` http
+POST /home_gateway?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: C
+Content-Type: application/xml;ty=2
+X-M2M-RI: mncse-92345
+
+<xml version="1.0" encoding="UTF-8"?>
+<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light_ae1">
+  <api>A01.com.company.lightApp1</api>  
+  <rr>true</rr>
+  <poa>http://192.168.0.10:9090</poa>
+  <acpi>/mn-cse/acp-805496226</acpi>
+</m2m:ae>
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-92345
+Content-Location: /mn-cse/ae-CAE340304071
+```
+
+The following example shows an ADN-AE registration request and response using HTTP with JSON serialization.
+
+**HTTP Request**:
+
+``` http
+POST /home_gateway?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080#
+X-M2M-Origin: C
+Content-Type: application/json;ty=2
+X-M2M-RI: mncse-92345
+
+{
+  "m2m:ae": {
+    "rn": "light_ae1",
+    "api": "A01.com.company.lightApp1",
+    "rr": true,
+    "poa": [
+      "http://192.168.0.10:9090"
+    ],
+    "acpi": [
+      "/mn-cse/acp-805496226"
+    ]
+  }
+}
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-92345
+Content-Location: /mn-cse/ae-CAE340304071
+```
+
+#### 8.7.4.2 Light application ADN-AE2
+The registration of ADN-AE2 with MN-CSE is shown in the following procedure. Note that the access control policy identifier (unstructured SP-relative resourceID) which is assigned to ADN-AE2 is `/mn-cse/acp-805496226`.
+
+The following example shows an ADN-AE registration request and response using HTTP with XML serialization. 
+
+**HTTP Request**:
+
+``` http
+POST /home_gateway?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: C
+Content-Type: application/xml;ty=2
+X-M2M-RI: mncse-18346
+
+<?xml version="1.0" encoding="UTF-8"?>
+  <m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light_ae2">
+  <api>A01.com.company.lightApp2</api>
+  <rr>true</rr>
+  <poa>http://192.168.0.20:9090</poa>
+  <acpi>/mn-cse/acp-805496226</acpi>
+</m2m:ae>
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-18346
+Content-Location: /mn-cse/ae-CAE340304042
+```
+
+The following example shows an ADN-AE registration request and response using HTTP with JSON serialization. 
+
+**HTTP Request**:
+
+``` http
+POST /home_gateway?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: C
+Content-Type: application/json;ty=2
+X-M2M-RI: mncse-18346
+
+{
+  "m2m:ae": {
+    "rn": "light_ae2",
+    "api": "A01.com.company.lightApp2",
+    "rr": true,
+    "poa": [
+      "http://192.168.0.20:9090"
+    ],
+    "acpi": [
+      "/mn-cse/acp-805496226"
+    ]
+  }
+}
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-18346
+Content-Location: /mn-cse/ae-CAE340304042
+```
+
+#### 8.7.4.3 Home gateway application MN-AE
+The registration of MN-AE with MN-CSE is shown in the following procedure. Note that the access control policy identifier (unstructured SP-relative resourceID) which is assigned to MN-AE is `/mn-cse/acp-805496226`.
+
+The following example shows an MN-AE registration request and response using HTTP with XML serialization. 
+
+
+**HTTP Request**:
+
+``` http
+POST /home_gateway?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: C
+Content-Type: application/xml;ty=2
+X-M2M-RI: mncse-19347
+
+<?xml version="1.0" encoding="UTF-8"?>
+  <m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="gateway_ae">
+  <api>A01.com.company.gatewayApp</api>
+  <rr>false</rr>
+  <acpi>/mn-cse/acp-805496226</acpi>
+</m2m:ae>
+```
+
+**HTTP Response**:
+
+```http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-19347
+Content-Location: /mn-cse/ae-CAE340303271
+```
+
+The following example shows an MN-AE registration request and response using HTTP with JSON serialization. 
+
+**HTTP Request**:
+
+``` http
+POST /home_gateway?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: C
+Content-Type: application/json;ty=2
+X-M2M-RI: mncse-19347
+
+{
+  "m2m:ae": {
+    "rn": "gateway_ae",
+    "api": "A01.com.company.gatewayApp",
+    "rr": false,
+    "acpi": [
+      "/mn-cse/acp-805496226"
+    ]
+  }
+}
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-19347
+Content-Location: /mn-cse/ae-CAE340303271
+```
+
+#### 8.7.4.4 Smartphone application IN-AE
+The registration of IN-AE with IN-CSE is shown in the following procedure. Note that the access control policy identifier (unstructured SP-relative resourceID) which is assigned to IN-AE is `/in-cse/acp-666957710`.
+
+The following example shows an IN-AE registration request and response using HTTP with XML serialization. 
+
+**HTTP Request**:
+
+``` http
+POST /server?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: C
+Content-Type: application/xml;ty=2
+X-M2M-RI: incse-16346
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="smartphone_ae">
+  <api>A01.com.company.lightControlApp</api>
+  <rr>false</rr>
+  <acpi>/in-cse/acp-666957710</acpi>
+</m2m:ae>
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: incse-16346
+Content-Location: /in-cse/ae-CAE340304178
+```
+
+The following example shows an IN-AE registration request and response using HTTP with JSON serialization. 
+
+**HTTP Request**:
+
+```http
+POST /server?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: C
+Content-Type: application/json;ty=2
+X-M2M-RI: incse-16346
+
+{
+  "m2m:ae": {
+    "rn": "smartphone_ae",
+    "api": "A01.com.company.lightControlApp",
+    "rr": false,
+    "acpi": [
+      "/in-cse/acp-666957710"
+    ]
+  }
+}
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: incse-16346
+Content-Location: /in-cse/ae-CAE340304178
+```
+
+### 8.7.5 Containers creation
+
+#### 8.7.5.1 Create a container of ADN-AE1
+The creation of a container resource for ADN-AE1 is shown in the following procedure.
+
+The following example shows a container create request and response using HTTP with XML serialization. 
+
+<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
+
+**HTTP Request**:
+
+```http
+POST /home_gateway/light\_ae1?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Clight_ae1
+Content-Type: application/xml;ty=3
+X-M2M-RI: mncse/13345
+
+<m2m:cnt xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light">
+</m2m:cnt>
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-13345
+Content-Location: /mn-cse/cnt-582759912
+```
+
+The following example shows a container create request and response using HTTP with JSON serialization. 
+
+**HTTP Request**:
+
+``` http
+POST /home\_gateway/light_ae1?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Clight_ae1
+Content-Type: application/json;ty=3
+X-M2M-RI: mncse-13345
+
+{
+  "m2m:cnt": {
+    "rn": "light"
+  }
+}
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-13345
+Content-Location: /mn-cse/cnt-582759912
+```
+
+#### 8.7.5.2 Create a container of ADN-AE2
+The creation of a container resource for ADN-AE2 is shown in the following procedure.
+
+The following example shows a container create request and response using HTTP with XML serialization.
+
+<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
+
+**HTTP Request**:
+
+``` http
+POST /home_gateway/light_ae2?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Clight_ae2
+Content-Type: application/xml;ty=3
+X-M2M-RI: mncse-62345
+
+<m2m:cnt xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light">
+</m2m:cnt>
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-62345
+Content-Location: /mn-cse/cnt-582769893
+```
+
+The following example shows a container create request and response using HTTP with JSON serialization. 
+
+**HTTP Request**:
+
+``` http
+POST /home_gateway/light_ae2?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Clight_ae2
+Content-Type: application/json;ty=3
+X-M2M-RI: mncse-62345
+
+{
+  "m2m:cnt": {
+    "rn": "light"
+  }
+}
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-62345
+Content-Location: /mn-cse/cnt-582769893
+```
+
+### 8.7.6 ContentInstances creation
+
+#### 8.7.6.1 Create a content instance of ADN-AE1
+The creation of a content instance resource under the light container of ADN-AE1 with initial content OFF is shown in the following procedure.
+
+The following example shows a contentInstance create request and response using HTTP with XML serialization. 
+
+<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
+
+**HTTP Request**:
+
+```http
+POST /home_gateway/light_ae1/light?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Clight_ae1
+Content-Type: application/xml;ty=4
+X-M2M-RI: mncse-24345
+
+<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
+  <cnf>text/plain:0&lt;/cnf>
+  <con>OFF</con>
+</m2m:cin>
+```
+
+**HTTP Response**:
+
+```http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-24345
+Content-Location: /mn-cse/cin-394798749
+Content-Type: application/xml
+```
+
+The following example shows a contentInstance create request and response using HTTP with JSON serialization. 
+
+
+**HTTP Request**:
+
+``` http
+POST /home_gateway/light_ae1/light?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Clight_ae1
+Content-Type: application/json;ty=4
+X-M2M-RI: mncse-24345
+
+{
+  "m2m:cin": {
+    "cnf": "text/plains:0",
+    "con": "OFF"
+  }
+}
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-24345
+Content-Location: /mn-cse/cin-394798749
+Content-Type: application/json
+```
+
+#### 8.7.6.2 Create a content instance of ADN-AE2
+The creation of a content instance resource under the light container of ADN-AE2 with initial content OFF is shown in the following procedure.
+
+The following example shows a contentInstance create request and response using HTTP with XML serialization. 
+
+<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
+
+**HTTP Request**:
+
+``` http
+POST /home_gateway/light_ae2/light?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Clight_ae1
+Content-Type: application/xml;ty=4
+X-M2M-RI: mncse-22345
+
+<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
+<cnf>text/plain:0/cnf>
+  <con>OFF</con>
+</m2m:cin>
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-22345
+Content-Location: /mn-cse/cin-256599578
+```
+
+The following example shows a contentInstance create request and response using HTTP with JSON serialization. 
+
+**HTTP Request**:
+
+``` http
+POST /home_gateway/light_ae2/light?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Clight_ae1
+Content-Type: application/json;ty=4
+X-M2M-RI: mncse-22345
+
+{
+  "m2m:cin": {
+    "cnf": "text/plains:0",
+    "con": "OFF"
+  }
+}
+```
+
+**HTTP Response**:
+
+``` http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-22345
+Content-Location: /mn-cse/cin-256599578
+```
+
+### 8.7.7 Group creation
+The creation of a group resource by the MN-AE is shown in the following procedure. The group resource is created with two initial member ids of the light container resources..
+
+The following example shows a group create request and response using HTTP with XML serialization.
+
+**HTTP Request**:
+
+```http
+POST /home_gateway/gateway_ae?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Cgateway_ae
+Content-Type: application/xml;ty=9
+X-M2M-RI: mncse-76905
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:grp xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="containers_grp">
+  <mt>3</mt>
+  <mid>/mn-cse/cnt-582759912 /mn-cse/cnt-582769893</mid> 
+  <mnm>10&lt;/mnm>
+</m2m:grp>
+```
+
+**HTTP Response**:
+
+```http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-76905
+Content-Location: /mn-cse/grp-977978327
+```
+
+The following example shows a group create request and response using HTTP with JSON serialization.
+
+**HTTP Request**:
+
+```http
+POST /home_gateway/gateway_ae?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Cgateway_ae
+Content-Type: application/json;ty=9
+X-M2M-RI: mncse-76905
+
+{
+  "m2m:grp": {
+    "rn":"containers_grp",
+    "mt": 3,
+    "mid": [
+      "/mn-cse/cnt-582759912",
+      "/mn-cse/cnt-582769893"
+    ],
+    "mnm": 10
+  }
+}
+```
+
+**HTTP Response**:
+
+```http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-76905
+Content-Location: /mn-cse/grp-977978327
+```
+
+### 8.7.8 Subscriptions creation
+
+#### 8.7.8.1 Subscription to the content instance of ADN-AE1
+When a subscription resource is created, the _notification content type_  (short for _nct_ ) parameter is set to a value 1 to indicate that all attributes of the subscribed resource will be notified to the subscriber.
+
+ADN-AE1 creates a subscription resource including the notification URI set to the resource identifier of ADN-AE1 so that the ADN-AE1 will get notified whenever a content instance child resource is created in the container .  The corresponding subscription create request is shown in the following procedure.
+
+The following example shows a subscription create request and response using HTTP with XML serialization. 
+
+**HTTP Request**:
+
+```http
+POST /home_gateway/light_ae1/light?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Clight_ae1
+Content-Type: application/xml;ty=23
+X-M2M-RI: mncse-67891
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:sub xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="lightstate_sub1">
+  <enc>
+    <net>3</net>
+  </enc>  
+  <nu>Clight_ae1</nu>
+  <nct>1</nct>
+</m2m:sub>
+```
+
+**HTTP Response**:
+
+```http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-67891
+Content-Location: /mn-cse/sub-856593979
+```
+
+The following example shows a subscription create request and response using HTTP with JSON serialization. 
+
+**HTTP Request**:
+
+```http
+POST /home_gateway/light_ae1/light?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Clight_ae1
+Content-Type: application/json;ty=23
+X-M2M-RI: mncse-67891
+
+{
+  "m2m:sub": {
+    "rn": "lightstate_sub1",
+    "enc": {
+      "net":<a href="#_ref_3">[
+        3
+      ]</a>
+    },
+    "nu": ["Clight_ae1"
+    ],
+    "nct": 1
+  }
+}
+```
+
+**HTTP Response**:
+
+```http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-67891
+Content-Location: /mn-cse/sub-856593979
+```
+
+#### 8.7.8.2 Subscription to the content instance of ADN-AE2
+When a subscription resource is created, <mark>the _notification content type_  (short for _nct_ )</mark> parameter is set to a value 1 to indicate that all attributes of the subscribed resource will be notified to the subscriber.
+
+ADN-AE1 creates a subscription resource including the notification URI set to the resource identifier of ADN-AE1 so that the ADN-AE1 will get notified whenever a content instance child resource is created in the container.  The corresponding subscription create request is shown in the following procedure.
+
+When a subscription resource is created, <mark>the _notification content type_ (short for _nct_ ) </mark>parameter is set to value 1 to indicate that all attributes of the subscribed resource will be notified to the subscriber.
+
+ADN-AE2 creates a subscription resource including the notification URI set to the resource identifier of ADN-AE2 so that the ADN-AE2 will get notified whenever a content instance child resource is created in the container.  The corresponding subscription create request is shown in the following procedures.
+
+The following example shows a subscription create request and response using HTTP with XML serialization. 
+
+**HTTP Request**:
+
+```http
+POST /home_gateway/light_ae2/light?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Clight_ae2
+Content-Type: application/xml;ty=23
+X-M2M-RI: mncse-29387
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:sub xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="lightstate_sub2">
+  <enc>
+    <net>3</net>
+  </enc>  
+  <nu>Clight_ae2</nu>
+  <nct>1</nct>
+</m2m:sub>
+```
+
+**HTTP Response**:
+
+```http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-29387
+Content-Location: /mn-cse/sub-856463728
+```
+
+The following example shows a subscription create request and response using HTTP with JSON serialization.
+
+**HTTP Request**:
+
+```http
+POST /home_gateway/light_ae2/light?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: Clight_ae2
+Content-Type: application/json;ty=23
+X-M2M-RI: mncse-29387
+
+{
+  "m2m:sub": {
+    "rn": "lightstate_sub2",
+    "enc": {
+      "net":<a href="#_ref_3">[
+        3
+      ]</a>
+    },
+    "nu": ["Clight_ae2"
+    ],
+    "nct": 1
+  }
+}
+```
+
+**HTTP Response**:
+
+```http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-29387
+Content-Location: /mn-cse/sub-856463728
+```
+
+### 8.7.9 Discovery
+
+#### 8.7.9.1 Introduction
+The discovery functionality in oneM2M is implemented using a RETRIEVE operation along with one or multiple filter criteria parameters. 
+
+In order to enable the retrieve operation for resource discovery, <mark>parameter _filterUsage_ (short for _fu)_ </mark> is included in the RETRIEVE request as a query string. 
+
+In addition, <mark>parameter _resource type_ (short for _rty)_</mark>  is used as a _filterCriteria_ condition for the discovery of single light and group light members. The <mark>parameter _discovery result type_  (short for _drt_ )</mark> is set to 2 to indicate that the format of elements of URIList is unstructured. The detailed discovery procedures are presented in clauses 8.7.9.2 and 8.7.9.3.
+
+
+#### 8.7.9.2 Discovery of single light registered with MN-CSE
+The discovery of containers for each light registered with the MN-CSE by the smartphone AE is shown in the  following procedure.
+
+If the discovery response is preferred to be returned with a XML representation, the HTTP request message is sent as following example.
+
+**HTTP Request**:
+
+```http
+GET /~/mn-cse/home_gateway?fu=1&rty=3&drt=2 HTTP/1.1
+Host: in.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+X-M2M-RI: mncse-99882
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-99882
+X-M2M-CNST: 2
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:uril xmlns:m2m="http://www.onem2m.org/xml/protocols">
+  /mn-cse/cnt-582759912
+  /mn-cse/cnt-582769893
+</m2m:uril>
+```
+
+If the discovery response is preferred to be returned with a JSON representation, the HTTP request message is sent as following example.
+
+**HTTP Request**:
+
+```http
+GET /~/mn-cse/home_gateway?fu=1&rty=3&drt=2 HTTP/1.1
+Host: in.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+X-M2M-RI: mncse-99882
+Accept: application/json
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-99882
+X-M2M-CNST: 2
+Content-Type: application/json
+
+{
+  "m2m:uril": [
+    "/mn-cse/cnt-582759912",
+    "/mn-cse/cnt-582769893"
+  ]
+}
+```
+
+The smartphone application retrieves a list of URIs representing containers registered with MN-CSE from the response message, e.g. /mn-cse/cnt-582759912 which is the URI of container created in ADN-AE1. The retrieved URIs of the discovered containers are then used for the group member update operation.
+
+
+#### 8.7.9.3 Discovery of groups located in MN-CSE
+The discovery of groups located in MN-CSE by the smartphone AE is shown in the following procedures.
+
+If the discovery response is preferred to be returned with a XML representation, the HTTP request message is sent as following example: 
+
+**HTTP Request**:
+
+```http
+GET /~/mn-cse/home_gateway?fu=1&rty=9&drt=2 HTTP/1.1
+Host: in.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+X-M2M-RI: mncse-15001
+Accept: application/xml
+````
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-15001
+X-M2M-CNST: 2
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:uril xmlns:m2m="http://www.onem2m.org/xml/protocols">
+  /mn-cse/grp-977978327
+</m2m:uril>
+``````
+
+If the discovery response is preferred to be returned with a JSON representation, the HTTP request message is sent as following example.
+
+**HTTP Request**:
+
+```http
+GET /~/mn-cse/home_gateway?fu=1&rty=9&drt=2 HTTP/1.1
+Host: in.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+X-M2M-RI: mncse-15001
+Accept: application/json
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-15001
+X-M2M-CNST: 2Content-Type: application/json
+
+{
+  "m2m:uril": [
+    "/mn-cse/grp-977978327"
+  ]
+}
+```
+
+The smartphone application retrieves a list of URIs representing group resources located in MN-CSE from the response message, e.g. `/mn-cse/grp-977978327` which is the URI of the group resource. The retrieved URIs of the discovered group resource are then used for the group member update operation.
+
+### 8.7.10 Latest content instances retrieval
+
+#### 8.7.10.1 Introduction
+The smartphone application can retrieve the latest light states via sending a RETRIEVE request targeting a <mark>container's _la_  (short for _latest_ )</mark> virtual resource. 
+
+The smartphone application can also retrieve a group of latest light states via sending a RETRIEVE request targeting the group _fanOutPoint_  virtual resource. 
+
+#### 8.7.10.2 Retrieve the latest content instance of ADN-AE1
+The latest content instance of the _light_ container resource for ADN-AE1 can be retrieved by the following procedure.
+
+If the response is preferred to be returned with a XML representation, the following is a HTTP request message example.
+
+**HTTP Request**:
+
+```http
+GET /~/mn-cse/home_gateway/light_ae1/light/la HTTP/1.1
+Host: in.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+X-M2M-RI: mncse-11223
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-11223
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-394798749">
+  <ty>4</ty>
+  <ri>cin-394798749</ri>
+  <pi>cnt-181049109</pi>
+  <ct>20150925T045938</ct>
+  <lt>20150925T045938</lt>
+  <et>20151107T154802</et>
+  <st>0</st>
+  <cnf>text/plain:0</cnf>
+  <cs>3</cs>
+  <con>OFF</con>
+</m2m:cin>
+```
+
+If the response is preferred to be returned with a JSON representation, the following is a HTTP request message example.
+
+<mark>Editor note: correct the "lat" typo below.</mark>
+
+```http
+GET /~/mn-cse/home_gateway/light_ae1/light/lat HTTP/1.1
+Host: in.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+X-M2M-RI: mncse-11223
+Accept: application/json
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-11223
+Content-Type: application/json
+
+{
+  "m2m:cin": {
+    "ty": 4,
+    "ri": "cin-394798749",
+    "pi": "cnt-181049109",
+    "ct": "20150925T045938",
+    "lt": "20150925T045938",
+    "et": "20151107T154802",
+    "st": 0,
+    "cnf": "text/plain:0",
+    "cs": 3,
+    "con": "OFF"
+  }
+}
+```
+
+#### 8.7.10.3 Retrieve the latest content instance of ADN-AE2
+The latest content instance of the _light_ container resource for ADN-AE2 can be retrieved by the following procedures.
+
+If the response is preferred to be represented in XML, the following is a HTTP request message example.
+
+**HTTP Request**:
+
+```http
+
+GET /~/mn-cse/home_gateway/light_ae2/light/la HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+X-M2M-RI: mncse-22336
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-22336
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-256599578">
+  <ty>4</ty>
+  <ri>cin-256599578</ri>
+  <pi>cnt-790965889</pi>
+  <ct>20150925T050515</ct>
+  <lt>20150925T050515</lt>
+  <et>20151107T154802</et>
+  <st>0</st>
+  <cnf>text/plain:0</cnf>
+  <cs>3</cs>
+  <con>OFF</con>
+</m2m:cin>
+```
+
+If the response is preferred be returned in representation of JSON, the following is a HTTP request message example.
+
+**HTTP Request**:
+
+```http
+GET /~/mn-HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+X-M2M-RI: mncse-22336
+Accept: application/json
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-22336
+Content-Type: application/json
+
+{
+  "m2m:cin": {
+    "ty": 4,
+    "ri": "cin-256599578",
+    "pi": "cnt-790965889",
+    "ct": "20150925T050515",
+    "lt": "20150925T050515",
+    "et": "20151107T154802",
+    "st": 0,
+    "cnf": "text/plain:0",
+    "cs": 3,
+    "con": "OFF"
+  }
+}
+```
+
+#### 8.7.10.4 Retrieve a group of latest content instances for all light states
+A group of latest content instances can be retrieved via sending a RETRIEVE request targeting the group _fanOutPoint_ virtual resource and appending _latest_ as shown in the following procedures.
+
+If the response is preferred to be returned with a XML representation, the following is a HTTP request message example.
+
+**HTTP Request**:
+
+```http
+GET /~/mn-cse/home_gateway/containers_grp/fopt/la HTTP/1.1
+Host: in.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+X-M2M-RI: mncse-55667
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-55667
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:agr xmlns:m2m="http://www.onem2m.org/xml/protocols">
+  <m2m:rsp>
+    <rsc>2000</rsc>
+    <rqi>mncse-55667</rqi>
+    <pc>
+      <m2m:cin rn="cin-394798749">
+        <ty>4</ty>
+        <ri>cin-394798749</ri>
+        <pi>cnt-181049109</pi>
+        <ct>20150925T045938</ct>
+        <lt>20150925T045938</lt>
+        <et>20151107T154802</et>
+        <st>0</st>
+        <cnf>text/plain:0</cnf>
+        <cs>3</cs>
+        <con>OFF</con>
+      </m2m:cin>
+    </pc>
+    <to>/in-cse/Csmartphone_ae</to>
+    <fr>/mn-cse/cnt-582759912/la</fr>
+  </m2m:rsp>
+  <m2m:rsp>
+    <rsc>2000</rsc>
+    <rqi>mncse-55667</rqi>
+    <pc>
+      <m2m:cin rn="cin-256599578">
+        <ty>4</ty>
+        <ri>cin-256599578</ri>
+        <pi>cnt-790965889</pi>
+        <ct>20150925T050515</ct>
+        <lt>20150925T050515</lt>
+        <et>20151107T154802</et>
+        <st>0</st>
+        <cnf>text/plain:0</cnf>
+        <cs>3</cs>
+        <con>OFF</con>
+      </m2m:cin>
+    </pc>
+    <to>/in-cse/Csmartphone_ae</to>
+    <fr>/mn-cse/cnt-582769893/la</fr>
+  </m2m:rsp>
+</m2m:agr>
+```
+
+If the response is preferred to be returned with a JSON representation, the following is a HTTP request message example.
+
+**HTTP Request**:
+
+```http
+GET /~/mn-cse/home_gateway/containers_grp/fopt/la HTTP/1.1
+Host: in.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+X-M2M-RI: mncse-55667
+Accept: application/json
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-55667
+Content-Type: application/json
+
+{
+  "m2m:agr": {
+    "m2m:rsp": [
+      {
+        "rsc": 2000,
+        "rqi": "mncse-55667",
+        "pc": {
+          "m2m:cin": {
+            "ty": 4,
+            "ri": "cin-394798749",
+            "pi": "cnt-181049109",
+            "ct": "20150925T045938",
+            "lt": "20150925T045938",
+            "et": "20151107T154802",
+            "st": 0,
+            "cnf": "text/plain:0",
+            "cs": 3,
+            "con": "OFF"
+          }
+        },
+        "to": "/in-cse/Csmartphone_ae",
+        "fr": "/mn-cse/cnt-582759912/la"
+      },
+      {
+        "rsc": 2000,
+        "rqi": "mncse-55667",
+        "pc": {
+          "m2m:cin": {
+            "ty": 4,
+            "ri": "cin-256599578",
+            "pi": "cnt-790965889",
+            "ct": "20150925T050515",
+            "lt": "20150925T050515",
+            "et": "20151107T154802",
+            "st": 0,
+            "cnf": "text/plain:0",
+            "cs": 3,
+            "con": "OFF"
+          }
+        },
+        "to": "/in-cse/Csmartphone_ae",
+        "fr": "/mn-cse/cnt-582769893/la"
+      }
+    ]
+  }
+}
+```
+
+### 8.7.11 Light state modification
+
+#### 8.7.11.1 Introduction
+Once the smartphone application is registered with the IN-CSE, it can be granted access to resources including containers located in the MN-CSE so that smartphone application users can send light control commands for modifying the light states. 
+
+When the user makes a change to the light state via the smartphone user interface, the smartphone application performs a new content instance creation procedure carrying the new state. 
+
+The modification of a single light state is implemented by creating a new content instance resource for the specific container with access control policy acp1 (_gateway_acp_ ) while the modification of all light states is implemented by creating a new content instance resource for each member of group (_containers_grp_ ) with access control policy acp1 (_gateway_acp_ ). The implementation of the latter case is to target the &lt;fopt> virtual resource of _containers_grp_ resource with a content instance create request so that the content of all members of the group is updated together.
+
+#### 8.7.11.2 Create a content instance under container of ADN-AE1
+
+If the contentInstance create request body is represented in XML, the following is a HTTP request message example.
+
+**HTTP Request**:
+
+<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
+
+```http
+POST /~/mn-cse/home_gateway/light_ae1/light?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+Content-Type: application/xml;ty=4
+X-M2M-RI: mncse-11123
+
+<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
+  <cnf>text/plain:0</cnf>
+  <con>ON</con>
+</m2m:cin>
+```
+
+**HTTP Response**:
+
+```http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-11123
+Content-Location: /mn-cse/cin-789356234
+```
+
+If the contentInstance create request body is represented in JSON, the following is a HTTP request message example.
+
+**HTTP Request**:
+
+```http
+POST /~/mn-cse/home_gateway/light_ae1/light?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+Content-Type: application/json;ty=4
+X-M2M-RI: mncse-11123
+
+{
+  "m2m:cin": {
+    "cnf": "text/plains:0",
+    "con": "ON"
+  }
+}
+```
+
+**HTTP Response**:
+
+```http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-11123
+Content-Location: /mn-cse/cin-789356234
+```
+
+
+#### 8.7.11.3 Create a content instance under container of ADN-AE2
+If the contentInstance create request body is represented in XML, the following is an HTTP request message the example.
+
+<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
+
+**HTTP Request**:
+
+```http
+POST /~/mn-cse/home_gateway/light_ae2/light?rcn=0 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+Content-Type: application/xml;ty=4
+X-M2M-RI: mncse-12222
+
+<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
+  <cnf>text/plain:0</cnf>
+  <con>ON</con>
+</m2m:cin>
+```
+
+**HTTP Response**:
+
+```http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-12222
+Content-Location: /mn-cse/cin-237896783
+```
+
+If the contentInstance create request body is represented in JSON, the following is a HTTP request message example.
+
+**HTTP Request**:
+
+```http
+POST /~/mn-cse/home_HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+Content-Type: application/json;ty=4
+X-M2M-RI: mncse-12222
+
+{
+  "m2m:cin": {
+    "cnf": "text/plains:0",
+    "con": "ON"
+  }
+}
+```
+
+**HTTP Response**:
+
+```http
+201 Created
+X-M2M-RSC: 2001
+X-M2M-RI: mncse-12222
+Content-Location: /mn-cse/cin-237896783
+```
+
+#### 8.7.11.4 Update the state of all lights using group fanout
+If the fanOutPoint request body is represented in XML, the following is a HTTP request message example:.
+
+**HTTP Request**:
+
+```http
+POST /~/mn-cse/home_gateway/gateway_ae/containers_grp/fopt HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+Content-Type: application/xml;ty=4
+X-M2M-RI: mncse-33344
+
+<xml version="1.0" encoding="UTF-8"?>
+<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
+  <cnf>text/plain:0</cnf>
+  <con>ON</con>
+</m2m:cin>
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-33344
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:agr xmlns:m2m="http://www.onem2m.org/xml/protocols">
+  <m2m:rsp>
+    <rsc>2001</rsc>
+    <rqi>mncse-33344</rqi>
+    <pc>
+      <m2m:cin rn="cin-479874939">
+        <ty>4</ty>
+        <ri>cin-479874939</ri>
+        <pi>cnt-181049109</pi>
+        <ct>20151025T045938</ct>
+        <lt>20151025T045938</lt>
+        <et>20151207T154802</et>
+        <st>0</st>
+        <cs>2</cs>
+      </m2m:cin>
+    </pc>
+    <to>/in-cse/Csmartphone_ae</to>
+    <fr>/mn-cse/cnt-582759912</fr>
+  </m2m:rsp>
+  <m2m:rsp>
+    <rsc>2001</rsc>
+    <rqi>mncse-33344</rqi>
+    <pc>
+      <m2m:cin rn="cin-659957825">
+        <ty>4</ty>
+        <ri>cin-659957825</ri>
+        <pi>cnt-790965889</pi>
+        <ct>20151025T045938</ct>
+        <lt>20151025T045938</lt>
+        <et>20151207T154802</et>
+        <st>0</st>
+        <cs>2</cs>
+      </m2m:cin>
+    </pc>
+    <to>/in-cse/Csmartphone_ae</to>
+    <fr>/mn-cse/cnt-582769893</fr>
+  </m2m:rsp>
+</m2m:agr>
+```
+
+If the fanOutPoint request body is represented in JSON, the following is a HTTP request message example.
+
+**HTTP Request**:
+
+```http
+POST /~/mn-cse/home_gateway/gateway_ae/containers_grp/fopt HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+Content-Type: application/json;ty=4
+X-M2M-RI: mncse-33344
+
+{
+  "m2m:cin": {
+    "cnf": "text/plains:0",
+    "con": "ON"
+  }
+}
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-33344
+Content-Type: application/json
+
+{
+  "m2m:agr": {
+    "m2m:rsp": [
+      {
+        "rsc": 2001,
+        "rqi": "mncse-33344",
+        "pc": {
+          "m2m:cin": {
+            "ty": 4,
+            "ri": "cin-479874939",
+            "pi": "cnt-181049109",
+            "ct": "20151025T045938",
+            "lt": "20151025T045938",
+            "et": "20151207T154802",
+            "st": 0,
+            "cs": 2
+          }
+        },
+        "to": "/in-cse/Csmartphone_ae",
+        "fr": "/mn-cse/cnt-582759912"
+      },
+      {
+        "rsc": 2001,
+        "rqi": "mncse-33344",
+        "pc": {
+          "m2m:cin": {
+            "ty": 4,
+            "ri": "cin-659957825",
+            "pi": "cnt-790965889",
+            "ct": "20151025T045938",
+            "lt": "20151025T045938",
+            "et": "20151207T154802",
+            "st": 0,
+            "cs": 2
+          }
+        },
+        "to": "/in-cse/Csmartphone_ae",
+        "fr": "/mn-cse/cnt-582769893"
+      }
+    ]
+  }
+}
+```
+
+### 8.7.12 Notifications
+
+#### 8.7.12.1 Introduction
+Each time a content instance is created under a container of an ADN-AE, then a notification containing the whole created content instance is posted to the targeted subscriber i.e. ADN-AE1 or ADN-AE2, that can actuate the light with the new state received in the notification.
+
+#### 8.7.12.2 Post a notification to ADN-AE1
+If the notification request body is represented in XML, the following is a HTTP request message example.
+
+**HTTP Request**:
+
+```http
+POST / HTTP/1.1
+Host: 192.168.0.10:9090
+X-M2M-Origin: /mn-cse
+X-M2M-RI: notif-12345
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:sgn xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-394798749">
+  <nev>
+    <rep>
+      <m2m:cin>
+        <ty>4</ty>
+        <ri>cin-394798749</ri>
+        <pi>cnt-790965889</pi>
+        <ct>20150925T050534</ct>
+        <lt>20150925T050534</lt>
+        <et>20151107T154802</et>
+        <st>0</st>
+        <cnf>text/plain:0</cnf>
+        <cs>3</cs>
+        <con>ON</con>
+      </m2m:cin>
+    </rep>
+    <net>3</net>
+  </nev>
+  <sur>/mn-cse/sub-856593979</sur>
+</m2m:sgn>
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: notif-12345
+```
+
+If the notification request body is represented in JSON, the following is a HTTP request message example.
+
+**HTTP Request**:
+
+```http
+POST / HTTP/1.1
+Host: 192.168.0.10:9090
+X-M2M-Origin: /mn-cse
+X-M2M-RI: notif-12345
+
+Content-Type: application/json
+
+{
+  "m2m:sgn": {
+    "nev": {
+      "rep": {
+        "m2m:cin": {
+          "ty": 4,
+          "ri": "cin-394798749",
+          "pi": "cnt-790965889",
+          "ct": "20150925T050534",
+          "lt": "20150925T050534",
+          "et": "20151107T154802",
+          "st": 0,
+          "cnf": "text/plain:0",
+          "cs": 3,
+          "con": "ON"
+        }
+      },
+      "net": 3
+    },
+    "sur": "/mn-cse/sub-856593979"
+  }
+}
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: notif-12345
+```
+
+#### 8.7.12.3 Post a notification to ADN-AE2
+If the notification request body is represented in XML, the following is a HTTP request message example.
+
+**HTTP Request**:
+
+```http
+POST / HTTP/1.1
+Host: 192.168.0.20:9090
+X-M2M-Origin: /mn-cse
+X-M2M-RI: notif-12346
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:sgn xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-256599578">
+  <nev>
+    <rep>
+      <m2m:cin>
+        <ty>4</ty>
+        <ri>cin-256599578</ri>
+        <pi>cnt-790965889</pi>
+        <ct>20150925T050623</ct>
+        <lt>20150925T050623</lt>
+        <et>20151107T154802</et>
+        <st>0</st>
+        <cnf>text/plain:0</cnf>
+        <cs>3</cs>
+        <con>ON</con>
+      </m2m:cin>
+    </rep>
+    <net>3</net>
+  </nev>
+  <sur>/mn-cse/sub-856463728</sur>
+</m2m:sgn>
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: notif-12346
+```
+
+If the notification request body is represented in JSON, the following is a HTTP request message example.
+
+**HTTP Request**:
+
+```http
+POST / HTTP/1.1
+Host: 192.168.0.20:9090
+X-M2M-Origin: /mn-cse
+X-M2M-RI: notif-12346
+Content-Type: application/json
+
+{
+  "m2m:sgn": {
+    "nev": {
+      "rep": {
+        "m2m:cin": {
+          "ty": 4,
+          "ri": "cin-256599578",
+          "pi": "cnt-790965889",
+          "ct": "20150925T050623",
+          "lt": "20150925T050623",
+          "et": "20151107T154802",
+          "st": 0,
+          "cnf": "text/plain:0",
+          "cs": 3,
+          "con": "ON"
+        }
+      },
+      "net": 3
+    },
+    "sur": "/mn-cse/sub-856463728"
+  }
+}
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: notif-12346
+```
+
+# Annex A: Reading Resources
+
+## Annex A.1 Introduction
+The information of resources created during each call flow of current use case can be retrieved via smartphone application IN-AE initiates a RETRIEVE request to the target resources as following.
+
+## Annex A.2 CSE resources
+
+### Annex A.2.1 IN-CSE
+
+**HTTP Request**:
+
+``` http
+GET /~/in-cse/server HTTP/1.1
+Host: in.provider.com:8080
+X-M2M-Origin: /mn-cse/Cgateway_ae
+X-M2M-RI: incse-12345
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+```http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: incse-12345
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:cb xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="server">
+  <ty>5</ty>
+  <ri>/in-cse</ri>
+  <ct>20150925T045938</ct>
+  <lt>20150925T045938</lt>
+  <acpi>/in-cse/acp-666957710</acpi>
+  <cst>1</cst>
+  <lt;csi>in-cse</csi>
+  <srt>1 2 3 4 5 9 14 15 16 17 23</srt>
+  <poa>http://in.provider.com:8080/</poa>
+</m2m:cb>
+```
+
+### Annex A.2.2 MN-CSE
+
+**HTTP Request**:
+
+``` http
+GET /~/in-cse/server/home_gateway HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+X-M2M-RI: incse-12346
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+``` http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: incse-12346
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:csr xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="home_gateway">
+  <ty>16</ty>
+  <ri>csr-299409504</ri>
+  <pi>/in-cse</pi> 
+  <ct>20150925T045938</ct>
+  <lt>20150925T045938</lt>
+  <et>20171005T105550</et>
+  <acpi>/in-cse/acp-666957710</acpi>
+  <poa>http://mn.provider.com:8080/</poa>
+  <cb>mn.provider.com/mn-cse</cb>
+  <csi>/mn-cse</csi>
+  <rr>true</rr>
+</m2m:csr>
+```
+
+## Annex A.3 Gateway device application MN-AE
+
+**HTTP Request**:
+
+``` http
+GET /~/mn-cse/home_gateway/gateway_ae HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+X-M2M-RI: mncse-12347
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+``` http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-12347
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="gateway_ae">
+  <ty>2</ty>
+  <ri>ae-CAE340303271</ri>
+  <pi>/mn-cse</pi>
+  <ct>20150925T052438</ct>
+  <lt>20150925T052438</lt>
+  <et>20171005T105550</et>
+  <acpi>/mn-cse/acp-805496226</acpi>
+  <api>A01.com.company.gatewayApp</api>
+  <aei>CAE340303271</aei>
+  <rr>false</rr>
+</m2m:ae>
+```
+
+## Annex A.4. Light device applications
+
+### Annex A.4.1 ADN-AE1
+
+**HTTP Request**:
+
+``` http
+GET /~/mn-cse/home_gateway/light_ae1 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+X-M2M-RI: mncse-12348
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+``` http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-12348
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light_ae1">
+  <ty>2</ty>
+  <ri>ae-CAE340304071</ri>
+  <pi>/mn-cse</pi>
+  <ct>20150925T052455</ct>
+  <lt>20150925T052455</lt>
+  <et>20171005T105550</et>
+  <acpi>/mn-cse/acp-805496226</acpi>
+  <api>A01.com.company.lightApp1</api>
+  <aei>CAE340304071</aei>
+  <rr>true</rr>
+</m2m:ae>
+```
+
+### Annex A.4.2 ADN-AE2
+
+**HTTP Request**:
+
+``` http
+GET /~/mn-cse/home_gateway/light_ae2 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /mn-cse/Cgateway_ae
+X-M2M-RI: mncse-12348
+Accept: application/xml
+````
+
+
+**HTTP Response**:
+
+``` http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-12348
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light_ae2">
+  <ty>2</ty>
+  <ri>ae-CAE340304042</ri>
+  <pi>/mn-cse</pi>
+  <ct>20150925T052542</ct>
+  <lt>20150925T052542</lt>
+  <et>20171005T105550</et>
+  <acpi>/mn-cse/acp-805496226</acpi>
+  <api>A01.com.company.lightApp2</api>
+  <aei>CAE340304042</aei>
+  <rr>true</rr>
+</m2m:ae>
+```
+
+
+## Annex A.5 Smartphone application IN-AE
+
+**HTTP Request**:
+
+``` http
+GET /~/in-cse/server/smartphone_ae HTTP/1.1
+Host: in.provider.com:8080
+X-M2M-Origin: /mn-cse/Cgateway_ae
+X-M2M-RI: incse-12349
+Accept: application/xml
+```
+
+<mark>Editor note: The response format here is different from the others examples</mark>
+
+**Resonse status**:
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: incse-12349
+Content-Type: application/xml
+
+**Resonse message*:
+
+```xml
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="smartphone_ae">
+  <ty>2</ty>
+  <ri>ae-CAE340304178</ri>
+  <pi>/in-cse</pi>
+  <ct>20150925T052622</ct>
+  <lt>20150925T052622</lt>
+  <et>20171005T105550</et>
+  <acpi>/in-cse/acp-666957710</acpi>
+  <api>A01.com.company.lightControlApp</api>
+  <aei>CAE340304178</aei>
+  <rr>false</rr>
+</m2m:ae>
+```
+
+
+## Annex A.6 Access control policy
+
+**HTTP Request**:
+
+``` http
+GET /~/mn-cse/home_gateway/gateway_acp HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /mn-cse/Cgateway_ae
+X-M2M-RI: mncse-12350
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+``` http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-12350
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<m2m:acp xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="gateway_acp">
+  <ty>1</ty>
+  <ri>acp-805496226</ri>
+  <pi>/mn-cse</pi>
+  <ct>20150925T050238</ct>
+  <lt>20150925T050238</lt>
+  <et>20171005T105550</et>
+  <pv>
+    <acr>
+      <acor>/in-cse/home_gateway /mn-cse/Cgateway_ae /mn-cse/Clight_ae1 /mn-cse/Clight_ae2 /in-cse/Csmartphone_ae</acor>
+      <acop>63</acop>
+    </acr>
+  </pv>
+  <pvs>
+    <acr>
+      <acor>/in-cse/home_gateway /mn-cse/Cgateway_ae /mn-cse/Clight_ae1 /mn-cse/Clight_ae2 /in-cse/Csmartphone_ae</acor>
+      <acop>51</acop>
+    </acr>
+  </pvs>
+</m2m:acp>
+```
+
+
+## Annex A.7 Containers
+
+### Annex A.7.1 Container under ADN-AE1
+
+**HTTP Request**:
+
+``` http
+GET /~/mn-cse/home_gateway/light_ae1/light HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /mn-cse/Cgateway_ae
+X-M2M-RI: mncse-12351
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+``` http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-12351
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<m2m:cnt xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light">
+    <ty>3</ty>
+    <ri>cnt-582759912</ri>
+    <pi>/mn-cse/ae-CAE340304071</pi>
+    <ct>20150925T052955</ct>
+    <lt>20150925T052955</lt>
+    <et>20171005T105550</et>
+    <acpi>/mn-cse/acp-805496226</acpi>
+    <st>0</st>
+    <cni>1</cni>
+    <cbs>3</cbs>
+</m2m:cnt>
+```
+
+
+### Annex A.7.2 Container under ADN-AE2
+
+**HTTP Request**:
+
+``` http
+GET /~/mn-cse/home_gateway/light_ae2/light HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /mn-cse/Cgateway_ae
+X-M2M-RI: mncse-12352
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+``` http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-12352
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<m2m:cnt xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light">
+    <ty>3</ty>
+    <ri>cnt-582769893</ri>
+    <pi>/mn-cse/ae-CAE340304042</pi>
+    <ct>20150925T053135</ct>
+    <lt>20150925T053135</lt>
+    <et>20171005T105550</et>
+    <acpi>/mn-cse/acp-805496226</acpi>
+    <st>0</st>
+    <cni>1</cni>
+    <cbs>3</cbs>
+</m2m:cnt>
+```
+
+
+## Annex A.8 ContentInstances
+
+### Annex A.8.1 Latest contentInstance in ADN-AE1
+
+**HTTP Request**:
+
+``` http
+GET /~/mn-cse/home_gateway/light_ae1/light/la HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /mn-cse/Cgateway_ae
+X-M2M-RI: mncse-12353
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+``` http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-12353
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-394798749">
+    <ty>4</ty>
+    <ri>cin-394798749</ri>
+    <pi>/mn-cse/cnt-582759912</pi>
+    <ct>20150925T053225</ct>
+    <lt>20150925T053225</lt>
+    <et>20171005T105550</et>
+    <st>0</st>
+    <cnf>text/plain:0</cnf>
+    <cs>2</cs>
+    <con>ON</con>
+</m2m:cin>
+```
+
+
+### Annex A.8.2 Latest contentInstance in ADN-AE2
+
+**HTTP Request**:
+
+``` http
+GET /~/mn-cse/home_gateway/light_ae2/light/la HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /mn-cse/Cgateway_ae
+X-M2M-RI: mncse-12354
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+``` http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-12354
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-256599578">
+    <ty>4</ty>
+    <ri>cin-256599578</ri>
+    <pi>/mn-cse/cnt-582769893</pi>
+    <ct>20150925T053425</ct>
+    <lt>20150925T053425</lt>
+    <et>20171005T105550</et>
+    <st>0</st>
+    <cnf>text/plain:0</cnf>
+    <cs>2</cs>
+    <con>ON</con>
+</m2m:cin>
+```
+
+
+## Annex A.9 Subscriptions
+
+### Annex A.9.1 Subscription to container in ADN-AE1
+
+**HTTP Request**:
+
+``` http
+GET /~/mn-cse/home_gateway/light_ae1/light/lightstate_sub1 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /mn-cse/Cgateway_ae
+X-M2M-RI: mncse-12355
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+``` http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-12355
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<m2m:sub xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="lightstate_sub1">
+    <ty>23</ty>
+    <ri>sub-856593979</ri>
+    <pi>/mn-cse/cnt-582759912</pi>
+    <ct>20150926T052955</ct>
+    <lt>20150926T052955</lt>
+    <et>20171005T105550</et>
+    <acpi>/mn-cse/acp-805496226</acpi>
+    <enc>
+        <net>3</net>
+    </enc>
+    <nu>/mn-cse/ae-CAE340304071</nu>
+    <nct>1</nct>
+</m2m:sub>
+```
+
+
+### Annex A.9.2 Subscription to container in ADN-AE2
+
+**HTTP Request**:
+
+``` http
+GET /~/mn-cse/home_gateway/light_ae2/light/lightstate_sub2 HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /mn-cse/Cgateway_ae
+X-M2M-RI: mncse-12356
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+``` http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-12356
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<m2m:sub xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="lightstate_sub2">
+    <ty>23</ty>
+    <ri>sub-856463728</ri>
+    <pi>/mn-cse/cnt-582759912</pi>
+    <ct>20150926T053055</ct>
+    <lt>20150926T053055</lt>
+    <et>20171005T105550</et>
+    <acpi>/mn-cse/acp-805496226</acpi>
+    <enc>
+        <net>3</net>
+    </enc>
+    <nu>/mn-cse/ae-CAE340304042</nu>
+    <nct>1</nct>
+</m2m:sub>
+```
+
+
+## Annex A.10 Groups
+
+### Annex A.10.1 Group1
+
+**HTTP Request**:
+
+``` http
+GET /~/mn-cse/home_gateway/gateway_ae/containers_grp HTTP/1.1
+Host: mn.provider.com:8080
+X-M2M-Origin: /in-cse/Csmartphone_ae
+X-M2M-RI: mncse-12357
+Accept: application/xml
+```
+
+**HTTP Response**:
+
+``` http
+200 OK
+X-M2M-RSC: 2000
+X-M2M-RI: mncse-12357
+Content-Type: application/xml
+
+<?xml version="1.0" encoding="UTF-8"?>
+<m2m:grp xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="containers_grp">
+    <ty>9</ty>
+    <ri>grp-977978327</ri>
+    <pi>/mn-cse/ae-CAE340303271</pi>
+    <ct>20151004T045954</ct>
+    <lt>20151004T045954</lt>
+    <et>20171005T105550</et>
+    <acpi>/mn-cse/acp-805496226 /mn-cse/acp-805496226</acpi>
+    <mt>3</mt>
+    <cnm>2</cnm>
+    <mnm>10</mnm>
+    <mid>/mn-cse/cnt-582759912 /mn-cse/cnt-582769893</mid>
+    <mtv>true</mtv>
+    <csy>1</csy>
+    <fopt>/mn-cse/grp-977978327/fopt</fopt>
+</m2m:grp>
+```
+
+
+# History
+
+
+|**Publication** **history** |**Publication** **history** |**Publication** **history** |
+|-|-|-|
+| | | |
+| | | |
+| | | |
+
+
+|**Draft history** (to be removed on publication) |**Draft history** (to be removed on publication) |**Draft history** (to be removed on publication) |
+|-|-|-|
+|V2.0.0 | Fev 2017 |Initial release 2 version based on TR-0025 V1.2.0<br />Implemented the agreed contribution from TST#27<br />- TST-2017-0052-TR-0025\_update |
+|V2.0.1 |24 June 2017 |Implemented the agreed contributions from TST#29<br />- TST-2017-0117R01-CR-TR-0025\_HTTP\_Host\_Header\_correction\_Rel\_2<br />- TST-2017-0128-CR-TR-0025\_Notification\_correction\_Rel\_2 |
+|V2.0.2 |23 March 2018 |Implemented the agreed contributions from TST#34<br />- TST-2018-0043R01-TR-0025\_subscription\_error\_correction |
+|V2.0.3 |06 June 2019 |Implemented the agreed contributions from TDE#40<br />- TDE-2019-0076-Missing\_resource\_types\_in\_Content-Type\_header\_fields |
+
diff --git a/media/DiscoveryAndAGroupFfLightsRetrievalPhaseCallFlows.png b/media/DiscoveryAndAGroupFfLightsRetrievalPhaseCallFlows.png
new file mode 100644
index 0000000000000000000000000000000000000000..bd346691132205096aa75ff2afc47d29f8509a50
Binary files /dev/null and b/media/DiscoveryAndAGroupFfLightsRetrievalPhaseCallFlows.png differ
diff --git a/media/DiscoveryAndAGroupFfLightsRetrievalPhaseCallFlows.svg b/media/DiscoveryAndAGroupFfLightsRetrievalPhaseCallFlows.svg
new file mode 100644
index 0000000000000000000000000000000000000000..3d74c5f56bb6e762744c23ecc2c69070c8375ed7
--- /dev/null
+++ b/media/DiscoveryAndAGroupFfLightsRetrievalPhaseCallFlows.svg
@@ -0,0 +1,197 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated by Pixelmator Pro 3.5.6 -->
+<svg width="633" height="399" viewBox="0 0 633 399" xmlns="http://www.w3.org/2000/svg">
+    <clipPath id="clipPath1">
+        <path d="M -53.204723 -23.280334 L 664.867725 -23.280334 L 664.867725 410.685028 L -53.204723 410.685028 L -53.204723 -23.280334 Z"/>
+        <path clip-rule="evenodd" d="M -53.204723 -23.280334 L 664.905506 -23.280334 L 664.905506 410.722839 L -53.204723 410.722839 Z"/>
+    </clipPath>
+    <g id="Group" clip-path="url(#clipPath1)">
+        <path id="Path" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 24.57795 15.988953 L 85.428345 15.988953 L 85.428345 46.414185 L 24.57795 46.414185 L 24.57795 15.988953 Z"/>
+        <path id="path1" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 24.57795 46.414185 L 85.428345 46.414185 L 85.428345 15.988953 L 24.57795 15.988953 L 24.57795 46.414185 Z"/>
+        <path id="path2" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 55.003143 11.75592 L 55.003143 11.75592 L 55.003143 11.75592 L 55.003143 11.75592 L 55.003143 11.75592 L 55.003143 11.75592 Z"/>
+        <path id="path3" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 55.003143 46.678711 L 55.003143 375.762207"/>
+        <path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 54.70079 46.716553 L 55.305511 46.716553 L 55.305511 46.414185 L 55.267715 46.300781 L 55.229919 46.187378 L 55.116531 46.149597 L 55.003143 46.111816 L 54.889771 46.149597 L 54.814178 46.187378 L 54.738586 46.300781 L 54.70079 46.414185 L 54.70079 46.716553 Z"/>
+        <path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 55.305511 375.686615 L 54.70079 375.686615 L 54.70079 375.988983 L 54.738586 376.102356 L 54.814178 376.215759 L 54.889771 376.291351 L 55.003143 376.291351 L 55.116531 376.291351 L 55.229919 376.215759 L 55.267715 376.102356 L 55.305511 375.988983 L 55.305511 375.686615 Z"/>
+        <path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 14.448822 15.988953 L 95.55748 15.988953 L 95.55748 46.414185 L 14.448822 46.414185 L 14.448822 15.988953 Z"/>
+        <path id="path7" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 14.448822 46.414185 L 95.55748 46.414185 L 95.55748 15.988953 L 14.448822 15.988953 L 14.448822 46.414185 Z"/>
+        <text id="ADN" xml:space="preserve" x="27" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
+        <text id="-" xml:space="preserve" x="54" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="AE" xml:space="preserve" x="58" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
+        <text id="1" xml:space="preserve" x="74" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">1</text>
+        <path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 115.135437 15.988953 L 175.948029 15.988953 L 175.948029 46.414185 L 115.135437 46.414185 L 115.135437 15.988953 Z"/>
+        <path id="path9" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 115.135437 46.414185 L 175.948029 46.414185 L 175.948029 15.988953 L 115.135437 15.988953 L 115.135437 46.414185 Z"/>
+        <text id="AND" xml:space="preserve" x="125" y="36" font-family="Calibri" font-size="10.733858" fill="#ffffff">AND</text>
+        <text id="text1" xml:space="preserve" x="144" y="36" font-family="Calibri" font-size="10.733858" fill="#ffffff">-</text>
+        <text id="text2" xml:space="preserve" x="148" y="36" font-family="Calibri" font-size="10.733858" fill="#ffffff">AE</text>
+        <text id="2" xml:space="preserve" x="159" y="36" font-family="Calibri" font-size="10.733858" fill="#ffffff">2</text>
+        <path id="path10" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 145.560623 11.75592 L 145.560623 11.75592 L 145.560623 11.75592 L 145.560623 11.75592 L 145.560623 11.75592 L 145.560623 11.75592 Z"/>
+        <path id="path11" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 145.560623 46.678711 L 145.560623 375.762207"/>
+        <path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 145.25827 46.716553 L 145.862991 46.716553 L 145.862991 46.414185 L 145.825195 46.300781 L 145.749603 46.187378 L 145.674011 46.149597 L 145.560623 46.111816 L 145.44725 46.149597 L 145.333862 46.187378 L 145.25827 46.300781 L 145.25827 46.414185 L 145.25827 46.716553 Z"/>
+        <path id="path13" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 145.862991 375.686615 L 145.25827 375.686615 L 145.25827 375.988983 L 145.25827 376.102356 L 145.333862 376.215759 L 145.44725 376.291351 L 145.560623 376.291351 L 145.674011 376.291351 L 145.749603 376.215759 L 145.825195 376.102356 L 145.862991 375.988983 L 145.862991 375.686615 Z"/>
+        <path id="path14" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 105.006302 15.988953 L 186.11496 15.988953 L 186.11496 46.414185 L 105.006302 46.414185 L 105.006302 15.988953 Z"/>
+        <path id="path15" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 105.006302 46.414185 L 186.11496 46.414185 L 186.11496 15.988953 L 105.006302 15.988953 L 105.006302 46.414185 Z"/>
+        <text id="text3" xml:space="preserve" x="117" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
+        <text id="text4" xml:space="preserve" x="144" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="text5" xml:space="preserve" x="149" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
+        <text id="text6" xml:space="preserve" x="164" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">2</text>
+        <path id="path16" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 210.379517 15.988953 L 271.229919 15.988953 L 271.229919 46.414185 L 210.379517 46.414185 L 210.379517 15.988953 Z"/>
+        <path id="path17" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 210.379517 46.414185 L 271.229919 46.414185 L 271.229919 15.988953 L 210.379517 15.988953 L 210.379517 46.414185 Z"/>
+        <path id="path18" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 240.804718 11.75592 L 240.804718 11.75592 L 240.804718 11.75592 L 240.804718 11.75592 L 240.804718 11.75592 L 240.804718 11.75592 Z"/>
+        <path id="path19" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 240.804718 46.678711 L 240.804718 375.762207"/>
+        <path id="path20" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 240.50235 46.716553 L 241.107086 46.716553 L 241.107086 46.414185 L 241.069305 46.300781 L 241.031494 46.187378 L 240.918121 46.149597 L 240.804718 46.111816 L 240.691345 46.149597 L 240.577942 46.187378 L 240.540161 46.300781 L 240.50235 46.414185 L 240.50235 46.716553 Z"/>
+        <path id="path21" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 241.107086 375.686615 L 240.50235 375.686615 L 240.50235 375.988983 L 240.540161 376.102356 L 240.577942 376.215759 L 240.691345 376.291351 L 240.804718 376.291351 L 240.918121 376.291351 L 241.031494 376.215759 L 241.069305 376.102356 L 241.107086 375.988983 L 241.107086 375.686615 Z"/>
+        <path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 200.250397 15.988953 L 281.35907 15.988953 L 281.35907 46.414185 L 200.250397 46.414185 L 200.250397 15.988953 Z"/>
+        <path id="path23" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 200.250397 46.414185 L 281.35907 46.414185 L 281.35907 15.988953 L 200.250397 15.988953 L 200.250397 46.414185 Z"/>
+        <text id="MN" xml:space="preserve" x="219" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
+        <text id="text7" xml:space="preserve" x="241" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="text8" xml:space="preserve" x="245" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
+        <path id="path24" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 300.937012 17.689758 L 361.749603 17.689758 L 361.749603 48.11499 L 300.937012 48.11499 L 300.937012 17.689758 Z"/>
+        <path id="path25" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 300.937012 48.11499 L 361.749603 48.11499 L 361.749603 17.689758 L 300.937012 17.689758 L 300.937012 48.11499 Z"/>
+        <path id="path26" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 331.324402 13.456665 L 331.324402 13.456665 L 331.324402 13.456665 L 331.324402 13.456665 L 331.324402 13.456665 L 331.324402 13.456665 Z"/>
+        <path id="path27" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 331.324402 48.379517 L 331.324402 385.399994"/>
+        <path id="path28" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 331.059845 48.417297 L 331.62677 48.417297 L 331.62677 48.11499 L 331.62677 48.001587 L 331.551178 47.888184 L 331.437805 47.812622 L 331.324402 47.812622 L 331.211029 47.812622 L 331.135437 47.888184 L 331.059845 48.001587 L 331.059845 48.11499 L 331.059845 48.417297 Z"/>
+        <path id="path29" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 331.62677 385.362213 L 331.059845 385.362213 L 331.059845 385.664581 L 331.059845 385.777954 L 331.135437 385.891327 L 331.211029 385.929138 L 331.324402 385.966919 L 331.437805 385.929138 L 331.551178 385.891327 L 331.62677 385.777954 L 331.62677 385.664581 L 331.62677 385.362213 Z"/>
+        <path id="path30" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 290.770081 17.689758 L 371.916534 17.689758 L 371.916534 48.11499 L 290.770081 48.11499 L 290.770081 17.689758 Z"/>
+        <path id="path31" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 290.770081 48.11499 L 371.916534 48.11499 L 371.916534 17.689758 L 290.770081 17.689758 L 290.770081 48.11499 Z"/>
+        <text id="text9" xml:space="preserve" x="307" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
+        <text id="text10" xml:space="preserve" x="328" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="CSE" xml:space="preserve" x="333" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
+        <path id="path32" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 402.908661 17.689758 L 463.759033 17.689758 L 463.759033 48.11499 L 402.908661 48.11499 L 402.908661 17.689758 Z"/>
+        <path id="path33" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 402.908661 48.11499 L 463.759033 48.11499 L 463.759033 17.689758 L 402.908661 17.689758 L 402.908661 48.11499 Z"/>
+        <path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 433.333862 13.456665 L 433.333862 13.456665 L 433.333862 13.456665 L 433.333862 13.456665 L 433.333862 13.456665 L 433.333862 13.456665 Z"/>
+        <path id="path35" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 433.333862 48.379517 L 433.333862 381.733856"/>
+        <path id="path36" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 433.031494 48.417297 L 433.63623 48.417297 L 433.63623 48.11499 L 433.59845 48.001587 L 433.560608 47.888184 L 433.447266 47.812622 L 433.333862 47.812622 L 433.220459 47.812622 L 433.144897 47.888184 L 433.069275 48.001587 L 433.031494 48.11499 L 433.031494 48.417297 Z"/>
+        <path id="path37" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 433.63623 381.696075 L 433.031494 381.696075 L 433.031494 381.998413 L 433.069275 382.111816 L 433.144897 382.225189 L 433.220459 382.263 L 433.333862 382.300781 L 433.447266 382.263 L 433.560608 382.225189 L 433.59845 382.111816 L 433.63623 381.998413 L 433.63623 381.696075 Z"/>
+        <path id="path38" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 392.779541 17.689758 L 473.888184 17.689758 L 473.888184 48.11499 L 392.779541 48.11499 L 392.779541 17.689758 Z"/>
+        <path id="path39" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 392.779541 48.11499 L 473.888184 48.11499 L 473.888184 17.689758 L 392.779541 17.689758 L 392.779541 48.11499 Z"/>
+        <text id="IN" xml:space="preserve" x="413" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
+        <text id="text11" xml:space="preserve" x="426" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="text12" xml:space="preserve" x="430" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
+        <path id="path40" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 546.568481 17.689758 L 607.381104 17.689758 L 607.381104 48.11499 L 546.568481 48.11499 L 546.568481 17.689758 Z"/>
+        <path id="path41" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 546.568481 48.11499 L 607.381104 48.11499 L 607.381104 17.689758 L 546.568481 17.689758 L 546.568481 48.11499 Z"/>
+        <path id="path42" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 576.993713 13.456665 L 576.993713 13.456665 L 576.993713 13.456665 L 576.993713 13.456665 L 576.993713 13.456665 L 576.993713 13.456665 Z"/>
+        <path id="path43" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 576.993713 48.379517 L 576.993713 384.077179"/>
+        <path id="path44" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 576.691345 48.417297 L 577.25824 48.417297 L 577.25824 48.11499 L 577.25824 48.001587 L 577.182678 47.888184 L 577.107117 47.812622 L 576.993713 47.812622 L 576.88031 47.812622 L 576.766907 47.888184 L 576.691345 48.001587 L 576.691345 48.11499 L 576.691345 48.417297 Z"/>
+        <path id="path45" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 577.25824 384.039368 L 576.691345 384.039368 L 576.691345 384.341736 L 576.691345 384.455109 L 576.766907 384.530701 L 576.88031 384.606293 L 576.993713 384.644104 L 577.107117 384.606293 L 577.182678 384.530701 L 577.25824 384.455109 L 577.25824 384.341736 L 577.25824 384.039368 Z"/>
+        <path id="path46" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 536.439392 17.689758 L 617.548035 17.689758 L 617.548035 48.11499 L 536.439392 48.11499 L 536.439392 17.689758 Z"/>
+        <path id="path47" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 536.439392 48.11499 L 617.548035 48.11499 L 617.548035 17.689758 L 536.439392 17.689758 L 536.439392 48.11499 Z"/>
+        <text id="text13" xml:space="preserve" x="559" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
+        <text id="text14" xml:space="preserve" x="573" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="text15" xml:space="preserve" x="577" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
+        <path id="path48" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 576.200012 107 L 443.992126 107"/>
+        <path id="path49" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 576.086609 106.092896 L 576.086609 107.869263 L 576.993713 107.869263 L 577.333862 107.831482 L 577.59845 107.642517 L 577.787415 107.340149 L 577.862976 107 L 577.787415 106.659851 L 577.59845 106.357483 L 577.333862 106.168518 L 576.993713 106.092896 L 576.086609 106.092896 Z"/>
+        <path id="path50" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 444.143311 107.869263 L 444.143311 106.092896 L 443.236206 106.092896 L 442.896057 106.168518 L 442.593689 106.357483 L 442.404724 106.659851 L 442.329163 107 L 442.404724 107.340149 L 442.593689 107.642517 L 442.896057 107.831482 L 443.236206 107.869263 L 444.143311 107.869263 Z"/>
+        <path id="path51" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 444.634644 112.63147 L 433.333862 107 L 444.634644 101.330688 L 444.634644 112.63147 L 444.634644 112.63147 Z"/>
+        <path id="path52" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 498.87085 101.255127 L 511.456665 101.255127 L 511.456665 112.707092 L 498.87085 112.707092 L 498.87085 101.255127 Z"/>
+        <text id="text16" xml:space="preserve" x="498" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
+        <text id="text17" xml:space="preserve" x="503" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
+        <text id="text18" xml:space="preserve" x="506" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
+        <path id="path53" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 421.428345 53.179504 L 584.36377 53.179504 L 584.36377 96.908691 L 421.428345 96.908691 L 421.428345 53.179504 Z"/>
+        <path id="path54" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 421.428345 96.908691 L 584.36377 96.908691 L 584.36377 53.179504 L 421.428345 53.179504 L 421.428345 96.908691 Z"/>
+        <text id="Discovery-group-resources-with" xml:space="preserve" x="426" y="73" font-family="Calibri" font-size="11.943307" fill="#406fc5">Discovery group resources with</text>
+        <text id="filter-criterias" xml:space="preserve" x="469" y="88" font-family="Calibri" font-size="11.943307" fill="#406fc5">filter criterias</text>
+        <path id="path55" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 326.259857 108.965332 L 336.426758 108.965332 L 336.426758 183.346436 L 326.259857 183.346436 L 326.259857 108.965332 Z"/>
+        <path id="path56" fill="none" stroke="#6ca43e" stroke-width="0.604724" stroke-linejoin="round" d="M 336.426758 183.346436 L 336.426758 108.965332 L 326.259857 108.965332 L 326.259857 183.346436 L 336.426758 183.346436 Z"/>
+        <path id="path57" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 332.118103 183.346436 L 422.675598 183.346436"/>
+        <path id="path58" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 332.231506 184.25354 L 332.231506 182.439392 L 331.324402 182.439392 L 330.984253 182.514954 L 330.719696 182.703918 L 330.530701 183.006287 L 330.455109 183.346436 L 330.530701 183.686584 L 330.719696 183.988953 L 330.984253 184.177979 L 331.324402 184.25354 L 332.231506 184.25354 Z"/>
+        <path id="path59" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 422.562195 182.439392 L 422.562195 184.25354 L 423.469299 184.25354 L 423.809448 184.177979 L 424.074036 183.988953 L 424.263 183.686584 L 424.338562 183.346436 L 424.263 183.006287 L 424.074036 182.703918 L 423.809448 182.514954 L 423.469299 182.439392 L 422.562195 182.439392 Z"/>
+        <path id="path60" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 422.033081 177.714966 L 433.333862 183.346436 L 422.033081 189.015747 L 422.033081 177.714966 L 422.033081 177.714966 Z"/>
+        <path id="path61" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 376.036224 177.639343 L 388.62204 177.639343 L 388.62204 189.091309 L 376.036224 189.091309 L 376.036224 177.639343 Z"/>
+        <text id="text19" xml:space="preserve" x="375" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
+        <text id="text20" xml:space="preserve" x="380" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
+        <text id="text21" xml:space="preserve" x="383" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
+        <path id="path62" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 421.428345 117.431519 L 582.13385 117.431519 L 582.13385 178.28186 L 421.428345 178.28186 L 421.428345 117.431519 Z"/>
+        <path id="path63" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 421.428345 178.28186 L 582.13385 178.28186 L 582.13385 117.431519 L 421.428345 117.431519 L 421.428345 178.28186 Z"/>
+        <text id="Respond-with-URIs-of" xml:space="preserve" x="449" y="146" font-family="Calibri" font-size="11.943307" fill="#406fc5">Respond with URIs of</text>
+        <text id="discovered-group-resources-" xml:space="preserve" x="434" y="161" font-family="Calibri" font-size="11.943307" fill="#406fc5">discovered group resources</text>
+        <path id="path64" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 195.52597 88.480286 L 296.930695 88.480286 L 296.930695 174.842529 L 195.52597 174.842529 L 195.52597 88.480286 Z"/>
+        <path id="path65" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 195.52597 174.842529 L 296.930695 174.842529 L 296.930695 88.480286 L 195.52597 88.480286 L 195.52597 174.842529 Z"/>
+        <text id="text22" xml:space="preserve" x="201" y="123" font-family="Calibri" font-size="11.943307" fill="#406fc5">IN</text>
+        <text id="text23" xml:space="preserve" x="212" y="123" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
+        <text id="AE-discovery-of-" xml:space="preserve" x="215" y="123" font-family="Calibri" font-size="11.943307" fill="#406fc5">AE discovery of</text>
+        <text id="group-resources-" xml:space="preserve" x="206" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">group resources</text>
+        <text id="stored-in-MN" xml:space="preserve" x="203" y="152" font-family="Calibri" font-size="11.943307" fill="#406fc5">stored in MN</text>
+        <text id="text24" xml:space="preserve" x="266" y="152" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
+        <text id="text25" xml:space="preserve" x="270" y="152" font-family="Calibri" font-size="11.943307" fill="#406fc5">CSE</text>
+        <path id="path66" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 576.200012 292.083466 L 443.992126 292.083466"/>
+        <path id="path67" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 576.086609 291.176392 L 576.086609 292.99054 L 576.993713 292.99054 L 577.333862 292.914948 L 577.59845 292.725983 L 577.787415 292.423615 L 577.862976 292.083466 L 577.787415 291.743317 L 577.59845 291.440948 L 577.333862 291.251984 L 576.993713 291.176392 L 576.086609 291.176392 Z"/>
+        <path id="path68" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 444.143311 292.99054 L 444.143311 291.176392 L 443.236206 291.176392 L 442.896057 291.251984 L 442.593689 291.440948 L 442.404724 291.743317 L 442.329163 292.083466 L 442.404724 292.423615 L 442.593689 292.725983 L 442.896057 292.914948 L 443.236206 292.99054 L 444.143311 292.99054 Z"/>
+        <path id="path69" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 444.634644 297.752747 L 433.333862 292.083466 L 444.634644 286.451965 L 444.634644 297.752747 L 444.634644 297.752747 Z"/>
+        <path id="path70" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 498.87085 286.376373 L 511.456665 286.376373 L 511.456665 297.828339 L 498.87085 297.828339 L 498.87085 286.376373 Z"/>
+        <text id="3" xml:space="preserve" x="498" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">3</text>
+        <text id="text26" xml:space="preserve" x="503" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
+        <text id="text27" xml:space="preserve" x="506" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
+        <path id="path71" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 419.160645 198.615723 L 582.13385 198.615723 L 582.13385 284.940155 L 419.160645 284.940155 L 419.160645 198.615723 Z"/>
+        <path id="path72" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 419.160645 284.940155 L 582.13385 284.940155 L 582.13385 198.615723 L 419.160645 198.615723 L 419.160645 284.940155 Z"/>
+        <text id="Send-a-fanOutPoint-request" xml:space="preserve" x="426" y="233" font-family="Calibri" font-size="11.943307" fill="#406fc5">Send a fanOutPoint request to</text>
+        <text id="the-group-for-retrieval" xml:space="preserve" x="431" y="247" font-family="Calibri" font-size="11.943307" fill="#406fc5">the group for retrieval latest</text>
+        <text id="content" xml:space="preserve" x="458" y="262" font-family="Calibri" font-size="11.943307" fill="#406fc5">content</text>
+        <text id="I" xml:space="preserve" x="496" y="262" font-family="Calibri" font-size="11.943307" fill="#406fc5">I</text>
+        <text id="nstances" xml:space="preserve" x="499" y="262" font-family="Calibri" font-size="11.943307" fill="#406fc5">nstances</text>
+        <path id="path73" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 326.259857 284.788971 L 336.426758 284.788971 L 336.426758 366.540161 L 326.259857 366.540161 L 326.259857 284.788971 Z"/>
+        <path id="path74" fill="none" stroke="#6ca43e" stroke-width="0.604724" stroke-linejoin="round" d="M 336.426758 366.540161 L 336.426758 284.788971 L 326.259857 284.788971 L 326.259857 366.540161 L 336.426758 366.540161 Z"/>
+        <path id="path75" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 421.428345 300.020477 L 582.13385 300.020477 L 582.13385 360.87088 L 421.428345 360.87088 L 421.428345 300.020477 Z"/>
+        <path id="path76" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 421.428345 360.87088 L 582.13385 360.87088 L 582.13385 300.020477 L 421.428345 300.020477 L 421.428345 360.87088 Z"/>
+        <text id="Respond-with-" xml:space="preserve" x="453" y="329" font-family="Calibri" font-size="11.943307" fill="#406fc5">Respond with</text>
+        <text id="latest-" xml:space="preserve" x="522" y="329" font-family="Calibri" font-size="11.943307" fill="#406fc5">latest</text>
+        <text id="contentInstances" xml:space="preserve" x="459" y="343" font-family="Calibri" font-size="11.943307" fill="#406fc5">contentInstances</text>
+        <path id="path77" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 332.118103 369.299225 L 422.675598 369.299225"/>
+        <path id="path78" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 332.231506 370.206299 L 332.231506 368.429932 L 331.324402 368.429932 L 330.984253 368.505524 L 330.719696 368.694489 L 330.530701 368.959045 L 330.455109 369.299225 L 330.530701 369.677155 L 330.719696 369.941742 L 330.984253 370.130707 L 331.324402 370.206299 L 332.231506 370.206299 Z"/>
+        <path id="path79" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 422.562195 368.429932 L 422.562195 370.206299 L 423.469299 370.206299 L 423.809448 370.130707 L 424.074036 369.941742 L 424.263 369.677155 L 424.338562 369.299225 L 424.263 368.959045 L 424.074036 368.694489 L 423.809448 368.505524 L 423.469299 368.429932 L 422.562195 368.429932 Z"/>
+        <path id="path80" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 422.033081 363.667725 L 433.333862 369.299225 L 422.033081 374.968506 L 422.033081 363.667725 L 422.033081 363.667725 Z"/>
+        <path id="path81" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 376.036224 363.592133 L 388.62204 363.592133 L 388.62204 375.044098 L 376.036224 375.044098 L 376.036224 363.592133 Z"/>
+        <text id="4" xml:space="preserve" x="375" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">4</text>
+        <text id="text28" xml:space="preserve" x="380" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
+        <text id="text29" xml:space="preserve" x="383" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
+        <path id="path82" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 195.52597 265.664581 L 296.930695 265.664581 L 296.930695 351.988983 L 195.52597 351.988983 L 195.52597 265.664581 Z"/>
+        <path id="path83" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 195.52597 351.988983 L 296.930695 351.988983 L 296.930695 265.664581 L 195.52597 265.664581 L 195.52597 351.988983 Z"/>
+        <text id="text30" xml:space="preserve" x="205" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">I</text>
+        <text id="N" xml:space="preserve" x="208" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">N</text>
+        <text id="text31" xml:space="preserve" x="215" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
+        <text id="text32" xml:space="preserve" x="219" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">AE</text>
+        <text id="retrieves-" xml:space="preserve" x="234" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">retrieves</text>
+        <text id="a-" xml:space="preserve" x="280" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">a</text>
+        <text id="group-of" xml:space="preserve" x="210" y="300" font-family="Calibri" font-size="11.943307" fill="#406fc5">group of</text>
+        <text id="latest" xml:space="preserve" x="254" y="300" font-family="Calibri" font-size="11.943307" fill="#406fc5">latest</text>
+        <text id="content-instances-" xml:space="preserve" x="202" y="314" font-family="Calibri" font-size="11.943307" fill="#406fc5">content instances</text>
+        <text id="having" xml:space="preserve" x="200" y="329" font-family="Calibri" font-size="11.943307" fill="#406fc5">having</text>
+        <text id="the-state-of-" xml:space="preserve" x="235" y="329" font-family="Calibri" font-size="11.943307" fill="#406fc5">the state of</text>
+        <text id="all" xml:space="preserve" x="225" y="343" font-family="Calibri" font-size="11.943307" fill="#406fc5">all</text>
+        <text id="lights" xml:space="preserve" x="239" y="343" font-family="Calibri" font-size="11.943307" fill="#406fc5">lights</text>
+        <path id="path84" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 432.577942 107 L 347.085052 107"/>
+        <path id="path85" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 432.464539 106.092896 L 432.464539 107.869263 L 433.333862 107.869263 L 433.674011 107.831482 L 433.976379 107.642517 L 434.165344 107.340149 L 434.240967 107 L 434.165344 106.659851 L 433.976379 106.357483 L 433.674011 106.168518 L 433.333862 106.092896 L 432.464539 106.092896 Z"/>
+        <path id="path86" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 347.198425 107.869263 L 347.198425 106.092896 L 346.291351 106.092896 L 345.951172 106.168518 L 345.686615 106.357483 L 345.459839 106.659851 L 345.422058 107 L 345.459839 107.340149 L 345.686615 107.642517 L 345.951172 107.831482 L 346.291351 107.869263 L 347.198425 107.869263 Z"/>
+        <path id="path87" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 347.72757 112.63147 L 336.426758 107 L 347.72757 101.330688 L 347.72757 112.63147 L 347.72757 112.63147 Z"/>
+        <path id="path88" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 378.568512 101.255127 L 391.154327 101.255127 L 391.154327 112.707092 L 378.568512 112.707092 L 378.568512 101.255127 Z"/>
+        <text id="text33" xml:space="preserve" x="378" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
+        <text id="text34" xml:space="preserve" x="382" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
+        <text id="text35" xml:space="preserve" x="385" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
+        <path id="path89" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 434.127563 183.346436 L 566.297607 183.346436"/>
+        <path id="path90" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 434.240967 184.25354 L 434.240967 182.439392 L 433.333862 182.439392 L 432.993713 182.514954 L 432.691345 182.703918 L 432.50238 183.006287 L 432.464539 183.346436 L 432.50238 183.686584 L 432.691345 183.988953 L 432.993713 184.177979 L 433.333862 184.25354 L 434.240967 184.25354 Z"/>
+        <path id="path91" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 566.184265 182.439392 L 566.184265 184.25354 L 567.091309 184.25354 L 567.431519 184.177979 L 567.733887 183.988953 L 567.922852 183.686584 L 567.998413 183.346436 L 567.922852 183.006287 L 567.733887 182.703918 L 567.431519 182.514954 L 567.091309 182.439392 L 566.184265 182.439392 Z"/>
+        <path id="path92" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 565.692932 177.714966 L 576.993713 183.346436 L 565.692932 189.015747 L 565.692932 177.714966 L 565.692932 177.714966 Z"/>
+        <path id="path93" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 498.87085 177.639343 L 511.456665 177.639343 L 511.456665 189.091309 L 498.87085 189.091309 L 498.87085 177.639343 Z"/>
+        <text id="text36" xml:space="preserve" x="498" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
+        <text id="text37" xml:space="preserve" x="503" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
+        <text id="text38" xml:space="preserve" x="506" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
+        <path id="path94" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 434.127563 369.299225 L 566.297607 369.299225"/>
+        <path id="path95" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 434.240967 370.206299 L 434.240967 368.429932 L 433.333862 368.429932 L 432.993713 368.505524 L 432.691345 368.694489 L 432.50238 368.959045 L 432.464539 369.299225 L 432.50238 369.677155 L 432.691345 369.941742 L 432.993713 370.130707 L 433.333862 370.206299 L 434.240967 370.206299 Z"/>
+        <path id="path96" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 566.184265 368.429932 L 566.184265 370.206299 L 567.091309 370.206299 L 567.431519 370.130707 L 567.733887 369.941742 L 567.922852 369.677155 L 567.998413 369.299225 L 567.922852 368.959045 L 567.733887 368.694489 L 567.431519 368.505524 L 567.091309 368.429932 L 566.184265 368.429932 Z"/>
+        <path id="path97" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 565.692932 363.667725 L 576.993713 369.299225 L 565.692932 374.968506 L 565.692932 363.667725 L 565.692932 363.667725 Z"/>
+        <path id="path98" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 498.87085 363.592133 L 511.456665 363.592133 L 511.456665 375.044098 L 498.87085 375.044098 L 498.87085 363.592133 Z"/>
+        <text id="text39" xml:space="preserve" x="498" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">4</text>
+        <text id="text40" xml:space="preserve" x="503" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
+        <text id="text41" xml:space="preserve" x="506" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
+        <path id="path99" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 432.577942 292.083466 L 342.020477 292.083466"/>
+        <path id="path100" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 432.464539 291.176392 L 432.464539 292.99054 L 433.333862 292.99054 L 433.674011 292.914948 L 433.976379 292.725983 L 434.165344 292.423615 L 434.240967 292.083466 L 434.165344 291.743317 L 433.976379 291.440948 L 433.674011 291.251984 L 433.333862 291.176392 L 432.464539 291.176392 Z"/>
+        <path id="path101" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 342.13385 292.99054 L 342.13385 291.176392 L 341.226776 291.176392 L 340.886627 291.251984 L 340.584259 291.440948 L 340.395264 291.743317 L 340.319672 292.083466 L 340.395264 292.423615 L 340.584259 292.725983 L 340.886627 292.914948 L 341.226776 292.99054 L 342.13385 292.99054 Z"/>
+        <path id="path102" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 342.662994 297.752747 L 331.324402 292.083466 L 342.662994 286.451965 L 342.662994 297.752747 L 342.662994 297.752747 Z"/>
+        <path id="path103" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 376.036224 286.376373 L 388.62204 286.376373 L 388.62204 297.828339 L 376.036224 297.828339 L 376.036224 286.376373 Z"/>
+        <text id="text42" xml:space="preserve" x="375" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">3</text>
+        <text id="text43" xml:space="preserve" x="380" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
+        <text id="text44" xml:space="preserve" x="383" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
+        <path id="path104" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 240.804718 87.384277 L 240.804718 88.102356"/>
+        <path id="path105" fill="#000000" fill-rule="evenodd" stroke="none" d="M 240.351196 87.422058 L 241.25827 87.422058 L 241.25827 87.006287 L 241.220459 86.817322 L 241.107086 86.666138 L 240.955902 86.590576 L 240.804718 86.552734 L 240.615753 86.590576 L 240.50235 86.666138 L 240.388977 86.817322 L 240.351196 87.006287 L 240.351196 87.422058 Z"/>
+        <path id="path106" fill="#000000" fill-rule="evenodd" stroke="none" d="M 241.25827 88.064575 L 240.351196 88.064575 L 240.351196 88.480286 L 240.388977 88.669312 L 240.50235 88.820496 L 240.615753 88.896057 L 240.804718 88.933838 L 240.955902 88.896057 L 241.107086 88.820496 L 241.220459 88.669312 L 241.25827 88.480286 L 241.25827 88.064575 Z"/>
+    </g>
+</svg>
diff --git a/media/DiscoveryAndGroupLightStateUpdatePhaseCallFlows.png b/media/DiscoveryAndGroupLightStateUpdatePhaseCallFlows.png
new file mode 100644
index 0000000000000000000000000000000000000000..459c718591a6d633fbb6ab2234536627e106caed
Binary files /dev/null and b/media/DiscoveryAndGroupLightStateUpdatePhaseCallFlows.png differ
diff --git a/media/DiscoveryAndGroupLightStateUpdatePhaseCallFlows.svg b/media/DiscoveryAndGroupLightStateUpdatePhaseCallFlows.svg
new file mode 100644
index 0000000000000000000000000000000000000000..63c1a96aedaaf6f7292e70add3e12561133fa1a6
--- /dev/null
+++ b/media/DiscoveryAndGroupLightStateUpdatePhaseCallFlows.svg
@@ -0,0 +1,152 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated by Pixelmator Pro 3.5.6 -->
+<svg width="680" height="560" viewBox="0 0 680 560" xmlns="http://www.w3.org/2000/svg">
+    <clipPath id="clipPath1">
+        <path d="M -14.204723 -16.664581 L 703.867725 -16.664581 L 703.867725 570.069305 L -14.204723 570.069305 L -14.204723 -16.664581 Z"/>
+    </clipPath>
+    <g id="Group" clip-path="url(#clipPath1)">
+        <path id="Path" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 30.809448 30.125977 L 91.659836 30.125977 L 91.659836 60.551208 L 30.809448 60.551208 L 30.809448 30.125977 Z"/>
+        <path id="path1" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 30.809448 60.551208 L 91.659836 60.551208 L 91.659836 30.125977 L 30.809448 30.125977 L 30.809448 60.551208 Z"/>
+        <path id="path2" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 61.234642 18.333862 L 61.234642 18.333862 L 61.234642 18.333862 L 61.234642 18.333862 L 61.234642 18.333862 L 61.234642 18.333862 Z"/>
+        <path id="path3" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 61.234642 68.412598 L 61.234642 527.398438"/>
+        <path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 60.932281 68.450378 L 61.53701 68.450378 L 61.53701 68.14801 L 61.499214 68.034668 L 61.461418 67.921265 L 61.34803 67.883484 L 61.234642 67.845642 L 61.121262 67.883484 L 61.007874 67.921265 L 60.970078 68.034668 L 60.932281 68.14801 L 60.932281 68.450378 Z"/>
+        <path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 61.53701 527.360596 L 60.932281 527.360596 L 60.932281 527.662964 L 60.970078 527.776367 L 61.007874 527.889771 L 61.121262 527.965332 L 61.234642 527.965332 L 61.34803 527.965332 L 61.461418 527.889771 L 61.499214 527.776367 L 61.53701 527.662964 L 61.53701 527.360596 Z"/>
+        <path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 17.656693 22.566956 L 104.812592 22.566956 L 104.812592 68.14801 L 17.656693 68.14801 L 17.656693 22.566956 Z"/>
+        <path id="path7" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 17.656693 68.14801 L 104.812592 68.14801 L 104.812592 22.566956 L 17.656693 22.566956 L 17.656693 68.14801 Z"/>
+        <text id="ADN" xml:space="preserve" x="33" y="52" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
+        <text id="-" xml:space="preserve" x="60" y="52" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="AE" xml:space="preserve" x="65" y="52" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
+        <text id="1" xml:space="preserve" x="80" y="52" font-family="Calibri" font-size="14.324409" fill="#ffffff">1</text>
+        <path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 120.686615 31.411011 L 181.499207 31.411011 L 181.499207 61.836243 L 120.686615 61.836243 L 120.686615 31.411011 Z"/>
+        <path id="path9" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 120.686615 61.836243 L 181.499207 61.836243 L 181.499207 31.411011 L 120.686615 31.411011 L 120.686615 61.836243 Z"/>
+        <text id="AND" xml:space="preserve" x="130" y="52" font-family="Calibri" font-size="10.733858" fill="#ffffff">AND</text>
+        <text id="text1" xml:space="preserve" x="150" y="52" font-family="Calibri" font-size="10.733858" fill="#ffffff">-</text>
+        <text id="text2" xml:space="preserve" x="153" y="52" font-family="Calibri" font-size="10.733858" fill="#ffffff">AE</text>
+        <text id="2" xml:space="preserve" x="165" y="52" font-family="Calibri" font-size="10.733858" fill="#ffffff">2</text>
+        <path id="path10" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 151.07402 19.581116 L 151.07402 19.581116 L 151.07402 19.581116 L 151.07402 19.581116 L 151.07402 19.581116 L 151.07402 19.581116 Z"/>
+        <path id="path11" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 151.07402 69.659851 L 151.07402 536.280273"/>
+        <path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 150.809448 69.697632 L 151.376373 69.697632 L 151.376373 69.395264 L 151.376373 69.28186 L 151.300781 69.206299 L 151.187408 69.130737 L 151.07402 69.092896 L 150.960632 69.130737 L 150.88504 69.206299 L 150.809448 69.28186 L 150.809448 69.395264 L 150.809448 69.697632 Z"/>
+        <path id="path13" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 151.376373 536.242554 L 150.809448 536.242554 L 150.809448 536.544922 L 150.809448 536.658264 L 150.88504 536.771667 L 150.960632 536.847229 L 151.07402 536.847229 L 151.187408 536.847229 L 151.300781 536.771667 L 151.376373 536.658264 L 151.376373 536.544922 L 151.376373 536.242554 Z"/>
+        <path id="path14" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 107.533859 23.814148 L 194.651962 23.814148 L 194.651962 69.395264 L 107.533859 69.395264 L 107.533859 23.814148 Z"/>
+        <path id="path15" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 107.533859 69.395264 L 194.651962 69.395264 L 194.651962 23.814148 L 107.533859 23.814148 L 107.533859 69.395264 Z"/>
+        <text id="text3" xml:space="preserve" x="123" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
+        <text id="text4" xml:space="preserve" x="150" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="text5" xml:space="preserve" x="154" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
+        <text id="text6" xml:space="preserve" x="170" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">2</text>
+        <path id="path16" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 250.173218 32.658264 L 310.98584 32.658264 L 310.98584 63.083435 L 250.173218 63.083435 L 250.173218 32.658264 Z"/>
+        <path id="path17" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 250.173218 63.083435 L 310.98584 63.083435 L 310.98584 32.658264 L 250.173218 32.658264 L 250.173218 63.083435 Z"/>
+        <path id="path18" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 280.598419 20.86615 L 280.598419 20.86615 L 280.598419 20.86615 L 280.598419 20.86615 L 280.598419 20.86615 L 280.598419 20.86615 Z"/>
+        <path id="path19" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 280.598419 70.944885 L 280.598419 532.122803"/>
+        <path id="path20" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 280.296051 70.982666 L 280.863007 70.982666 L 280.863007 70.680298 L 280.863007 70.566956 L 280.787415 70.453552 L 280.711823 70.415771 L 280.598419 70.37793 L 280.485046 70.415771 L 280.371643 70.453552 L 280.296051 70.566956 L 280.296051 70.680298 L 280.296051 70.982666 Z"/>
+        <path id="path21" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 280.863007 532.085083 L 280.296051 532.085083 L 280.296051 532.38739 L 280.296051 532.500793 L 280.371643 532.576416 L 280.485046 532.651978 L 280.598419 532.689758 L 280.711823 532.651978 L 280.787415 532.576416 L 280.863007 532.500793 L 280.863007 532.38739 L 280.863007 532.085083 Z"/>
+        <path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 237.020477 25.099182 L 324.13858 25.099182 L 324.13858 70.680298 L 237.020477 70.680298 L 237.020477 25.099182 Z"/>
+        <path id="path23" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 237.020477 70.680298 L 324.13858 70.680298 L 324.13858 25.099182 L 237.020477 25.099182 L 237.020477 70.680298 Z"/>
+        <text id="MN" xml:space="preserve" x="259" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
+        <text id="text7" xml:space="preserve" x="281" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="text8" xml:space="preserve" x="285" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
+        <path id="path24" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 445.839355 31.411011 L 506.651978 31.411011 L 506.651978 61.836243 L 445.839355 61.836243 L 445.839355 31.411011 Z"/>
+        <path id="path25" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 445.839355 61.836243 L 506.651978 61.836243 L 506.651978 31.411011 L 445.839355 31.411011 L 445.839355 61.836243 Z"/>
+        <path id="path26" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 476.226746 18.333862 L 476.226746 18.333862 L 476.226746 18.333862 L 476.226746 18.333862 L 476.226746 18.333862 L 476.226746 18.333862 Z"/>
+        <path id="path27" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 476.226746 70.944885 L 476.226746 536.280273"/>
+        <path id="path28" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 475.924438 70.982666 L 476.529114 70.982666 L 476.529114 70.680298 L 476.529114 70.566956 L 476.453552 70.453552 L 476.340149 70.415771 L 476.226746 70.37793 L 476.113403 70.415771 L 476.037781 70.453552 L 475.962219 70.566956 L 475.924438 70.680298 L 475.924438 70.982666 Z"/>
+        <path id="path29" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 476.529114 536.242554 L 475.924438 536.242554 L 475.924438 536.544922 L 475.962219 536.658264 L 476.037781 536.771667 L 476.113403 536.847229 L 476.226746 536.847229 L 476.340149 536.847229 L 476.453552 536.771667 L 476.529114 536.658264 L 476.529114 536.544922 L 476.529114 536.242554 Z"/>
+        <path id="path30" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 432.648804 22.566956 L 519.804749 22.566956 L 519.804749 70.680298 L 432.648804 70.680298 L 432.648804 22.566956 Z"/>
+        <path id="path31" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 432.648804 70.680298 L 519.804749 70.680298 L 519.804749 22.566956 L 432.648804 22.566956 L 432.648804 70.680298 Z"/>
+        <text id="text9" xml:space="preserve" x="451" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
+        <text id="text10" xml:space="preserve" x="473" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="CSE" xml:space="preserve" x="478" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
+        <path id="path32" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 530.803162 32.658264 L 591.615723 32.658264 L 591.615723 63.083435 L 530.803162 63.083435 L 530.803162 32.658264 Z"/>
+        <path id="path33" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 530.803162 63.083435 L 591.615723 63.083435 L 591.615723 32.658264 L 530.803162 32.658264 L 530.803162 63.083435 Z"/>
+        <path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 561.190552 20.86615 L 561.190552 20.86615 L 561.190552 20.86615 L 561.190552 20.86615 L 561.190552 20.86615 L 561.190552 20.86615 Z"/>
+        <path id="path35" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 561.190552 70.944885 L 561.190552 536.280273"/>
+        <path id="path36" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 560.925964 70.982666 L 561.49292 70.982666 L 561.49292 70.680298 L 561.49292 70.566956 L 561.417297 70.453552 L 561.303955 70.415771 L 561.190552 70.37793 L 561.077148 70.415771 L 561.001587 70.453552 L 560.925964 70.566956 L 560.925964 70.680298 L 560.925964 70.982666 Z"/>
+        <path id="path37" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 561.49292 536.242554 L 560.925964 536.242554 L 560.925964 536.544922 L 560.925964 536.658264 L 561.001587 536.771667 L 561.077148 536.847229 L 561.190552 536.847229 L 561.303955 536.847229 L 561.417297 536.771667 L 561.49292 536.658264 L 561.49292 536.544922 L 561.49292 536.242554 Z"/>
+        <path id="path38" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 529.518127 25.099182 L 592.900818 25.099182 L 592.900818 70.680298 L 529.518127 70.680298 L 529.518127 25.099182 Z"/>
+        <path id="path39" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 529.518127 70.680298 L 592.900818 70.680298 L 592.900818 25.099182 L 529.518127 25.099182 L 529.518127 70.680298 Z"/>
+        <text id="IN" xml:space="preserve" x="541" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
+        <text id="text11" xml:space="preserve" x="554" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="text12" xml:space="preserve" x="558" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
+        <path id="path40" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 600.49762 32.658264 L 661.348022 32.658264 L 661.348022 63.083435 L 600.49762 63.083435 L 600.49762 32.658264 Z"/>
+        <path id="path41" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 600.49762 63.083435 L 661.348022 63.083435 L 661.348022 32.658264 L 600.49762 32.658264 L 600.49762 63.083435 Z"/>
+        <text id="text13" xml:space="preserve" x="619" y="53" font-family="Calibri" font-size="9.524409" fill="#ffffff">IN</text>
+        <text id="text14" xml:space="preserve" x="628" y="53" font-family="Calibri" font-size="9.524409" fill="#ffffff">-</text>
+        <text id="text15" xml:space="preserve" x="631" y="53" font-family="Calibri" font-size="9.524409" fill="#ffffff">AE</text>
+        <path id="path42" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 630.922852 20.86615 L 630.922852 20.86615 L 630.922852 20.86615 L 630.922852 20.86615 L 630.922852 20.86615 L 630.922852 20.86615 Z"/>
+        <path id="path43" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 630.922852 70.944885 L 630.922852 536.280273"/>
+        <path id="path44" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 630.620483 70.982666 L 631.22522 70.982666 L 631.22522 70.680298 L 631.187378 70.566956 L 631.149597 70.453552 L 631.036194 70.415771 L 630.922852 70.37793 L 630.809448 70.415771 L 630.733887 70.453552 L 630.658264 70.566956 L 630.620483 70.680298 L 630.620483 70.982666 Z"/>
+        <path id="path45" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 631.22522 536.242554 L 630.620483 536.242554 L 630.620483 536.544922 L 630.658264 536.658264 L 630.733887 536.771667 L 630.809448 536.847229 L 630.922852 536.847229 L 631.036194 536.847229 L 631.149597 536.771667 L 631.187378 536.658264 L 631.22522 536.544922 L 631.22522 536.242554 Z"/>
+        <path id="path46" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 599.212585 25.099182 L 662.633057 25.099182 L 662.633057 70.680298 L 599.212585 70.680298 L 599.212585 25.099182 Z"/>
+        <path id="path47" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 599.212585 70.680298 L 662.633057 70.680298 L 662.633057 25.099182 L 599.212585 25.099182 L 599.212585 70.680298 Z"/>
+        <text id="text16" xml:space="preserve" x="613" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
+        <text id="text17" xml:space="preserve" x="627" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="text18" xml:space="preserve" x="631" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
+        <path id="path48" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 281.35434 154.623596 L 465.568481 154.623596"/>
+        <path id="path49" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 281.467712 155.530701 L 281.467712 153.754333 L 280.598419 153.754333 L 280.25827 153.829895 L 279.955902 154.018921 L 279.766937 154.283447 L 279.691345 154.623596 L 279.766937 155.001587 L 279.955902 155.266113 L 280.25827 155.455139 L 280.598419 155.530701 L 281.467712 155.530701 Z"/>
+        <path id="path50" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 465.455139 153.754333 L 465.455139 155.530701 L 466.362183 155.530701 L 466.702393 155.455139 L 466.966919 155.266113 L 467.193726 155.001587 L 467.231506 154.623596 L 467.193726 154.283447 L 466.966919 154.018921 L 466.702393 153.829895 L 466.362183 153.754333 L 465.455139 153.754333 Z"/>
+        <path id="path51" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 464.925964 148.992126 L 476.226746 154.623596 L 464.925964 160.292908 L 464.925964 148.992126 L 464.925964 148.992126 Z"/>
+        <path id="path52" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 375.993713 148.916565 L 380.831482 148.916565 L 380.831482 160.36853 L 375.993713 160.36853 L 375.993713 148.916565 Z"/>
+        <text id="text19" xml:space="preserve" x="375" y="159" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
+        <path id="path53" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 296.925995 89.048828 L 464.812622 89.048828 L 464.812622 142.226746 L 296.925995 142.226746 L 296.925995 89.048828 Z"/>
+        <path id="path54" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 296.925995 142.226746 L 464.812622 142.226746 L 464.812622 89.048828 L 296.925995 89.048828 L 296.925995 142.226746 Z"/>
+        <text id="Discovery-" xml:space="preserve" x="317" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">Discovery</text>
+        <text id="text20" xml:space="preserve" x="366" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">(</text>
+        <text id="GET" xml:space="preserve" x="370" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">GET</text>
+        <text id="text21" xml:space="preserve" x="389" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">)</text>
+        <text id="with-filter-" xml:space="preserve" x="396" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">with filter</text>
+        <text id="criteria" xml:space="preserve" x="357" y="131" font-family="Calibri" font-size="11.943307" fill="#406fc5">criteria</text>
+        <text id="text22" xml:space="preserve" x="391" y="131" font-family="Calibri" font-size="11.943307" fill="#406fc5">(</text>
+        <text id="s" xml:space="preserve" x="395" y="131" font-family="Calibri" font-size="11.943307" fill="#406fc5">s</text>
+        <text id="text23" xml:space="preserve" x="399" y="131" font-family="Calibri" font-size="11.943307" fill="#406fc5">)</text>
+        <path id="path55" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 475.470886 277.38269 L 291.256683 277.38269"/>
+        <path id="path56" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 475.357483 276.475586 L 475.357483 278.251953 L 476.226746 278.251953 L 476.566956 278.214172 L 476.869263 277.987427 L 477.058289 277.722839 L 477.13385 277.38269 L 477.058289 277.042542 L 476.869263 276.740173 L 476.566956 276.551208 L 476.226746 276.475586 L 475.357483 276.475586 Z"/>
+        <path id="path57" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 291.370087 278.251953 L 291.370087 276.475586 L 290.462982 276.475586 L 290.122833 276.551208 L 289.820465 276.740173 L 289.6315 277.042542 L 289.593689 277.38269 L 289.6315 277.722839 L 289.820465 277.987427 L 290.122833 278.214172 L 290.462982 278.251953 L 291.370087 278.251953 Z"/>
+        <path id="path58" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 291.8992 283.01416 L 280.598419 277.38269 L 291.8992 271.713379 L 291.8992 283.01416 L 291.8992 283.01416 Z"/>
+        <path id="path59" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 375.993713 271.637817 L 380.831482 271.637817 L 380.831482 283.089783 L 375.993713 283.089783 L 375.993713 271.637817 Z"/>
+        <text id="text24" xml:space="preserve" x="375" y="282" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
+        <path id="path60" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 294.847229 180.24884 L 464.812622 180.24884 L 464.812622 257.653564 L 294.847229 257.653564 L 294.847229 180.24884 Z"/>
+        <path id="path61" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 294.847229 257.653564 L 464.812622 257.653564 L 464.812622 180.24884 L 294.847229 180.24884 L 294.847229 257.653564 Z"/>
+        <text id="IDs-of-discovered-" xml:space="preserve" x="313" y="217" font-family="Calibri" font-size="11.943307" fill="#406fc5">IDs of discovered</text>
+        <text id="container" xml:space="preserve" x="399" y="217" font-family="Calibri" font-size="11.943307" fill="#406fc5">container</text>
+        <text id="resources" xml:space="preserve" x="355" y="232" font-family="Calibri" font-size="11.943307" fill="#406fc5">resources</text>
+        <path id="path62" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 159.955902 85.38269 L 268.881897 85.38269 L 268.881897 248.318115 L 159.955902 248.318115 L 159.955902 85.38269 Z"/>
+        <path id="path63" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 159.955902 248.318115 L 268.881897 248.318115 L 268.881897 85.38269 L 159.955902 85.38269 L 159.955902 248.318115 Z"/>
+        <text id="text25" xml:space="preserve" x="171" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">MN</text>
+        <text id="text26" xml:space="preserve" x="189" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
+        <text id="text27" xml:space="preserve" x="193" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">AE</text>
+        <text id="discovers-" xml:space="preserve" x="211" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">discovers</text>
+        <text id="the-container-" xml:space="preserve" x="181" y="151" font-family="Calibri" font-size="11.943307" fill="#406fc5">the container</text>
+        <text id="resources-stored-in-" xml:space="preserve" x="167" y="165" font-family="Calibri" font-size="11.943307" fill="#406fc5">resources stored in</text>
+        <text id="text28" xml:space="preserve" x="182" y="180" font-family="Calibri" font-size="11.943307" fill="#406fc5">MN</text>
+        <text id="text29" xml:space="preserve" x="200" y="180" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
+        <text id="CSE-with-" xml:space="preserve" x="203" y="180" font-family="Calibri" font-size="11.943307" fill="#406fc5">CSE with</text>
+        <text id="specific-filter-" xml:space="preserve" x="182" y="194" font-family="Calibri" font-size="11.943307" fill="#406fc5">specific filter</text>
+        <text id="text30" xml:space="preserve" x="190" y="208" font-family="Calibri" font-size="11.943307" fill="#406fc5">criteria</text>
+        <text id="text31" xml:space="preserve" x="225" y="208" font-family="Calibri" font-size="11.943307" fill="#406fc5">(</text>
+        <text id="text32" xml:space="preserve" x="228" y="208" font-family="Calibri" font-size="11.943307" fill="#406fc5">s</text>
+        <text id="text33" xml:space="preserve" x="233" y="208" font-family="Calibri" font-size="11.943307" fill="#406fc5">)</text>
+        <path id="path64" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 281.35434 467.266144 L 465.568481 467.266144"/>
+        <path id="path65" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 281.467712 468.173218 L 281.467712 466.396851 L 280.598419 466.396851 L 280.25827 466.472443 L 279.955902 466.661407 L 279.766937 466.925995 L 279.691345 467.266144 L 279.766937 467.606293 L 279.955902 467.908661 L 280.25827 468.097626 L 280.598419 468.173218 L 281.467712 468.173218 Z"/>
+        <path id="path66" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 465.455139 466.396851 L 465.455139 468.173218 L 466.362183 468.173218 L 466.702393 468.097626 L 466.966919 467.908661 L 467.193726 467.606293 L 467.231506 467.266144 L 467.193726 466.925995 L 466.966919 466.661407 L 466.702393 466.472443 L 466.362183 466.396851 L 465.455139 466.396851 Z"/>
+        <path id="path67" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 464.925964 461.634644 L 476.226746 467.266144 L 464.925964 472.935425 L 464.925964 461.634644 L 464.925964 461.634644 Z"/>
+        <path id="path68" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 375.993713 461.559052 L 380.831482 461.559052 L 380.831482 473.011017 L 375.993713 473.011017 L 375.993713 461.559052 Z"/>
+        <text id="3" xml:space="preserve" x="375" y="472" font-family="Calibri" font-size="9.524409" fill="#607423">3</text>
+        <path id="path69" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 159.955902 320.204712 L 268.881897 320.204712 L 268.881897 483.140167 L 159.955902 483.140167 L 159.955902 320.204712 Z"/>
+        <path id="path70" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 159.955902 483.140167 L 268.881897 483.140167 L 268.881897 320.204712 L 159.955902 320.204712 L 159.955902 483.140167 Z"/>
+        <text id="text34" xml:space="preserve" x="166" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">MN</text>
+        <text id="text35" xml:space="preserve" x="184" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
+        <text id="AE-update" xml:space="preserve" x="187" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">AE update</text>
+        <text id="text36" xml:space="preserve" x="237" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">s</text>
+        <text id="the-" xml:space="preserve" x="245" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">the</text>
+        <text id="group-resource-with-" xml:space="preserve" x="164" y="386" font-family="Calibri" font-size="11.943307" fill="#406fc5">group resource with</text>
+        <text id="the-IDs-of-the" xml:space="preserve" x="181" y="400" font-family="Calibri" font-size="11.943307" fill="#406fc5">the IDs of the</text>
+        <text id="discovered-" xml:space="preserve" x="187" y="414" font-family="Calibri" font-size="11.943307" fill="#406fc5">discovered</text>
+        <text id="container-resources" xml:space="preserve" x="165" y="429" font-family="Calibri" font-size="11.943307" fill="#406fc5">container resources</text>
+        <path id="path71" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 294.847229 329.577942 L 466.891357 329.577942 L 466.891357 435.933868 L 294.847229 435.933868 L 294.847229 329.577942 Z"/>
+        <path id="path72" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 294.847229 435.933868 L 466.891357 435.933868 L 466.891357 329.577942 L 294.847229 329.577942 L 294.847229 435.933868 Z"/>
+        <text id="Update-group-resource-members" xml:space="preserve" x="299" y="374" font-family="Calibri" font-size="11.943307" fill="#406fc5">Update group resource members</text>
+        <text id="with-IDs-of-discovered" xml:space="preserve" x="302" y="388" font-family="Calibri" font-size="11.943307" fill="#406fc5">with IDs of discovered container</text>
+        <text id="text37" xml:space="preserve" x="356" y="403" font-family="Calibri" font-size="11.943307" fill="#406fc5">resources</text>
+        <path id="path73" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 471.162231 175.524414 L 481.329163 175.524414 L 481.329163 277.38269 L 471.162231 277.38269 L 471.162231 175.524414 Z"/>
+        <path id="path74" fill="none" stroke="#6ca43e" stroke-width="0.604724" stroke-linejoin="round" d="M 481.329163 277.38269 L 481.329163 175.524414 L 471.162231 175.524414 L 471.162231 277.38269 L 481.329163 277.38269 Z"/>
+    </g>
+</svg>
diff --git a/media/DiscoveryAndSingleLightRetrievalPhaseCallFlows.png b/media/DiscoveryAndSingleLightRetrievalPhaseCallFlows.png
new file mode 100644
index 0000000000000000000000000000000000000000..93b0070244728c6f41268766998c696335256d5a
Binary files /dev/null and b/media/DiscoveryAndSingleLightRetrievalPhaseCallFlows.png differ
diff --git a/media/DiscoveryAndSingleLightRetrievalPhaseCallFlows.svg b/media/DiscoveryAndSingleLightRetrievalPhaseCallFlows.svg
new file mode 100644
index 0000000000000000000000000000000000000000..38cd6f4d6904886bc105b1873a75e2ec31feac11
--- /dev/null
+++ b/media/DiscoveryAndSingleLightRetrievalPhaseCallFlows.svg
@@ -0,0 +1,255 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated by Pixelmator Pro 3.5.6 -->
+<svg width="750" height="601" viewBox="0 0 750 601" xmlns="http://www.w3.org/2000/svg">
+    <g id="id3">
+        <path id="Path" fill="none" stroke="none" d="M 13.795277 14.713379 L 731.905518 14.713379 L 731.905518 600.766968 L 13.795277 600.766968 Z"/>
+        <path id="path1" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 25.587402 20.571655 L 86.51339 20.571655 L 86.51339 51.072449 L 25.587402 51.072449 L 25.587402 20.571655 Z"/>
+        <path id="path2" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 25.587402 51.072449 L 86.51339 51.072449 L 86.51339 20.571655 L 25.587402 20.571655 L 25.587402 51.072449 Z"/>
+        <path id="path3" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 56.050392 51.450378 L 56.050392 572.231506"/>
+        <path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 55.596848 51.526001 L 56.503937 51.526001 L 56.503937 51.072449 L 56.466141 50.883484 L 56.352753 50.770081 L 56.201576 50.656677 L 56.050392 50.618896 L 55.86142 50.656677 L 55.710236 50.770081 L 55.634644 50.883484 L 55.596848 51.072449 L 55.596848 51.526001 Z"/>
+        <path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 56.503937 572.155884 L 55.596848 572.155884 L 55.596848 572.609436 L 55.634644 572.798462 L 55.710236 572.911804 L 55.86142 573.025208 L 56.050392 573.062988 L 56.201576 573.025208 L 56.352753 572.911804 L 56.466141 572.798462 L 56.503937 572.609436 L 56.503937 572.155884 Z"/>
+        <path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 15.420471 20.571655 L 96.642517 20.571655 L 96.642517 51.072449 L 15.420471 51.072449 L 15.420471 20.571655 Z"/>
+        <path id="path7" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 15.420471 51.072449 L 96.642517 51.072449 L 96.642517 20.571655 L 15.420471 20.571655 L 15.420471 51.072449 Z"/>
+        <text id="ADN" xml:space="preserve" x="28" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
+        <text id="-" xml:space="preserve" x="55" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="AE" xml:space="preserve" x="59" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
+        <text id="1" xml:space="preserve" x="75" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">1</text>
+        <path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 171.099213 20.571655 L 232.025208 20.571655 L 232.025208 51.072449 L 171.099213 51.072449 L 171.099213 20.571655 Z"/>
+        <path id="path9" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 171.099213 51.072449 L 232.025208 51.072449 L 232.025208 20.571655 L 171.099213 20.571655 L 171.099213 51.072449 Z"/>
+        <text id="AND" xml:space="preserve" x="181" y="41" font-family="Calibri" font-size="10.733858" fill="#ffffff">AND</text>
+        <text id="text1" xml:space="preserve" x="200" y="41" font-family="Calibri" font-size="10.733858" fill="#ffffff">-</text>
+        <text id="text2" xml:space="preserve" x="204" y="41" font-family="Calibri" font-size="10.733858" fill="#ffffff">AE</text>
+        <text id="2" xml:space="preserve" x="215" y="41" font-family="Calibri" font-size="10.733858" fill="#ffffff">2</text>
+        <path id="path10" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 201.56221 51.450378 L 201.56221 578.996826"/>
+        <path id="path11" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 201.108658 51.526001 L 202.015747 51.526001 L 202.015747 51.072449 L 201.977951 50.883484 L 201.864563 50.770081 L 201.713379 50.656677 L 201.56221 50.618896 L 201.37323 50.656677 L 201.259842 50.770081 L 201.146454 50.883484 L 201.108658 51.072449 L 201.108658 51.526001 Z"/>
+        <path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 202.015747 578.921265 L 201.108658 578.921265 L 201.108658 579.374817 L 201.146454 579.563782 L 201.259842 579.714966 L 201.37323 579.790527 L 201.56221 579.828369 L 201.713379 579.790527 L 201.864563 579.714966 L 201.977951 579.563782 L 202.015747 579.374817 L 202.015747 578.921265 Z"/>
+        <path id="path13" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 160.932281 20.571655 L 242.154327 20.571655 L 242.154327 51.072449 L 160.932281 51.072449 L 160.932281 20.571655 Z"/>
+        <path id="path14" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 160.932281 51.072449 L 242.154327 51.072449 L 242.154327 20.571655 L 160.932281 20.571655 L 160.932281 51.072449 Z"/>
+        <text id="text3" xml:space="preserve" x="173" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
+        <text id="text4" xml:space="preserve" x="200" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="text5" xml:space="preserve" x="205" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
+        <text id="text6" xml:space="preserve" x="221" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">2</text>
+        <path id="path15" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 292.913391 20.571655 L 353.839355 20.571655 L 353.839355 51.072449 L 292.913391 51.072449 L 292.913391 20.571655 Z"/>
+        <path id="path16" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 292.913391 51.072449 L 353.839355 51.072449 L 353.839355 20.571655 L 292.913391 20.571655 L 292.913391 51.072449 Z"/>
+        <path id="path17" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 323.376373 51.450378 L 323.376373 578.996826"/>
+        <path id="path18" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 322.922821 51.526001 L 323.829926 51.526001 L 323.829926 51.072449 L 323.792114 50.883484 L 323.716522 50.770081 L 323.565369 50.656677 L 323.376373 50.618896 L 323.225189 50.656677 L 323.074005 50.770081 L 322.960632 50.883484 L 322.922821 51.072449 L 322.922821 51.526001 Z"/>
+        <path id="path19" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 323.829926 578.921265 L 322.922821 578.921265 L 322.922821 579.374817 L 322.960632 579.563782 L 323.074005 579.714966 L 323.225189 579.790527 L 323.376373 579.828369 L 323.565369 579.790527 L 323.716522 579.714966 L 323.792114 579.563782 L 323.829926 579.374817 L 323.829926 578.921265 Z"/>
+        <path id="path20" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 282.784241 20.571655 L 364.006287 20.571655 L 364.006287 51.072449 L 282.784241 51.072449 L 282.784241 20.571655 Z"/>
+        <path id="path21" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 282.784241 51.072449 L 364.006287 51.072449 L 364.006287 20.571655 L 282.784241 20.571655 L 282.784241 51.072449 Z"/>
+        <text id="MN" xml:space="preserve" x="301" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
+        <text id="text7" xml:space="preserve" x="323" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="text8" xml:space="preserve" x="328" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
+        <path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 394.469299 22.272461 L 455.357483 22.272461 L 455.357483 52.773254 L 394.469299 52.773254 L 394.469299 22.272461 Z"/>
+        <path id="path23" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 394.469299 52.773254 L 455.357483 52.773254 L 455.357483 22.272461 L 394.469299 22.272461 L 394.469299 52.773254 Z"/>
+        <path id="path24" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 424.894501 53.151184 L 424.894501 578.996826"/>
+        <path id="path25" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 424.440948 53.226746 L 425.348022 53.226746 L 425.348022 52.773254 L 425.310242 52.584229 L 425.23465 52.433044 L 425.083466 52.357483 L 424.894501 52.319702 L 424.743317 52.357483 L 424.592133 52.433044 L 424.478729 52.584229 L 424.440948 52.773254 L 424.440948 53.226746 Z"/>
+        <path id="path26" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 425.348022 578.921265 L 424.440948 578.921265 L 424.440948 579.374817 L 424.478729 579.563782 L 424.592133 579.714966 L 424.743317 579.790527 L 424.894501 579.828369 L 425.083466 579.790527 L 425.23465 579.714966 L 425.310242 579.563782 L 425.348022 579.374817 L 425.348022 578.921265 Z"/>
+        <path id="path27" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 384.302368 22.272461 L 465.524414 22.272461 L 465.524414 52.773254 L 384.302368 52.773254 L 384.302368 22.272461 Z"/>
+        <path id="path28" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 384.302368 52.773254 L 465.524414 52.773254 L 465.524414 22.272461 L 384.302368 22.272461 L 384.302368 52.773254 Z"/>
+        <text id="text9" xml:space="preserve" x="400" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
+        <text id="text10" xml:space="preserve" x="422" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="CSE" xml:space="preserve" x="426" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
+        <path id="path29" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 516.283447 22.272461 L 577.171631 22.272461 L 577.171631 52.773254 L 516.283447 52.773254 L 516.283447 22.272461 Z"/>
+        <path id="path30" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 516.283447 52.773254 L 577.171631 52.773254 L 577.171631 22.272461 L 516.283447 22.272461 L 516.283447 52.773254 Z"/>
+        <path id="path31" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 546.74646 53.151184 L 546.74646 578.996826"/>
+        <path id="path32" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 546.292908 53.226746 L 547.200012 53.226746 L 547.200012 52.773254 L 547.162231 52.584229 L 547.048828 52.433044 L 546.897644 52.357483 L 546.74646 52.319702 L 546.557495 52.357483 L 546.406311 52.433044 L 546.330688 52.584229 L 546.292908 52.773254 L 546.292908 53.226746 Z"/>
+        <path id="path33" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 547.200012 578.921265 L 546.292908 578.921265 L 546.292908 579.374817 L 546.330688 579.563782 L 546.406311 579.714966 L 546.557495 579.790527 L 546.74646 579.828369 L 546.897644 579.790527 L 547.048828 579.714966 L 547.162231 579.563782 L 547.200012 579.374817 L 547.200012 578.921265 Z"/>
+        <path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 506.116516 22.272461 L 587.338562 22.272461 L 587.338562 52.773254 L 506.116516 52.773254 L 506.116516 22.272461 Z"/>
+        <path id="path35" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 506.116516 52.773254 L 587.338562 52.773254 L 587.338562 22.272461 L 506.116516 22.272461 L 506.116516 52.773254 Z"/>
+        <text id="IN" xml:space="preserve" x="526" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
+        <text id="text11" xml:space="preserve" x="540" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="text12" xml:space="preserve" x="544" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
+        <path id="path36" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 660.094482 22.272461 L 721.020447 22.272461 L 721.020447 52.773254 L 660.094482 52.773254 L 660.094482 22.272461 Z"/>
+        <path id="path37" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 660.094482 52.773254 L 721.020447 52.773254 L 721.020447 22.272461 L 660.094482 22.272461 L 660.094482 52.773254 Z"/>
+        <path id="path38" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 690.557495 53.151184 L 690.557495 578.996826"/>
+        <path id="path39" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 690.103943 53.226746 L 691.011047 53.226746 L 691.011047 52.773254 L 690.973206 52.584229 L 690.859863 52.433044 L 690.708679 52.357483 L 690.557495 52.319702 L 690.36853 52.357483 L 690.255127 52.433044 L 690.141724 52.584229 L 690.103943 52.773254 L 690.103943 53.226746 Z"/>
+        <path id="path40" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 691.011047 578.921265 L 690.103943 578.921265 L 690.103943 579.374817 L 690.141724 579.563782 L 690.255127 579.714966 L 690.36853 579.790527 L 690.557495 579.828369 L 690.708679 579.790527 L 690.859863 579.714966 L 690.973206 579.563782 L 691.011047 579.374817 L 691.011047 578.921265 Z"/>
+        <path id="path41" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 649.965332 22.272461 L 731.149597 22.272461 L 731.149597 52.773254 L 649.965332 52.773254 L 649.965332 22.272461 Z"/>
+        <path id="path42" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 649.965332 52.773254 L 731.149597 52.773254 L 731.149597 22.272461 L 649.965332 22.272461 L 649.965332 52.773254 Z"/>
+        <text id="text13" xml:space="preserve" x="673" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
+        <text id="text14" xml:space="preserve" x="686" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
+        <text id="text15" xml:space="preserve" x="691" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
+        <path id="path43" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 689.763794 111.544861 L 557.404724 113.548035"/>
+        <path id="path44" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 689.650391 110.675598 L 689.688171 112.451965 L 690.557495 112.451965 L 690.897644 112.376404 L 691.200012 112.187378 L 691.388977 111.88501 L 691.464539 111.544861 L 691.388977 111.204712 L 691.162231 110.902344 L 690.897644 110.713379 L 690.557495 110.637817 L 689.650391 110.675598 Z"/>
+        <path id="path45" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 557.555908 114.455139 L 557.518127 112.678711 L 556.611023 112.678711 L 556.270874 112.754333 L 556.006287 112.943298 L 555.817322 113.245667 L 555.74176 113.585815 L 555.817322 113.925964 L 556.006287 114.228333 L 556.308655 114.417297 L 556.648804 114.455139 L 557.555908 114.455139 Z"/>
+        <path id="path46" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 558.122864 119.217346 L 546.74646 113.737 L 557.97168 107.878723 L 558.122864 119.217346 L 558.122864 119.217346 Z"/>
+        <path id="path47" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 612.35907 106.896057 L 624.944885 106.896057 L 624.944885 118.385803 L 612.35907 118.385803 L 612.35907 106.896057 Z"/>
+        <text id="text16" xml:space="preserve" x="611" y="117" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <text id="text17" xml:space="preserve" x="616" y="117" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text18" xml:space="preserve" x="619" y="117" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <path id="path48" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.338562 59.727539 L 676.686584 59.727539 L 676.686584 102.927551 L 563.338562 102.927551 L 563.338562 59.727539 Z"/>
+        <path id="path49" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.338562 102.927551 L 676.686584 102.927551 L 676.686584 59.727539 L 563.338562 59.727539 L 563.338562 102.927551 Z"/>
+        <text id="Discovery-single-light-" xml:space="preserve" x="568" y="73" font-family="Calibri" font-size="11.640945" fill="#406fc5">Discovery single light</text>
+        <text id="container-with-filter-" xml:space="preserve" x="571" y="87" font-family="Calibri" font-size="11.640945" fill="#406fc5">container with filter</text>
+        <text id="criterias" xml:space="preserve" x="599" y="101" font-family="Calibri" font-size="11.640945" fill="#406fc5">criterias</text>
+        <path id="path50" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 429.996857 188.231506 L 429.996857 113.737 L 419.829926 113.737 L 419.829926 188.231506 L 429.996857 188.231506 L 429.996857 188.231506 Z"/>
+        <path id="path51" fill="none" stroke="#6ca43e" stroke-width="0.907087" stroke-linejoin="round" d="M 429.996857 188.231506 L 429.996857 113.737 L 419.829926 113.737 L 419.829926 188.231506 L 429.996857 188.231506 Z"/>
+        <path id="path52" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 425.688202 188.231506 L 536.050415 188.231506"/>
+        <path id="path53" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 425.801575 189.138611 L 425.801575 187.324402 L 424.894501 187.324402 L 424.554321 187.400024 L 424.289764 187.588989 L 424.062988 187.891357 L 424.025208 188.231506 L 424.062988 188.571655 L 424.289764 188.874023 L 424.554321 189.062988 L 424.894501 189.138611 L 425.801575 189.138611 Z"/>
+        <path id="path54" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.937012 187.324402 L 535.937012 189.138611 L 536.844116 189.138611 L 537.184265 189.062988 L 537.448792 188.874023 L 537.675598 188.571655 L 537.713379 188.231506 L 537.675598 187.891357 L 537.448792 187.588989 L 537.184265 187.400024 L 536.844116 187.324402 L 535.937012 187.324402 Z"/>
+        <path id="path55" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.407898 182.562195 L 546.74646 188.231506 L 535.407898 193.900818 L 535.407898 182.562195 L 535.407898 182.562195 Z"/>
+        <path id="path56" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 479.508667 182.486633 L 492.132263 182.486633 L 492.132263 193.976379 L 479.508667 193.976379 L 479.508667 182.486633 Z"/>
+        <text id="text19" xml:space="preserve" x="479" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <text id="text20" xml:space="preserve" x="483" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text21" xml:space="preserve" x="486" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <path id="path57" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 122.203125 L 676.686584 122.203125 L 676.686584 183.166931 L 563.64093 183.166931 L 563.64093 122.203125 Z"/>
+        <path id="path58" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 183.166931 L 676.686584 183.166931 L 676.686584 122.203125 L 563.64093 122.203125 L 563.64093 183.166931 Z"/>
+        <text id="URIs-of-discovered-" xml:space="preserve" x="574" y="144" font-family="Calibri" font-size="11.640945" fill="#406fc5">URIs of discovered</text>
+        <text id="container-" xml:space="preserve" x="571" y="158" font-family="Calibri" font-size="11.640945" fill="#406fc5">container</text>
+        <text id="resources-" xml:space="preserve" x="620" y="158" font-family="Calibri" font-size="11.640945" fill="#406fc5">resources</text>
+        <text id="are-responded" xml:space="preserve" x="584" y="173" font-family="Calibri" font-size="11.640945" fill="#406fc5">are responded</text>
+        <path id="path59" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 272.314972 110.033081 L 385.662994 110.033081 L 385.662994 188.722839 L 272.314972 188.722839 L 272.314972 110.033081 Z"/>
+        <path id="path60" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 272.314972 188.722839 L 385.662994 188.722839 L 385.662994 110.033081 L 272.314972 110.033081 L 272.314972 188.722839 Z"/>
+        <text id="text22" xml:space="preserve" x="278" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">IN</text>
+        <text id="text23" xml:space="preserve" x="288" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">-</text>
+        <text id="text24" xml:space="preserve" x="292" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">AE</text>
+        <text id="discovers-" xml:space="preserve" x="307" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">discovers</text>
+        <text id="each-" xml:space="preserve" x="355" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">each</text>
+        <text id="single" xml:space="preserve" x="277" y="155" font-family="Calibri" font-size="11.640945" fill="#406fc5">single</text>
+        <text id="light-container-" xml:space="preserve" x="308" y="155" font-family="Calibri" font-size="11.640945" fill="#406fc5">light container</text>
+        <text id="located" xml:space="preserve" x="283" y="169" font-family="Calibri" font-size="11.640945" fill="#406fc5">located</text>
+        <text id="in-MN" xml:space="preserve" x="322" y="169" font-family="Calibri" font-size="11.640945" fill="#406fc5">in MN</text>
+        <text id="text25" xml:space="preserve" x="352" y="169" font-family="Calibri" font-size="11.640945" fill="#406fc5">-</text>
+        <text id="text26" xml:space="preserve" x="355" y="169" font-family="Calibri" font-size="11.640945" fill="#406fc5">CSE</text>
+        <path id="path61" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 689.763794 289.825195 L 557.404724 289.825195"/>
+        <path id="path62" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 689.650391 288.918091 L 689.650391 290.7323 L 690.557495 290.7323 L 690.897644 290.656677 L 691.200012 290.467712 L 691.388977 290.165344 L 691.464539 289.825195 L 691.388977 289.485046 L 691.200012 289.182678 L 690.897644 288.993713 L 690.557495 288.918091 L 689.650391 288.918091 Z"/>
+        <path id="path63" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 557.518127 290.7323 L 557.518127 288.918091 L 556.648804 288.918091 L 556.308655 288.993713 L 556.006287 289.182678 L 555.817322 289.485046 L 555.74176 289.825195 L 555.817322 290.165344 L 556.006287 290.467712 L 556.308655 290.656677 L 556.648804 290.7323 L 557.518127 290.7323 Z"/>
+        <path id="path64" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 558.047241 295.494507 L 546.74646 289.825195 L 558.047241 284.155884 L 558.047241 295.494507 L 558.047241 295.494507 Z"/>
+        <path id="path65" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 608.466125 284.080322 L 628.837769 284.080322 L 628.837769 295.570068 L 608.466125 295.570068 L 608.466125 284.080322 Z"/>
+        <text id="3" xml:space="preserve" x="607" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">3</text>
+        <text id="text27" xml:space="preserve" x="612" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text28" xml:space="preserve" x="615" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <text id="text29" xml:space="preserve" x="620" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text30" xml:space="preserve" x="623" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <path id="path66" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 201.951172 L 676.686584 201.951172 L 676.686584 280.678711 L 563.64093 280.678711 L 563.64093 201.951172 Z"/>
+        <path id="path67" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 280.678711 L 676.686584 280.678711 L 676.686584 201.951172 L 563.64093 201.951172 L 563.64093 280.678711 Z"/>
+        <text id="retrieval-of-" xml:space="preserve" x="568" y="225" font-family="Calibri" font-size="11.640945" fill="#406fc5">retrieval of</text>
+        <text id="the-latest-" xml:space="preserve" x="624" y="225" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest</text>
+        <text id="content-instance-" xml:space="preserve" x="579" y="240" font-family="Calibri" font-size="11.640945" fill="#406fc5">content instance</text>
+        <text id="from-discovered-light-" xml:space="preserve" x="568" y="254" font-family="Calibri" font-size="11.640945" fill="#406fc5">from discovered light</text>
+        <text id="container-light" xml:space="preserve" x="581" y="268" font-family="Calibri" font-size="11.640945" fill="#406fc5">container light</text>
+        <text id="text31" xml:space="preserve" x="651" y="268" font-family="Calibri" font-size="11.640945" fill="#406fc5">1</text>
+        <path id="path68" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 429.996857 374.486603 L 429.996857 289.825195 L 419.829926 289.825195 L 419.829926 374.486603 L 429.996857 374.486603 L 429.996857 374.486603 Z"/>
+        <path id="path69" fill="none" stroke="#6ca43e" stroke-width="0.907087" stroke-linejoin="round" d="M 429.996857 374.486603 L 429.996857 289.825195 L 419.829926 289.825195 L 419.829926 374.486603 L 429.996857 374.486603 Z"/>
+        <path id="path70" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 305.056702 L 676.686584 305.056702 L 676.686584 366.020477 L 563.64093 366.020477 L 563.64093 305.056702 Z"/>
+        <path id="path71" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 366.020477 L 676.686584 366.020477 L 676.686584 305.056702 L 563.64093 305.056702 L 563.64093 366.020477 Z"/>
+        <text id="the-latest-content-" xml:space="preserve" x="576" y="327" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest content</text>
+        <text id="instance-of-container-" xml:space="preserve" x="568" y="341" font-family="Calibri" font-size="11.640945" fill="#406fc5">instance of container</text>
+        <text id="light" xml:space="preserve" x="573" y="355" font-family="Calibri" font-size="11.640945" fill="#406fc5">light</text>
+        <text id="1-" xml:space="preserve" x="594" y="355" font-family="Calibri" font-size="11.640945" fill="#406fc5">1</text>
+        <text id="i" xml:space="preserve" x="603" y="355" font-family="Calibri" font-size="11.640945" fill="#406fc5">i</text>
+        <text id="s-responded" xml:space="preserve" x="606" y="355" font-family="Calibri" font-size="11.640945" fill="#406fc5">s responded</text>
+        <path id="path72" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 425.688202 374.486603 L 536.050415 374.486603"/>
+        <path id="path73" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 425.801575 375.393707 L 425.801575 373.579529 L 424.894501 373.579529 L 424.554321 373.655121 L 424.289764 373.844086 L 424.062988 374.146454 L 424.025208 374.486603 L 424.062988 374.826782 L 424.289764 375.12912 L 424.554321 375.318115 L 424.894501 375.393707 L 425.801575 375.393707 Z"/>
+        <path id="path74" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.937012 373.579529 L 535.937012 375.393707 L 536.844116 375.393707 L 537.184265 375.318115 L 537.448792 375.12912 L 537.675598 374.826782 L 537.713379 374.486603 L 537.675598 374.146454 L 537.448792 373.844086 L 537.184265 373.655121 L 536.844116 373.579529 L 535.937012 373.579529 Z"/>
+        <path id="path75" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.407898 368.817322 L 546.74646 374.486603 L 535.407898 380.155914 L 535.407898 368.817322 L 535.407898 368.817322 Z"/>
+        <path id="path76" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 475.653534 368.74173 L 495.987427 368.74173 L 495.987427 380.231506 L 475.653534 380.231506 L 475.653534 368.74173 Z"/>
+        <text id="4" xml:space="preserve" x="475" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">4</text>
+        <text id="text32" xml:space="preserve" x="479" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text33" xml:space="preserve" x="482" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <text id="text34" xml:space="preserve" x="487" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text35" xml:space="preserve" x="490" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <path id="path77" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 272.61731 288.313416 L 385.662994 288.313416 L 385.662994 384.237793 L 272.61731 384.237793 L 272.61731 288.313416 Z"/>
+        <path id="path78" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 272.61731 384.237793 L 385.662994 384.237793 L 385.662994 288.313416 L 272.61731 288.313416 L 272.61731 384.237793 Z"/>
+        <text id="text36" xml:space="preserve" x="277" y="313" font-family="Calibri" font-size="11.640945" fill="#406fc5">retrieval of</text>
+        <text id="text37" xml:space="preserve" x="333" y="313" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest</text>
+        <text id="text38" xml:space="preserve" x="288" y="328" font-family="Calibri" font-size="11.640945" fill="#406fc5">content instance</text>
+        <text id="from-each-" xml:space="preserve" x="303" y="342" font-family="Calibri" font-size="11.640945" fill="#406fc5">from each</text>
+        <text id="discovered-single-" xml:space="preserve" x="286" y="356" font-family="Calibri" font-size="11.640945" fill="#406fc5">discovered single</text>
+        <text id="light-container" xml:space="preserve" x="293" y="371" font-family="Calibri" font-size="11.640945" fill="#406fc5">light container</text>
+        <path id="path79" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 393.11969 L 676.686584 393.11969 L 676.686584 454.083466 L 563.64093 454.083466 L 563.64093 393.11969 Z"/>
+        <path id="path80" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 454.083466 L 676.686584 454.083466 L 676.686584 393.11969 L 563.64093 393.11969 L 563.64093 454.083466 Z"/>
+        <text id="text39" xml:space="preserve" x="568" y="408" font-family="Calibri" font-size="11.640945" fill="#406fc5">retrieval of</text>
+        <text id="text40" xml:space="preserve" x="624" y="408" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest</text>
+        <text id="text41" xml:space="preserve" x="579" y="422" font-family="Calibri" font-size="11.640945" fill="#406fc5">content instance</text>
+        <text id="text42" xml:space="preserve" x="568" y="436" font-family="Calibri" font-size="11.640945" fill="#406fc5">from discovered light</text>
+        <text id="text43" xml:space="preserve" x="581" y="451" font-family="Calibri" font-size="11.640945" fill="#406fc5">container light</text>
+        <text id="text44" xml:space="preserve" x="651" y="451" font-family="Calibri" font-size="11.640945" fill="#406fc5">2</text>
+        <path id="path81" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 429.996857 547.21106 L 429.996857 462.549591 L 419.829926 462.549591 L 419.829926 547.21106 L 429.996857 547.21106 L 429.996857 547.21106 Z"/>
+        <path id="path82" fill="none" stroke="#6ca43e" stroke-width="0.907087" stroke-linejoin="round" d="M 429.996857 547.21106 L 429.996857 462.549591 L 419.829926 462.549591 L 419.829926 547.21106 L 429.996857 547.21106 Z"/>
+        <path id="path83" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 481.182678 L 676.686584 481.182678 L 676.686584 542.146484 L 563.64093 542.146484 L 563.64093 481.182678 Z"/>
+        <path id="path84" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 542.146484 L 676.686584 542.146484 L 676.686584 481.182678 L 563.64093 481.182678 L 563.64093 542.146484 Z"/>
+        <text id="text45" xml:space="preserve" x="576" y="503" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest content</text>
+        <text id="text46" xml:space="preserve" x="568" y="517" font-family="Calibri" font-size="11.640945" fill="#406fc5">instance of container</text>
+        <text id="text47" xml:space="preserve" x="573" y="532" font-family="Calibri" font-size="11.640945" fill="#406fc5">light</text>
+        <text id="2-" xml:space="preserve" x="594" y="532" font-family="Calibri" font-size="11.640945" fill="#406fc5">2</text>
+        <text id="text48" xml:space="preserve" x="603" y="532" font-family="Calibri" font-size="11.640945" fill="#406fc5">i</text>
+        <text id="text49" xml:space="preserve" x="606" y="532" font-family="Calibri" font-size="11.640945" fill="#406fc5">s responded</text>
+        <path id="path85" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 545.952759 113.737 L 440.655121 113.737"/>
+        <path id="path86" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 545.839355 112.829895 L 545.839355 114.606323 L 546.74646 114.606323 L 547.086609 114.568481 L 547.351196 114.341736 L 547.577942 114.077148 L 547.615723 113.737 L 547.577942 113.396851 L 547.351196 113.094482 L 547.086609 112.905518 L 546.74646 112.829895 L 545.839355 112.829895 Z"/>
+        <path id="path87" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 440.768494 114.606323 L 440.768494 112.829895 L 439.8992 112.829895 L 439.559052 112.905518 L 439.256683 113.094482 L 439.067719 113.396851 L 438.992126 113.737 L 439.067719 114.077148 L 439.256683 114.341736 L 439.559052 114.568481 L 439.8992 114.606323 L 440.768494 114.606323 Z"/>
+        <path id="path88" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 441.297638 119.36853 L 429.996857 113.737 L 441.297638 108.067688 L 441.297638 119.36853 L 441.297638 119.36853 Z"/>
+        <path id="path89" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 482.040955 107.992126 L 494.664551 107.992126 L 494.664551 119.444092 L 482.040955 119.444092 L 482.040955 107.992126 Z"/>
+        <text id="text50" xml:space="preserve" x="481" y="119" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <text id="text51" xml:space="preserve" x="486" y="119" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text52" xml:space="preserve" x="489" y="119" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <path id="path90" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 547.50238 188.231506 L 679.861389 188.231506"/>
+        <path id="path91" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 547.615723 189.138611 L 547.615723 187.324402 L 546.74646 187.324402 L 546.406311 187.400024 L 546.103943 187.588989 L 545.914978 187.891357 L 545.839355 188.231506 L 545.914978 188.571655 L 546.103943 188.874023 L 546.406311 189.062988 L 546.74646 189.138611 L 547.615723 189.138611 Z"/>
+        <path id="path92" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.748047 187.324402 L 679.748047 189.138611 L 680.65509 189.138611 L 680.9953 189.062988 L 681.297607 188.874023 L 681.486633 188.571655 L 681.562195 188.231506 L 681.486633 187.891357 L 681.297607 187.588989 L 680.9953 187.400024 L 680.65509 187.324402 L 679.748047 187.324402 Z"/>
+        <path id="path93" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.256714 182.562195 L 690.557495 188.231506 L 679.256714 193.900818 L 679.256714 182.562195 L 679.256714 182.562195 Z"/>
+        <path id="path94" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 612.35907 182.486633 L 624.944885 182.486633 L 624.944885 193.976379 L 612.35907 193.976379 L 612.35907 182.486633 Z"/>
+        <text id="text53" xml:space="preserve" x="611" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <text id="text54" xml:space="preserve" x="616" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text55" xml:space="preserve" x="619" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <path id="path95" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 545.952759 289.825195 L 435.590546 289.825195"/>
+        <path id="path96" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 545.839355 288.918091 L 545.839355 290.7323 L 546.74646 290.7323 L 547.086609 290.656677 L 547.351196 290.467712 L 547.577942 290.165344 L 547.615723 289.825195 L 547.577942 289.485046 L 547.351196 289.182678 L 547.086609 288.993713 L 546.74646 288.918091 L 545.839355 288.918091 Z"/>
+        <path id="path97" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 435.703949 290.7323 L 435.703949 288.918091 L 434.796844 288.918091 L 434.456696 288.993713 L 434.192139 289.182678 L 433.965363 289.485046 L 433.927551 289.825195 L 433.965363 290.165344 L 434.192139 290.467712 L 434.456696 290.656677 L 434.796844 290.7323 L 435.703949 290.7323 Z"/>
+        <path id="path98" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 436.233063 295.494507 L 424.894501 289.825195 L 436.233063 284.155884 L 436.233063 295.494507 L 436.233063 295.494507 Z"/>
+        <path id="path99" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 475.653534 284.080322 L 495.987427 284.080322 L 495.987427 295.570068 L 475.653534 295.570068 L 475.653534 284.080322 Z"/>
+        <text id="text56" xml:space="preserve" x="475" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">3</text>
+        <text id="text57" xml:space="preserve" x="479" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text58" xml:space="preserve" x="482" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <text id="text59" xml:space="preserve" x="487" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text60" xml:space="preserve" x="490" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <path id="path100" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 547.50238 374.486603 L 679.861389 374.486603"/>
+        <path id="path101" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 547.615723 375.393707 L 547.615723 373.579529 L 546.74646 373.579529 L 546.406311 373.655121 L 546.103943 373.844086 L 545.914978 374.146454 L 545.839355 374.486603 L 545.914978 374.826782 L 546.103943 375.12912 L 546.406311 375.318115 L 546.74646 375.393707 L 547.615723 375.393707 Z"/>
+        <path id="path102" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.748047 373.579529 L 679.748047 375.393707 L 680.65509 375.393707 L 680.9953 375.318115 L 681.297607 375.12912 L 681.486633 374.826782 L 681.562195 374.486603 L 681.486633 374.146454 L 681.297607 373.844086 L 680.9953 373.655121 L 680.65509 373.579529 L 679.748047 373.579529 Z"/>
+        <path id="path103" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.256714 368.817322 L 690.557495 374.486603 L 679.256714 380.155914 L 679.256714 368.817322 L 679.256714 368.817322 Z"/>
+        <path id="path104" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 608.466125 368.74173 L 628.837769 368.74173 L 628.837769 380.231506 L 608.466125 380.231506 L 608.466125 368.74173 Z"/>
+        <text id="text61" xml:space="preserve" x="607" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">4</text>
+        <text id="text62" xml:space="preserve" x="612" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text63" xml:space="preserve" x="615" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <text id="text64" xml:space="preserve" x="620" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text65" xml:space="preserve" x="623" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <path id="path105" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 689.99054 466.6315 L 557.593689 466.6315"/>
+        <path id="path106" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 689.839355 465.724396 L 689.839355 467.500793 L 690.74646 467.500793 L 691.086609 467.462982 L 691.388977 467.236206 L 691.577942 466.971649 L 691.653564 466.6315 L 691.577942 466.291351 L 691.388977 465.988983 L 691.086609 465.799988 L 690.74646 465.724396 L 689.839355 465.724396 Z"/>
+        <path id="path107" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 557.707092 467.500793 L 557.707092 465.724396 L 556.837769 465.724396 L 556.49762 465.799988 L 556.195251 465.988983 L 556.006287 466.291351 L 555.930725 466.6315 L 556.006287 466.971649 L 556.195251 467.236206 L 556.49762 467.462982 L 556.837769 467.500793 L 557.707092 467.500793 Z"/>
+        <path id="path108" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 558.236206 472.263 L 546.935425 466.6315 L 558.236206 460.962219 L 558.236206 472.263 L 558.236206 472.263 Z"/>
+        <path id="path109" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 608.65509 460.886627 L 629.026794 460.886627 L 629.026794 472.338593 L 608.65509 472.338593 L 608.65509 460.886627 Z"/>
+        <text id="text66" xml:space="preserve" x="608" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">3</text>
+        <text id="text67" xml:space="preserve" x="612" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text68" xml:space="preserve" x="615" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <text id="text69" xml:space="preserve" x="620" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text70" xml:space="preserve" x="623" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <path id="path110" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 546.141724 466.6315 L 435.779541 466.6315"/>
+        <path id="path111" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 546.02832 465.724396 L 546.02832 467.500793 L 546.935425 467.500793 L 547.275574 467.462982 L 547.577942 467.236206 L 547.766907 466.971649 L 547.804749 466.6315 L 547.766907 466.291351 L 547.577942 465.988983 L 547.275574 465.799988 L 546.935425 465.724396 L 546.02832 465.724396 Z"/>
+        <path id="path112" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 435.892914 467.500793 L 435.892914 465.724396 L 434.98584 465.724396 L 434.64566 465.799988 L 434.381104 465.988983 L 434.192139 466.291351 L 434.116547 466.6315 L 434.192139 466.971649 L 434.381104 467.236206 L 434.64566 467.462982 L 434.98584 467.500793 L 435.892914 467.500793 Z"/>
+        <path id="path113" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 436.422058 472.263 L 425.083466 466.6315 L 436.422058 460.962219 L 436.422058 472.263 L 436.422058 472.263 Z"/>
+        <path id="path114" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 475.842529 460.886627 L 496.214172 460.886627 L 496.214172 472.338593 L 475.842529 472.338593 L 475.842529 460.886627 Z"/>
+        <text id="text71" xml:space="preserve" x="475" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">3</text>
+        <text id="text72" xml:space="preserve" x="480" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text73" xml:space="preserve" x="483" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <text id="text74" xml:space="preserve" x="487" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text75" xml:space="preserve" x="490" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <path id="path115" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 425.877167 550.234619 L 536.23938 550.234619"/>
+        <path id="path116" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 425.99054 551.141724 L 425.99054 549.365356 L 425.083466 549.365356 L 424.743317 549.440918 L 424.478729 549.629883 L 424.289764 549.894531 L 424.214172 550.234619 L 424.289764 550.61261 L 424.478729 550.877197 L 424.743317 551.066162 L 425.083466 551.141724 L 425.99054 551.141724 Z"/>
+        <path id="path117" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 536.125977 549.365356 L 536.125977 551.141724 L 537.033081 551.141724 L 537.37323 551.066162 L 537.675598 550.877197 L 537.864563 550.61261 L 537.902344 550.234619 L 537.864563 549.894531 L 537.675598 549.629883 L 537.37323 549.440918 L 537.033081 549.365356 L 536.125977 549.365356 Z"/>
+        <path id="path118" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.596863 544.603149 L 546.935425 550.234619 L 535.596863 555.903931 L 535.596863 544.603149 L 535.596863 544.603149 Z"/>
+        <path id="path119" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 475.842529 544.527588 L 496.214172 544.527588 L 496.214172 555.979492 L 475.842529 555.979492 L 475.842529 544.527588 Z"/>
+        <text id="text76" xml:space="preserve" x="475" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">4</text>
+        <text id="text77" xml:space="preserve" x="480" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text78" xml:space="preserve" x="483" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <text id="text79" xml:space="preserve" x="487" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text80" xml:space="preserve" x="490" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <path id="path120" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 547.691345 550.234619 L 680.088196 550.234619"/>
+        <path id="path121" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 547.804749 551.141724 L 547.804749 549.365356 L 546.935425 549.365356 L 546.595276 549.440918 L 546.292908 549.629883 L 546.103943 549.894531 L 546.02832 550.234619 L 546.103943 550.61261 L 546.292908 550.877197 L 546.595276 551.066162 L 546.935425 551.141724 L 547.804749 551.141724 Z"/>
+        <path id="path122" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.937012 549.365356 L 679.937012 551.141724 L 680.844116 551.141724 L 681.184265 551.066162 L 681.486633 550.877197 L 681.675598 550.61261 L 681.75116 550.234619 L 681.675598 549.894531 L 681.486633 549.629883 L 681.184265 549.440918 L 680.844116 549.365356 L 679.937012 549.365356 Z"/>
+        <path id="path123" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.445679 544.603149 L 690.74646 550.234619 L 679.445679 555.903931 L 679.445679 544.603149 L 679.445679 544.603149 Z"/>
+        <path id="path124" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 608.65509 544.527588 L 629.026794 544.527588 L 629.026794 555.979492 L 608.65509 555.979492 L 608.65509 544.527588 Z"/>
+        <text id="text81" xml:space="preserve" x="608" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">4</text>
+        <text id="text82" xml:space="preserve" x="612" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text83" xml:space="preserve" x="615" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <text id="text84" xml:space="preserve" x="620" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text85" xml:space="preserve" x="623" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+    </g>
+</svg>
diff --git a/media/FunctionalArchitectureOfRemoteLightsControlUseCase.png b/media/FunctionalArchitectureOfRemoteLightsControlUseCase.png
new file mode 100644
index 0000000000000000000000000000000000000000..1b945d7de5b7b310b141421fa502c72854a6bf91
Binary files /dev/null and b/media/FunctionalArchitectureOfRemoteLightsControlUseCase.png differ
diff --git a/media/FunctionalArchitectureOfRemoteLightsControlUseCase.svg b/media/FunctionalArchitectureOfRemoteLightsControlUseCase.svg
new file mode 100644
index 0000000000000000000000000000000000000000..91fefe733fd3c53509fc8d8dca30e4537daf2d4c
--- /dev/null
+++ b/media/FunctionalArchitectureOfRemoteLightsControlUseCase.svg
@@ -0,0 +1,840 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated by Pixelmator Pro 3.5.6 -->
+<svg width="758" height="435" viewBox="0 0 758 435" xmlns="http://www.w3.org/2000/svg">
+    <g id="id3">
+        <path id="Path" fill="none" stroke="none" d="M 17.795277 -56.651978 L 735.905518 -56.651978 L 735.905518 418.132294 L 17.795277 418.132294 Z"/>
+        <clipPath id="clipPath1">
+            <path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
+        </clipPath>
+        <g id="Group" clip-path="url(#clipPath1)"/>
+        <clipPath id="clipPath2">
+            <path d="M 202.311813 409.36377 L 202.311813 306.182678 L 290.299225 163.127563 L 366.116547 200.280334 L 365.927551 314.459839 L 316.453552 343.335419 L 316.453552 233.275604 L 265.581116 262.188965 L 265.581116 372.929138 L 202.311813 409.36377 L 202.311813 409.36377 Z"/>
+        </clipPath>
+        <g id="g1" clip-path="url(#clipPath2)"/>
+        <clipPath id="clipPath3">
+            <path d="M 202.311813 409.36377 L 202.311813 306.182678 L 290.299225 163.127563 L 366.116547 200.280334 L 365.927551 314.459839 L 316.453552 343.335419 L 316.453552 233.275604 L 265.581116 262.188965 L 265.581116 372.929138 L 202.311813 409.36377 L 202.311813 409.36377 Z"/>
+        </clipPath>
+        <g id="g2" clip-path="url(#clipPath3)">
+            <path id="path1" fill="#b6a06d" fill-rule="evenodd" stroke="none" d="M 601.354309 162.220459 C 601.354309 223.789001 590.544861 284.299225 569.984253 337.628357 C 549.385803 390.957489 519.829895 435.25354 484.188965 466.056702 C 448.585815 496.859863 408.182678 513.074036 367.061432 513.074036 C 325.940155 513.074036 285.537018 496.859863 249.896057 466.056702 C 214.292908 435.25354 184.699219 390.957489 164.13858 337.628357 C 143.577957 284.299225 132.768509 223.789001 132.768509 162.220459 C 132.768509 100.614197 143.577957 40.103943 164.13858 -13.22522 C 184.699219 -66.554321 214.292908 -110.850403 249.896057 -141.653564 C 285.537018 -172.456665 325.940155 -188.670837 367.061432 -188.670837 C 408.182678 -188.670837 448.585815 -172.456665 484.188965 -141.653564 C 519.829895 -110.850403 549.385803 -66.554321 569.984253 -13.22522 C 590.544861 40.103943 601.354309 100.614197 601.354309 162.220459 L 601.354309 162.220459 Z"/>
+            <path id="path2" fill="#b6a06d" fill-rule="evenodd" stroke="none" d="M 483.017334 162.220459 C 483.017334 192.683472 477.688202 222.65509 467.483459 249.036224 C 457.316528 275.455109 442.689758 297.376373 425.039368 312.60788 C 407.426758 327.839355 387.395264 335.889771 367.061432 335.889771 C 346.689758 335.889771 326.696075 327.839355 309.083466 312.60788 C 291.433075 297.376373 276.806305 275.455109 266.639374 249.036224 C 256.434631 222.65509 251.067719 192.683472 251.067719 162.220459 C 251.067719 131.719666 256.434631 101.785828 266.639374 75.366943 C 276.806305 48.98584 291.433075 27.064575 309.083466 11.795288 C 326.696075 -3.436218 346.689758 -11.448792 367.061432 -11.448792 C 387.395264 -11.448792 407.426758 -3.436218 425.039368 11.795288 C 442.689758 27.064575 457.316528 48.98584 467.483459 75.366943 C 477.688202 101.785828 483.017334 131.719666 483.017334 162.220459 L 483.017334 162.220459 Z"/>
+            <path id="path3" fill="#b7a16e" fill-rule="evenodd" stroke="none" d="M 482.034637 162.220459 C 482.034637 192.418884 476.705505 222.125977 466.614166 248.280304 C 456.522827 274.472443 442.00946 296.204712 424.548035 311.322845 C 407.048828 326.403137 387.24408 334.37796 367.061432 334.37796 C 346.878754 334.37796 327.036224 326.403137 309.574799 311.322845 C 292.075592 296.204712 277.562195 274.472443 267.470856 248.280304 C 257.379517 222.125977 252.088196 192.418884 252.088196 162.220459 C 252.088196 131.984253 257.379517 102.277161 267.470856 76.122864 C 277.562195 49.930725 292.075592 28.198425 309.574799 13.118103 C 327.036224 -2 346.878754 -9.974792 367.061432 -9.974792 C 387.24408 -9.974792 407.048828 -2 424.548035 13.118103 C 442.00946 28.198425 456.522827 49.930725 466.614166 76.122864 C 476.705505 102.277161 482.034637 131.984253 482.034637 162.220459 L 482.034637 162.220459 Z"/>
+            <path id="path4" fill="#b7a270" fill-rule="evenodd" stroke="none" d="M 481.01416 162.220459 C 481.01416 192.154358 475.76062 221.596863 465.744873 247.524414 C 455.766937 273.489777 441.366943 295.033081 424.056702 310 C 406.708649 325.00473 387.055115 332.86615 367.061432 332.86615 C 347.067719 332.86615 327.414185 325.00473 310.066132 310 C 292.75592 295.033081 278.355896 273.489777 268.340149 247.524414 C 258.362213 221.596863 253.070862 192.154358 253.070862 162.220459 C 253.070862 132.24884 258.362213 102.806274 268.340149 76.878723 C 278.355896 50.913391 292.75592 29.370056 310.066132 14.403137 C 327.414185 -0.563782 347.067719 -8.463013 367.061432 -8.463013 C 387.055115 -8.463013 406.708649 -0.563782 424.056702 14.403137 C 441.366943 29.370056 455.766937 50.913391 465.744873 76.878723 C 475.76062 102.806274 481.01416 132.24884 481.01416 162.220459 L 481.01416 162.220459 Z"/>
+            <path id="path5" fill="#b8a271" fill-rule="evenodd" stroke="none" d="M 480.031494 162.220459 C 480.031494 191.889771 474.815735 221.067688 464.913391 246.806305 C 454.973236 272.50708 440.724396 293.86142 423.527557 308.714966 C 406.3685 323.568512 386.903931 331.39212 367.061432 331.39212 C 347.218903 331.39212 327.754333 323.568512 310.557495 308.714966 C 293.398438 293.86142 279.149597 272.50708 269.209442 246.806305 C 259.307098 221.067688 254.091339 191.889771 254.091339 162.220459 C 254.091339 132.513367 259.307098 103.335449 269.209442 77.634644 C 279.149597 51.896057 293.398438 30.541748 310.557495 15.688171 C 327.754333 0.834656 347.218903 -6.951172 367.061432 -6.951172 C 386.903931 -6.951172 406.3685 0.834656 423.527557 15.688171 C 440.724396 30.541748 454.973236 51.896057 464.913391 77.634644 C 474.815735 103.335449 480.031494 132.513367 480.031494 162.220459 L 480.031494 162.220459 Z"/>
+            <path id="path6" fill="#b9a372" fill-rule="evenodd" stroke="none" d="M 479.048828 162.220459 C 479.048828 191.625183 473.87088 220.538574 464.044098 246.050385 C 454.217316 271.524414 440.081879 292.689758 423.036224 307.429932 C 406.028351 322.132294 386.714966 329.88031 367.061432 329.88031 C 347.407867 329.88031 328.094482 322.132294 311.086609 307.429932 C 294.040955 292.689758 279.905518 271.524414 270.078735 246.050385 C 260.251984 220.538574 255.074005 191.625183 255.074005 162.220459 C 255.074005 132.777954 260.251984 103.864563 270.078735 78.352783 C 279.905518 52.878723 294.040955 31.713379 311.086609 16.973206 C 328.094482 2.270874 347.407867 -5.477173 367.061432 -5.477173 C 386.714966 -5.477173 406.028351 2.270874 423.036224 16.973206 C 440.081879 31.713379 454.217316 52.878723 464.044098 78.352783 C 473.87088 103.864563 479.048828 132.777954 479.048828 162.220459 L 479.048828 162.220459 Z"/>
+            <path id="path7" fill="#b9a473" fill-rule="evenodd" stroke="none" d="M 478.028351 162.220459 C 478.028351 191.360657 472.888184 220.047241 463.174805 245.294495 C 453.423615 270.541718 439.401581 291.555908 422.544891 306.107086 C 405.688202 320.696075 386.52597 328.3685 367.061432 328.3685 C 347.559052 328.3685 328.434631 320.696075 311.577942 306.107086 C 294.683472 291.555908 280.699219 270.541718 270.948029 245.294495 C 261.196838 220.047241 256.094482 191.360657 256.094482 162.220459 C 256.094482 133.042542 261.196838 104.393677 270.948029 79.108643 C 280.699219 53.861389 294.683472 32.88501 311.577942 18.296082 C 328.434631 3.707092 347.559052 -3.965332 367.061432 -3.965332 C 386.52597 -3.965332 405.688202 3.707092 422.544891 18.296082 C 439.401581 32.88501 453.423615 53.861389 463.174805 79.108643 C 472.888184 104.393677 478.028351 133.042542 478.028351 162.220459 L 478.028351 162.220459 Z"/>
+            <path id="path8" fill="#baa575" fill-rule="evenodd" stroke="none" d="M 477.045654 162.220459 C 477.045654 191.096069 471.943298 219.518127 462.305511 244.538574 C 452.629913 269.596863 438.759064 290.384247 422.053558 304.822052 C 405.310242 319.297638 386.374817 326.894501 367.061432 326.894501 C 347.748016 326.894501 328.774811 319.297638 312.069305 304.822052 C 295.36377 290.384247 281.455109 269.596863 271.817322 244.538574 C 262.179535 219.518127 257.077179 191.096069 257.077179 162.220459 C 257.077179 133.307068 262.179535 104.88501 271.817322 79.864563 C 281.455109 54.844116 295.36377 34.056702 312.069305 19.581116 C 328.774811 5.143311 347.748016 -2.491333 367.061432 -2.491333 C 386.374817 -2.491333 405.310242 5.143311 422.053558 19.581116 C 438.759064 34.056702 452.629913 54.844116 462.305511 79.864563 C 471.943298 104.88501 477.045654 133.307068 477.045654 162.220459 L 477.045654 162.220459 Z"/>
+            <path id="path9" fill="#baa676" fill-rule="evenodd" stroke="none" d="M 476.025208 162.220459 C 476.025208 190.869263 470.998413 218.988953 461.436218 243.782684 C 451.874023 268.614166 438.116547 289.212585 421.562195 303.537018 C 404.970093 317.86142 386.185822 325.38269 367.061432 325.38269 C 347.937012 325.38269 329.152771 317.86142 312.560638 303.537018 C 296.006287 289.212585 282.24881 268.614166 272.686615 243.782684 C 263.12442 218.988953 258.097626 190.869263 258.097626 162.220459 C 258.097626 133.571655 263.12442 105.414185 272.686615 80.620483 C 282.24881 55.789001 296.006287 35.190552 312.560638 20.86615 C 329.152771 6.541748 347.937012 -0.979553 367.061432 -0.979553 C 386.185822 -0.979553 404.970093 6.541748 421.562195 20.86615 C 438.116547 35.190552 451.874023 55.789001 461.436218 80.620483 C 470.998413 105.414185 476.025208 133.571655 476.025208 162.220459 L 476.025208 162.220459 Z"/>
+            <path id="path10" fill="#bba777" fill-rule="evenodd" stroke="none" d="M 475.042511 162.220459 C 475.042511 190.604736 470.053558 218.459839 460.566925 243.064575 C 451.080322 267.6315 437.47403 288.040955 421.033081 302.251984 C 404.629913 316.425201 385.996857 323.908661 367.061432 323.908661 C 348.088196 323.908661 329.49292 316.425201 313.051971 302.251984 C 296.648804 288.040955 283.042511 267.6315 273.555908 243.064575 C 264.069305 218.459839 259.080322 190.604736 259.080322 162.220459 C 259.080322 133.836243 264.069305 105.943298 273.555908 81.376404 C 283.042511 56.771667 296.648804 36.362183 313.051971 22.188965 C 329.49292 7.977966 348.088196 0.532288 367.061432 0.532288 C 385.996857 0.532288 404.629913 7.977966 421.033081 22.188965 C 437.47403 36.362183 451.080322 56.771667 460.566925 81.376404 C 470.053558 105.943298 475.042511 133.836243 475.042511 162.220459 L 475.042511 162.220459 Z"/>
+            <path id="path11" fill="#bca778" fill-rule="evenodd" stroke="none" d="M 474.022034 162.220459 C 474.022034 190.340149 469.070862 217.930725 459.697632 242.308655 C 450.324402 266.648804 436.793701 286.869293 420.541718 300.929138 C 404.289764 314.988983 385.845673 322.396851 367.061432 322.396851 C 348.277161 322.396851 329.833069 314.988983 313.581116 300.929138 C 297.291351 286.869293 283.798431 266.648804 274.425201 242.308655 C 265.01416 217.930725 260.062988 190.340149 260.062988 162.220459 C 260.062988 134.100769 265.01416 106.472412 274.425201 82.094482 C 283.798431 57.754333 297.291351 37.533875 313.581116 23.473999 C 329.833069 9.414185 348.277161 2.006287 367.061432 2.006287 C 385.845673 2.006287 404.289764 9.414185 420.541718 23.473999 C 436.793701 37.533875 450.324402 57.754333 459.697632 82.094482 C 469.070862 106.472412 474.022034 134.100769 474.022034 162.220459 L 474.022034 162.220459 Z"/>
+            <path id="path12" fill="#bca87a" fill-rule="evenodd" stroke="none" d="M 473.039368 162.220459 C 473.039368 190.075562 468.125977 217.439392 458.828339 241.552765 C 449.530701 265.666138 436.151184 285.697632 420.050385 299.644104 C 403.949615 313.552765 385.656708 320.88504 367.061432 320.88504 C 348.466156 320.88504 330.173218 313.552765 314.072449 299.644104 C 297.971649 285.697632 284.592133 265.666138 275.294495 241.552765 C 265.996857 217.439392 261.083466 190.075562 261.083466 162.220459 C 261.083466 134.365356 265.996857 106.963806 275.294495 82.850403 C 284.592133 58.737 297.971649 38.705505 314.072449 24.759033 C 330.173218 10.850403 348.466156 3.518127 367.061432 3.518127 C 385.656708 3.518127 403.949615 10.850403 420.050385 24.759033 C 436.151184 38.705505 449.530701 58.737 458.828339 82.850403 C 468.125977 106.963806 473.039368 134.365356 473.039368 162.220459 L 473.039368 162.220459 Z"/>
+            <path id="path13" fill="#bda97b" fill-rule="evenodd" stroke="none" d="M 472.01889 162.220459 C 472.01889 189.811035 467.181091 216.910217 457.959045 240.796844 C 448.737 264.683472 435.508667 284.563782 419.559052 298.35907 C 403.571655 312.154327 385.467712 319.411011 367.061432 319.411011 C 348.61731 319.411011 330.513397 312.154327 314.563782 298.35907 C 298.614166 284.563782 285.348022 264.683472 276.163788 240.796844 C 266.941742 216.910217 262.066132 189.811035 262.066132 162.220459 C 262.066132 134.629944 266.941742 107.49292 276.163788 83.606323 C 285.348022 59.719666 298.614166 39.877136 314.563782 26.081909 C 330.513397 12.286621 348.61731 4.992126 367.061432 4.992126 C 385.467712 4.992126 403.571655 12.286621 419.559052 26.081909 C 435.508667 39.877136 448.737 59.719666 457.959045 83.606323 C 467.181091 107.49292 472.01889 134.629944 472.01889 162.220459 L 472.01889 162.220459 Z"/>
+            <path id="path14" fill="#beaa7c" fill-rule="evenodd" stroke="none" d="M 471.036224 162.220459 C 471.036224 189.546448 466.236206 216.381104 457.089752 240.040955 C 447.98111 263.738586 434.86615 283.39212 419.029907 297.036224 C 403.231506 310.718109 385.316528 317.8992 367.061432 317.8992 C 348.806305 317.8992 330.891327 310.718109 315.055115 297.036224 C 299.256683 283.39212 286.141724 263.738586 276.99527 240.040955 C 267.886627 216.381104 263.086609 189.546448 263.086609 162.220459 C 263.086609 134.856689 267.886627 108.022034 276.99527 84.362183 C 286.141724 60.702393 299.256683 41.011047 315.055115 27.366943 C 330.891327 13.685059 348.806305 6.503967 367.061432 6.503967 C 385.316528 6.503967 403.231506 13.685059 419.029907 27.366943 C 434.86615 41.011047 447.98111 60.702393 457.089752 84.362183 C 466.236206 108.022034 471.036224 134.856689 471.036224 162.220459 L 471.036224 162.220459 Z"/>
+            <path id="path15" fill="#beab7d" fill-rule="evenodd" stroke="none" d="M 470.015747 162.220459 C 470.015747 189.28186 465.291351 215.85199 456.220459 239.322845 C 447.187408 262.75592 434.185822 282.220459 418.538574 295.75119 C 402.891327 309.281891 385.127563 316.425201 367.061432 316.425201 C 348.99527 316.425201 331.231506 309.281891 315.584259 295.75119 C 299.8992 282.220459 286.897644 262.75592 277.864563 239.322845 C 268.831482 215.85199 264.069305 189.28186 264.069305 162.220459 C 264.069305 135.121277 268.831482 108.551208 277.864563 85.118103 C 286.897644 61.647217 299.8992 42.182678 315.584259 28.651978 C 331.231506 15.121277 348.99527 8.015747 367.061432 8.015747 C 385.127563 8.015747 402.891327 15.121277 418.538574 28.651978 C 434.185822 42.182678 447.187408 61.647217 456.220459 85.118103 C 465.291351 108.551208 470.015747 135.121277 470.015747 162.220459 L 470.015747 162.220459 Z"/>
+            <path id="path16" fill="#bfab7f" fill-rule="evenodd" stroke="none" d="M 469.033081 162.220459 C 469.033081 189.017334 464.308655 215.360657 455.388977 238.566925 C 446.431488 261.773224 433.543304 281.048828 418.047241 294.466156 C 402.551178 307.845673 384.938568 314.913391 367.061432 314.913391 C 349.146454 314.913391 331.571655 307.845673 316.075592 294.466156 C 300.579529 281.048828 287.691345 261.773224 278.733856 238.566925 C 269.776367 215.360657 265.089752 189.017334 265.089752 162.220459 C 265.089752 135.385803 269.776367 109.080322 278.733856 85.836243 C 287.691345 62.629944 300.579529 43.354309 316.075592 29.974792 C 331.571655 16.557495 349.146454 9.489746 367.061432 9.489746 C 384.938568 9.489746 402.551178 16.557495 418.047241 29.974792 C 433.543304 43.354309 446.431488 62.629944 455.388977 85.836243 C 464.308655 109.080322 469.033081 135.385803 469.033081 162.220459 L 469.033081 162.220459 Z"/>
+            <path id="path17" fill="#bfac80" fill-rule="evenodd" stroke="none" d="M 468.050385 162.220459 C 468.050385 188.752747 463.36377 214.831482 454.519684 237.811035 C 445.637787 260.790558 432.900787 279.877167 417.555908 293.143311 C 402.211029 306.447235 384.787415 313.401581 367.061432 313.401581 C 349.335419 313.401581 331.911804 306.447235 316.566925 293.143311 C 301.222046 279.877167 288.485046 260.790558 279.603149 237.811035 C 270.759064 214.831482 266.072449 188.752747 266.072449 162.220459 C 266.072449 135.650391 270.759064 109.571655 279.603149 86.592102 C 288.485046 63.61261 301.222046 44.526001 316.566925 31.259827 C 331.911804 17.993713 349.335419 11.001587 367.061432 11.001587 C 384.787415 11.001587 402.211029 17.993713 417.555908 31.259827 C 432.900787 44.526001 445.637787 63.61261 454.519684 86.592102 C 463.36377 109.571655 468.050385 135.650391 468.050385 162.220459 L 468.050385 162.220459 Z"/>
+            <path id="path18" fill="#c0ad81" fill-rule="evenodd" stroke="none" d="M 467.029907 162.220459 C 467.029907 188.488159 462.418884 214.302368 453.650391 237.055115 C 444.881897 259.807861 432.25827 278.705505 417.026764 291.858276 C 401.833069 305.011017 384.598419 311.927551 367.061432 311.927551 C 349.524414 311.927551 332.251984 305.011017 317.058258 291.858276 C 301.864563 278.705505 289.240936 259.807861 280.472443 237.055115 C 271.703949 214.302368 267.092926 188.488159 267.092926 162.220459 C 267.092926 135.914978 271.703949 110.100769 280.472443 87.348022 C 289.240936 64.595276 301.864563 45.697632 317.058258 32.544861 C 332.251984 19.392151 349.524414 12.475586 367.061432 12.475586 C 384.598419 12.475586 401.833069 19.392151 417.026764 32.544861 C 432.25827 45.697632 444.881897 64.595276 453.650391 87.348022 C 462.418884 110.100769 467.029907 135.914978 467.029907 162.220459 L 467.029907 162.220459 Z"/>
+            <path id="path19" fill="#c1ae82" fill-rule="evenodd" stroke="none" d="M 466.047241 162.220459 C 466.047241 188.223633 461.47403 213.773254 452.781097 236.299225 C 444.088196 258.863007 431.577942 277.571655 416.535431 290.573242 C 401.49292 303.574799 384.447235 310.415741 367.061432 310.415741 C 349.675598 310.415741 332.629913 303.574799 317.549591 290.573242 C 302.50708 277.571655 290.034637 258.863007 281.341736 236.299225 C 272.648804 213.773254 268.075592 188.223633 268.075592 162.220459 C 268.075592 136.179504 272.648804 110.629944 281.341736 88.103943 C 290.034637 65.577942 302.50708 46.869263 317.549591 33.829895 C 332.629913 20.828369 349.675598 13.987427 367.061432 13.987427 C 384.447235 13.987427 401.49292 20.828369 416.535431 33.829895 C 431.577942 46.869263 444.088196 65.577942 452.781097 88.103943 C 461.47403 110.629944 466.047241 136.179504 466.047241 162.220459 L 466.047241 162.220459 Z"/>
+            <path id="path20" fill="#c1af84" fill-rule="evenodd" stroke="none" d="M 465.026764 162.220459 C 465.026764 187.959045 460.491333 213.24408 451.911804 235.581116 C 443.294495 257.88031 430.935425 276.399994 416.044098 289.250397 C 401.152771 302.13858 384.25827 308.941742 367.061432 308.941742 C 349.864563 308.941742 332.970093 302.13858 318.078735 289.250397 C 303.187408 276.399994 290.790558 257.88031 282.211029 235.581116 C 273.593689 213.24408 269.096069 187.959045 269.096069 162.220459 C 269.096069 136.444092 273.593689 111.159058 282.211029 88.859863 C 290.790558 66.560608 303.187408 48.003174 318.078735 35.152771 C 332.970093 22.264587 349.864563 15.499207 367.061432 15.499207 C 384.25827 15.499207 401.152771 22.264587 416.044098 35.152771 C 430.935425 48.003174 443.294495 66.560608 451.911804 88.859863 C 460.491333 111.159058 465.026764 136.444092 465.026764 162.220459 L 465.026764 162.220459 Z"/>
+            <path id="path21" fill="#c2b085" fill-rule="evenodd" stroke="none" d="M 464.044098 162.220459 C 464.044098 187.694458 459.546448 212.752747 451.042511 234.825195 C 442.538574 256.897644 430.292908 275.228333 415.552765 287.965363 C 400.812592 300.702362 384.069305 307.429932 367.061432 307.429932 C 350.015747 307.429932 333.310242 300.702362 318.570068 287.965363 C 303.829926 275.228333 291.584259 256.897644 283.080322 234.825195 C 274.576385 212.752747 270.078735 187.694458 270.078735 162.220459 C 270.078735 136.708679 274.576385 111.688171 283.080322 89.577942 C 291.584259 67.505493 303.829926 49.174805 318.570068 36.437805 C 333.310242 23.700806 350.015747 16.973206 367.061432 16.973206 C 384.069305 16.973206 400.812592 23.700806 415.552765 36.437805 C 430.292908 49.174805 442.538574 67.505493 451.042511 89.577942 C 459.546448 111.688171 464.044098 136.708679 464.044098 162.220459 L 464.044098 162.220459 Z"/>
+            <path id="path22" fill="#c3b086" fill-rule="evenodd" stroke="none" d="M 463.023621 162.220459 C 463.023621 187.429932 458.601563 212.223633 450.173218 234.069305 C 441.744873 255.914948 429.650391 274.056702 415.061432 286.680328 C 400.472443 299.303925 383.918121 305.918121 367.061432 305.918121 C 350.204712 305.918121 333.650391 299.303925 319.061432 286.680328 C 304.472443 274.056702 292.37796 255.914948 283.949615 234.069305 C 275.521271 212.223633 271.061432 187.429932 271.061432 162.220459 C 271.061432 136.973206 275.521271 112.179504 283.949615 90.333862 C 292.37796 68.488159 304.472443 50.346436 319.061432 37.722839 C 333.650391 25.137024 350.204712 18.485046 367.061432 18.485046 C 383.918121 18.485046 400.472443 25.137024 415.061432 37.722839 C 429.650391 50.346436 441.744873 68.488159 450.173218 90.333862 C 458.601563 112.179504 463.023621 136.973206 463.023621 162.220459 L 463.023621 162.220459 Z"/>
+            <path id="path23" fill="#c3b187" fill-rule="evenodd" stroke="none" d="M 462.040955 162.220459 C 462.040955 187.165344 457.656708 211.694458 449.303925 233.313385 C 440.988983 254.932281 428.970093 272.88504 414.532288 285.395264 C 400.094482 297.867706 383.729126 304.444092 367.061432 304.444092 C 350.393707 304.444092 333.99054 297.867706 319.552765 285.395264 C 305.11496 272.88504 293.13385 254.932281 284.818909 233.313385 C 276.466156 211.694458 272.081879 187.165344 272.081879 162.220459 C 272.081879 137.237793 276.466156 112.708679 284.818909 91.089783 C 293.13385 69.470886 305.11496 51.518127 319.552765 39.045654 C 333.99054 26.535461 350.393707 19.996826 367.061432 19.996826 C 383.729126 19.996826 400.094482 26.535461 414.532288 39.045654 C 428.970093 51.518127 440.988983 69.470886 449.303925 91.089783 C 457.656708 112.708679 462.040955 137.237793 462.040955 162.220459 L 462.040955 162.220459 Z"/>
+            <path id="path24" fill="#c4b289" fill-rule="evenodd" stroke="none" d="M 461.020477 162.220459 C 461.020477 186.900818 456.674011 211.165344 448.434631 232.557495 C 440.195282 253.949615 428.327545 271.713379 414.040955 284.072449 C 399.754333 296.431488 383.540161 302.932281 367.061432 302.932281 C 350.544891 302.932281 334.3685 296.431488 320.081879 284.072449 C 305.795288 271.713379 293.927551 253.949615 285.650391 232.557495 C 277.411011 211.165344 273.064575 186.900818 273.064575 162.220459 C 273.064575 137.50238 277.411011 113.237793 285.650391 91.845642 C 293.927551 70.453552 305.795288 52.689758 320.081879 40.330688 C 334.3685 27.97168 350.544891 21.470886 367.061432 21.470886 C 383.540161 21.470886 399.754333 27.97168 414.040955 40.330688 C 428.327545 52.689758 440.195282 70.453552 448.434631 91.845642 C 456.674011 113.237793 461.020477 137.50238 461.020477 162.220459 L 461.020477 162.220459 Z"/>
+            <path id="path25" fill="#c4b38a" fill-rule="evenodd" stroke="none" d="M 460.037781 162.220459 C 460.037781 186.63623 455.729126 210.674011 447.565369 231.839355 C 439.401581 253.00473 427.685028 270.579529 413.549591 282.787415 C 399.414185 294.99527 383.388977 301.420471 367.061432 301.420471 C 350.733856 301.420471 334.708649 294.99527 320.573242 282.787415 C 306.437805 270.579529 294.683472 253.00473 286.519684 231.839355 C 278.355896 210.674011 274.085052 186.63623 274.085052 162.220459 C 274.085052 137.766907 278.355896 113.766907 286.519684 92.601563 C 294.683472 71.436218 306.437805 53.861389 320.573242 41.615723 C 334.708649 29.407898 350.733856 22.982666 367.061432 22.982666 C 383.388977 22.982666 399.414185 29.407898 413.549591 41.615723 C 427.685028 53.861389 439.401581 71.436218 447.565369 92.601563 C 455.729126 113.766907 460.037781 137.766907 460.037781 162.220459 L 460.037781 162.220459 Z"/>
+            <path id="path26" fill="#c5b48b" fill-rule="evenodd" stroke="none" d="M 459.017334 162.220459 C 459.017334 186.371643 454.784241 210.144897 446.696075 231.083466 C 438.64566 252.022034 427.042511 269.407867 413.058258 281.50235 C 399.074005 293.559052 383.200012 299.946442 367.061432 299.946442 C 350.922821 299.946442 335.048828 293.559052 321.064575 281.50235 C 307.080322 269.407867 295.477173 252.022034 287.388977 231.083466 C 279.338593 210.144897 275.067719 186.371643 275.067719 162.220459 C 275.067719 138.031494 279.338593 114.25824 287.388977 93.319702 C 295.477173 72.381104 307.080322 54.9953 321.064575 42.938599 C 335.048828 30.844116 350.922821 24.456665 367.061432 24.456665 C 383.200012 24.456665 399.074005 30.844116 413.058258 42.938599 C 427.042511 54.9953 438.64566 72.381104 446.696075 93.319702 C 454.784241 114.25824 459.017334 138.031494 459.017334 162.220459 L 459.017334 162.220459 Z"/>
+            <path id="path27" fill="#c6b48c" fill-rule="evenodd" stroke="none" d="M 458.034637 162.220459 C 458.034637 186.107117 453.839355 209.615723 445.864563 230.327545 C 437.851959 251.039368 426.362213 268.236206 412.529144 280.179535 C 398.733856 292.160645 383.011017 298.434631 367.061432 298.434631 C 351.074005 298.434631 335.388977 292.160645 321.555908 280.179535 C 307.722839 268.236206 296.233063 251.039368 288.25827 230.327545 C 280.283478 209.615723 276.088196 186.107117 276.088196 162.220459 C 276.088196 138.296082 280.283478 114.787415 288.25827 94.075562 C 296.233063 73.36377 307.722839 56.166931 321.555908 44.223633 C 335.388977 32.280334 351.074005 25.968506 367.061432 25.968506 C 383.011017 25.968506 398.733856 32.280334 412.529144 44.223633 C 426.362213 56.166931 437.851959 73.36377 445.864563 94.075562 C 453.839355 114.787415 458.034637 138.296082 458.034637 162.220459 L 458.034637 162.220459 Z"/>
+            <path id="path28" fill="#c6b58e" fill-rule="evenodd" stroke="none" d="M 457.051971 162.220459 C 457.051971 185.842529 452.894501 209.086609 444.99527 229.571655 C 437.096069 250.056702 425.719696 267.064575 412.037781 278.894501 C 398.355896 290.724396 382.859833 296.960632 367.061432 296.960632 C 351.263 296.960632 335.729126 290.724396 322.085052 278.894501 C 308.403137 267.064575 297.026764 250.056702 289.127563 229.571655 C 281.228333 209.086609 277.070862 185.842529 277.070862 162.220459 C 277.070862 138.560608 281.228333 115.316528 289.127563 94.831482 C 297.026764 74.346436 308.403137 57.338562 322.085052 45.508667 C 335.729126 33.678711 351.263 27.480286 367.061432 27.480286 C 382.859833 27.480286 398.355896 33.678711 412.037781 45.508667 C 425.719696 57.338562 437.096069 74.346436 444.99527 94.831482 C 452.894501 115.316528 457.051971 138.560608 457.051971 162.220459 L 457.051971 162.220459 Z"/>
+            <path id="path29" fill="#c7b68f" fill-rule="evenodd" stroke="none" d="M 456.031494 162.220459 C 456.031494 185.577942 451.911804 208.557495 444.125977 228.815735 C 436.302368 249.074005 425.077179 265.892914 411.546448 277.609436 C 398.015747 289.288177 382.670868 295.448822 367.061432 295.448822 C 351.451965 295.448822 336.107086 289.288177 322.576385 277.609436 C 309.045654 265.892914 297.820465 249.074005 289.996857 228.815735 C 282.173218 208.557495 278.091339 185.577942 278.091339 162.220459 C 278.091339 138.825195 282.173218 115.845642 289.996857 95.587402 C 297.820465 75.329163 309.045654 58.510254 322.576385 46.793701 C 336.107086 35.11499 351.451965 28.954346 367.061432 28.954346 C 382.670868 28.954346 398.015747 35.11499 411.546448 46.793701 C 425.077179 58.510254 436.302368 75.329163 444.125977 95.587402 C 451.911804 115.845642 456.031494 138.825195 456.031494 162.220459 L 456.031494 162.220459 Z"/>
+            <path id="path30" fill="#c8b790" fill-rule="evenodd" stroke="none" d="M 455.048828 162.220459 C 455.048828 185.313416 450.966919 208.066162 443.256683 228.097656 C 435.508667 248.091339 424.434631 264.721252 411.055115 276.286621 C 397.675598 287.851959 382.481903 293.937012 367.061432 293.937012 C 351.603149 293.937012 336.447235 287.851959 323.067719 276.286621 C 309.688202 264.721252 298.576385 248.091339 290.86615 228.097656 C 283.155914 208.066162 279.074005 185.313416 279.074005 162.220459 C 279.074005 139.089783 283.155914 116.374817 290.86615 96.343323 C 298.576385 76.311829 309.688202 59.681885 323.067719 48.116516 C 336.447235 36.551208 351.603149 30.466125 367.061432 30.466125 C 382.481903 30.466125 397.675598 36.551208 411.055115 48.116516 C 424.434631 59.681885 435.508667 76.311829 443.256683 96.343323 C 450.966919 116.374817 455.048828 139.089783 455.048828 162.220459 L 455.048828 162.220459 Z"/>
+            <path id="path31" fill="#c8b892" fill-rule="evenodd" stroke="none" d="M 454.028351 162.220459 C 454.028351 185.086609 450.022034 207.536987 442.38739 227.341736 C 434.752747 247.146454 423.754333 263.587402 410.563782 275.001587 C 397.335419 286.453552 382.330719 292.462982 367.061432 292.462982 C 351.792114 292.462982 336.787415 286.453552 323.559052 275.001587 C 310.330719 263.587402 299.370087 247.146454 291.735443 227.341736 C 284.1008 207.536987 280.094482 185.086609 280.094482 162.220459 C 280.094482 139.354309 284.1008 116.86615 291.735443 97.099182 C 299.370087 77.294495 310.330719 60.853516 323.559052 49.40155 C 336.787415 37.987427 351.792114 31.940186 367.061432 31.940186 C 382.330719 31.940186 397.335419 37.987427 410.563782 49.40155 C 423.754333 60.853516 434.752747 77.294495 442.38739 97.099182 C 450.022034 116.86615 454.028351 139.354309 454.028351 162.220459 L 454.028351 162.220459 Z"/>
+            <path id="path32" fill="#c9b993" fill-rule="evenodd" stroke="none" d="M 453.045654 162.220459 C 453.045654 184.822021 449.077179 207.007874 441.518097 226.585815 C 433.959045 246.163788 423.111816 262.415741 410.034637 273.716522 C 396.957489 285.017334 382.141724 290.951172 367.061432 290.951172 C 351.98111 290.951172 337.127563 285.017334 324.050385 273.716522 C 311.011017 262.415741 300.125977 246.163788 292.604736 226.585815 C 285.045654 207.007874 281.077179 184.822021 281.077179 162.220459 C 281.077179 139.618896 285.045654 117.395264 292.604736 97.817322 C 300.125977 78.23938 311.011017 61.987427 324.050385 50.686584 C 337.127563 39.385803 351.98111 33.451965 367.061432 33.451965 C 382.141724 33.451965 396.957489 39.385803 410.034637 50.686584 C 423.111816 61.987427 433.959045 78.23938 441.518097 97.817322 C 449.077179 117.395264 453.045654 139.618896 453.045654 162.220459 L 453.045654 162.220459 Z"/>
+            <path id="path33" fill="#cab994" fill-rule="evenodd" stroke="none" d="M 452.025208 162.220459 C 452.025208 184.557495 448.094482 206.47876 440.648804 225.829895 C 433.203156 245.181091 422.469299 261.24408 409.543304 272.393707 C 396.61731 283.581116 381.99054 289.477173 367.061432 289.477173 C 352.132294 289.477173 337.467712 283.581116 324.579529 272.393707 C 311.653534 261.24408 300.919678 245.181091 293.47403 225.829895 C 285.99054 206.47876 282.059845 184.557495 282.059845 162.220459 C 282.059845 139.883484 285.99054 117.924438 293.47403 98.573242 C 300.919678 79.222046 311.653534 63.159058 324.579529 52.00946 C 337.467712 40.822021 352.132294 34.963806 367.061432 34.963806 C 381.99054 34.963806 396.61731 40.822021 409.543304 52.00946 C 422.469299 63.159058 433.203156 79.222046 440.648804 98.573242 C 448.094482 117.924438 452.025208 139.883484 452.025208 162.220459 L 452.025208 162.220459 Z"/>
+            <path id="path34" fill="#caba95" fill-rule="evenodd" stroke="none" d="M 451.042511 162.220459 C 451.042511 184.292908 447.149597 205.949585 439.779541 225.074036 C 432.409454 244.198425 421.826782 260.072449 409.051971 271.108673 C 396.277161 282.144867 381.801575 287.965363 367.061432 287.965363 C 352.321259 287.965363 337.845673 282.144867 325.070862 271.108673 C 312.296051 260.072449 301.713379 244.198425 294.343292 225.074036 C 286.973236 205.949585 283.080322 184.292908 283.080322 162.220459 C 283.080322 140.14801 286.973236 118.453552 294.343292 99.329163 C 301.713379 80.204712 312.296051 64.330688 325.070862 53.294495 C 337.845673 42.25824 352.321259 36.437805 367.061432 36.437805 C 381.801575 36.437805 396.277161 42.25824 409.051971 53.294495 C 421.826782 64.330688 432.409454 80.204712 439.779541 99.329163 C 447.149597 118.453552 451.042511 140.14801 451.042511 162.220459 L 451.042511 162.220459 Z"/>
+            <path id="path35" fill="#cbbb97" fill-rule="evenodd" stroke="none" d="M 450.022034 162.220459 C 450.022034 184.02832 446.204712 205.458252 438.910248 224.318115 C 431.653534 243.215759 421.146454 258.900787 408.560638 269.823608 C 395.937012 280.708649 381.61261 286.453552 367.061432 286.453552 C 352.472443 286.453552 338.185822 280.708649 325.562195 269.823608 C 312.938568 258.900787 302.469299 243.215759 295.174805 224.318115 C 287.918121 205.458252 284.062988 184.02832 284.062988 162.220459 C 284.062988 140.374817 287.918121 118.982666 295.174805 100.085022 C 302.469299 81.187378 312.938568 65.50238 325.562195 54.579529 C 338.185822 43.694458 352.472443 37.949585 367.061432 37.949585 C 381.61261 37.949585 395.937012 43.694458 408.560638 54.579529 C 421.146454 65.50238 431.653534 81.187378 438.910248 100.085022 C 446.204712 118.982666 450.022034 140.374817 450.022034 162.220459 L 450.022034 162.220459 Z"/>
+            <path id="path36" fill="#cbbc98" fill-rule="evenodd" stroke="none" d="M 449.039368 162.220459 C 449.039368 183.763794 445.259857 204.929138 438.040955 223.599976 C 430.859833 242.233063 420.503937 257.729126 408.031494 268.538574 C 395.596863 279.310242 381.461426 284.979523 367.061432 284.979523 C 352.661407 284.979523 338.52597 279.310242 326.053558 268.538574 C 313.618896 257.729126 303.263 242.233063 296.044098 223.599976 C 288.863007 204.929138 285.083466 183.763794 285.083466 162.220459 C 285.083466 140.639343 288.863007 119.473999 296.044098 100.840942 C 303.263 82.170105 313.618896 66.674011 326.053558 55.902344 C 338.52597 45.130737 352.661407 39.423645 367.061432 39.423645 C 381.461426 39.423645 395.596863 45.130737 408.031494 55.902344 C 420.503937 66.674011 430.859833 82.170105 438.040955 100.840942 C 445.259857 119.473999 449.039368 140.639343 449.039368 162.220459 L 449.039368 162.220459 Z"/>
+            <path id="path37" fill="#ccbd99" fill-rule="evenodd" stroke="none" d="M 448.01889 162.220459 C 448.01889 183.499207 444.277161 204.400024 437.171661 222.844116 C 430.066132 241.288177 419.86142 256.595276 407.540161 267.215759 C 395.218903 277.874023 381.27243 283.467712 367.061432 283.467712 C 352.850403 283.467712 338.86615 277.874023 326.582672 267.215759 C 314.261414 256.595276 304.01889 241.288177 296.913391 222.844116 C 289.807861 204.400024 286.066132 183.499207 286.066132 162.220459 C 286.066132 140.903931 289.807861 120.003174 296.913391 101.559082 C 304.01889 83.152771 314.261414 67.845642 326.582672 57.187378 C 338.86615 46.529114 352.850403 40.935425 367.061432 40.935425 C 381.27243 40.935425 395.218903 46.529114 407.540161 57.187378 C 419.86142 67.845642 430.066132 83.152771 437.171661 101.559082 C 444.277161 120.003174 448.01889 140.903931 448.01889 162.220459 L 448.01889 162.220459 Z"/>
+            <path id="path38" fill="#cdbd9a" fill-rule="evenodd" stroke="none" d="M 447.036224 162.220459 C 447.036224 183.234619 443.332275 203.87085 436.340149 222.088196 C 429.310242 240.305511 419.218903 255.423615 407.048828 265.930695 C 394.878754 276.437805 381.083466 281.993713 367.061432 281.993713 C 353.001587 281.993713 339.206299 276.437805 327.074005 265.930695 C 314.903931 255.423615 304.812592 240.305511 297.782684 222.088196 C 290.752747 203.87085 287.086609 183.234619 287.086609 162.220459 C 287.086609 141.168518 290.752747 120.532288 297.782684 102.314941 C 304.812592 84.097656 314.903931 68.979553 327.074005 58.472412 C 339.206299 47.965332 353.001587 42.447266 367.061432 42.447266 C 381.083466 42.447266 394.878754 47.965332 407.048828 58.472412 C 419.218903 68.979553 429.310242 84.097656 436.340149 102.314941 C 443.332275 120.532288 447.036224 141.168518 447.036224 162.220459 L 447.036224 162.220459 Z"/>
+            <path id="path39" fill="#cdbe9c" fill-rule="evenodd" stroke="none" d="M 446.053558 162.220459 C 446.053558 182.970093 442.38739 203.379517 435.470856 221.332275 C 428.516541 239.322845 418.538574 254.251984 406.557495 264.64566 C 394.538574 275.001587 380.932281 280.481903 367.061432 280.481903 C 353.190552 280.481903 339.584259 275.001587 327.565369 264.64566 C 315.546448 254.251984 305.606293 239.322845 298.651978 221.332275 C 291.735443 203.379517 288.069305 182.970093 288.069305 162.220459 C 288.069305 141.433044 291.735443 121.061401 298.651978 103.070862 C 305.606293 85.080322 315.546448 70.151184 327.565369 59.795288 C 339.584259 49.40155 353.190552 43.921265 367.061432 43.921265 C 380.932281 43.921265 394.538574 49.40155 406.557495 59.795288 C 418.538574 70.151184 428.516541 85.080322 435.470856 103.070862 C 442.38739 121.061401 446.053558 141.433044 446.053558 162.220459 L 446.053558 162.220459 Z"/>
+            <path id="path40" fill="#cebf9d" fill-rule="evenodd" stroke="none" d="M 445.033081 162.220459 C 445.033081 182.705505 441.442505 202.850403 434.601563 220.576355 C 427.76062 238.340149 417.896057 253.080322 406.066132 263.322845 C 394.198425 273.603149 380.743317 278.970093 367.061432 278.970093 C 353.379517 278.970093 339.924408 273.603149 328.056702 263.322845 C 316.226776 253.080322 306.362213 238.340149 299.521271 220.576355 C 292.680328 202.850403 289.089752 182.705505 289.089752 162.220459 C 289.089752 141.697632 292.680328 121.552734 299.521271 103.826782 C 306.362213 86.062988 316.226776 71.322815 328.056702 61.080322 C 339.924408 50.837769 353.379517 45.433044 367.061432 45.433044 C 380.743317 45.433044 394.198425 50.837769 406.066132 61.080322 C 417.896057 71.322815 427.76062 86.062988 434.601563 103.826782 C 441.442505 121.552734 445.033081 141.697632 445.033081 162.220459 L 445.033081 162.220459 Z"/>
+            <path id="path41" fill="#cfc09e" fill-rule="evenodd" stroke="none" d="M 444.050385 162.220459 C 444.050385 182.440918 440.49765 202.321289 433.732269 219.858276 C 426.966919 237.357483 417.25354 251.908661 405.537018 262.037781 C 393.858276 272.166931 380.554321 277.496063 367.061432 277.496063 C 353.530701 277.496063 340.264557 272.166931 328.548035 262.037781 C 316.869293 251.908661 307.155914 237.357483 300.390564 219.858276 C 293.625183 202.321289 290.072449 182.440918 290.072449 162.220459 C 290.072449 141.962219 293.625183 122.081909 300.390564 104.582703 C 307.155914 87.045654 316.869293 72.494507 328.548035 62.365356 C 340.264557 52.236206 353.530701 46.944885 367.061432 46.944885 C 380.554321 46.944885 393.858276 52.236206 405.537018 62.365356 C 417.25354 72.494507 426.966919 87.045654 433.732269 104.582703 C 440.49765 122.081909 444.050385 141.962219 444.050385 162.220459 L 444.050385 162.220459 Z"/>
+            <path id="path42" fill="#cfc19f" fill-rule="evenodd" stroke="none" d="M 443.029907 162.220459 C 443.029907 182.176392 439.514954 201.792114 432.863007 219.102356 C 426.173218 236.374817 416.611023 250.774811 405.045654 260.752747 C 393.480316 270.730713 380.403137 275.984253 367.061432 275.984253 C 353.719696 275.984253 340.604736 270.730713 329.077179 260.752747 C 317.51181 250.774811 307.911804 236.374817 301.259857 219.102356 C 294.570068 201.792114 291.092926 182.176392 291.092926 162.220459 C 291.092926 142.226746 294.570068 122.611023 301.259857 105.300781 C 307.911804 88.02832 317.51181 73.666138 329.077179 63.650391 C 340.604736 53.672424 353.719696 48.418884 367.061432 48.418884 C 380.403137 48.418884 393.480316 53.672424 405.045654 63.650391 C 416.611023 73.666138 426.173218 88.02832 432.863007 105.300781 C 439.514954 122.611023 443.029907 142.226746 443.029907 162.220459 L 443.029907 162.220459 Z"/>
+            <path id="path43" fill="#d0c2a1" fill-rule="evenodd" stroke="none" d="M 442.047241 162.220459 C 442.047241 181.911804 438.570068 201.263 431.993713 218.346436 C 425.417328 235.429932 415.930695 249.603149 404.554321 259.429932 C 393.140167 269.294495 380.214172 274.472443 367.061432 274.472443 C 353.908661 274.472443 340.982666 269.294495 329.568512 259.429932 C 318.154327 249.603149 308.705505 235.429932 302.12912 218.346436 C 295.552765 201.263 292.075592 181.911804 292.075592 162.220459 C 292.075592 142.491333 295.552765 123.140137 302.12912 106.056702 C 308.705505 89.011047 318.154327 74.837769 329.568512 64.973206 C 340.982666 55.108643 353.908661 49.930725 367.061432 49.930725 C 380.214172 49.930725 393.140167 55.108643 404.554321 64.973206 C 415.930695 74.837769 425.417328 89.011047 431.993713 106.056702 C 438.570068 123.140137 442.047241 142.491333 442.047241 162.220459 L 442.047241 162.220459 Z"/>
+            <path id="path44" fill="#d0c2a2" fill-rule="evenodd" stroke="none" d="M 441.026764 162.220459 C 441.026764 181.647217 437.625183 200.771667 431.12442 217.590576 C 424.623627 234.447235 415.288177 248.431488 404.062988 258.144867 C 392.799988 267.858276 380.025208 272.998413 367.061432 272.998413 C 354.059845 272.998413 341.322845 267.858276 330.059845 258.144867 C 318.834656 248.431488 309.461426 234.447235 302.998413 217.590576 C 296.49765 200.771667 293.058258 181.647217 293.058258 162.220459 C 293.058258 142.75592 296.49765 123.669312 302.998413 106.812622 C 309.461426 89.955933 318.834656 75.97168 330.059845 66.25824 C 341.322845 56.544861 354.059845 51.404724 367.061432 51.404724 C 380.025208 51.404724 392.799988 56.544861 404.062988 66.25824 C 415.288177 75.97168 424.623627 89.955933 431.12442 106.812622 C 437.625183 123.669312 441.026764 142.75592 441.026764 162.220459 L 441.026764 162.220459 Z"/>
+            <path id="path45" fill="#d1c3a3" fill-rule="evenodd" stroke="none" d="M 440.044098 162.220459 C 440.044098 181.38269 436.680328 200.242493 430.255127 216.834656 C 423.867706 233.464569 414.64566 247.259857 403.533844 256.859833 C 392.459839 266.459839 379.874023 271.486603 367.061432 271.486603 C 354.24881 271.486603 341.662994 266.459839 330.551178 256.859833 C 319.477173 247.259857 310.255127 233.464569 303.867706 216.834656 C 297.442505 200.242493 294.078735 181.38269 294.078735 162.220459 C 294.078735 143.020447 297.442505 124.160645 303.867706 107.568481 C 310.255127 90.938599 319.477173 77.143311 330.551178 67.543335 C 341.662994 57.981079 354.24881 52.916565 367.061432 52.916565 C 379.874023 52.916565 392.459839 57.981079 403.533844 67.543335 C 414.64566 77.143311 423.867706 90.938599 430.255127 107.568481 C 436.680328 124.160645 440.044098 143.020447 440.044098 162.220459 L 440.044098 162.220459 Z"/>
+            <path id="path46" fill="#d2c4a4" fill-rule="evenodd" stroke="none" d="M 439.023621 162.220459 C 439.023621 181.118103 435.697632 199.713379 429.385834 216.116516 C 423.074005 232.481903 414.003143 246.088196 403.042511 255.574799 C 392.11969 265.023621 379.685028 270.012604 367.061432 270.012604 C 354.437805 270.012604 342.003143 265.023621 331.080322 255.574799 C 320.11969 246.088196 311.048828 232.481903 304.699219 216.116516 C 298.38739 199.713379 295.061432 181.118103 295.061432 162.220459 C 295.061432 143.285034 298.38739 124.689758 304.699219 108.324402 C 311.048828 91.921265 320.11969 78.314941 331.080322 68.86615 C 342.003143 59.379517 354.437805 54.428345 367.061432 54.428345 C 379.685028 54.428345 392.11969 59.379517 403.042511 68.86615 C 414.003143 78.314941 423.074005 91.921265 429.385834 108.324402 C 435.697632 124.689758 439.023621 143.285034 439.023621 162.220459 L 439.023621 162.220459 Z"/>
+            <path id="path47" fill="#d2c5a6" fill-rule="evenodd" stroke="none" d="M 438.040955 162.220459 C 438.040955 180.853516 434.752747 199.184265 428.516541 215.360657 C 422.318115 231.499207 413.322845 244.916534 402.551178 254.251984 C 391.74173 263.587402 379.533844 268.500793 367.061432 268.500793 C 354.588989 268.500793 342.343292 263.587402 331.571655 254.251984 C 320.762207 244.916534 311.804718 231.499207 305.568512 215.360657 C 299.370087 199.184265 296.081879 180.853516 296.081879 162.220459 C 296.081879 143.549622 299.370087 125.218872 305.568512 109.042542 C 311.804718 92.903931 320.762207 79.486633 331.571655 70.151184 C 342.343292 60.815735 354.588989 55.902344 367.061432 55.902344 C 379.533844 55.902344 391.74173 60.815735 402.551178 70.151184 C 413.322845 79.486633 422.318115 92.903931 428.516541 109.042542 C 434.752747 125.218872 438.040955 143.549622 438.040955 162.220459 L 438.040955 162.220459 Z"/>
+            <path id="path48" fill="#d3c6a7" fill-rule="evenodd" stroke="none" d="M 437.058258 162.220459 C 437.058258 180.588989 433.807861 198.65509 427.647247 214.604736 C 421.524414 230.554321 412.680328 243.782684 402.059845 252.966919 C 391.401581 262.151184 379.344879 266.988983 367.061432 266.988983 C 354.777954 266.988983 342.721252 262.151184 332.062988 252.966919 C 321.442505 243.782684 312.598419 230.554321 306.437805 214.604736 C 300.314972 198.65509 297.064575 180.588989 297.064575 162.220459 C 297.064575 143.814148 300.314972 125.748047 306.437805 109.798401 C 312.598419 93.886597 321.442505 80.658264 332.062988 71.436218 C 342.721252 62.251953 354.777954 57.414185 367.061432 57.414185 C 379.344879 57.414185 391.401581 62.251953 402.059845 71.436218 C 412.680328 80.658264 421.524414 93.886597 427.647247 109.798401 C 433.807861 125.748047 437.058258 143.814148 437.058258 162.220459 L 437.058258 162.220459 Z"/>
+            <path id="path49" fill="#d4c6a8" fill-rule="evenodd" stroke="none" d="M 436.037781 162.220459 C 436.037781 180.324402 432.863007 198.163757 426.815735 213.848816 C 420.730713 229.571655 412.037781 242.611023 401.530701 251.681885 C 391.061432 260.752747 379.155914 265.514954 367.061432 265.514954 C 354.929138 265.514954 343.061432 260.752747 332.554321 251.681885 C 322.085052 242.611023 313.35434 229.571655 307.307098 213.848816 C 301.259857 198.163757 298.085052 180.324402 298.085052 162.220459 C 298.085052 144.078735 301.259857 126.277161 307.307098 110.554321 C 313.35434 94.869263 322.085052 81.792114 332.554321 72.759033 C 343.061432 63.688171 354.929138 58.888184 367.061432 58.888184 C 379.155914 58.888184 391.061432 63.688171 401.530701 72.759033 C 412.037781 81.792114 420.730713 94.869263 426.815735 110.554321 C 432.863007 126.277161 436.037781 144.078735 436.037781 162.220459 L 436.037781 162.220459 Z"/>
+            <path id="path50" fill="#d4c7a9" fill-rule="evenodd" stroke="none" d="M 435.055115 162.220459 C 435.055115 180.059814 431.918121 197.634644 425.946442 213.092896 C 419.974792 228.588989 411.395264 241.439362 401.039368 250.35907 C 390.721252 259.316528 379.00473 264.003143 367.061432 264.003143 C 355.118103 264.003143 343.401581 259.316528 333.083466 250.35907 C 322.72757 241.439362 314.148041 228.588989 308.176392 213.092896 C 302.204712 197.634644 299.067719 180.059814 299.067719 162.220459 C 299.067719 144.343323 302.204712 126.768494 308.176392 111.310242 C 314.148041 95.814148 322.72757 82.963806 333.083466 74.044067 C 343.401581 65.086609 355.118103 60.400024 367.061432 60.400024 C 379.00473 60.400024 390.721252 65.086609 401.039368 74.044067 C 411.395264 82.963806 419.974792 95.814148 425.946442 111.310242 C 431.918121 126.768494 435.055115 144.343323 435.055115 162.220459 L 435.055115 162.220459 Z"/>
+            <path id="path51" fill="#d5c8ab" fill-rule="evenodd" stroke="none" d="M 434.034637 162.220459 C 434.034637 179.795288 430.935425 197.10553 425.077179 212.374817 C 419.181091 227.606323 410.714966 240.267731 400.548035 249.074005 C 390.381104 257.88031 378.815735 262.529144 367.061432 262.529144 C 355.307098 262.529144 343.74173 257.88031 333.574799 249.074005 C 323.370087 240.267731 314.941742 227.606323 309.045654 212.374817 C 303.149597 197.10553 300.088196 179.795288 300.088196 162.220459 C 300.088196 144.607849 303.149597 127.297607 309.045654 112.066162 C 314.941742 96.796875 323.370087 84.135437 333.574799 75.329163 C 343.74173 66.522827 355.307098 61.911804 367.061432 61.911804 C 378.815735 61.911804 390.381104 66.522827 400.548035 75.329163 C 410.714966 84.135437 419.181091 96.796875 425.077179 112.066162 C 430.935425 127.297607 434.034637 144.607849 434.034637 162.220459 L 434.034637 162.220459 Z"/>
+            <path id="path52" fill="#d5c9ac" fill-rule="evenodd" stroke="none" d="M 433.051971 162.220459 C 433.051971 179.568481 429.99054 196.576355 424.207886 211.618896 C 418.425201 226.623596 410.072449 239.096069 400.056702 247.788971 C 390.003143 256.444092 378.62677 261.017334 367.061432 261.017334 C 355.458282 261.017334 344.081879 256.444092 334.066132 247.788971 C 324.050385 239.096069 315.697632 226.623596 309.914948 211.618896 C 304.132294 196.576355 301.070862 179.568481 301.070862 162.220459 C 301.070862 144.872437 304.132294 127.826782 309.914948 112.784241 C 315.697632 97.779541 324.050385 85.307068 334.066132 76.651978 C 344.081879 67.959045 355.458282 63.385803 367.061432 63.385803 C 378.62677 63.385803 390.003143 67.959045 400.056702 76.651978 C 410.072449 85.307068 418.425201 97.779541 424.207886 112.784241 C 429.99054 127.826782 433.051971 144.872437 433.051971 162.220459 L 433.051971 162.220459 Z"/>
+            <path id="path53" fill="#d6caad" fill-rule="evenodd" stroke="none" d="M 432.031494 162.220459 C 432.031494 179.303955 429.045654 196.085022 423.338593 210.862976 C 417.6315 225.64093 409.429932 237.924408 399.565369 246.466156 C 389.662994 255.007874 378.475586 259.505524 367.061432 259.505524 C 355.647247 259.505524 344.459839 255.007874 334.557495 246.466156 C 324.692902 237.924408 316.491333 225.64093 310.784241 210.862976 C 305.077179 196.085022 302.053558 179.303955 302.053558 162.220459 C 302.053558 145.137024 305.077179 128.355896 310.784241 113.540161 C 316.491333 98.762207 324.692902 86.47876 334.557495 77.937012 C 344.459839 69.395264 355.647247 64.897644 367.061432 64.897644 C 378.475586 64.897644 389.662994 69.395264 399.565369 77.937012 C 409.429932 86.47876 417.6315 98.762207 423.338593 113.540161 C 429.045654 128.355896 432.031494 145.137024 432.031494 162.220459 L 432.031494 162.220459 Z"/>
+            <path id="path54" fill="#d7cbae" fill-rule="evenodd" stroke="none" d="M 431.048828 162.220459 C 431.048828 179.039368 428.1008 195.555908 422.469299 210.107117 C 416.837799 224.696045 408.787415 236.790558 399.036224 245.181091 C 389.322845 253.609436 378.286621 258.031494 367.061432 258.031494 C 355.836212 258.031494 344.799988 253.609436 335.048828 245.181091 C 325.335419 236.790558 317.247253 224.696045 311.653534 210.107117 C 306.022034 195.555908 303.074005 179.039368 303.074005 162.220459 C 303.074005 145.40155 306.022034 128.847229 311.653534 114.296082 C 317.247253 99.744873 325.335419 87.650391 335.048828 79.222046 C 344.799988 70.831482 355.836212 66.371643 367.061432 66.371643 C 378.286621 66.371643 389.322845 70.831482 399.036224 79.222046 C 408.787415 87.650391 416.837799 99.744873 422.469299 114.296082 C 428.1008 128.847229 431.048828 145.40155 431.048828 162.220459 L 431.048828 162.220459 Z"/>
+            <path id="path55" fill="#d7cbb0" fill-rule="evenodd" stroke="none" d="M 430.028351 162.220459 C 430.028351 178.77478 427.118103 195.026794 421.600006 209.351196 C 416.081879 223.713379 408.107086 235.618896 398.544891 243.896057 C 388.982666 252.173218 378.097626 256.519684 367.061432 256.519684 C 355.987396 256.519684 345.140167 252.173218 335.577942 243.896057 C 325.977966 235.618896 318.040955 223.713379 312.522827 209.351196 C 306.966919 195.026794 304.056702 178.77478 304.056702 162.220459 C 304.056702 145.666138 306.966919 129.376404 312.522827 115.051941 C 318.040955 100.689758 325.977966 88.784241 335.577942 80.50708 C 345.140167 72.229919 355.987396 67.883484 367.061432 67.883484 C 378.097626 67.883484 388.982666 72.229919 398.544891 80.50708 C 408.107086 88.784241 416.081879 100.689758 421.600006 115.051941 C 427.118103 129.376404 430.028351 145.666138 430.028351 162.220459 L 430.028351 162.220459 Z"/>
+            <path id="path56" fill="#d8ccb1" fill-rule="evenodd" stroke="none" d="M 429.045654 162.220459 C 429.045654 178.510254 426.173218 194.49762 420.730713 208.633057 C 415.288177 222.730713 407.464569 234.447235 398.053558 242.573242 C 388.642517 250.737 377.946442 255.045654 367.061432 255.045654 C 356.176392 255.045654 345.480316 250.737 336.069305 242.573242 C 326.658264 234.447235 318.834656 222.730713 313.39212 208.633057 C 307.949615 194.49762 305.077179 178.510254 305.077179 162.220459 C 305.077179 145.930725 307.949615 129.905518 313.39212 115.807861 C 318.834656 101.672424 326.658264 89.955933 336.069305 81.829895 C 345.480316 73.666138 356.176392 69.395264 367.061432 69.395264 C 377.946442 69.395264 388.642517 73.666138 398.053558 81.829895 C 407.464569 89.955933 415.288177 101.672424 420.730713 115.807861 C 426.173218 129.905518 429.045654 145.930725 429.045654 162.220459 L 429.045654 162.220459 Z"/>
+            <path id="path57" fill="#d9cdb2" fill-rule="evenodd" stroke="none" d="M 428.025208 162.220459 C 428.025208 178.245667 425.228333 193.968506 419.86142 207.877136 C 414.532288 221.748047 406.822052 233.275604 397.562195 241.288177 C 388.264557 249.300781 377.757477 253.533844 367.061432 253.533844 C 356.365356 253.533844 345.820465 249.300781 336.560638 241.288177 C 327.300781 233.275604 319.590546 221.748047 314.223633 207.877136 C 308.894501 193.968506 306.059845 178.245667 306.059845 162.220459 C 306.059845 146.157471 308.894501 130.434631 314.223633 116.526001 C 319.590546 102.65509 327.300781 91.127563 336.560638 83.11499 C 345.820465 75.102356 356.365356 70.869263 367.061432 70.869263 C 377.757477 70.869263 388.264557 75.102356 397.562195 83.11499 C 406.822052 91.127563 414.532288 102.65509 419.86142 116.526001 C 425.228333 130.434631 428.025208 146.157471 428.025208 162.220459 L 428.025208 162.220459 Z"/>
+            <path id="path58" fill="#d9ceb3" fill-rule="evenodd" stroke="none" d="M 427.042511 162.220459 C 427.042511 177.981079 424.283478 193.477173 418.992126 207.121277 C 413.738586 220.765381 406.179535 232.103943 397.033081 240.003143 C 387.924408 247.864563 377.568512 252.022034 367.061432 252.022034 C 356.516541 252.022034 346.198425 247.864563 337.051971 240.003143 C 327.943298 232.103943 320.384247 220.765381 315.092926 207.121277 C 309.839355 193.477173 307.080322 177.981079 307.080322 162.220459 C 307.080322 146.422058 309.839355 130.963806 315.092926 117.28186 C 320.384247 103.637817 327.943298 92.299194 337.051971 84.400024 C 346.198425 76.538574 356.516541 72.381104 367.061432 72.381104 C 377.568512 72.381104 387.924408 76.538574 397.033081 84.400024 C 406.179535 92.299194 413.738586 103.637817 418.992126 117.28186 C 424.283478 130.963806 427.042511 146.422058 427.042511 162.220459 L 427.042511 162.220459 Z"/>
+            <path id="path59" fill="#dacfb5" fill-rule="evenodd" stroke="none" d="M 426.059845 162.220459 C 426.059845 177.716553 423.300781 192.948059 418.122833 206.365356 C 412.944885 219.782654 405.499207 230.932281 396.541718 238.718109 C 387.584259 246.466156 377.417328 250.548035 367.061432 250.548035 C 356.705505 250.548035 346.538574 246.466156 337.581116 238.718109 C 328.585815 230.932281 321.140167 219.782654 315.962219 206.365356 C 310.784241 192.948059 308.062988 177.716553 308.062988 162.220459 C 308.062988 146.686584 310.784241 131.455139 315.962219 118.037781 C 321.140167 104.620483 328.585815 93.470886 337.581116 85.722839 C 346.538574 77.974792 356.705505 73.892883 367.061432 73.892883 C 377.417328 73.892883 387.584259 77.974792 396.541718 85.722839 C 405.499207 93.470886 412.944885 104.620483 418.122833 118.037781 C 423.300781 131.455139 426.059845 146.686584 426.059845 162.220459 L 426.059845 162.220459 Z"/>
+            <path id="path60" fill="#dbd0b6" fill-rule="evenodd" stroke="none" d="M 425.039368 162.220459 C 425.039368 177.451965 422.355896 192.418884 417.291351 205.609436 C 412.188965 218.837769 404.856689 229.798401 396.050385 237.395264 C 387.24408 245.029907 377.228333 249.036224 367.061432 249.036224 C 356.894501 249.036224 346.878754 245.029907 338.072449 237.395264 C 329.266144 229.798401 321.933868 218.837769 316.831482 205.609436 C 311.766937 192.418884 309.083466 177.451965 309.083466 162.220459 C 309.083466 146.951172 311.766937 131.984253 316.831482 118.793701 C 321.933868 105.603149 329.266144 94.642517 338.072449 87.007874 C 346.878754 79.37323 356.894501 75.366943 367.061432 75.366943 C 377.228333 75.366943 387.24408 79.37323 396.050385 87.007874 C 404.856689 94.642517 412.188965 105.603149 417.291351 118.793701 C 422.355896 131.984253 425.039368 146.951172 425.039368 162.220459 L 425.039368 162.220459 Z"/>
+            <path id="path61" fill="#dbd0b7" fill-rule="evenodd" stroke="none" d="M 424.056702 162.220459 C 424.056702 177.187378 421.411011 191.889771 416.422058 204.891357 C 411.395264 217.855103 404.214172 228.62677 395.559052 236.110229 C 386.903931 243.593689 377.077179 247.524414 367.061432 247.524414 C 357.045654 247.524414 347.218903 243.593689 338.563782 236.110229 C 329.908661 228.62677 322.689758 217.855103 317.700775 204.891357 C 312.711823 191.889771 310.066132 177.187378 310.066132 162.220459 C 310.066132 147.215759 312.711823 132.513367 317.700775 119.549622 C 322.689758 106.548035 329.908661 95.776367 338.563782 88.292908 C 347.218903 80.809448 357.045654 76.878723 367.061432 76.878723 C 377.077179 76.878723 386.903931 80.809448 395.559052 88.292908 C 404.214172 95.776367 411.395264 106.548035 416.422058 119.549622 C 421.411011 132.513367 424.056702 147.215759 424.056702 162.220459 L 424.056702 162.220459 Z"/>
+            <path id="path62" fill="#dcd1b9" fill-rule="evenodd" stroke="none" d="M 423.036224 162.220459 C 423.036224 176.922852 420.466156 191.398438 415.552765 204.135437 C 410.639374 216.872437 403.571655 227.455139 395.067719 234.825195 C 386.52597 242.157471 376.888184 246.050385 367.061432 246.050385 C 357.23465 246.050385 347.559052 242.157471 339.055115 234.825195 C 330.551178 227.455139 323.483459 216.872437 318.570068 204.135437 C 313.656708 191.398438 311.086609 176.922852 311.086609 162.220459 C 311.086609 147.480286 313.656708 133.042542 318.570068 120.2677 C 323.483459 107.530701 330.551178 96.948059 339.055115 89.615723 C 347.559052 82.245667 357.23465 78.352783 367.061432 78.352783 C 376.888184 78.352783 386.52597 82.245667 395.067719 89.615723 C 403.571655 96.948059 410.639374 107.530701 415.552765 120.2677 C 420.466156 133.042542 423.036224 147.480286 423.036224 162.220459 L 423.036224 162.220459 Z"/>
+            <path id="path63" fill="#dcd2ba" fill-rule="evenodd" stroke="none" d="M 422.053558 162.220459 C 422.053558 176.658264 419.521271 190.869263 414.683472 203.379517 C 409.845673 215.889771 402.891327 226.283447 394.538574 233.50235 C 386.185822 240.759064 376.699219 244.538574 367.061432 244.538574 C 357.385834 244.538574 347.937012 240.759064 339.546448 233.50235 C 331.193695 226.283447 324.277161 215.889771 319.439362 203.379517 C 314.601563 190.869263 312.069305 176.658264 312.069305 162.220459 C 312.069305 147.744873 314.601563 133.533875 319.439362 121.023621 C 324.277161 108.513367 331.193695 98.11969 339.546448 90.900818 C 347.937012 83.681885 357.385834 79.864563 367.061432 79.864563 C 376.699219 79.864563 386.185822 83.681885 394.538574 90.900818 C 402.891327 98.11969 409.845673 108.513367 414.683472 121.023621 C 419.521271 133.533875 422.053558 147.744873 422.053558 162.220459 L 422.053558 162.220459 Z"/>
+            <path id="path64" fill="#ddd3bb" fill-rule="evenodd" stroke="none" d="M 421.033081 162.220459 C 421.033081 176.393677 418.538574 190.340149 413.814178 202.623596 C 409.089752 214.907104 402.24881 225.111816 394.047241 232.217316 C 385.845673 239.322845 376.548035 243.064575 367.061432 243.064575 C 357.574799 243.064575 348.277161 239.322845 340.075592 232.217316 C 331.874023 225.111816 325.033081 214.907104 320.308655 202.623596 C 315.546448 190.340149 313.051971 176.393677 313.051971 162.220459 C 313.051971 148.00946 315.546448 134.062988 320.308655 121.779541 C 325.033081 109.496033 331.874023 99.291321 340.075592 92.185852 C 348.277161 85.080322 357.574799 81.376404 367.061432 81.376404 C 376.548035 81.376404 385.845673 85.080322 394.047241 92.185852 C 402.24881 99.291321 409.089752 109.496033 413.814178 121.779541 C 418.538574 134.062988 421.033081 148.00946 421.033081 162.220459 L 421.033081 162.220459 Z"/>
+            <path id="path65" fill="#ded4bc" fill-rule="evenodd" stroke="none" d="M 420.050385 162.220459 C 420.050385 176.12915 417.593689 189.811035 412.944885 201.867737 C 408.296051 213.924438 401.606293 223.940186 393.555908 230.932281 C 385.505524 237.886627 376.35907 241.552765 367.061432 241.552765 C 357.763794 241.552765 348.61731 237.886627 340.566925 230.932281 C 332.516541 223.940186 325.826782 213.924438 321.177948 201.867737 C 316.529144 189.811035 314.072449 176.12915 314.072449 162.220459 C 314.072449 148.273987 316.529144 134.592102 321.177948 122.535461 C 325.826782 110.47876 332.516541 100.463013 340.566925 93.470886 C 348.61731 86.516541 357.763794 82.850403 367.061432 82.850403 C 376.35907 82.850403 385.505524 86.516541 393.555908 93.470886 C 401.606293 100.463013 408.296051 110.47876 412.944885 122.535461 C 417.593689 134.592102 420.050385 148.273987 420.050385 162.220459 L 420.050385 162.220459 Z"/>
+            <path id="path66" fill="#ded4be" fill-rule="evenodd" stroke="none" d="M 419.029907 162.220459 C 419.029907 175.864563 416.648804 189.28186 412.075592 201.149597 C 407.50235 212.979553 400.963776 222.806274 393.064575 229.609436 C 385.165344 236.450409 376.170074 240.040955 367.061432 240.040955 C 357.914948 240.040955 348.957489 236.450409 341.058258 229.609436 C 333.159058 222.806274 326.582672 212.979553 322.047241 201.149597 C 317.47403 189.28186 315.055115 175.864563 315.055115 162.220459 C 315.055115 148.538574 317.47403 135.121277 322.047241 123.291321 C 326.582672 111.461426 333.159058 101.634644 341.058258 94.793701 C 348.957489 87.952759 357.914948 84.362183 367.061432 84.362183 C 376.170074 84.362183 385.165344 87.952759 393.064575 94.793701 C 400.963776 101.634644 407.50235 111.461426 412.075592 123.291321 C 416.648804 135.121277 419.029907 148.538574 419.029907 162.220459 L 419.029907 162.220459 Z"/>
+            <path id="path67" fill="#dfd5bf" fill-rule="evenodd" stroke="none" d="M 418.047241 162.220459 C 418.047241 175.599976 415.703949 188.790527 411.206299 200.393677 C 406.74646 211.996826 400.283478 221.634644 392.535431 228.324402 C 384.787415 235.01416 376.01889 238.566925 367.061432 238.566925 C 358.103943 238.566925 349.297638 235.01416 341.549591 228.324402 C 333.801575 221.634644 327.376373 211.996826 322.916534 200.393677 C 318.418884 188.790527 316.075592 175.599976 316.075592 162.220459 C 316.075592 148.803162 318.418884 135.650391 322.916534 124.047241 C 327.376373 112.406311 333.801575 102.768494 341.549591 96.078735 C 349.297638 89.388977 358.103943 85.836243 367.061432 85.836243 C 376.01889 85.836243 384.787415 89.388977 392.535431 96.078735 C 400.283478 102.768494 406.74646 112.406311 411.206299 124.047241 C 415.703949 135.650391 418.047241 148.803162 418.047241 162.220459 L 418.047241 162.220459 Z"/>
+            <path id="path68" fill="#e0d6c0" fill-rule="evenodd" stroke="none" d="M 417.026764 162.220459 C 417.026764 175.335449 414.721252 188.261414 410.337006 199.637817 C 405.952759 211.01416 399.64093 220.463013 392.044098 227.039368 C 384.447235 233.615753 375.829926 237.055115 367.061432 237.055115 C 358.292908 237.055115 349.675598 233.615753 342.078735 227.039368 C 334.481903 220.463013 328.170074 211.01416 323.748016 199.637817 C 319.36377 188.261414 317.058258 175.335449 317.058258 162.220459 C 317.058258 149.067688 319.36377 136.141724 323.748016 124.765381 C 328.170074 113.388977 334.481903 103.940186 342.078735 97.36377 C 349.675598 90.825195 358.292908 87.348022 367.061432 87.348022 C 375.829926 87.348022 384.447235 90.825195 392.044098 97.36377 C 399.64093 103.940186 405.952759 113.388977 410.337006 124.765381 C 414.721252 136.141724 417.026764 149.067688 417.026764 162.220459 L 417.026764 162.220459 Z"/>
+            <path id="path69" fill="#e0d7c1" fill-rule="evenodd" stroke="none" d="M 416.044098 162.220459 C 416.044098 175.070862 413.776367 187.7323 409.467712 198.881897 C 405.196838 210.031494 398.998413 219.291321 391.552765 225.754333 C 384.107086 232.179535 375.64093 235.581116 367.061432 235.581116 C 358.444092 235.581116 350.015747 232.179535 342.570068 225.754333 C 335.12442 219.291321 328.925995 210.031494 324.61731 198.881897 C 320.346466 187.7323 318.078735 175.070862 318.078735 162.220459 C 318.078735 149.332275 320.346466 136.670837 324.61731 125.52124 C 328.925995 114.371643 335.12442 105.111816 342.570068 98.686584 C 350.015747 92.223633 358.444092 88.859863 367.061432 88.859863 C 375.64093 88.859863 384.107086 92.223633 391.552765 98.686584 C 398.998413 105.111816 405.196838 114.371643 409.467712 125.52124 C 413.776367 136.670837 416.044098 149.332275 416.044098 162.220459 L 416.044098 162.220459 Z"/>
+            <path id="path70" fill="#e1d8c3" fill-rule="evenodd" stroke="none" d="M 415.061432 162.220459 C 415.061432 174.806274 412.831482 187.203125 408.598419 198.125977 C 404.403137 209.048828 398.355896 218.11969 391.061432 224.431519 C 383.766937 230.743317 375.489777 234.069305 367.061432 234.069305 C 358.633057 234.069305 350.355896 230.743317 343.061432 224.431519 C 335.766937 218.11969 329.719696 209.048828 325.486603 198.125977 C 321.291351 187.203125 319.061432 174.806274 319.061432 162.220459 C 319.061432 149.596863 321.291351 137.200012 325.486603 126.277161 C 329.719696 115.354309 335.766937 106.283447 343.061432 99.97168 C 350.355896 93.659851 358.633057 90.333862 367.061432 90.333862 C 375.489777 90.333862 383.766937 93.659851 391.061432 99.97168 C 398.355896 106.283447 404.403137 115.354309 408.598419 126.277161 C 412.831482 137.200012 415.061432 149.596863 415.061432 162.220459 L 415.061432 162.220459 Z"/>
+            <path id="path71" fill="#e1d9c4" fill-rule="evenodd" stroke="none" d="M 414.040955 162.220459 C 414.040955 174.541748 411.886627 186.674011 407.766937 197.370056 C 403.609436 208.066162 397.675598 216.98584 390.532288 223.146484 C 383.426758 229.307068 375.300781 232.557495 367.061432 232.557495 C 358.822052 232.557495 350.696075 229.307068 343.552765 223.146484 C 336.409454 216.98584 330.475586 208.066162 326.355896 197.370056 C 322.236206 186.674011 320.081879 174.541748 320.081879 162.220459 C 320.081879 149.861389 322.236206 137.729126 326.355896 127.033081 C 330.475586 116.337036 336.409454 107.455139 343.552765 101.256714 C 350.696075 95.096069 358.822052 91.845642 367.061432 91.845642 C 375.300781 91.845642 383.426758 95.096069 390.532288 101.256714 C 397.675598 107.455139 403.609436 116.337036 407.766937 127.033081 C 411.886627 137.729126 414.040955 149.861389 414.040955 162.220459 L 414.040955 162.220459 Z"/>
+            <path id="path72" fill="#e2d9c5" fill-rule="evenodd" stroke="none" d="M 413.058258 162.220459 C 413.058258 174.277161 410.903931 186.182678 406.897644 196.651978 C 402.853546 207.121277 397.033081 215.814148 390.040955 221.861389 C 383.048828 227.908691 375.111816 231.083466 367.061432 231.083466 C 358.973236 231.083466 351.036224 227.908691 344.044098 221.861389 C 337.051971 215.814148 331.269287 207.121277 327.225189 196.651978 C 323.181091 186.182678 321.064575 174.277161 321.064575 162.220459 C 321.064575 150.125977 323.181091 138.25824 327.225189 127.789001 C 331.269287 117.319702 337.051971 108.62677 344.044098 102.579529 C 351.036224 96.532288 358.973236 93.319702 367.061432 93.319702 C 375.111816 93.319702 383.048828 96.532288 390.040955 102.579529 C 397.033081 108.62677 402.853546 117.319702 406.897644 127.789001 C 410.903931 138.25824 413.058258 150.125977 413.058258 162.220459 L 413.058258 162.220459 Z"/>
+            <path id="path73" fill="#e3dac6" fill-rule="evenodd" stroke="none" d="M 412.037781 162.220459 C 412.037781 174.050415 409.959045 185.653564 406.028351 195.896057 C 402.059845 206.138611 396.390564 214.642517 389.549591 220.538574 C 382.708649 226.472412 374.960632 229.571655 367.061432 229.571655 C 359.162201 229.571655 351.414185 226.472412 344.573242 220.538574 C 337.732269 214.642517 332.025208 206.138611 328.094482 195.896057 C 324.163788 185.653564 322.085052 174.050415 322.085052 162.220459 C 322.085052 150.390564 324.163788 138.749634 328.094482 128.50708 C 332.025208 118.264587 337.732269 109.76062 344.573242 103.864563 C 351.414185 97.930725 359.162201 94.831482 367.061432 94.831482 C 374.960632 94.831482 382.708649 97.930725 389.549591 103.864563 C 396.390564 109.76062 402.059845 118.264587 406.028351 128.50708 C 409.959045 138.749634 412.037781 150.390564 412.037781 162.220459 L 412.037781 162.220459 Z"/>
+            <path id="path74" fill="#e3dbc8" fill-rule="evenodd" stroke="none" d="M 411.055115 162.220459 C 411.055115 173.785828 409.01416 185.12439 405.159058 195.140137 C 401.303925 205.155884 395.748016 213.470886 389.058258 219.25354 C 382.3685 225.036194 374.771667 228.097656 367.061432 228.097656 C 359.351196 228.097656 351.754333 225.036194 345.064575 219.25354 C 338.374817 213.470886 332.818909 205.155884 328.963776 195.140137 C 325.108673 185.12439 323.067719 173.785828 323.067719 162.220459 C 323.067719 150.65509 325.108673 139.278748 328.963776 129.263 C 332.818909 119.247253 338.374817 110.932312 345.064575 105.149597 C 351.754333 99.366943 359.351196 96.343323 367.061432 96.343323 C 374.771667 96.343323 382.3685 99.366943 389.058258 105.149597 C 395.748016 110.932312 401.303925 119.247253 405.159058 129.263 C 409.01416 139.278748 411.055115 150.65509 411.055115 162.220459 L 411.055115 162.220459 Z"/>
+            <path id="path75" fill="#e4dcc9" fill-rule="evenodd" stroke="none" d="M 410.034637 162.220459 C 410.034637 173.52124 408.069305 184.595276 404.289764 194.384277 C 400.510223 204.173218 395.105499 212.299194 388.566925 217.968506 C 382.028351 223.599976 374.620483 226.585815 367.061432 226.585815 C 359.50235 226.585815 352.094482 223.599976 345.555908 217.968506 C 339.017334 212.299194 333.61261 204.173218 329.833069 194.384277 C 326.053558 184.595276 324.050385 173.52124 324.050385 162.220459 C 324.050385 150.919678 326.053558 139.807861 329.833069 130.018921 C 333.61261 120.229919 339.017334 112.103943 345.555908 106.472412 C 352.094482 100.803162 359.50235 97.817322 367.061432 97.817322 C 374.620483 97.817322 382.028351 100.803162 388.566925 106.472412 C 395.105499 112.103943 400.510223 120.229919 404.289764 130.018921 C 408.069305 139.807861 410.034637 150.919678 410.034637 162.220459 L 410.034637 162.220459 Z"/>
+            <path id="path76" fill="#e5ddca" fill-rule="evenodd" stroke="none" d="M 409.051971 162.220459 C 409.051971 173.256714 407.12442 184.103943 403.420471 193.628357 C 399.754333 203.190552 394.425201 211.127563 388.037781 216.645691 C 381.650391 222.163757 374.431488 225.074036 367.061432 225.074036 C 359.691345 225.074036 352.434631 222.163757 346.047241 216.645691 C 339.659851 211.127563 334.3685 203.190552 330.702362 193.628357 C 326.998413 184.103943 325.070862 173.256714 325.070862 162.220459 C 325.070862 151.184265 326.998413 140.337036 330.702362 130.77478 C 334.3685 121.212585 339.659851 113.275574 346.047241 107.757507 C 352.434631 102.23938 359.691345 99.329163 367.061432 99.329163 C 374.431488 99.329163 381.650391 102.23938 388.037781 107.757507 C 394.425201 113.275574 399.754333 121.212585 403.420471 130.77478 C 407.12442 140.337036 409.051971 151.184265 409.051971 162.220459 L 409.051971 162.220459 Z"/>
+            <path id="path77" fill="#e5ddcb" fill-rule="evenodd" stroke="none" d="M 408.031494 162.220459 C 408.031494 172.992126 406.141724 183.574829 402.551178 192.910217 C 398.960632 202.245667 393.782684 209.993713 387.546448 215.360657 C 381.310242 220.765381 374.242523 223.599976 367.061432 223.599976 C 359.842529 223.599976 352.774811 220.765381 346.576385 215.360657 C 340.340149 209.993713 335.162201 202.245667 331.571655 192.910217 C 327.943298 183.574829 326.053558 172.992126 326.053558 162.220459 C 326.053558 151.448792 327.943298 140.828369 331.571655 131.530701 C 335.162201 122.195251 340.340149 114.447266 346.576385 109.042542 C 352.774811 103.675598 359.842529 100.840942 367.061432 100.840942 C 374.242523 100.840942 381.310242 103.675598 387.546448 109.042542 C 393.782684 114.447266 398.960632 122.195251 402.551178 131.530701 C 406.141724 140.828369 408.031494 151.448792 408.031494 162.220459 L 408.031494 162.220459 Z"/>
+            <path id="path78" fill="#e6decd" fill-rule="evenodd" stroke="none" d="M 407.048828 162.220459 C 407.048828 172.727539 405.196838 183.045654 401.681885 192.154358 C 398.166931 201.263 393.140167 208.822021 387.055115 214.075562 C 380.970093 219.329163 374.091339 222.088196 367.061432 222.088196 C 360.031494 222.088196 353.152771 219.329163 347.067719 214.075562 C 340.982666 208.822021 335.918121 201.263 332.440948 192.154358 C 328.925995 183.045654 327.074005 172.727539 327.074005 162.220459 C 327.074005 151.675598 328.925995 141.357483 332.440948 132.24884 C 335.918121 123.177979 340.982666 115.581116 347.067719 110.327576 C 353.152771 105.074036 360.031494 102.314941 367.061432 102.314941 C 374.091339 102.314941 380.970093 105.074036 387.055115 110.327576 C 393.140167 115.581116 398.166931 123.177979 401.681885 132.24884 C 405.196838 141.357483 407.048828 151.675598 407.048828 162.220459 L 407.048828 162.220459 Z"/>
+            <path id="path79" fill="#e6dfce" fill-rule="evenodd" stroke="none" d="M 406.066132 162.220459 C 406.066132 172.463013 404.251984 182.516541 400.812592 191.398438 C 397.411011 200.280334 392.49765 207.650391 386.563782 212.752747 C 380.629913 217.892883 373.902374 220.576355 367.061432 220.576355 C 360.220459 220.576355 353.49292 217.892883 347.559052 212.752747 C 341.625183 207.650391 336.711823 200.280334 333.27243 191.398438 C 329.87088 182.516541 328.056702 172.463013 328.056702 162.220459 C 328.056702 151.940186 329.87088 141.886597 333.27243 133.0047 C 336.711823 124.122864 341.625183 116.752747 347.559052 111.650391 C 353.49292 106.510254 360.220459 103.826782 367.061432 103.826782 C 373.902374 103.826782 380.629913 106.510254 386.563782 111.650391 C 392.49765 116.752747 397.411011 124.122864 400.812592 133.0047 C 404.251984 141.886597 406.066132 151.940186 406.066132 162.220459 L 406.066132 162.220459 Z"/>
+            <path id="path80" fill="#e7e0cf" fill-rule="evenodd" stroke="none" d="M 405.045654 162.220459 C 405.045654 172.198425 403.307098 181.987427 399.943298 190.642517 C 396.61731 199.297607 391.817322 206.47876 386.034637 211.467712 C 380.289764 216.456665 373.713379 219.102356 367.061432 219.102356 C 360.371643 219.102356 353.833069 216.456665 348.050385 211.467712 C 342.267731 206.47876 337.505524 199.297607 334.141724 190.642517 C 330.815735 181.987427 329.077179 172.198425 329.077179 162.220459 C 329.077179 152.204712 330.815735 142.415771 334.141724 133.76062 C 337.505524 125.10553 342.267731 117.924438 348.050385 112.935425 C 353.833069 107.946472 360.371643 105.300781 367.061432 105.300781 C 373.713379 105.300781 380.289764 107.946472 386.034637 112.935425 C 391.817322 117.924438 396.61731 125.10553 399.943298 133.76062 C 403.307098 142.415771 405.045654 152.204712 405.045654 162.220459 L 405.045654 162.220459 Z"/>
+            <path id="path81" fill="#e8e1d0" fill-rule="evenodd" stroke="none" d="M 404.062988 162.220459 C 404.062988 171.933838 402.324402 181.496033 399.074005 189.886597 C 395.86142 198.314941 391.174805 205.307068 385.543304 210.182678 C 379.911804 215.058289 373.562195 217.590576 367.061432 217.590576 C 360.560638 217.590576 354.173218 215.058289 348.579529 210.182678 C 342.948029 205.307068 338.261414 198.314941 335.011017 189.886597 C 331.76062 181.496033 330.059845 171.933838 330.059845 162.220459 C 330.059845 152.469299 331.76062 142.944885 335.011017 134.516541 C 338.261414 126.088196 342.948029 119.096069 348.579529 114.220459 C 354.173218 109.38269 360.560638 106.812622 367.061432 106.812622 C 373.562195 106.812622 379.911804 109.38269 385.543304 114.220459 C 391.174805 119.096069 395.86142 126.088196 399.074005 134.516541 C 402.324402 142.944885 404.062988 152.469299 404.062988 162.220459 L 404.062988 162.220459 Z"/>
+            <path id="path82" fill="#e8e2d2" fill-rule="evenodd" stroke="none" d="M 403.042511 162.220459 C 403.042511 171.669312 401.379517 180.966919 398.242523 189.168518 C 395.067719 197.332275 390.532288 204.135437 385.051971 208.897644 C 379.571655 213.62207 373.37323 216.116516 367.061432 216.116516 C 360.749603 216.116516 354.513397 213.62207 349.070862 208.897644 C 343.590546 204.135437 339.055115 197.332275 335.88031 189.168518 C 332.743317 180.966919 331.080322 171.669312 331.080322 162.220459 C 331.080322 152.733887 332.743317 143.436218 335.88031 135.272461 C 339.055115 127.070862 343.590546 120.2677 349.070862 115.543335 C 354.513397 110.781128 360.749603 108.324402 367.061432 108.324402 C 373.37323 108.324402 379.571655 110.781128 385.051971 115.543335 C 390.532288 120.2677 395.067719 127.070862 398.242523 135.272461 C 401.379517 143.436218 403.042511 152.733887 403.042511 162.220459 L 403.042511 162.220459 Z"/>
+            <path id="path83" fill="#e9e2d3" fill-rule="evenodd" stroke="none" d="M 402.059845 162.220459 C 402.059845 171.404724 400.434631 180.437805 397.37323 188.412598 C 394.274017 196.38739 389.889771 203.001587 384.560638 207.574829 C 379.231506 212.185852 373.184265 214.604736 367.061432 214.604736 C 360.900787 214.604736 354.891327 212.185852 349.562195 207.574829 C 344.233063 203.001587 339.811035 196.38739 336.749603 188.412598 C 333.688202 180.437805 332.062988 171.404724 332.062988 162.220459 C 332.062988 152.998413 333.688202 143.965332 336.749603 135.99054 C 339.811035 128.053528 344.233063 121.439392 349.562195 116.828369 C 354.891327 112.217346 360.900787 109.798401 367.061432 109.798401 C 373.184265 109.798401 379.231506 112.217346 384.560638 116.828369 C 389.889771 121.439392 394.274017 128.053528 397.37323 135.99054 C 400.434631 143.965332 402.059845 152.998413 402.059845 162.220459 L 402.059845 162.220459 Z"/>
+            <path id="path84" fill="#eae3d4" fill-rule="evenodd" stroke="none" d="M 401.039368 162.220459 C 401.039368 171.140137 399.489777 179.908691 396.503937 187.656677 C 393.518097 195.404724 389.209442 201.829895 384.069305 206.289734 C 378.891327 210.749634 373.033081 213.092896 367.061432 213.092896 C 361.089752 213.092896 355.231506 210.749634 350.053558 206.289734 C 344.87558 201.829895 340.604736 195.404724 337.618896 187.656677 C 334.633057 179.908691 333.083466 171.140137 333.083466 162.220459 C 333.083466 153.263 334.633057 144.494507 337.618896 136.74646 C 340.604736 128.998413 344.87558 122.573242 350.053558 118.113403 C 355.231506 113.653564 361.089752 111.310242 367.061432 111.310242 C 373.033081 111.310242 378.891327 113.653564 384.069305 118.113403 C 389.209442 122.573242 393.518097 128.998413 396.503937 136.74646 C 399.489777 144.494507 401.039368 153.263 401.039368 162.220459 L 401.039368 162.220459 Z"/>
+            <path id="path85" fill="#eae4d5" fill-rule="evenodd" stroke="none" d="M 400.056702 162.220459 C 400.056702 170.87561 398.50708 179.379517 395.634644 186.900818 C 392.724396 194.422058 388.566925 200.658264 383.540161 205.0047 C 378.551178 209.313416 372.844086 211.618896 367.061432 211.618896 C 361.278748 211.618896 355.571655 209.313416 350.544891 205.0047 C 345.555908 200.658264 341.398438 194.422058 338.48819 186.900818 C 335.577942 179.379517 334.066132 170.87561 334.066132 162.220459 C 334.066132 153.527588 335.577942 145.023621 338.48819 137.50238 C 341.398438 129.981079 345.555908 123.744873 350.544891 119.436218 C 355.571655 115.089783 361.278748 112.784241 367.061432 112.784241 C 372.844086 112.784241 378.551178 115.089783 383.540161 119.436218 C 388.566925 123.744873 392.724396 129.981079 395.634644 137.50238 C 398.50708 145.023621 400.056702 153.527588 400.056702 162.220459 L 400.056702 162.220459 Z"/>
+            <path id="path86" fill="#ebe5d7" fill-rule="evenodd" stroke="none" d="M 399.036224 162.220459 C 399.036224 170.611023 397.562195 178.888184 394.76535 186.144897 C 391.968506 193.439392 387.924408 199.486633 383.048828 203.681885 C 378.173218 207.914978 372.655121 210.107117 367.061432 210.107117 C 361.429932 210.107117 355.911804 207.914978 351.074005 203.681885 C 346.198425 199.486633 342.154327 193.439392 339.357483 186.144897 C 336.560638 178.888184 335.048828 170.611023 335.048828 162.220459 C 335.048828 153.792114 336.560638 145.552734 339.357483 138.25824 C 342.154327 130.963806 346.198425 124.916565 351.074005 120.721252 C 355.911804 116.526001 361.429932 114.296082 367.061432 114.296082 C 372.655121 114.296082 378.173218 116.526001 383.048828 120.721252 C 387.924408 124.916565 391.968506 130.963806 394.76535 138.25824 C 397.562195 145.552734 399.036224 153.792114 399.036224 162.220459 L 399.036224 162.220459 Z"/>
+            <path id="path87" fill="#ebe6d8" fill-rule="evenodd" stroke="none" d="M 398.053558 162.220459 C 398.053558 170.346436 396.61731 178.35907 393.896057 185.426758 C 391.174805 192.456665 387.281891 198.314941 382.557495 202.396851 C 377.833069 206.47876 372.503937 208.633057 367.061432 208.633057 C 361.618896 208.633057 356.289764 206.47876 351.565369 202.396851 C 346.840942 198.314941 342.948029 192.456665 340.226776 185.426758 C 337.505524 178.35907 336.069305 170.346436 336.069305 162.220459 C 336.069305 154.056702 337.505524 146.044067 340.226776 139.01416 C 342.948029 131.946472 346.840942 126.088196 351.565369 122.006287 C 356.289764 117.924438 361.618896 115.807861 367.061432 115.807861 C 372.503937 115.807861 377.833069 117.924438 382.557495 122.006287 C 387.281891 126.088196 391.174805 131.946472 393.896057 139.01416 C 396.61731 146.044067 398.053558 154.056702 398.053558 162.220459 L 398.053558 162.220459 Z"/>
+            <path id="path88" fill="#ece6d9" fill-rule="evenodd" stroke="none" d="M 397.033081 162.220459 C 397.033081 170.081909 395.672455 177.829895 393.026764 184.670837 C 390.381104 191.473999 386.601563 197.143311 382.066132 201.111816 C 377.49292 205.042542 372.314972 207.121277 367.061432 207.121277 C 361.807861 207.121277 356.629913 205.042542 352.056702 201.111816 C 347.483459 197.143311 343.703949 191.473999 341.096069 184.670837 C 338.450409 177.829895 337.051971 170.081909 337.051971 162.220459 C 337.051971 154.321289 338.450409 146.573242 341.096069 139.7323 C 343.703949 132.929138 347.483459 127.259827 352.056702 123.291321 C 356.629913 119.360657 361.807861 117.28186 367.061432 117.28186 C 372.314972 117.28186 377.49292 119.360657 382.066132 123.291321 C 386.601563 127.259827 390.381104 132.929138 393.026764 139.7323 C 395.672455 146.573242 397.033081 154.321289 397.033081 162.220459 L 397.033081 162.220459 Z"/>
+            <path id="path89" fill="#ede7da" fill-rule="evenodd" stroke="none" d="M 396.050385 162.220459 C 396.050385 169.817322 394.72757 177.300781 392.157471 183.914978 C 389.625183 190.529114 385.959045 196.00946 381.537018 199.789001 C 377.152771 203.606323 372.163788 205.609436 367.061432 205.609436 C 361.959045 205.609436 356.970093 203.606323 352.548035 199.789001 C 348.163788 196.00946 344.49765 190.529114 341.965363 183.914978 C 339.395264 177.300781 338.072449 169.817322 338.072449 162.220459 C 338.072449 154.585815 339.395264 147.102356 341.965363 140.488159 C 344.49765 133.911804 348.163788 128.431519 352.548035 124.614197 C 356.970093 120.796875 361.959045 118.793701 367.061432 118.793701 C 372.163788 118.793701 377.152771 120.796875 381.537018 124.614197 C 385.959045 128.431519 389.625183 133.911804 392.157471 140.488159 C 394.72757 147.102356 396.050385 154.585815 396.050385 162.220459 L 396.050385 162.220459 Z"/>
+            <path id="path90" fill="#ede8dc" fill-rule="evenodd" stroke="none" d="M 395.067719 162.220459 C 395.067719 169.552734 393.744873 176.809448 391.288177 183.159058 C 388.831482 189.546448 385.316528 194.837769 381.045654 198.503967 C 376.812592 202.170105 371.974792 204.135437 367.061432 204.135437 C 362.148041 204.135437 357.310242 202.170105 353.077179 198.503967 C 348.806305 194.837769 345.25354 189.546448 342.796844 183.159058 C 340.340149 176.809448 339.055115 169.552734 339.055115 162.220459 C 339.055115 154.850403 340.340149 147.63147 342.796844 141.24408 C 345.25354 134.856689 348.806305 129.565369 353.077179 125.899231 C 357.310242 122.233093 362.148041 120.2677 367.061432 120.2677 C 371.974792 120.2677 376.812592 122.233093 381.045654 125.899231 C 385.316528 129.565369 388.831482 134.856689 391.288177 141.24408 C 393.744873 147.63147 395.067719 154.850403 395.067719 162.220459 L 395.067719 162.220459 Z"/>
+            <path id="path91" fill="#eee9dd" fill-rule="evenodd" stroke="none" d="M 394.047241 162.220459 C 394.047241 169.288208 392.799988 176.280334 390.418884 182.403137 C 388.075592 188.563782 384.674011 193.666138 380.554321 197.218872 C 376.434631 200.771667 371.785828 202.623596 367.061432 202.623596 C 362.337006 202.623596 357.650391 200.771667 353.568512 197.218872 C 349.448822 193.666138 346.047241 188.563782 343.666138 182.403137 C 341.322845 176.280334 340.075592 169.288208 340.075592 162.220459 C 340.075592 155.11499 341.322845 148.122864 343.666138 142 C 346.047241 135.839355 349.448822 130.737 353.568512 127.184265 C 357.650391 123.669312 362.337006 121.779541 367.061432 121.779541 C 371.785828 121.779541 376.434631 123.669312 380.554321 127.184265 C 384.674011 130.737 388.075592 135.839355 390.418884 142 C 392.799988 148.122864 394.047241 155.11499 394.047241 162.220459 L 394.047241 162.220459 Z"/>
+            <path id="path92" fill="#efeade" fill-rule="evenodd" stroke="none" d="M 393.064575 162.220459 C 393.064575 169.023621 391.855133 175.75116 389.549591 181.685059 C 387.281891 187.581116 383.993713 192.494507 380.062988 195.933838 C 376.094482 199.335449 371.634644 201.149597 367.061432 201.149597 C 362.48819 201.149597 358.028351 199.335449 354.059845 195.933838 C 350.091339 192.494507 346.840942 187.581116 344.535431 181.685059 C 342.267731 175.75116 341.058258 169.023621 341.058258 162.220459 C 341.058258 155.379517 342.267731 148.651978 344.535431 142.75592 C 346.840942 136.822021 350.091339 131.908691 354.059845 128.50708 C 358.028351 125.067688 362.48819 123.291321 367.061432 123.291321 C 371.634644 123.291321 376.094482 125.067688 380.062988 128.50708 C 383.993713 131.908691 387.281891 136.822021 389.549591 142.75592 C 391.855133 148.651978 393.064575 155.379517 393.064575 162.220459 L 393.064575 162.220459 Z"/>
+            <path id="path93" fill="#efebe0" fill-rule="evenodd" stroke="none" d="M 392.044098 162.220459 C 392.044098 168.759033 390.910248 175.222046 388.718109 180.929138 C 386.52597 186.59845 383.351196 191.322815 379.571655 194.611023 C 375.754333 197.899231 371.445679 199.637817 367.061432 199.637817 C 362.677155 199.637817 358.3685 197.899231 354.551178 194.611023 C 350.771667 191.322815 347.596863 186.59845 345.404724 180.929138 C 343.212585 175.222046 342.078735 168.759033 342.078735 162.220459 C 342.078735 155.644104 343.212585 149.181091 345.404724 143.473999 C 347.596863 137.804749 350.771667 133.080322 354.551178 129.792114 C 358.3685 126.503967 362.677155 124.765381 367.061432 124.765381 C 371.445679 124.765381 375.754333 126.503967 379.571655 129.792114 C 383.351196 133.080322 386.52597 137.804749 388.718109 143.473999 C 390.910248 149.181091 392.044098 155.644104 392.044098 162.220459 L 392.044098 162.220459 Z"/>
+            <path id="path94" fill="#f0ebe1" fill-rule="evenodd" stroke="none" d="M 391.061432 162.220459 C 391.061432 168.494507 389.927551 174.692932 387.848816 180.173218 C 385.732269 185.615723 382.708649 190.151184 379.042511 193.325989 C 375.414185 196.463013 371.256683 198.125977 367.061432 198.125977 C 362.828339 198.125977 358.708649 196.463013 355.042511 193.325989 C 351.414185 190.151184 348.390564 185.615723 346.274017 180.173218 C 344.157471 174.692932 343.061432 168.494507 343.061432 162.220459 C 343.061432 155.908691 344.157471 149.710266 346.274017 144.229919 C 348.390564 138.787415 351.414185 134.251953 355.042511 131.077148 C 358.708649 127.940186 362.828339 126.277161 367.061432 126.277161 C 371.256683 126.277161 375.414185 127.940186 379.042511 131.077148 C 382.708649 134.251953 385.732269 138.787415 387.848816 144.229919 C 389.927551 149.710266 391.061432 155.908691 391.061432 162.220459 L 391.061432 162.220459 Z"/>
+            <path id="path95" fill="#f1ece2" fill-rule="evenodd" stroke="none" d="M 390.040955 162.220459 C 390.040955 168.2677 388.982666 174.201599 386.979523 179.417297 C 384.938568 184.670837 382.066132 189.017334 378.551178 192.040955 C 375.074005 195.064575 371.105499 196.651978 367.061432 196.651978 C 363.017334 196.651978 359.048828 195.064575 355.571655 192.040955 C 352.056702 189.017334 349.146454 184.670837 347.143311 179.417297 C 345.140167 174.201599 344.044098 168.2677 344.044098 162.220459 C 344.044098 156.173218 345.140167 150.23938 347.143311 144.98584 C 349.146454 139.770081 352.056702 135.423645 355.571655 132.400024 C 359.048828 129.376404 363.017334 127.789001 367.061432 127.789001 C 371.105499 127.789001 375.074005 129.376404 378.551178 132.400024 C 382.066132 135.423645 384.938568 139.770081 386.979523 144.98584 C 388.982666 150.23938 390.040955 156.173218 390.040955 162.220459 L 390.040955 162.220459 Z"/>
+            <path id="path96" fill="#f1ede3" fill-rule="evenodd" stroke="none" d="M 389.058258 162.220459 C 389.058258 168.003174 388.037781 173.672424 386.110229 178.661438 C 384.182678 183.688171 381.385834 187.845642 378.059845 190.71814 C 374.696075 193.628357 370.916534 195.140137 367.061432 195.140137 C 363.206299 195.140137 359.388977 193.628357 356.062988 190.71814 C 352.699219 187.845642 349.940155 183.688171 348.012604 178.661438 C 346.085052 173.672424 345.064575 168.003174 345.064575 162.220459 C 345.064575 156.437805 346.085052 150.730713 348.012604 145.74176 C 349.940155 140.714966 352.699219 136.557495 356.062988 133.685059 C 359.388977 130.77478 363.206299 129.263 367.061432 129.263 C 370.916534 129.263 374.696075 130.77478 378.059845 133.685059 C 381.385834 136.557495 384.182678 140.714966 386.110229 145.74176 C 388.037781 150.730713 389.058258 156.437805 389.058258 162.220459 L 389.058258 162.220459 Z"/>
+            <path id="path97" fill="#f2eee5" fill-rule="evenodd" stroke="none" d="M 388.037781 162.220459 C 388.037781 167.738586 387.092926 173.143311 385.240936 177.943298 C 383.388977 182.705505 380.743317 186.674011 377.568512 189.433044 C 374.355896 192.192139 370.72757 193.628357 367.061432 193.628357 C 363.357483 193.628357 359.766937 192.192139 356.554321 189.433044 C 353.379517 186.674011 350.733856 182.705505 348.881897 177.943298 C 347.029907 173.143311 346.047241 167.738586 346.047241 162.220459 C 346.047241 156.702393 347.029907 151.259827 348.881897 146.49762 C 350.733856 141.697632 353.379517 137.729126 356.554321 134.970093 C 359.766937 132.210999 363.357483 130.77478 367.061432 130.77478 C 370.72757 130.77478 374.355896 132.210999 377.568512 134.970093 C 380.743317 137.729126 383.388977 141.697632 385.240936 146.49762 C 387.092926 151.259827 388.037781 156.702393 388.037781 162.220459 L 388.037781 162.220459 Z"/>
+            <path id="path98" fill="#f2efe6" fill-rule="evenodd" stroke="none" d="M 387.055115 162.220459 C 387.055115 167.473999 386.110229 172.614197 384.371643 177.187378 C 382.633057 181.722839 380.1008 185.50238 377.039368 188.14801 C 374.015747 190.75592 370.576385 192.154358 367.061432 192.154358 C 363.546448 192.154358 360.107086 190.75592 357.045654 188.14801 C 354.022034 185.50238 351.489777 181.722839 349.75119 177.187378 C 347.974792 172.614197 347.067719 167.473999 347.067719 162.220459 C 347.067719 156.966919 347.974792 151.789001 349.75119 147.215759 C 351.489777 142.680298 354.022034 138.900818 357.045654 136.292908 C 360.107086 133.647217 363.546448 132.24884 367.061432 132.24884 C 370.576385 132.24884 374.015747 133.647217 377.039368 136.292908 C 380.1008 138.900818 382.633057 142.680298 384.371643 147.215759 C 386.110229 151.789001 387.055115 156.966919 387.055115 162.220459 L 387.055115 162.220459 Z"/>
+            <path id="path99" fill="#f3efe7" fill-rule="evenodd" stroke="none" d="M 386.034637 162.220459 C 386.034637 167.209473 385.165344 172.122864 383.50235 176.431519 C 381.839355 180.740173 379.458282 184.330688 376.548035 186.825195 C 373.675598 189.319702 370.38739 190.642517 367.061432 190.642517 C 363.735443 190.642517 360.447235 189.319702 357.574799 186.825195 C 354.664581 184.330688 352.283478 180.740173 350.620483 176.431519 C 348.957489 172.122864 348.050385 167.209473 348.050385 162.220459 C 348.050385 157.193726 348.957489 152.318115 350.620483 147.97168 C 352.283478 143.662964 354.664581 140.072449 357.574799 137.577942 C 360.447235 135.083435 363.735443 133.76062 367.061432 133.76062 C 370.38739 133.76062 373.675598 135.083435 376.548035 137.577942 C 379.458282 140.072449 381.839355 143.662964 383.50235 147.97168 C 385.165344 152.318115 386.034637 157.193726 386.034637 162.220459 L 386.034637 162.220459 Z"/>
+            <path id="path100" fill="#f4f0e8" fill-rule="evenodd" stroke="none" d="M 385.051971 162.220459 C 385.051971 166.944885 384.220459 171.593689 382.633057 175.675598 C 381.045654 179.795288 378.777954 183.196838 376.056702 185.540161 C 373.335419 187.921265 370.198425 189.168518 367.061432 189.168518 C 363.886627 189.168518 360.787415 187.921265 358.066132 185.540161 C 355.307098 183.196838 353.039368 179.795288 351.489777 175.675598 C 349.902374 171.593689 349.070862 166.944885 349.070862 162.220459 C 349.070862 157.458252 349.902374 152.809448 351.489777 148.727539 C 353.039368 144.645691 355.307098 141.24408 358.066132 138.862976 C 360.787415 136.519714 363.886627 135.272461 367.061432 135.272461 C 370.198425 135.272461 373.335419 136.519714 376.056702 138.862976 C 378.777954 141.24408 381.045654 144.645691 382.633057 148.727539 C 384.220459 152.809448 385.051971 157.458252 385.051971 162.220459 L 385.051971 162.220459 Z"/>
+            <path id="path101" fill="#f4f1ea" fill-rule="evenodd" stroke="none" d="M 384.069305 162.220459 C 384.069305 166.680298 383.275604 171.064575 381.763794 174.919678 C 380.289764 178.812622 378.135437 182.025208 375.565369 184.255127 C 372.957489 186.485046 370.047241 187.656677 367.061432 187.656677 C 364.075592 187.656677 361.127563 186.485046 358.557495 184.255127 C 355.987396 182.025208 353.833069 178.812622 352.321259 174.919678 C 350.847229 171.064575 350.053558 166.680298 350.053558 162.220459 C 350.053558 157.722839 350.847229 153.338562 352.321259 149.483459 C 353.833069 145.628357 355.987396 142.415771 358.557495 140.14801 C 361.127563 137.918091 364.075592 136.74646 367.061432 136.74646 C 370.047241 136.74646 372.957489 137.918091 375.565369 140.14801 C 378.135437 142.415771 380.289764 145.628357 381.763794 149.483459 C 383.275604 153.338562 384.069305 157.722839 384.069305 162.220459 L 384.069305 162.220459 Z"/>
+            <path id="path102" fill="#f5f2eb" fill-rule="evenodd" stroke="none" d="M 383.048828 162.220459 C 383.048828 166.415771 382.330719 170.535461 380.894501 174.163757 C 379.496063 177.829895 377.49292 180.853516 375.036224 182.932312 C 372.61731 185.048828 369.858276 186.144897 367.061432 186.144897 C 364.264557 186.144897 361.505524 185.048828 359.048828 182.932312 C 356.629913 180.853516 354.588989 177.829895 353.190552 174.163757 C 351.792114 170.535461 351.074005 166.415771 351.074005 162.220459 C 351.074005 157.987427 351.792114 153.867737 353.190552 150.23938 C 354.588989 146.573242 356.629913 143.549622 359.048828 141.470886 C 361.505524 139.354309 364.264557 138.25824 367.061432 138.25824 C 369.858276 138.25824 372.61731 139.354309 375.036224 141.470886 C 377.49292 143.549622 379.496063 146.573242 380.894501 150.23938 C 382.330719 153.867737 383.048828 157.987427 383.048828 162.220459 L 383.048828 162.220459 Z"/>
+            <path id="path103" fill="#f6f3ec" fill-rule="evenodd" stroke="none" d="M 382.066132 162.220459 C 382.066132 166.151184 381.348022 170.006287 380.025208 173.445679 C 378.740143 176.847229 376.850403 179.681885 374.544891 181.647217 C 372.277161 183.61261 369.707092 184.670837 367.061432 184.670837 C 364.415741 184.670837 361.845673 183.61261 359.540161 181.647217 C 357.27243 179.681885 355.38269 176.847229 354.059845 173.445679 C 352.737 170.006287 352.056702 166.151184 352.056702 162.220459 C 352.056702 158.251953 352.737 154.396851 354.059845 150.9953 C 355.38269 147.555908 357.27243 144.721252 359.540161 142.75592 C 361.845673 140.790527 364.415741 139.7323 367.061432 139.7323 C 369.707092 139.7323 372.277161 140.790527 374.544891 142.75592 C 376.850403 144.721252 378.740143 147.555908 380.025208 150.9953 C 381.348022 154.396851 382.066132 158.251953 382.066132 162.220459 L 382.066132 162.220459 Z"/>
+            <path id="path104" fill="#f6f4ed" fill-rule="evenodd" stroke="none" d="M 381.045654 162.220459 C 381.045654 165.886597 380.403137 169.514954 379.193695 172.689758 C 377.946442 175.864563 376.170074 178.510254 374.053558 180.362183 C 371.937012 182.214172 369.518097 183.159058 367.061432 183.159058 C 364.604736 183.159058 362.185822 182.214172 360.069305 180.362183 C 357.914948 178.510254 356.176392 175.864563 354.929138 172.689758 C 353.719696 169.514954 353.077179 165.886597 353.077179 162.220459 C 353.077179 158.516541 353.719696 154.925964 354.929138 151.713379 C 356.176392 148.538574 357.914948 145.892883 360.069305 144.040955 C 362.185822 142.226746 364.604736 141.24408 367.061432 141.24408 C 369.518097 141.24408 371.937012 142.226746 374.053558 144.040955 C 376.170074 145.892883 377.946442 148.538574 379.193695 151.713379 C 380.403137 154.925964 381.045654 158.516541 381.045654 162.220459 L 381.045654 162.220459 Z"/>
+            <path id="path105" fill="#f7f4ef" fill-rule="evenodd" stroke="none" d="M 380.062988 162.220459 C 380.062988 165.62207 379.458282 168.98584 378.324402 171.933838 C 377.152771 174.881897 375.527557 177.338562 373.562195 179.077148 C 371.596863 180.777954 369.329132 181.685059 367.061432 181.685059 C 364.793701 181.685059 362.52597 180.777954 360.560638 179.077148 C 358.595276 177.338562 356.932281 174.881897 355.798431 171.933838 C 354.664581 168.98584 354.059845 165.62207 354.059845 162.220459 C 354.059845 158.781128 354.664581 155.417297 355.798431 152.469299 C 356.932281 149.52124 358.595276 147.064575 360.560638 145.36377 C 362.52597 143.625183 364.793701 142.75592 367.061432 142.75592 C 369.329132 142.75592 371.596863 143.625183 373.562195 145.36377 C 375.527557 147.064575 377.152771 149.52124 378.324402 152.469299 C 379.458282 155.417297 380.062988 158.781128 380.062988 162.220459 L 380.062988 162.220459 Z"/>
+            <path id="path106" fill="#f7f5f0" fill-rule="evenodd" stroke="none" d="M 379.042511 162.220459 C 379.042511 165.357483 378.513397 168.456665 377.455109 171.177979 C 376.396851 173.937012 374.88504 176.204712 373.070862 177.754333 C 371.218903 179.341736 369.177948 180.173218 367.061432 180.173218 C 364.944885 180.173218 362.86615 179.341736 361.051971 177.754333 C 359.237793 176.204712 357.725983 173.937012 356.667725 171.177979 C 355.609436 168.456665 355.042511 165.357483 355.042511 162.220459 C 355.042511 159.045654 355.609436 155.946472 356.667725 153.22522 C 357.725983 150.503967 359.237793 148.236206 361.051971 146.648804 C 362.86615 145.061401 364.944885 144.229919 367.061432 144.229919 C 369.177948 144.229919 371.218903 145.061401 373.070862 146.648804 C 374.88504 148.236206 376.396851 150.503967 377.455109 153.22522 C 378.513397 155.946472 379.042511 159.045654 379.042511 162.220459 L 379.042511 162.220459 Z"/>
+            <path id="path107" fill="#f8f6f1" fill-rule="evenodd" stroke="none" d="M 378.059845 162.220459 C 378.059845 165.092896 377.530701 167.927551 376.585815 170.422058 C 375.603149 172.954346 374.242523 175.033081 372.541718 176.469299 C 370.878754 177.905518 368.988983 178.661438 367.061432 178.661438 C 365.13385 178.661438 363.24408 177.905518 361.543304 176.469299 C 359.88031 175.033081 358.481903 172.954346 357.537018 170.422058 C 356.554321 167.927551 356.062988 165.092896 356.062988 162.220459 C 356.062988 159.310242 356.554321 156.475586 357.537018 153.981079 C 358.481903 151.486633 359.88031 149.370056 361.543304 147.933838 C 363.24408 146.49762 365.13385 145.74176 367.061432 145.74176 C 368.988983 145.74176 370.878754 146.49762 372.541718 147.933838 C 374.242523 149.370056 375.603149 151.486633 376.585815 153.981079 C 377.530701 156.475586 378.059845 159.310242 378.059845 162.220459 L 378.059845 162.220459 Z"/>
+            <path id="path108" fill="#f9f7f2" fill-rule="evenodd" stroke="none" d="M 377.039368 162.220459 C 377.039368 164.828369 376.585815 167.398438 375.716522 169.703918 C 374.847229 171.97168 373.562195 173.861389 372.050385 175.184265 C 370.538574 176.469299 368.799988 177.187378 367.061432 177.187378 C 365.285034 177.187378 363.584259 176.469299 362.072449 175.184265 C 360.522827 173.861389 359.275604 171.97168 358.406311 169.703918 C 357.537018 167.398438 357.045654 164.828369 357.045654 162.220459 C 357.045654 159.574829 357.537018 157.0047 358.406311 154.737 C 359.275604 152.431519 360.522827 150.541748 362.072449 149.256714 C 363.584259 147.933838 365.285034 147.215759 367.061432 147.215759 C 368.799988 147.215759 370.538574 147.933838 372.050385 149.256714 C 373.562195 150.541748 374.847229 152.431519 375.716522 154.737 C 376.585815 157.0047 377.039368 159.574829 377.039368 162.220459 L 377.039368 162.220459 Z"/>
+            <path id="path109" fill="#f9f8f4" fill-rule="evenodd" stroke="none" d="M 376.056702 162.220459 C 376.056702 164.563782 375.64093 166.907104 374.847229 168.948059 C 374.053558 170.988953 372.919678 172.689758 371.559052 173.861389 C 370.198425 175.070862 368.648804 175.675598 367.061432 175.675598 C 365.47403 175.675598 363.924408 175.070862 362.563782 173.861389 C 361.203156 172.689758 360.069305 170.988953 359.275604 168.948059 C 358.481903 166.907104 358.066132 164.563782 358.066132 162.220459 C 358.066132 159.839355 358.481903 157.533875 359.275604 155.455139 C 360.069305 153.414185 361.203156 151.713379 362.563782 150.541748 C 363.924408 149.370056 365.47403 148.727539 367.061432 148.727539 C 368.648804 148.727539 370.198425 149.370056 371.559052 150.541748 C 372.919678 151.713379 374.053558 153.414185 374.847229 155.455139 C 375.64093 157.533875 376.056702 159.839355 376.056702 162.220459 L 376.056702 162.220459 Z"/>
+            <path id="path110" fill="#faf8f5" fill-rule="evenodd" stroke="none" d="M 375.036224 162.220459 C 375.036224 164.299194 374.696075 166.37793 373.977966 168.192139 C 373.297638 170.006287 372.277161 171.518127 371.067719 172.576355 C 369.858276 173.634644 368.459839 174.163757 367.061432 174.163757 C 365.662994 174.163757 364.264557 173.634644 363.055115 172.576355 C 361.845673 171.518127 360.825195 170.006287 360.144867 168.192139 C 359.426758 166.37793 359.048828 164.299194 359.048828 162.220459 C 359.048828 160.103943 359.426758 158.025208 360.144867 156.210999 C 360.825195 154.396851 361.845673 152.88501 363.055115 151.826782 C 364.264557 150.768494 365.662994 150.23938 367.061432 150.23938 C 368.459839 150.23938 369.858276 150.768494 371.067719 151.826782 C 372.277161 152.88501 373.297638 154.396851 373.977966 156.210999 C 374.696075 158.025208 375.036224 160.103943 375.036224 162.220459 L 375.036224 162.220459 Z"/>
+            <path id="path111" fill="#fbf9f6" fill-rule="evenodd" stroke="none" d="M 374.053558 162.220459 C 374.053558 164.034668 373.713379 165.848816 373.108673 167.436218 C 372.503937 169.023621 371.634644 170.346436 370.538574 171.291321 C 369.480316 172.198425 368.270874 172.689758 367.061432 172.689758 C 365.814178 172.689758 364.604736 172.198425 363.546448 171.291321 C 362.48819 170.346436 361.618896 169.023621 361.01416 167.436218 C 360.371643 165.848816 360.069305 164.034668 360.069305 162.220459 C 360.069305 160.36853 360.371643 158.554321 361.01416 156.966919 C 361.618896 155.379517 362.48819 154.056702 363.546448 153.111816 C 364.604736 152.204712 365.814178 151.713379 367.061432 151.713379 C 368.270874 151.713379 369.480316 152.204712 370.538574 153.111816 C 371.634644 154.056702 372.503937 155.379517 373.108673 156.966919 C 373.713379 158.554321 374.053558 160.36853 374.053558 162.220459 L 374.053558 162.220459 Z"/>
+            <path id="path112" fill="#fbfaf7" fill-rule="evenodd" stroke="none" d="M 373.070862 162.220459 C 373.070862 163.770081 372.768494 165.319702 372.23938 166.680298 C 371.710236 168.078735 370.954346 169.212585 370.047241 169.968506 C 369.140167 170.762207 368.11969 171.177979 367.061432 171.177979 C 366.003143 171.177979 364.982666 170.762207 364.075592 169.968506 C 363.130707 169.212585 362.374817 168.078735 361.845673 166.680298 C 361.316528 165.319702 361.051971 163.770081 361.051971 162.220459 C 361.051971 160.633057 361.316528 159.083435 361.845673 157.722839 C 362.374817 156.362183 363.130707 155.228333 364.075592 154.434631 C 364.982666 153.64093 366.003143 153.22522 367.061432 153.22522 C 368.11969 153.22522 369.140167 153.64093 370.047241 154.434631 C 370.954346 155.228333 371.710236 156.362183 372.23938 157.722839 C 372.768494 159.083435 373.070862 160.633057 373.070862 162.220459 L 373.070862 162.220459 Z"/>
+            <path id="path113" fill="#fcfbf9" fill-rule="evenodd" stroke="none" d="M 372.050385 162.220459 C 372.050385 163.505493 371.823608 164.828369 371.370087 165.962219 C 370.954346 167.096069 370.311798 168.040955 369.555908 168.683472 C 368.799988 169.36377 367.930695 169.703918 367.061432 169.703918 C 366.192139 169.703918 365.322845 169.36377 364.566925 168.683472 C 363.811035 168.040955 363.168518 167.096069 362.714966 165.962219 C 362.299225 164.828369 362.072449 163.505493 362.072449 162.220459 C 362.072449 160.897644 362.299225 159.61261 362.714966 158.47876 C 363.168518 157.307068 363.811035 156.362183 364.566925 155.719666 C 365.322845 155.077148 366.192139 154.737 367.061432 154.737 C 367.930695 154.737 368.799988 155.077148 369.555908 155.719666 C 370.311798 156.362183 370.954346 157.307068 371.370087 158.47876 C 371.823608 159.61261 372.050385 160.897644 372.050385 162.220459 L 372.050385 162.220459 Z"/>
+            <path id="path114" fill="#fcfcfa" fill-rule="evenodd" stroke="none" d="M 371.067719 162.220459 C 371.067719 163.240967 370.878754 164.299194 370.538574 165.206299 C 370.160645 166.113403 369.669281 166.869263 369.064575 167.398438 C 368.459839 167.927551 367.74173 168.192139 367.061432 168.192139 C 366.343292 168.192139 365.662994 167.927551 365.058258 167.398438 C 364.453552 166.869263 363.962219 166.113403 363.584259 165.206299 C 363.24408 164.299194 363.055115 163.240967 363.055115 162.220459 C 363.055115 161.162231 363.24408 160.103943 363.584259 159.196838 C 363.962219 158.289734 364.453552 157.533875 365.058258 157.0047 C 365.662994 156.475586 366.343292 156.210999 367.061432 156.210999 C 367.74173 156.210999 368.459839 156.475586 369.064575 157.0047 C 369.669281 157.533875 370.160645 158.289734 370.538574 159.196838 C 370.878754 160.103943 371.067719 161.162231 371.067719 162.220459 L 371.067719 162.220459 Z"/>
+            <path id="path115" fill="#fdfdfb" fill-rule="evenodd" stroke="none" d="M 370.047241 162.220459 C 370.047241 162.976379 369.933868 163.770081 369.669281 164.450378 C 369.404724 165.130737 369.026764 165.697632 368.573242 166.113403 C 368.081879 166.491333 367.590546 166.680298 367.061432 166.680298 C 366.532288 166.680298 366.003143 166.491333 365.549591 166.113403 C 365.096069 165.697632 364.718109 165.130737 364.453552 164.450378 C 364.188965 163.770081 364.075592 162.976379 364.075592 162.220459 C 364.075592 161.426758 364.188965 160.633057 364.453552 159.952759 C 364.718109 159.272461 365.096069 158.705505 365.549591 158.327576 C 366.003143 157.911804 366.532288 157.722839 367.061432 157.722839 C 367.590546 157.722839 368.081879 157.911804 368.573242 158.327576 C 369.026764 158.705505 369.404724 159.272461 369.669281 159.952759 C 369.933868 160.633057 370.047241 161.426758 370.047241 162.220459 L 370.047241 162.220459 Z"/>
+            <path id="path116" fill="#fefdfc" fill-rule="evenodd" stroke="none" d="M 369.064575 162.220459 C 369.064575 162.749634 368.951172 163.240967 368.799988 163.694458 C 368.611023 164.14801 368.346466 164.526001 368.044098 164.790527 C 367.74173 165.055115 367.401581 165.206299 367.061432 165.206299 C 366.721252 165.206299 366.343292 165.055115 366.040955 164.790527 C 365.738586 164.526001 365.51181 164.14801 365.322845 163.694458 C 365.13385 163.240967 365.058258 162.749634 365.058258 162.220459 C 365.058258 161.691345 365.13385 161.162231 365.322845 160.708679 C 365.51181 160.255127 365.738586 159.877136 366.040955 159.61261 C 366.343292 159.348022 366.721252 159.196838 367.061432 159.196838 C 367.401581 159.196838 367.74173 159.348022 368.044098 159.61261 C 368.346466 159.877136 368.611023 160.255127 368.799988 160.708679 C 368.951172 161.162231 369.064575 161.691345 369.064575 162.220459 L 369.064575 162.220459 Z"/>
+            <path id="path117" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 368.044098 162.220459 C 368.044098 162.485046 368.006287 162.711792 367.930695 162.938599 C 367.817322 163.165344 367.703949 163.354309 367.552765 163.505493 C 367.401581 163.618896 367.250397 163.694458 367.061432 163.694458 C 366.872437 163.694458 366.721252 163.618896 366.570068 163.505493 C 366.418884 163.354309 366.267731 163.165344 366.192139 162.938599 C 366.116547 162.711792 366.040955 162.485046 366.040955 162.220459 C 366.040955 161.955933 366.116547 161.691345 366.192139 161.464539 C 366.267731 161.237793 366.418884 161.048828 366.570068 160.897644 C 366.721252 160.784241 366.872437 160.708679 367.061432 160.708679 C 367.250397 160.708679 367.401581 160.784241 367.552765 160.897644 C 367.703949 161.048828 367.817322 161.237793 367.930695 161.464539 C 368.006287 161.691345 368.044098 161.955933 368.044098 162.220459 L 368.044098 162.220459 Z"/>
+        </g>
+        <clipPath id="clipPath4">
+            <path d="M 202.311813 409.36377 L 202.311813 306.182678 L 290.299225 163.127563 L 366.116547 200.280334 L 365.927551 314.459839 L 316.453552 343.335419 L 316.453552 233.275604 L 265.581116 262.188965 L 265.581116 372.929138 L 202.311813 409.36377 L 202.311813 409.36377 Z"/>
+        </clipPath>
+        <g id="g3" clip-path="url(#clipPath4)"/>
+        <clipPath id="clipPath5">
+            <path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
+        </clipPath>
+        <g id="g4" clip-path="url(#clipPath5)">
+            <path id="path118" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 202.311813 409.36377 L 202.311813 306.182678 L 290.299225 163.127563 L 366.116547 200.280334 L 365.927551 314.459839 L 316.453552 343.335419 L 316.453552 233.275604 L 265.581116 262.188965 L 265.581116 372.929138 L 202.311813 409.36377 Z"/>
+        </g>
+        <clipPath id="clipPath6">
+            <path d="M 211.420471 94.340149 L 179.256699 75.782654 L 211.420471 57.22522 L 243.546448 75.782654 L 211.420471 94.340149 L 211.420471 94.340149 Z"/>
+        </clipPath>
+        <g id="g5" clip-path="url(#clipPath6)"/>
+        <clipPath id="clipPath7">
+            <path d="M 211.420471 94.340149 L 179.256699 75.782654 L 211.420471 57.22522 L 243.546448 75.782654 L 211.420471 94.340149 L 211.420471 94.340149 Z"/>
+        </clipPath>
+        <g id="g6" clip-path="url(#clipPath7)">
+            <path id="path119" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 178.311813 95.889771 L 178.311813 93.811035 L 244.491333 93.811035 L 244.491333 95.889771 L 178.311813 95.889771 Z"/>
+            <path id="path120" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 178.311813 94.982666 L 178.311813 92.941711 L 244.491333 92.941711 L 244.491333 94.982666 L 178.311813 94.982666 Z"/>
+            <path id="path121" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 178.311813 94.113403 L 178.311813 92.034668 L 244.491333 92.034668 L 244.491333 94.113403 L 178.311813 94.113403 Z"/>
+            <path id="path122" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 178.311813 93.206299 L 178.311813 91.165344 L 244.491333 91.165344 L 244.491333 93.206299 L 178.311813 93.206299 Z"/>
+            <path id="path123" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 178.311813 92.337036 L 178.311813 90.25824 L 244.491333 90.25824 L 244.491333 92.337036 L 178.311813 92.337036 Z"/>
+            <path id="path124" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 178.311813 91.429932 L 178.311813 89.388977 L 244.491333 89.388977 L 244.491333 91.429932 L 178.311813 91.429932 Z"/>
+            <path id="path125" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 178.311813 90.560608 L 178.311813 88.481873 L 244.491333 88.481873 L 244.491333 90.560608 L 178.311813 90.560608 Z"/>
+            <path id="path126" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 178.311813 89.691345 L 178.311813 87.61261 L 244.491333 87.61261 L 244.491333 89.691345 L 178.311813 89.691345 Z"/>
+            <path id="path127" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 178.311813 88.784241 L 178.311813 86.705505 L 244.491333 86.705505 L 244.491333 88.784241 L 178.311813 88.784241 Z"/>
+            <path id="path128" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 178.311813 87.914978 L 178.311813 85.836243 L 244.491333 85.836243 L 244.491333 87.914978 L 178.311813 87.914978 Z"/>
+            <path id="path129" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 178.311813 87.007874 L 178.311813 84.966919 L 244.491333 84.966919 L 244.491333 87.007874 L 178.311813 87.007874 Z"/>
+            <path id="path130" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 178.311813 86.138611 L 178.311813 84.059814 L 244.491333 84.059814 L 244.491333 86.138611 L 178.311813 86.138611 Z"/>
+            <path id="path131" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 178.311813 85.231506 L 178.311813 83.190552 L 244.491333 83.190552 L 244.491333 85.231506 L 178.311813 85.231506 Z"/>
+            <path id="path132" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 178.311813 84.362183 L 178.311813 82.283447 L 244.491333 82.283447 L 244.491333 84.362183 L 178.311813 84.362183 Z"/>
+            <path id="path133" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 178.311813 83.455139 L 178.311813 81.414185 L 244.491333 81.414185 L 244.491333 83.455139 L 178.311813 83.455139 Z"/>
+            <path id="path134" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 178.311813 82.585815 L 178.311813 80.50708 L 244.491333 80.50708 L 244.491333 82.585815 L 178.311813 82.585815 Z"/>
+            <path id="path135" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 178.311813 81.678711 L 178.311813 79.637817 L 244.491333 79.637817 L 244.491333 81.678711 L 178.311813 81.678711 Z"/>
+            <path id="path136" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 178.311813 80.809448 L 178.311813 78.730713 L 244.491333 78.730713 L 244.491333 80.809448 L 178.311813 80.809448 Z"/>
+            <path id="path137" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 178.311813 79.940186 L 178.311813 77.861389 L 244.491333 77.861389 L 244.491333 79.940186 L 178.311813 79.940186 Z"/>
+            <path id="path138" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 178.311813 79.033081 L 178.311813 76.954346 L 244.491333 76.954346 L 244.491333 79.033081 L 178.311813 79.033081 Z"/>
+            <path id="path139" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 178.311813 78.163757 L 178.311813 76.085022 L 244.491333 76.085022 L 244.491333 78.163757 L 178.311813 78.163757 Z"/>
+            <path id="path140" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 178.311813 77.256714 L 178.311813 75.215759 L 244.491333 75.215759 L 244.491333 77.256714 L 178.311813 77.256714 Z"/>
+            <path id="path141" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 178.311813 76.38739 L 178.311813 74.308655 L 244.491333 74.308655 L 244.491333 76.38739 L 178.311813 76.38739 Z"/>
+            <path id="path142" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 178.311813 75.480286 L 178.311813 73.439392 L 244.491333 73.439392 L 244.491333 75.480286 L 178.311813 75.480286 Z"/>
+            <path id="path143" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 178.311813 74.611023 L 178.311813 72.532288 L 244.491333 72.532288 L 244.491333 74.611023 L 178.311813 74.611023 Z"/>
+            <path id="path144" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 178.311813 73.703918 L 178.311813 71.662964 L 244.491333 71.662964 L 244.491333 73.703918 L 178.311813 73.703918 Z"/>
+            <path id="path145" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 178.311813 72.834656 L 178.311813 70.75592 L 244.491333 70.75592 L 244.491333 72.834656 L 178.311813 72.834656 Z"/>
+            <path id="path146" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 178.311813 71.927551 L 178.311813 69.886597 L 244.491333 69.886597 L 244.491333 71.927551 L 178.311813 71.927551 Z"/>
+            <path id="path147" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 178.311813 71.058289 L 178.311813 68.979553 L 244.491333 68.979553 L 244.491333 71.058289 L 178.311813 71.058289 Z"/>
+            <path id="path148" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 178.311813 70.188965 L 178.311813 68.110229 L 244.491333 68.110229 L 244.491333 70.188965 L 178.311813 70.188965 Z"/>
+            <path id="path149" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 178.311813 69.28186 L 178.311813 67.203125 L 244.491333 67.203125 L 244.491333 69.28186 L 178.311813 69.28186 Z"/>
+            <path id="path150" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 178.311813 68.412598 L 178.311813 66.333862 L 244.491333 66.333862 L 244.491333 68.412598 L 178.311813 68.412598 Z"/>
+            <path id="path151" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 178.311813 67.505493 L 178.311813 65.464539 L 244.491333 65.464539 L 244.491333 67.505493 L 178.311813 67.505493 Z"/>
+            <path id="path152" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 178.311813 66.63623 L 178.311813 64.557495 L 244.491333 64.557495 L 244.491333 66.63623 L 178.311813 66.63623 Z"/>
+            <path id="path153" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 178.311813 65.729126 L 178.311813 63.688171 L 244.491333 63.688171 L 244.491333 65.729126 L 178.311813 65.729126 Z"/>
+            <path id="path154" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 178.311813 64.859863 L 178.311813 62.781128 L 244.491333 62.781128 L 244.491333 64.859863 L 178.311813 64.859863 Z"/>
+            <path id="path155" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 178.311813 63.952759 L 178.311813 61.911804 L 244.491333 61.911804 L 244.491333 63.952759 L 178.311813 63.952759 Z"/>
+            <path id="path156" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 178.311813 63.083435 L 178.311813 61.0047 L 244.491333 61.0047 L 244.491333 63.083435 L 178.311813 63.083435 Z"/>
+            <path id="path157" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 178.311813 62.176392 L 178.311813 60.135437 L 244.491333 60.135437 L 244.491333 62.176392 L 178.311813 62.176392 Z"/>
+            <path id="path158" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 178.311813 61.307068 L 178.311813 59.228333 L 244.491333 59.228333 L 244.491333 61.307068 L 178.311813 61.307068 Z"/>
+            <path id="path159" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 178.311813 60.437805 L 178.311813 58.35907 L 244.491333 58.35907 L 244.491333 60.437805 L 178.311813 60.437805 Z"/>
+            <path id="path160" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 178.311813 59.530701 L 178.311813 57.451965 L 244.491333 57.451965 L 244.491333 59.530701 L 178.311813 59.530701 Z"/>
+            <path id="path161" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 178.311813 58.661438 L 178.311813 56.582703 L 244.491333 56.582703 L 244.491333 58.661438 L 178.311813 58.661438 Z"/>
+            <path id="path162" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 178.311813 57.754333 L 178.311813 55.713379 L 244.491333 55.713379 L 244.491333 57.754333 L 178.311813 57.754333 Z"/>
+            <path id="path163" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 178.311813 56.88501 L 178.311813 54.806274 L 244.491333 54.806274 L 244.491333 56.88501 L 178.311813 56.88501 Z"/>
+            <path id="path164" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 178.311813 55.977966 L 178.311813 53.937012 L 244.491333 53.937012 L 244.491333 55.977966 L 178.311813 55.977966 Z"/>
+            <path id="path165" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 178.311813 55.108643 L 178.311813 53.029907 L 244.491333 53.029907 L 244.491333 55.108643 L 178.311813 55.108643 Z"/>
+            <path id="path166" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 178.311813 54.201599 L 178.311813 52.160645 L 244.491333 52.160645 L 244.491333 54.201599 L 178.311813 54.201599 Z"/>
+            <path id="path167" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 178.311813 53.332275 L 178.311813 51.25354 L 244.491333 51.25354 L 244.491333 53.332275 L 178.311813 53.332275 Z"/>
+            <path id="path168" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 178.311813 52.425171 L 178.311813 50.384277 L 244.491333 50.384277 L 244.491333 52.425171 L 178.311813 52.425171 Z"/>
+            <path id="path169" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 178.311813 51.555908 L 178.311813 49.477173 L 244.491333 49.477173 L 244.491333 51.555908 L 178.311813 51.555908 Z"/>
+            <path id="path170" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 178.311813 50.686584 L 178.311813 48.607849 L 244.491333 48.607849 L 244.491333 50.686584 L 178.311813 50.686584 Z"/>
+            <path id="path171" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 178.311813 49.779541 L 178.311813 47.700806 L 244.491333 47.700806 L 244.491333 49.779541 L 178.311813 49.779541 Z"/>
+            <path id="path172" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 178.311813 48.910217 L 178.311813 46.831482 L 244.491333 46.831482 L 244.491333 48.910217 L 178.311813 48.910217 Z"/>
+            <path id="path173" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 178.311813 48.003174 L 178.311813 45.962219 L 244.491333 45.962219 L 244.491333 48.003174 L 178.311813 48.003174 Z"/>
+            <path id="path174" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 178.311813 47.13385 L 178.311813 45.055115 L 244.491333 45.055115 L 244.491333 47.13385 L 178.311813 47.13385 Z"/>
+            <path id="path175" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 178.311813 46.226746 L 178.311813 44.185852 L 244.491333 44.185852 L 244.491333 46.226746 L 178.311813 46.226746 Z"/>
+            <path id="path176" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 178.311813 45.357483 L 178.311813 43.278748 L 244.491333 43.278748 L 244.491333 45.357483 L 178.311813 45.357483 Z"/>
+            <path id="path177" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 178.311813 44.450378 L 178.311813 42.409424 L 244.491333 42.409424 L 244.491333 44.450378 L 178.311813 44.450378 Z"/>
+            <path id="path178" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 178.311813 43.581116 L 178.311813 41.50238 L 244.491333 41.50238 L 244.491333 43.581116 L 178.311813 43.581116 Z"/>
+            <path id="path179" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 178.311813 42.674011 L 178.311813 40.633057 L 244.491333 40.633057 L 244.491333 42.674011 L 178.311813 42.674011 Z"/>
+            <path id="path180" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 178.311813 41.804749 L 178.311813 39.726013 L 244.491333 39.726013 L 244.491333 41.804749 L 178.311813 41.804749 Z"/>
+            <path id="path181" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 178.311813 40.935425 L 178.311813 38.856689 L 244.491333 38.856689 L 244.491333 40.935425 L 178.311813 40.935425 Z"/>
+            <path id="path182" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 178.311813 40.02832 L 178.311813 37.949585 L 244.491333 37.949585 L 244.491333 40.02832 L 178.311813 40.02832 Z"/>
+            <path id="path183" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 178.311813 39.159058 L 178.311813 37.080322 L 244.491333 37.080322 L 244.491333 39.159058 L 178.311813 39.159058 Z"/>
+            <path id="path184" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 178.311813 38.251953 L 178.311813 36.210999 L 244.491333 36.210999 L 244.491333 38.251953 L 178.311813 38.251953 Z"/>
+            <path id="path185" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 178.311813 37.38269 L 178.311813 35.303955 L 244.491333 35.303955 L 244.491333 37.38269 L 178.311813 37.38269 Z"/>
+            <path id="path186" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 178.311813 36.475586 L 178.311813 34.434631 L 244.491333 34.434631 L 244.491333 36.475586 L 178.311813 36.475586 Z"/>
+            <path id="path187" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 178.311813 35.606323 L 178.311813 33.527588 L 244.491333 33.527588 L 244.491333 35.606323 L 178.311813 35.606323 Z"/>
+            <path id="path188" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 178.311813 34.699219 L 178.311813 32.658264 L 244.491333 32.658264 L 244.491333 34.699219 L 178.311813 34.699219 Z"/>
+            <path id="path189" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 178.311813 33.829895 L 178.311813 31.75116 L 244.491333 31.75116 L 244.491333 33.829895 L 178.311813 33.829895 Z"/>
+            <path id="path190" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 178.311813 32.922852 L 178.311813 30.881897 L 244.491333 30.881897 L 244.491333 32.922852 L 178.311813 32.922852 Z"/>
+            <path id="path191" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 178.311813 32.053528 L 178.311813 29.974792 L 244.491333 29.974792 L 244.491333 32.053528 L 178.311813 32.053528 Z"/>
+            <path id="path192" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 178.311813 31.184265 L 178.311813 29.10553 L 244.491333 29.10553 L 244.491333 31.184265 L 178.311813 31.184265 Z"/>
+            <path id="path193" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 178.311813 30.277161 L 178.311813 28.198425 L 244.491333 28.198425 L 244.491333 30.277161 L 178.311813 30.277161 Z"/>
+            <path id="path194" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 178.311813 29.407898 L 178.311813 27.329163 L 244.491333 27.329163 L 244.491333 29.407898 L 178.311813 29.407898 Z"/>
+            <path id="path195" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 178.311813 28.500793 L 178.311813 26.459839 L 244.491333 26.459839 L 244.491333 28.500793 L 178.311813 28.500793 Z"/>
+            <path id="path196" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 178.311813 27.63147 L 178.311813 25.552734 L 244.491333 25.552734 L 244.491333 27.63147 L 178.311813 27.63147 Z"/>
+            <path id="path197" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 178.311813 26.724426 L 178.311813 24.683472 L 244.491333 24.683472 L 244.491333 26.724426 L 178.311813 26.724426 Z"/>
+            <path id="path198" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 178.311813 25.855103 L 178.311813 23.776367 L 244.491333 23.776367 L 244.491333 25.855103 L 178.311813 25.855103 Z"/>
+            <path id="path199" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 178.311813 24.948059 L 178.311813 22.907104 L 244.491333 22.907104 L 244.491333 24.948059 L 178.311813 24.948059 Z"/>
+            <path id="path200" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 178.311813 24.078735 L 178.311813 22 L 244.491333 22 L 244.491333 24.078735 L 178.311813 24.078735 Z"/>
+            <path id="path201" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 178.311813 23.171631 L 178.311813 21.130737 L 244.491333 21.130737 L 244.491333 23.171631 L 178.311813 23.171631 Z"/>
+            <path id="path202" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 178.311813 22.302368 L 178.311813 20.223633 L 244.491333 20.223633 L 244.491333 22.302368 L 178.311813 22.302368 Z"/>
+            <path id="path203" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 178.311813 21.433044 L 178.311813 19.354309 L 244.491333 19.354309 L 244.491333 21.433044 L 178.311813 21.433044 Z"/>
+            <path id="path204" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 178.311813 20.526001 L 178.311813 18.447266 L 244.491333 18.447266 L 244.491333 20.526001 L 178.311813 20.526001 Z"/>
+            <path id="path205" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 178.311813 19.656677 L 178.311813 17.577942 L 244.491333 17.577942 L 244.491333 19.656677 L 178.311813 19.656677 Z"/>
+            <path id="path206" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 178.311813 18.749634 L 178.311813 16.708679 L 244.491333 16.708679 L 244.491333 18.749634 L 178.311813 18.749634 Z"/>
+        </g>
+        <clipPath id="clipPath8">
+            <path d="M 211.420471 94.340149 L 179.256699 75.782654 L 211.420471 57.22522 L 243.546448 75.782654 L 211.420471 94.340149 L 211.420471 94.340149 Z"/>
+        </clipPath>
+        <g id="g7" clip-path="url(#clipPath8)"/>
+        <clipPath id="clipPath9">
+            <path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
+        </clipPath>
+        <g id="g8" clip-path="url(#clipPath9)">
+            <path id="path207" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 211.420471 94.340149 L 179.256699 75.782654 L 211.420471 57.22522 L 243.546448 75.782654 L 211.420471 94.340149 Z"/>
+        </g>
+        <clipPath id="clipPath10">
+            <path d="M 306.815735 337.855133 L 316.453552 343.335419 L 316.453552 233.275604 L 306.815735 238.793701 L 306.815735 337.855133 L 306.815735 337.855133 Z"/>
+        </clipPath>
+        <g id="g9" clip-path="url(#clipPath10)"/>
+        <clipPath id="clipPath11">
+            <path d="M 306.815735 337.855133 L 306.815735 337.855133 L 306.815735 238.793701 L 316.453552 233.275604 L 316.453552 343.335419 L 306.815735 337.855133 Z"/>
+        </clipPath>
+        <g id="g10" clip-path="url(#clipPath11)">
+            <path id="path208" fill="#c9ba96" fill-rule="evenodd" stroke="none" d="M 333.61261 232.3685 C 333.61261 260.148041 332.856689 287.436218 331.458282 311.51181 C 330.022034 335.549591 327.98111 355.543304 325.486603 369.414185 C 323.029907 383.322845 320.233063 390.61731 317.360626 390.61731 C 314.52597 390.61731 311.729126 383.322845 309.23465 369.414185 C 306.777954 355.543304 304.737 335.549591 303.300781 311.51181 C 301.864563 287.436218 301.108673 260.148041 301.108673 232.3685 C 301.108673 204.588989 301.864563 177.300781 303.300781 153.22522 C 304.737 129.149597 306.777954 109.193726 309.23465 95.285034 C 311.729126 81.414185 314.52597 74.081909 317.360626 74.081909 C 320.233063 74.081909 323.029907 81.414185 325.486603 95.285034 C 327.98111 109.193726 330.022034 129.149597 331.458282 153.22522 C 332.856689 177.300781 333.61261 204.588989 333.61261 232.3685 L 333.61261 232.3685 Z"/>
+            <path id="path209" fill="#c9ba96" fill-rule="evenodd" stroke="none" d="M 325.411011 232.3685 C 325.411011 246.125977 325.033081 259.618896 324.352753 271.524414 C 323.634644 283.429932 322.614166 293.332275 321.404724 300.211029 C 320.157471 307.089752 318.796844 310.680328 317.360626 310.680328 C 315.962219 310.680328 314.563782 307.089752 313.35434 300.211029 C 312.144867 293.332275 311.12442 283.429932 310.406311 271.524414 C 309.688202 259.618896 309.310242 246.125977 309.310242 232.3685 C 309.310242 218.611023 309.688202 205.118103 310.406311 193.174805 C 311.12442 181.269287 312.144867 171.404724 313.35434 164.526001 C 314.563782 157.647217 315.962219 154.018921 317.360626 154.018921 C 318.796844 154.018921 320.157471 157.647217 321.404724 164.526001 C 322.614166 171.404724 323.634644 181.269287 324.352753 193.174805 C 325.033081 205.118103 325.411011 218.611023 325.411011 232.3685 L 325.411011 232.3685 Z"/>
+            <path id="path210" fill="#cabb98" fill-rule="evenodd" stroke="none" d="M 325.259857 232.3685 C 325.259857 245.86142 324.881897 259.089752 324.201569 270.768494 C 323.521271 282.447235 322.500793 292.160645 321.329132 298.888184 C 320.11969 305.653534 318.759064 309.206299 317.360626 309.206299 C 316 309.206299 314.639374 305.653534 313.429932 298.888184 C 312.220459 292.160645 311.237793 282.447235 310.557495 270.768494 C 309.839355 259.089752 309.499207 245.86142 309.499207 232.3685 C 309.499207 218.87561 309.839355 205.609436 310.557495 193.930725 C 311.237793 182.251953 312.220459 172.576355 313.429932 165.811035 C 314.639374 159.083435 316 155.530701 317.360626 155.530701 C 318.759064 155.530701 320.11969 159.083435 321.329132 165.811035 C 322.500793 172.576355 323.521271 182.251953 324.201569 193.930725 C 324.881897 205.609436 325.259857 218.87561 325.259857 232.3685 L 325.259857 232.3685 Z"/>
+            <path id="path211" fill="#cbbd9a" fill-rule="evenodd" stroke="none" d="M 325.108673 232.3685 C 325.108673 245.596863 324.730713 258.560638 324.050385 270.012604 C 323.370087 281.464569 322.425201 290.988983 321.25354 297.603149 C 320.044098 304.217316 318.721252 307.694489 317.360626 307.694489 C 316 307.694489 314.677155 304.217316 313.505524 297.603149 C 312.333862 290.988983 311.351196 281.464569 310.670868 270.012604 C 309.99054 258.560638 309.650391 245.596863 309.650391 232.3685 C 309.650391 219.140137 309.99054 206.138611 310.670868 194.686584 C 311.351196 183.234619 312.333862 173.748047 313.505524 167.13385 C 314.677155 160.519714 316 157.042542 317.360626 157.042542 C 318.721252 157.042542 320.044098 160.519714 321.25354 167.13385 C 322.425201 173.748047 323.370087 183.234619 324.050385 194.686584 C 324.730713 206.138611 325.108673 219.140137 325.108673 232.3685 L 325.108673 232.3685 Z"/>
+            <path id="path212" fill="#ccbe9c" fill-rule="evenodd" stroke="none" d="M 324.957489 232.3685 C 324.957489 245.332275 324.579529 258.031494 323.937012 269.256683 C 323.256683 280.481903 322.311798 289.817322 321.140167 296.280304 C 320.006287 302.781097 318.683472 306.182678 317.360626 306.182678 C 316.037781 306.182678 314.714966 302.781097 313.581116 296.280304 C 312.447235 289.817322 311.464569 280.481903 310.822052 269.256683 C 310.141724 258.031494 309.801575 245.332275 309.801575 232.3685 C 309.801575 219.404724 310.141724 206.667725 310.822052 195.442505 C 311.464569 184.217346 312.447235 174.919678 313.581116 168.418884 C 314.714966 161.955933 316.037781 158.554321 317.360626 158.554321 C 318.683472 158.554321 320.006287 161.955933 321.140167 168.418884 C 322.311798 174.919678 323.256683 184.217346 323.937012 195.442505 C 324.579529 206.667725 324.957489 219.404724 324.957489 232.3685 L 324.957489 232.3685 Z"/>
+            <path id="path213" fill="#cdbf9e" fill-rule="evenodd" stroke="none" d="M 324.806305 232.3685 C 324.806305 245.067719 324.466156 257.540161 323.785828 268.500793 C 323.143311 279.499207 322.198425 288.64566 321.064575 294.99527 C 319.968506 301.344879 318.683472 304.670868 317.360626 304.670868 C 316.075592 304.670868 314.790558 301.344879 313.656708 294.99527 C 312.522827 288.64566 311.577942 279.499207 310.935425 268.500793 C 310.292908 257.540161 309.952759 245.067719 309.952759 232.3685 C 309.952759 219.669312 310.292908 207.196838 310.935425 196.198425 C 311.577942 185.200012 312.522827 176.091309 313.656708 169.74176 C 314.790558 163.392151 316.075592 160.066162 317.360626 160.066162 C 318.683472 160.066162 319.968506 163.392151 321.064575 169.74176 C 322.198425 176.091309 323.143311 185.200012 323.785828 196.198425 C 324.466156 207.196838 324.806305 219.669312 324.806305 232.3685 L 324.806305 232.3685 Z"/>
+            <path id="path214" fill="#cec1a0" fill-rule="evenodd" stroke="none" d="M 324.655121 232.3685 C 324.655121 244.803162 324.314972 257.011017 323.672455 267.782684 C 323.029907 278.516541 322.122833 287.47403 320.988983 293.672455 C 319.892914 299.908661 318.64566 303.159058 317.360626 303.159058 C 316.075592 303.159058 314.828339 299.908661 313.732269 293.672455 C 312.63623 287.47403 311.729126 278.516541 311.086609 267.782684 C 310.444092 257.011017 310.103943 244.803162 310.103943 232.3685 C 310.103943 219.933838 310.444092 207.726013 311.086609 196.954346 C 311.729126 186.182678 312.63623 177.263 313.732269 171.026794 C 314.828339 164.828369 316.075592 161.540161 317.360626 161.540161 C 318.64566 161.540161 319.892914 164.828369 320.988983 171.026794 C 322.122833 177.263 323.029907 186.182678 323.672455 196.954346 C 324.314972 207.726013 324.655121 219.933838 324.655121 232.3685 L 324.655121 232.3685 Z"/>
+            <path id="path215" fill="#cfc2a2" fill-rule="evenodd" stroke="none" d="M 324.466156 232.3685 C 324.466156 244.538574 324.163788 256.481903 323.521271 267.026764 C 322.916534 277.533844 322.00946 286.302368 320.913391 292.38739 C 319.855133 298.472443 318.60788 301.647247 317.360626 301.647247 C 316.113373 301.647247 314.903931 298.472443 313.807861 292.38739 C 312.749603 286.302368 311.842529 277.533844 311.200012 267.026764 C 310.595276 256.481903 310.255127 244.538574 310.255127 232.3685 C 310.255127 220.198425 310.595276 208.255127 311.200012 197.710266 C 311.842529 187.165344 312.749603 178.434631 313.807861 172.349609 C 314.903931 166.264587 316.113373 163.051941 317.360626 163.051941 C 318.60788 163.051941 319.855133 166.264587 320.913391 172.349609 C 322.00946 178.434631 322.916534 187.165344 323.521271 197.710266 C 324.163788 208.255127 324.466156 220.198425 324.466156 232.3685 L 324.466156 232.3685 Z"/>
+            <path id="path216" fill="#d0c3a4" fill-rule="evenodd" stroke="none" d="M 324.314972 232.3685 C 324.314972 244.274017 324.012604 255.952759 323.407867 266.270874 C 322.803162 276.551178 321.896057 285.130707 320.837799 291.064575 C 319.779541 297.036224 318.60788 300.135437 317.360626 300.135437 C 316.151184 300.135437 314.941742 297.036224 313.883453 291.064575 C 312.825195 285.130707 311.955902 276.551178 311.351196 266.270874 C 310.74646 255.952759 310.406311 244.274017 310.406311 232.3685 C 310.406311 220.463013 310.74646 208.784241 311.351196 198.466125 C 311.955902 188.14801 312.825195 179.606323 313.883453 173.634644 C 314.941742 167.700806 316.151184 164.563782 317.360626 164.563782 C 318.60788 164.563782 319.779541 167.700806 320.837799 173.634644 C 321.896057 179.606323 322.803162 188.14801 323.407867 198.466125 C 324.012604 208.784241 324.314972 220.463013 324.314972 232.3685 L 324.314972 232.3685 Z"/>
+            <path id="path217" fill="#d1c5a6" fill-rule="evenodd" stroke="none" d="M 324.163788 232.3685 C 324.163788 244.00946 323.86142 255.423615 323.256683 265.514954 C 322.651978 275.568512 321.820465 283.959045 320.762207 289.779541 C 319.74173 295.600006 318.570068 298.661407 317.360626 298.661407 C 316.188965 298.661407 315.017334 295.600006 313.959045 289.779541 C 312.938568 283.959045 312.069305 275.568512 311.464569 265.514954 C 310.897644 255.423615 310.557495 244.00946 310.557495 232.3685 C 310.557495 220.727539 310.897644 209.313416 311.464569 199.222046 C 312.069305 189.130737 312.938568 180.777954 313.959045 174.957458 C 315.017334 169.137024 316.188965 166.075562 317.360626 166.075562 C 318.570068 166.075562 319.74173 169.137024 320.762207 174.957458 C 321.820465 180.777954 322.651978 189.130737 323.256683 199.222046 C 323.86142 209.313416 324.163788 220.727539 324.163788 232.3685 L 324.163788 232.3685 Z"/>
+            <path id="path218" fill="#d2c6a8" fill-rule="evenodd" stroke="none" d="M 324.012604 232.3685 C 324.012604 243.744873 323.710236 254.894501 323.143311 264.759064 C 322.538574 274.585815 321.707092 282.787415 320.686615 288.456696 C 319.666138 294.163788 318.532288 297.149597 317.360626 297.149597 C 316.188965 297.149597 315.055115 294.163788 314.034637 288.456696 C 313.051971 282.787415 312.182678 274.585815 311.615753 264.759064 C 311.011017 254.894501 310.708649 243.744873 310.708649 232.3685 C 310.708649 220.992126 311.011017 209.804749 311.615753 199.977966 C 312.182678 190.113403 313.051971 181.949585 314.034637 176.242493 C 315.055115 170.573242 316.188965 167.587402 317.360626 167.587402 C 318.532288 167.587402 319.666138 170.573242 320.686615 176.242493 C 321.707092 181.949585 322.538574 190.113403 323.143311 199.977966 C 323.710236 209.804749 324.012604 220.992126 324.012604 232.3685 L 324.012604 232.3685 Z"/>
+            <path id="path219" fill="#d3c7aa" fill-rule="evenodd" stroke="none" d="M 323.86142 232.3685 C 323.86142 243.480316 323.559052 254.365356 322.992126 264.003143 C 322.425201 273.603149 321.593689 281.615753 320.611023 287.171661 C 319.628357 292.72757 318.494476 295.637787 317.360626 295.637787 C 316.226776 295.637787 315.092926 292.72757 314.110229 287.171661 C 313.127563 281.615753 312.333862 273.603149 311.729126 264.003143 C 311.162201 254.365356 310.859833 243.480316 310.859833 232.3685 C 310.859833 221.256714 311.162201 210.333862 311.729126 200.733887 C 312.333862 191.096069 313.127563 183.121277 314.110229 177.565369 C 315.092926 172.00946 316.226776 169.099182 317.360626 169.099182 C 318.494476 169.099182 319.628357 172.00946 320.611023 177.565369 C 321.593689 183.121277 322.425201 191.096069 322.992126 200.733887 C 323.559052 210.333862 323.86142 221.256714 323.86142 232.3685 L 323.86142 232.3685 Z"/>
+            <path id="path220" fill="#d4c9ac" fill-rule="evenodd" stroke="none" d="M 323.710236 232.3685 C 323.710236 243.215759 323.407867 253.836212 322.878754 263.247253 C 322.311798 272.620483 321.518097 280.444092 320.535431 285.848816 C 319.590546 291.291351 318.494476 294.125977 317.360626 294.125977 C 316.264557 294.125977 315.168518 291.291351 314.185822 285.848816 C 313.240936 280.444092 312.447235 272.620483 311.88031 263.247253 C 311.313385 253.836212 311.011017 243.215759 311.011017 232.3685 C 311.011017 221.52124 311.313385 210.862976 311.88031 201.489746 C 312.447235 192.078735 313.240936 184.292908 314.185822 178.888184 C 315.168518 173.445679 316.264557 170.611023 317.360626 170.611023 C 318.494476 170.611023 319.590546 173.445679 320.535431 178.888184 C 321.518097 184.292908 322.311798 192.078735 322.878754 201.489746 C 323.407867 210.862976 323.710236 221.52124 323.710236 232.3685 L 323.710236 232.3685 Z"/>
+            <path id="path221" fill="#d5caae" fill-rule="evenodd" stroke="none" d="M 323.559052 232.3685 C 323.559052 242.951172 323.256683 253.344879 322.72757 262.491333 C 322.198425 271.637787 321.404724 279.27243 320.459839 284.563782 C 319.514954 289.855133 318.456696 292.614166 317.360626 292.614166 C 316.302368 292.614166 315.206299 289.855133 314.261414 284.563782 C 313.35434 279.27243 312.560638 271.637787 312.031494 262.491333 C 311.464569 253.344879 311.200012 242.951172 311.200012 232.3685 C 311.200012 221.785828 311.464569 211.392151 312.031494 202.245667 C 312.560638 193.061401 313.35434 185.464539 314.261414 180.173218 C 315.206299 174.881897 316.302368 172.085022 317.360626 172.085022 C 318.456696 172.085022 319.514954 174.881897 320.459839 180.173218 C 321.404724 185.464539 322.198425 193.061401 322.72757 202.245667 C 323.256683 211.392151 323.559052 221.785828 323.559052 232.3685 L 323.559052 232.3685 Z"/>
+            <path id="path222" fill="#d7cbb0" fill-rule="evenodd" stroke="none" d="M 323.407867 232.3685 C 323.407867 242.686615 323.105499 252.815735 322.576385 261.735443 C 322.047241 270.655121 321.291351 278.1008 320.384247 283.240936 C 319.477173 288.381104 318.418884 291.102356 317.360626 291.102356 C 316.302368 291.102356 315.281891 288.381104 314.337006 283.240936 C 313.429932 278.1008 312.674011 270.655121 312.144867 261.735443 C 311.615753 252.815735 311.351196 242.686615 311.351196 232.3685 C 311.351196 222.050415 311.615753 211.921265 312.144867 203.001587 C 312.674011 194.044067 313.429932 186.63623 314.337006 181.496033 C 315.281891 176.318115 316.302368 173.596863 317.360626 173.596863 C 318.418884 173.596863 319.477173 176.318115 320.384247 181.496033 C 321.291351 186.63623 322.047241 194.044067 322.576385 203.001587 C 323.105499 211.921265 323.407867 222.050415 323.407867 232.3685 L 323.407867 232.3685 Z"/>
+            <path id="path223" fill="#d8cdb2" fill-rule="evenodd" stroke="none" d="M 323.256683 232.3685 C 323.256683 242.422058 322.992126 252.286621 322.462982 260.979523 C 321.933868 269.672455 321.215759 276.929138 320.308655 281.955902 C 319.401581 286.944885 318.418884 289.590546 317.360626 289.590546 C 316.340149 289.590546 315.319672 286.944885 314.450409 281.955902 C 313.543304 276.929138 312.787415 269.672455 312.296051 260.979523 C 311.766937 252.286621 311.50235 242.422058 311.50235 232.3685 C 311.50235 222.314941 311.766937 212.450378 312.296051 203.719666 C 312.787415 195.026794 313.543304 187.807861 314.450409 182.781128 C 315.319672 177.754333 316.340149 175.108643 317.360626 175.108643 C 318.418884 175.108643 319.401581 177.754333 320.308655 182.781128 C 321.215759 187.807861 321.933868 195.026794 322.462982 203.719666 C 322.992126 212.450378 323.256683 222.314941 323.256683 232.3685 L 323.256683 232.3685 Z"/>
+            <path id="path224" fill="#d9ceb4" fill-rule="evenodd" stroke="none" d="M 323.105499 232.3685 C 323.105499 242.157471 322.840942 251.757477 322.311798 260.223633 C 321.820465 268.689758 321.102356 275.757477 320.233063 280.633057 C 319.36377 285.508667 318.381104 288.116547 317.360626 288.116547 C 316.37796 288.116547 315.395264 285.508667 314.52597 280.633057 C 313.656708 275.757477 312.900787 268.689758 312.409454 260.223633 C 311.918121 251.757477 311.653534 242.157471 311.653534 232.3685 C 311.653534 222.579529 311.918121 212.979553 312.409454 204.475586 C 312.900787 196.00946 313.656708 188.979553 314.52597 184.103943 C 315.395264 179.190552 316.37796 176.620483 317.360626 176.620483 C 318.381104 176.620483 319.36377 179.190552 320.233063 184.103943 C 321.102356 188.979553 321.820465 196.00946 322.311798 204.475586 C 322.840942 212.979553 323.105499 222.579529 323.105499 232.3685 L 323.105499 232.3685 Z"/>
+            <path id="path225" fill="#dacfb6" fill-rule="evenodd" stroke="none" d="M 322.954346 232.3685 C 322.954346 241.892914 322.689758 251.228333 322.198425 259.467712 C 321.707092 267.707092 320.988983 274.585815 320.157471 279.310242 C 319.325989 284.072449 318.343292 286.604736 317.360626 286.604736 C 316.37796 286.604736 315.433075 284.072449 314.601563 279.310242 C 313.732269 274.585815 313.051971 267.707092 312.560638 259.467712 C 312.069305 251.228333 311.804718 241.892914 311.804718 232.3685 C 311.804718 222.844116 312.069305 213.470886 312.560638 205.231506 C 313.051971 196.992126 313.732269 190.151184 314.601563 185.388977 C 315.433075 180.62677 316.37796 178.132263 317.360626 178.132263 C 318.343292 178.132263 319.325989 180.62677 320.157471 185.388977 C 320.988983 190.151184 321.707092 196.992126 322.198425 205.231506 C 322.689758 213.470886 322.954346 222.844116 322.954346 232.3685 L 322.954346 232.3685 Z"/>
+            <path id="path226" fill="#dbd1b8" fill-rule="evenodd" stroke="none" d="M 322.76535 232.3685 C 322.76535 241.628357 322.538574 250.699219 322.047241 258.711823 C 321.593689 266.724396 320.913391 273.414185 320.081879 278.025208 C 319.250397 282.63623 318.305511 285.092926 317.360626 285.092926 C 316.415741 285.092926 315.470856 282.63623 314.677155 278.025208 C 313.845673 273.414185 313.165344 266.724396 312.674011 258.711823 C 312.220459 250.699219 311.955902 241.628357 311.955902 232.3685 C 311.955902 223.108643 312.220459 214 312.674011 205.987427 C 313.165344 197.974792 313.845673 191.322815 314.677155 186.711792 C 315.470856 182.062988 316.415741 179.644104 317.360626 179.644104 C 318.305511 179.644104 319.250397 182.062988 320.081879 186.711792 C 320.913391 191.322815 321.593689 197.974792 322.047241 205.987427 C 322.538574 214 322.76535 223.108643 322.76535 232.3685 L 322.76535 232.3685 Z"/>
+            <path id="path227" fill="#dcd2ba" fill-rule="evenodd" stroke="none" d="M 322.614166 232.3685 C 322.614166 241.36377 322.38739 250.170074 321.933868 257.955902 C 321.480316 265.74173 320.799988 272.242523 320.006287 276.702362 C 319.212585 281.200012 318.305511 283.581116 317.360626 283.581116 C 316.453552 283.581116 315.546448 281.200012 314.752747 276.702362 C 313.959045 272.242523 313.278748 265.74173 312.825195 257.955902 C 312.371643 250.170074 312.107086 241.36377 312.107086 232.3685 C 312.107086 223.37323 312.371643 214.529114 312.825195 206.743286 C 313.278748 198.957458 313.959045 192.494507 314.752747 187.996826 C 315.546448 183.499207 316.453552 181.155884 317.360626 181.155884 C 318.305511 181.155884 319.212585 183.499207 320.006287 187.996826 C 320.799988 192.494507 321.480316 198.957458 321.933868 206.743286 C 322.38739 214.529114 322.614166 223.37323 322.614166 232.3685 L 322.614166 232.3685 Z"/>
+            <path id="path228" fill="#ddd3bc" fill-rule="evenodd" stroke="none" d="M 322.462982 232.3685 C 322.462982 241.099213 322.236206 249.678741 321.782684 257.200012 C 321.329132 264.759064 320.686615 271.033081 319.930695 275.417328 C 319.136993 279.763794 318.267731 282.069305 317.360626 282.069305 C 316.491333 282.069305 315.584259 279.763794 314.828339 275.417328 C 314.034637 271.033081 313.39212 264.759064 312.938568 257.200012 C 312.485046 249.678741 312.25827 241.099213 312.25827 232.3685 C 312.25827 223.637817 312.485046 215.058289 312.938568 207.499207 C 313.39212 199.940186 314.034637 193.666138 314.828339 189.319702 C 315.584259 184.935425 316.491333 182.629944 317.360626 182.629944 C 318.267731 182.629944 319.136993 184.935425 319.930695 189.319702 C 320.686615 193.666138 321.329132 199.940186 321.782684 207.499207 C 322.236206 215.058289 322.462982 223.637817 322.462982 232.3685 L 322.462982 232.3685 Z"/>
+            <path id="path229" fill="#ded5be" fill-rule="evenodd" stroke="none" d="M 322.311798 232.3685 C 322.311798 240.834656 322.085052 249.149597 321.669281 256.481903 C 321.215759 263.776367 320.611023 269.86142 319.855133 274.094482 C 319.099213 278.327545 318.229919 280.557495 317.360626 280.557495 C 316.491333 280.557495 315.659851 278.327545 314.903931 274.094482 C 314.148041 269.86142 313.505524 263.776367 313.089752 256.481903 C 312.63623 249.149597 312.409454 240.834656 312.409454 232.3685 C 312.409454 223.902344 312.63623 215.587402 313.089752 208.255127 C 313.505524 200.922852 314.148041 194.837769 314.903931 190.604736 C 315.659851 186.371643 316.491333 184.141724 317.360626 184.141724 C 318.229919 184.141724 319.099213 186.371643 319.855133 190.604736 C 320.611023 194.837769 321.215759 200.922852 321.669281 208.255127 C 322.085052 215.587402 322.311798 223.902344 322.311798 232.3685 L 322.311798 232.3685 Z"/>
+            <path id="path230" fill="#dfd6c0" fill-rule="evenodd" stroke="none" d="M 322.160645 232.3685 C 322.160645 240.570068 321.933868 248.620483 321.518097 255.725983 C 321.102356 262.793701 320.49765 268.689758 319.779541 272.809448 C 319.023621 276.891327 318.229919 279.045654 317.360626 279.045654 C 316.529144 279.045654 315.697632 276.891327 314.979523 272.809448 C 314.261414 268.689758 313.656708 262.793701 313.203156 255.725983 C 312.787415 248.620483 312.560638 240.570068 312.560638 232.3685 C 312.560638 224.166931 312.787415 216.116516 313.203156 209.011047 C 313.656708 201.905518 314.261414 196.00946 314.979523 191.927551 C 315.697632 187.807861 316.529144 185.653564 317.360626 185.653564 C 318.229919 185.653564 319.023621 187.807861 319.779541 191.927551 C 320.49765 196.00946 321.102356 201.905518 321.518097 209.011047 C 321.933868 216.116516 322.160645 224.166931 322.160645 232.3685 L 322.160645 232.3685 Z"/>
+            <path id="path231" fill="#e0d7c2" fill-rule="evenodd" stroke="none" d="M 322.00946 232.3685 C 322.00946 240.305511 321.782684 248.091339 321.404724 254.970093 C 320.988983 261.811035 320.384247 267.518097 319.703949 271.486603 C 318.98584 275.455109 318.192139 277.571655 317.360626 277.571655 C 316.566925 277.571655 315.773224 275.455109 315.055115 271.486603 C 314.337006 267.518097 313.770081 261.811035 313.35434 254.970093 C 312.938568 248.091339 312.749603 240.305511 312.749603 232.3685 C 312.749603 224.431519 312.938568 216.645691 313.35434 209.766907 C 313.770081 202.888184 314.337006 197.181091 315.055115 193.212585 C 315.773224 189.24408 316.566925 187.165344 317.360626 187.165344 C 318.192139 187.165344 318.98584 189.24408 319.703949 193.212585 C 320.384247 197.181091 320.988983 202.888184 321.404724 209.766907 C 321.782684 216.645691 322.00946 224.431519 322.00946 232.3685 L 322.00946 232.3685 Z"/>
+            <path id="path232" fill="#e1d9c4" fill-rule="evenodd" stroke="none" d="M 321.858276 232.3685 C 321.858276 240.040955 321.6315 247.562195 321.25354 254.214172 C 320.87558 260.828339 320.308655 266.346466 319.628357 270.201569 C 318.948029 274.01889 318.154327 276.059845 317.360626 276.059845 C 316.566925 276.059845 315.811035 274.01889 315.130707 270.201569 C 314.450409 266.346466 313.883453 260.828339 313.467712 254.214172 C 313.089752 247.562195 312.900787 240.040955 312.900787 232.3685 C 312.900787 224.696045 313.089752 217.174805 313.467712 210.522827 C 313.883453 203.87085 314.450409 198.352783 315.130707 194.535461 C 315.811035 190.680298 316.566925 188.677185 317.360626 188.677185 C 318.154327 188.677185 318.948029 190.680298 319.628357 194.535461 C 320.308655 198.352783 320.87558 203.87085 321.25354 210.522827 C 321.6315 217.174805 321.858276 224.696045 321.858276 232.3685 L 321.858276 232.3685 Z"/>
+            <path id="path233" fill="#e2dac6" fill-rule="evenodd" stroke="none" d="M 321.707092 232.3685 C 321.707092 239.776367 321.518097 247.033081 321.102356 253.458282 C 320.724396 259.845673 320.195282 265.174805 319.552765 268.878754 C 318.872437 272.582672 318.116547 274.548035 317.360626 274.548035 C 316.604736 274.548035 315.848816 272.582672 315.206299 268.878754 C 314.563782 265.174805 313.996857 259.845673 313.618896 253.458282 C 313.240936 247.033081 313.051971 239.776367 313.051971 232.3685 C 313.051971 224.960632 313.240936 217.666138 313.618896 211.278748 C 313.996857 204.853516 314.563782 199.524414 315.206299 195.820496 C 315.848816 192.116516 316.604736 190.188965 317.360626 190.188965 C 318.116547 190.188965 318.872437 192.116516 319.552765 195.820496 C 320.195282 199.524414 320.724396 204.853516 321.102356 211.278748 C 321.518097 217.666138 321.707092 224.960632 321.707092 232.3685 L 321.707092 232.3685 Z"/>
+            <path id="path234" fill="#e3dbc8" fill-rule="evenodd" stroke="none" d="M 321.555908 232.3685 C 321.555908 239.51181 321.366943 246.503937 320.988983 252.702362 C 320.611023 258.900787 320.081879 264.003143 319.439362 267.593689 C 318.834656 271.146454 318.116547 273.036224 317.360626 273.036224 C 316.642517 273.036224 315.924408 271.146454 315.281891 267.593689 C 314.639374 264.003143 314.110229 258.900787 313.770081 252.702362 C 313.39212 246.503937 313.203156 239.51181 313.203156 232.3685 C 313.203156 225.22522 313.39212 218.195251 313.770081 212.034668 C 314.110229 205.836243 314.639374 200.696045 315.281891 197.143311 C 315.924408 193.552734 316.642517 191.700806 317.360626 191.700806 C 318.116547 191.700806 318.834656 193.552734 319.439362 197.143311 C 320.081879 200.696045 320.611023 205.836243 320.988983 212.034668 C 321.366943 218.195251 321.555908 225.22522 321.555908 232.3685 L 321.555908 232.3685 Z"/>
+            <path id="path235" fill="#e4dccb" fill-rule="evenodd" stroke="none" d="M 321.404724 232.3685 C 321.404724 239.247253 321.215759 245.974792 320.837799 251.946442 C 320.49765 257.918121 320.006287 262.831482 319.36377 266.270874 C 318.759064 269.710236 318.078735 271.524414 317.360626 271.524414 C 316.680328 271.524414 315.962219 269.710236 315.357483 266.270874 C 314.752747 262.831482 314.223633 257.918121 313.883453 251.946442 C 313.543304 245.974792 313.35434 239.247253 313.35434 232.3685 C 313.35434 225.489746 313.543304 218.724426 313.883453 212.790527 C 314.223633 206.818909 314.752747 201.867737 315.357483 198.428345 C 315.962219 194.988953 316.680328 193.174805 317.360626 193.174805 C 318.078735 193.174805 318.759064 194.988953 319.36377 198.428345 C 320.006287 201.867737 320.49765 206.818909 320.837799 212.790527 C 321.215759 218.724426 321.404724 225.489746 321.404724 232.3685 L 321.404724 232.3685 Z"/>
+            <path id="path236" fill="#e5decd" fill-rule="evenodd" stroke="none" d="M 321.25354 232.3685 C 321.25354 238.982666 321.064575 245.483459 320.724396 251.190552 C 320.384247 256.935425 319.892914 261.659851 319.288177 264.98584 C 318.721252 268.274017 318.040955 270.012604 317.360626 270.012604 C 316.680328 270.012604 316.037781 268.274017 315.433075 264.98584 C 314.86615 261.659851 314.374817 256.935425 314.034637 251.190552 C 313.694489 245.483459 313.505524 238.982666 313.505524 232.3685 C 313.505524 225.754333 313.694489 219.25354 314.034637 213.546448 C 314.374817 207.801575 314.86615 203.039368 315.433075 199.75116 C 316.037781 196.425171 316.680328 194.686584 317.360626 194.686584 C 318.040955 194.686584 318.721252 196.425171 319.288177 199.75116 C 319.892914 203.039368 320.384247 207.801575 320.724396 213.546448 C 321.064575 219.25354 321.25354 225.754333 321.25354 232.3685 L 321.25354 232.3685 Z"/>
+            <path id="path237" fill="#e6dfcf" fill-rule="evenodd" stroke="none" d="M 321.064575 232.3685 C 321.064575 238.718109 320.913391 244.954346 320.573242 250.434631 C 320.270874 255.952759 319.779541 260.48819 319.212585 263.662994 C 318.64566 266.837799 318.003143 268.500793 317.360626 268.500793 C 316.718109 268.500793 316.075592 266.837799 315.508667 263.662994 C 314.941742 260.48819 314.48819 255.952759 314.148041 250.434631 C 313.845673 244.954346 313.656708 238.718109 313.656708 232.3685 C 313.656708 226.018921 313.845673 219.782654 314.148041 214.264587 C 314.48819 208.784241 314.941742 204.210999 315.508667 201.036194 C 316.075592 197.861389 316.718109 196.198425 317.360626 196.198425 C 318.003143 196.198425 318.64566 197.861389 319.212585 201.036194 C 319.779541 204.210999 320.270874 208.784241 320.573242 214.264587 C 320.913391 219.782654 321.064575 226.018921 321.064575 232.3685 L 321.064575 232.3685 Z"/>
+            <path id="path238" fill="#e7e0d1" fill-rule="evenodd" stroke="none" d="M 320.913391 232.3685 C 320.913391 238.453552 320.762207 244.425201 320.459839 249.678741 C 320.11969 254.970093 319.703949 259.316528 319.136993 262.37796 C 318.60788 265.401581 318.003143 267.026764 317.360626 267.026764 C 316.75592 267.026764 316.151184 265.401581 315.584259 262.37796 C 315.055115 259.316528 314.601563 254.970093 314.299225 249.678741 C 313.959045 244.425201 313.807861 238.453552 313.807861 232.3685 C 313.807861 226.283447 313.959045 220.311829 314.299225 215.020447 C 314.601563 209.766907 315.055115 205.38269 315.584259 202.35907 C 316.151184 199.297607 316.75592 197.710266 317.360626 197.710266 C 318.003143 197.710266 318.60788 199.297607 319.136993 202.35907 C 319.703949 205.38269 320.11969 209.766907 320.459839 215.020447 C 320.762207 220.311829 320.913391 226.283447 320.913391 232.3685 L 320.913391 232.3685 Z"/>
+            <path id="path239" fill="#e8e2d3" fill-rule="evenodd" stroke="none" d="M 320.762207 232.3685 C 320.762207 238.188965 320.611023 243.896057 320.308655 248.922821 C 320.006287 253.987396 319.590546 258.144867 319.061432 261.055115 C 318.570068 263.965363 317.965363 265.514954 317.360626 265.514954 C 316.75592 265.514954 316.188965 263.965363 315.659851 261.055115 C 315.168518 258.144867 314.714966 253.987396 314.412598 248.922821 C 314.110229 243.896057 313.959045 238.188965 313.959045 232.3685 C 313.959045 226.548035 314.110229 220.840942 314.412598 215.776367 C 314.714966 210.749634 315.168518 206.554321 315.659851 203.644104 C 316.188965 200.733887 316.75592 199.222046 317.360626 199.222046 C 317.965363 199.222046 318.570068 200.733887 319.061432 203.644104 C 319.590546 206.554321 320.006287 210.749634 320.308655 215.776367 C 320.611023 220.840942 320.762207 226.548035 320.762207 232.3685 L 320.762207 232.3685 Z"/>
+            <path id="path240" fill="#e9e3d5" fill-rule="evenodd" stroke="none" d="M 320.611023 232.3685 C 320.611023 237.924408 320.459839 243.366943 320.195282 248.166931 C 319.892914 253.00473 319.477173 256.973236 318.98584 259.770081 C 318.494476 262.529144 317.927551 264.003143 317.360626 264.003143 C 316.793701 264.003143 316.226776 262.529144 315.735443 259.770081 C 315.24408 256.973236 314.828339 253.00473 314.563782 248.166931 C 314.261414 243.366943 314.110229 237.924408 314.110229 232.3685 C 314.110229 226.812622 314.261414 221.370056 314.563782 216.532288 C 314.828339 211.7323 315.24408 207.726013 315.735443 204.966919 C 316.226776 202.170105 316.793701 200.733887 317.360626 200.733887 C 317.927551 200.733887 318.494476 202.170105 318.98584 204.966919 C 319.477173 207.726013 319.892914 211.7323 320.195282 216.532288 C 320.459839 221.370056 320.611023 226.812622 320.611023 232.3685 L 320.611023 232.3685 Z"/>
+            <path id="path241" fill="#eae4d7" fill-rule="evenodd" stroke="none" d="M 320.459839 232.3685 C 320.459839 237.659851 320.308655 242.837799 320.044098 247.411011 C 319.779541 252.022034 319.401581 255.801575 318.910248 258.447235 C 318.456696 261.092926 317.927551 262.491333 317.360626 262.491333 C 316.831482 262.491333 316.302368 261.092926 315.811035 258.447235 C 315.357483 255.801575 314.979523 252.022034 314.677155 247.411011 C 314.412598 242.837799 314.261414 237.659851 314.261414 232.3685 C 314.261414 227.077148 314.412598 221.861389 314.677155 217.288208 C 314.979523 212.714966 315.357483 208.897644 315.811035 206.251953 C 316.302368 203.606323 316.831482 202.245667 317.360626 202.245667 C 317.927551 202.245667 318.456696 203.606323 318.910248 206.251953 C 319.401581 208.897644 319.779541 212.714966 320.044098 217.288208 C 320.308655 221.861389 320.459839 227.077148 320.459839 232.3685 L 320.459839 232.3685 Z"/>
+            <path id="path242" fill="#ebe6d9" fill-rule="evenodd" stroke="none" d="M 320.308655 232.3685 C 320.308655 237.395264 320.157471 242.308655 319.930695 246.655121 C 319.666138 251.039368 319.288177 254.629913 318.834656 257.162201 C 318.381104 259.656708 317.889771 260.979523 317.360626 260.979523 C 316.869293 260.979523 316.340149 259.656708 315.886627 257.162201 C 315.470856 254.629913 315.092926 251.039368 314.828339 246.655121 C 314.563782 242.308655 314.450409 237.395264 314.450409 232.3685 C 314.450409 227.341736 314.563782 222.390564 314.828339 218.044067 C 315.092926 213.697632 315.470856 210.069275 315.886627 207.574829 C 316.340149 205.042542 316.869293 203.719666 317.360626 203.719666 C 317.889771 203.719666 318.381104 205.042542 318.834656 207.574829 C 319.288177 210.069275 319.666138 213.697632 319.930695 218.044067 C 320.157471 222.390564 320.308655 227.341736 320.308655 232.3685 L 320.308655 232.3685 Z"/>
+            <path id="path243" fill="#ece7db" fill-rule="evenodd" stroke="none" d="M 320.157471 232.3685 C 320.157471 237.130707 320.006287 241.779541 319.779541 245.937012 C 319.552765 250.056702 319.174805 253.458282 318.759064 255.839355 C 318.343292 258.220459 317.851959 259.467712 317.360626 259.467712 C 316.869293 259.467712 316.415741 258.220459 315.962219 255.839355 C 315.546448 253.458282 315.206299 250.056702 314.941742 245.937012 C 314.714966 241.779541 314.601563 237.130707 314.601563 232.3685 C 314.601563 227.606323 314.714966 222.919678 314.941742 218.799988 C 315.206299 214.680298 315.546448 211.240967 315.962219 208.859863 C 316.415741 206.47876 316.869293 205.231506 317.360626 205.231506 C 317.851959 205.231506 318.343292 206.47876 318.759064 208.859863 C 319.174805 211.240967 319.552765 214.680298 319.779541 218.799988 C 320.006287 222.919678 320.157471 227.606323 320.157471 232.3685 L 320.157471 232.3685 Z"/>
+            <path id="path244" fill="#ede8dd" fill-rule="evenodd" stroke="none" d="M 320.006287 232.3685 C 320.006287 236.86615 319.892914 241.288177 319.628357 245.181091 C 319.401581 249.074005 319.099213 252.286621 318.683472 254.554321 C 318.267731 256.784241 317.814178 257.955902 317.360626 257.955902 C 316.907074 257.955902 316.453552 256.784241 316.037781 254.554321 C 315.659851 252.286621 315.319672 249.074005 315.092926 245.181091 C 314.86615 241.288177 314.752747 236.86615 314.752747 232.3685 C 314.752747 227.87085 314.86615 223.448792 315.092926 219.555908 C 315.319672 215.662964 315.659851 212.412598 316.037781 210.182678 C 316.453552 207.952759 316.907074 206.743286 317.360626 206.743286 C 317.814178 206.743286 318.267731 207.952759 318.683472 210.182678 C 319.099213 212.412598 319.401581 215.662964 319.628357 219.555908 C 319.892914 223.448792 320.006287 227.87085 320.006287 232.3685 L 320.006287 232.3685 Z"/>
+            <path id="path245" fill="#eeeadf" fill-rule="evenodd" stroke="none" d="M 319.855133 232.3685 C 319.855133 236.601563 319.74173 240.759064 319.514954 244.425201 C 319.288177 248.091339 318.98584 251.11496 318.60788 253.231506 C 318.229919 255.348022 317.814178 256.481903 317.360626 256.481903 C 316.944885 256.481903 316.491333 255.348022 316.151184 253.231506 C 315.773224 251.11496 315.433075 248.091339 315.24408 244.425201 C 315.017334 240.759064 314.903931 236.601563 314.903931 232.3685 C 314.903931 228.135437 315.017334 223.977966 315.24408 220.311829 C 315.433075 216.645691 315.773224 213.584229 316.151184 211.467712 C 316.491333 209.388977 316.944885 208.255127 317.360626 208.255127 C 317.814178 208.255127 318.229919 209.388977 318.60788 211.467712 C 318.98584 213.584229 319.288177 216.645691 319.514954 220.311829 C 319.74173 223.977966 319.855133 228.135437 319.855133 232.3685 L 319.855133 232.3685 Z"/>
+            <path id="path246" fill="#efebe1" fill-rule="evenodd" stroke="none" d="M 319.703949 232.3685 C 319.703949 236.337006 319.590546 240.229919 319.36377 243.669281 C 319.174805 247.108673 318.872437 249.943298 318.532288 251.946442 C 318.192139 253.911804 317.776367 254.970093 317.360626 254.970093 C 316.944885 254.970093 316.566925 253.911804 316.226776 251.946442 C 315.848816 249.943298 315.546448 247.108673 315.357483 243.669281 C 315.168518 240.229919 315.055115 236.337006 315.055115 232.3685 C 315.055115 228.400024 315.168518 224.50708 315.357483 221.067688 C 315.546448 217.628357 315.848816 214.75592 316.226776 212.790527 C 316.566925 210.825195 316.944885 209.766907 317.360626 209.766907 C 317.776367 209.766907 318.192139 210.825195 318.532288 212.790527 C 318.872437 214.75592 319.174805 217.628357 319.36377 221.067688 C 319.590546 224.50708 319.703949 228.400024 319.703949 232.3685 L 319.703949 232.3685 Z"/>
+            <path id="path247" fill="#f0ece3" fill-rule="evenodd" stroke="none" d="M 319.552765 232.3685 C 319.552765 236.072449 319.439362 239.700775 319.250397 242.913391 C 319.061432 246.125977 318.796844 248.771667 318.456696 250.623627 C 318.116547 252.475586 317.738586 253.458282 317.360626 253.458282 C 316.982666 253.458282 316.604736 252.475586 316.302368 250.623627 C 315.962219 248.771667 315.697632 246.125977 315.508667 242.913391 C 315.319672 239.700775 315.206299 236.072449 315.206299 232.3685 C 315.206299 228.664551 315.319672 225.036194 315.508667 221.823608 C 315.697632 218.611023 315.962219 215.965332 316.302368 214.113403 C 316.604736 212.261414 316.982666 211.278748 317.360626 211.278748 C 317.738586 211.278748 318.116547 212.261414 318.456696 214.113403 C 318.796844 215.965332 319.061432 218.611023 319.250397 221.823608 C 319.439362 225.036194 319.552765 228.664551 319.552765 232.3685 L 319.552765 232.3685 Z"/>
+            <path id="path248" fill="#f2eee5" fill-rule="evenodd" stroke="none" d="M 319.36377 232.3685 C 319.36377 235.807861 319.288177 239.171661 319.099213 242.157471 C 318.948029 245.143311 318.683472 247.600006 318.381104 249.338593 C 318.078735 251.039368 317.738586 251.946442 317.360626 251.946442 C 317.020477 251.946442 316.680328 251.039368 316.37796 249.338593 C 316.075592 247.600006 315.811035 245.143311 315.62204 242.157471 C 315.470856 239.171661 315.357483 235.807861 315.357483 232.3685 C 315.357483 228.929138 315.470856 225.527588 315.62204 222.579529 C 315.811035 219.593689 316.075592 217.137024 316.37796 215.398438 C 316.680328 213.697632 317.020477 212.790527 317.360626 212.790527 C 317.738586 212.790527 318.078735 213.697632 318.381104 215.398438 C 318.683472 217.137024 318.948029 219.593689 319.099213 222.579529 C 319.288177 225.527588 319.36377 228.929138 319.36377 232.3685 L 319.36377 232.3685 Z"/>
+            <path id="path249" fill="#f3efe7" fill-rule="evenodd" stroke="none" d="M 319.212585 232.3685 C 319.212585 235.543304 319.136993 238.642517 318.98584 241.401581 C 318.796844 244.160645 318.570068 246.428345 318.305511 248.015747 C 318.003143 249.603149 317.700775 250.434631 317.360626 250.434631 C 317.058258 250.434631 316.718109 249.603149 316.453552 248.015747 C 316.151184 246.428345 315.924408 244.160645 315.773224 241.401581 C 315.584259 238.642517 315.508667 235.543304 315.508667 232.3685 C 315.508667 229.193726 315.584259 226.056702 315.773224 223.335449 C 315.924408 220.576355 316.151184 218.308655 316.453552 216.721252 C 316.718109 215.13385 317.058258 214.264587 317.360626 214.264587 C 317.700775 214.264587 318.003143 215.13385 318.305511 216.721252 C 318.570068 218.308655 318.796844 220.576355 318.98584 223.335449 C 319.136993 226.056702 319.212585 229.193726 319.212585 232.3685 L 319.212585 232.3685 Z"/>
+            <path id="path250" fill="#f4f0e9" fill-rule="evenodd" stroke="none" d="M 319.061432 232.3685 C 319.061432 235.278748 318.98584 238.113373 318.834656 240.64566 C 318.683472 243.177948 318.494476 245.256683 318.229919 246.730713 C 317.965363 248.166931 317.662994 248.922821 317.360626 248.922821 C 317.058258 248.922821 316.793701 248.166931 316.529144 246.730713 C 316.264557 245.256683 316.037781 243.177948 315.886627 240.64566 C 315.735443 238.113373 315.659851 235.278748 315.659851 232.3685 C 315.659851 229.458252 315.735443 226.585815 315.886627 224.091309 C 316.037781 221.559082 316.264557 219.480286 316.529144 218.006287 C 316.793701 216.570068 317.058258 215.776367 317.360626 215.776367 C 317.662994 215.776367 317.965363 216.570068 318.229919 218.006287 C 318.494476 219.480286 318.683472 221.559082 318.834656 224.091309 C 318.98584 226.585815 319.061432 229.458252 319.061432 232.3685 L 319.061432 232.3685 Z"/>
+            <path id="path251" fill="#f5f2eb" fill-rule="evenodd" stroke="none" d="M 318.910248 232.3685 C 318.910248 235.01416 318.834656 237.62204 318.721252 239.889771 C 318.570068 242.195282 318.381104 244.085052 318.154327 245.407867 C 317.889771 246.730713 317.625183 247.411011 317.360626 247.411011 C 317.096069 247.411011 316.831482 246.730713 316.604736 245.407867 C 316.37796 244.085052 316.151184 242.195282 316.037781 239.889771 C 315.886627 237.62204 315.811035 235.01416 315.811035 232.3685 C 315.811035 229.722839 315.886627 227.11499 316.037781 224.847229 C 316.151184 222.541748 316.37796 220.651978 316.604736 219.329163 C 316.831482 218.006287 317.096069 217.288208 317.360626 217.288208 C 317.625183 217.288208 317.889771 218.006287 318.154327 219.329163 C 318.381104 220.651978 318.570068 222.541748 318.721252 224.847229 C 318.834656 227.11499 318.910248 229.722839 318.910248 232.3685 L 318.910248 232.3685 Z"/>
+            <path id="path252" fill="#f6f3ed" fill-rule="evenodd" stroke="none" d="M 318.759064 232.3685 C 318.759064 234.749603 318.683472 237.092926 318.570068 239.13385 C 318.456696 241.212585 318.267731 242.913391 318.078735 244.085052 C 317.851959 245.294495 317.625183 245.937012 317.360626 245.937012 C 317.13385 245.937012 316.869293 245.294495 316.680328 244.085052 C 316.453552 242.913391 316.302368 241.212585 316.151184 239.13385 C 316.037781 237.092926 315.962219 234.749603 315.962219 232.3685 C 315.962219 229.987427 316.037781 227.644104 316.151184 225.565369 C 316.302368 223.524414 316.453552 221.823608 316.680328 220.614197 C 316.869293 219.442505 317.13385 218.799988 317.360626 218.799988 C 317.625183 218.799988 317.851959 219.442505 318.078735 220.614197 C 318.267731 221.823608 318.456696 223.524414 318.570068 225.565369 C 318.683472 227.644104 318.759064 229.987427 318.759064 232.3685 L 318.759064 232.3685 Z"/>
+            <path id="path253" fill="#f7f4ef" fill-rule="evenodd" stroke="none" d="M 318.60788 232.3685 C 318.60788 234.485046 318.532288 236.563782 318.456696 238.37796 C 318.343292 240.229919 318.192139 241.74173 318.003143 242.799988 C 317.814178 243.858276 317.587402 244.425201 317.360626 244.425201 C 317.171661 244.425201 316.944885 243.858276 316.75592 242.799988 C 316.566925 241.74173 316.415741 240.229919 316.302368 238.37796 C 316.188965 236.563782 316.151184 234.485046 316.151184 232.3685 C 316.151184 230.251984 316.188965 228.173218 316.302368 226.321289 C 316.415741 224.50708 316.566925 222.9953 316.75592 221.937012 C 316.944885 220.878723 317.171661 220.311829 317.360626 220.311829 C 317.587402 220.311829 317.814178 220.878723 318.003143 221.937012 C 318.192139 222.9953 318.343292 224.50708 318.456696 226.321289 C 318.532288 228.173218 318.60788 230.251984 318.60788 232.3685 L 318.60788 232.3685 Z"/>
+            <path id="path254" fill="#f8f6f1" fill-rule="evenodd" stroke="none" d="M 318.456696 232.3685 C 318.456696 234.220459 318.418884 236.034637 318.305511 237.62204 C 318.229919 239.247253 318.078735 240.570068 317.927551 241.477173 C 317.738586 242.422058 317.549591 242.913391 317.360626 242.913391 C 317.171661 242.913391 316.982666 242.422058 316.831482 241.477173 C 316.680328 240.570068 316.529144 239.247253 316.415741 237.62204 C 316.340149 236.034637 316.302368 234.220459 316.302368 232.3685 C 316.302368 230.516541 316.340149 228.702393 316.415741 227.077148 C 316.529144 225.489746 316.680328 224.166931 316.831482 223.222046 C 316.982666 222.314941 317.171661 221.823608 317.360626 221.823608 C 317.549591 221.823608 317.738586 222.314941 317.927551 223.222046 C 318.078735 224.166931 318.229919 225.489746 318.305511 227.077148 C 318.418884 228.702393 318.456696 230.516541 318.456696 232.3685 L 318.456696 232.3685 Z"/>
+            <path id="path255" fill="#f9f7f3" fill-rule="evenodd" stroke="none" d="M 318.305511 232.3685 C 318.305511 233.955902 318.267731 235.505524 318.192139 236.86615 C 318.078735 238.264557 317.965363 239.398438 317.851959 240.192139 C 317.700775 240.98584 317.549591 241.401581 317.360626 241.401581 C 317.209442 241.401581 317.058258 240.98584 316.907074 240.192139 C 316.75592 239.398438 316.642517 238.264557 316.566925 236.86615 C 316.491333 235.505524 316.453552 233.955902 316.453552 232.3685 C 316.453552 230.781097 316.491333 229.231506 316.566925 227.833069 C 316.642517 226.472412 316.75592 225.338562 316.907074 224.544861 C 317.058258 223.75116 317.209442 223.335449 317.360626 223.335449 C 317.549591 223.335449 317.700775 223.75116 317.851959 224.544861 C 317.965363 225.338562 318.078735 226.472412 318.192139 227.833069 C 318.267731 229.231506 318.305511 230.781097 318.305511 232.3685 L 318.305511 232.3685 Z"/>
+            <path id="path256" fill="#faf8f5" fill-rule="evenodd" stroke="none" d="M 318.154327 232.3685 C 318.154327 233.691345 318.116547 234.976379 318.040955 236.110229 C 317.965363 237.281891 317.889771 238.226776 317.738586 238.869293 C 317.625183 239.549591 317.51181 239.889771 317.360626 239.889771 C 317.247253 239.889771 317.096069 239.549591 316.982666 238.869293 C 316.869293 238.226776 316.75592 237.281891 316.718109 236.110229 C 316.642517 234.976379 316.604736 233.691345 316.604736 232.3685 C 316.604736 231.045654 316.642517 229.722839 316.718109 228.588989 C 316.75592 227.455139 316.869293 226.510254 316.982666 225.829895 C 317.096069 225.187378 317.247253 224.847229 317.360626 224.847229 C 317.51181 224.847229 317.625183 225.187378 317.738586 225.829895 C 317.889771 226.510254 317.965363 227.455139 318.040955 228.588989 C 318.116547 229.722839 318.154327 231.045654 318.154327 232.3685 L 318.154327 232.3685 Z"/>
+            <path id="path257" fill="#fbfaf7" fill-rule="evenodd" stroke="none" d="M 318.003143 232.3685 C 318.003143 233.426758 317.965363 234.447235 317.889771 235.39212 C 317.851959 236.299225 317.776367 237.055115 317.662994 237.584259 C 317.587402 238.113373 317.47403 238.37796 317.360626 238.37796 C 317.247253 238.37796 317.171661 238.113373 317.058258 237.584259 C 316.982666 237.055115 316.907074 236.299225 316.831482 235.39212 C 316.793701 234.447235 316.75592 233.426758 316.75592 232.3685 C 316.75592 231.310242 316.793701 230.251984 316.831482 229.34491 C 316.907074 228.437805 316.982666 227.681885 317.058258 227.152771 C 317.171661 226.623596 317.247253 226.321289 317.360626 226.321289 C 317.47403 226.321289 317.587402 226.623596 317.662994 227.152771 C 317.776367 227.681885 317.851959 228.437805 317.889771 229.34491 C 317.965363 230.251984 318.003143 231.310242 318.003143 232.3685 L 318.003143 232.3685 Z"/>
+            <path id="path258" fill="#fcfbf9" fill-rule="evenodd" stroke="none" d="M 317.851959 232.3685 C 317.851959 233.162201 317.814178 233.918121 317.776367 234.63623 C 317.738586 235.316528 317.662994 235.883453 317.587402 236.261414 C 317.549591 236.677155 317.436218 236.86615 317.360626 236.86615 C 317.285034 236.86615 317.209442 236.677155 317.13385 236.261414 C 317.058258 235.883453 317.020477 235.316528 316.982666 234.63623 C 316.944885 233.918121 316.907074 233.162201 316.907074 232.3685 C 316.907074 231.574799 316.944885 230.781097 316.982666 230.1008 C 317.020477 229.420471 317.058258 228.853516 317.13385 228.437805 C 317.209442 228.059814 317.285034 227.833069 317.360626 227.833069 C 317.436218 227.833069 317.549591 228.059814 317.587402 228.437805 C 317.662994 228.853516 317.738586 229.420471 317.776367 230.1008 C 317.814178 230.781097 317.851959 231.574799 317.851959 232.3685 L 317.851959 232.3685 Z"/>
+            <path id="path259" fill="#fdfcfb" fill-rule="evenodd" stroke="none" d="M 317.662994 232.3685 C 317.662994 232.897644 317.662994 233.426758 317.625183 233.88031 C 317.625183 234.333862 317.587402 234.711823 317.51181 234.976379 C 317.47403 235.240936 317.436218 235.39212 317.360626 235.39212 C 317.322845 235.39212 317.247253 235.240936 317.209442 234.976379 C 317.171661 234.711823 317.13385 234.333862 317.096069 233.88031 C 317.058258 233.426758 317.058258 232.897644 317.058258 232.3685 C 317.058258 231.839355 317.058258 231.310242 317.096069 230.856689 C 317.13385 230.403137 317.171661 230.025208 317.209442 229.76062 C 317.247253 229.496033 317.322845 229.34491 317.360626 229.34491 C 317.436218 229.34491 317.47403 229.496033 317.51181 229.76062 C 317.587402 230.025208 317.625183 230.403137 317.625183 230.856689 C 317.662994 231.310242 317.662994 231.839355 317.662994 232.3685 L 317.662994 232.3685 Z"/>
+            <path id="path260" fill="#fefefd" fill-rule="evenodd" stroke="none" d="M 317.51181 232.3685 C 317.51181 232.633057 317.51181 232.897644 317.51181 233.12442 C 317.47403 233.351196 317.47403 233.540161 317.436218 233.653534 C 317.436218 233.804718 317.398438 233.88031 317.360626 233.88031 C 317.360626 233.88031 317.322845 233.804718 317.285034 233.653534 C 317.285034 233.540161 317.247253 233.351196 317.247253 233.12442 C 317.209442 232.897644 317.209442 232.633057 317.209442 232.3685 C 317.209442 232.103943 317.209442 231.839355 317.247253 231.61261 C 317.247253 231.385834 317.285034 231.196838 317.285034 231.045654 C 317.322845 230.932281 317.360626 230.856689 317.360626 230.856689 C 317.398438 230.856689 317.436218 230.932281 317.436218 231.045654 C 317.47403 231.196838 317.47403 231.385834 317.51181 231.61261 C 317.51181 231.839355 317.51181 232.103943 317.51181 232.3685 L 317.51181 232.3685 Z"/>
+        </g>
+        <clipPath id="clipPath12">
+            <path d="M 306.815735 337.855133 L 316.453552 343.335419 L 316.453552 233.275604 L 306.815735 238.793701 L 306.815735 337.855133 L 306.815735 337.855133 Z"/>
+        </clipPath>
+        <g id="g11" clip-path="url(#clipPath12)"/>
+        <clipPath id="clipPath13">
+            <path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
+        </clipPath>
+        <g id="g12" clip-path="url(#clipPath13)">
+            <path id="path261" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 306.815735 337.855133 L 316.453552 343.335419 L 316.453552 233.275604 L 306.815735 238.793701 L 306.815735 337.855133 Z"/>
+        </g>
+        <clipPath id="clipPath14">
+            <path d="M 290.299225 163.127563 L 114.286621 61.34491 L 202.311813 102.61731 L 378.324402 204.400024 L 290.299225 163.127563 L 290.299225 163.127563 Z"/>
+        </clipPath>
+        <g id="g13" clip-path="url(#clipPath14)"/>
+        <clipPath id="clipPath15">
+            <path d="M 290.299225 163.127563 L 114.286621 61.34491 L 202.311813 102.61731 L 378.324402 204.400024 L 290.299225 163.127563 L 290.299225 163.127563 Z"/>
+        </clipPath>
+        <g id="g14" clip-path="url(#clipPath15)">
+            <path id="path262" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 113.341736 205.874023 L 113.341736 202.170105 L 379.269287 202.170105 L 379.269287 205.874023 L 113.341736 205.874023 Z"/>
+            <path id="path263" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 113.341736 203.228333 L 113.341736 199.524414 L 379.269287 199.524414 L 379.269287 203.228333 L 113.341736 203.228333 Z"/>
+            <path id="path264" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 113.341736 200.620483 L 113.341736 196.878723 L 379.269287 196.878723 L 379.269287 200.620483 L 113.341736 200.620483 Z"/>
+            <path id="path265" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 113.341736 197.974792 L 113.341736 194.233093 L 379.269287 194.233093 L 379.269287 197.974792 L 113.341736 197.974792 Z"/>
+            <path id="path266" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 113.341736 195.329163 L 113.341736 191.625183 L 379.269287 191.625183 L 379.269287 195.329163 L 113.341736 195.329163 Z"/>
+            <path id="path267" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 113.341736 192.721252 L 113.341736 188.979553 L 379.269287 188.979553 L 379.269287 192.721252 L 113.341736 192.721252 Z"/>
+            <path id="path268" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 113.341736 190.075562 L 113.341736 186.333862 L 379.269287 186.333862 L 379.269287 190.075562 L 113.341736 190.075562 Z"/>
+            <path id="path269" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 113.341736 187.429932 L 113.341736 183.726013 L 379.269287 183.726013 L 379.269287 187.429932 L 113.341736 187.429932 Z"/>
+            <path id="path270" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 113.341736 184.784241 L 113.341736 181.080322 L 379.269287 181.080322 L 379.269287 184.784241 L 113.341736 184.784241 Z"/>
+            <path id="path271" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 113.341736 182.176392 L 113.341736 178.434631 L 379.269287 178.434631 L 379.269287 182.176392 L 113.341736 182.176392 Z"/>
+            <path id="path272" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 113.341736 179.530701 L 113.341736 175.789001 L 379.269287 175.789001 L 379.269287 179.530701 L 113.341736 179.530701 Z"/>
+            <path id="path273" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 113.341736 176.88501 L 113.341736 173.181091 L 379.269287 173.181091 L 379.269287 176.88501 L 113.341736 176.88501 Z"/>
+            <path id="path274" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 113.341736 174.277161 L 113.341736 170.535461 L 379.269287 170.535461 L 379.269287 174.277161 L 113.341736 174.277161 Z"/>
+            <path id="path275" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 113.341736 171.63147 L 113.341736 167.889771 L 379.269287 167.889771 L 379.269287 171.63147 L 113.341736 171.63147 Z"/>
+            <path id="path276" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 113.341736 168.98584 L 113.341736 165.28186 L 379.269287 165.28186 L 379.269287 168.98584 L 113.341736 168.98584 Z"/>
+            <path id="path277" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 113.341736 166.340149 L 113.341736 162.63623 L 379.269287 162.63623 L 379.269287 166.340149 L 113.341736 166.340149 Z"/>
+            <path id="path278" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 113.341736 163.7323 L 113.341736 159.99054 L 379.269287 159.99054 L 379.269287 163.7323 L 113.341736 163.7323 Z"/>
+            <path id="path279" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 113.341736 161.086609 L 113.341736 157.34491 L 379.269287 157.34491 L 379.269287 161.086609 L 113.341736 161.086609 Z"/>
+            <path id="path280" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 113.341736 158.440918 L 113.341736 154.737 L 379.269287 154.737 L 379.269287 158.440918 L 113.341736 158.440918 Z"/>
+            <path id="path281" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 113.341736 155.833069 L 113.341736 152.091309 L 379.269287 152.091309 L 379.269287 155.833069 L 113.341736 155.833069 Z"/>
+            <path id="path282" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 113.341736 153.187378 L 113.341736 149.445679 L 379.269287 149.445679 L 379.269287 153.187378 L 113.341736 153.187378 Z"/>
+            <path id="path283" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 113.341736 150.541748 L 113.341736 146.837769 L 379.269287 146.837769 L 379.269287 150.541748 L 113.341736 150.541748 Z"/>
+            <path id="path284" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 113.341736 147.896057 L 113.341736 144.192139 L 379.269287 144.192139 L 379.269287 147.896057 L 113.341736 147.896057 Z"/>
+            <path id="path285" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 113.341736 145.288208 L 113.341736 141.546448 L 379.269287 141.546448 L 379.269287 145.288208 L 113.341736 145.288208 Z"/>
+            <path id="path286" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 113.341736 142.642517 L 113.341736 138.900818 L 379.269287 138.900818 L 379.269287 142.642517 L 113.341736 142.642517 Z"/>
+            <path id="path287" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 113.341736 139.996826 L 113.341736 136.292908 L 379.269287 136.292908 L 379.269287 139.996826 L 113.341736 139.996826 Z"/>
+            <path id="path288" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 113.341736 137.388977 L 113.341736 133.647217 L 379.269287 133.647217 L 379.269287 137.388977 L 113.341736 137.388977 Z"/>
+            <path id="path289" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 113.341736 134.743286 L 113.341736 131.001587 L 379.269287 131.001587 L 379.269287 134.743286 L 113.341736 134.743286 Z"/>
+            <path id="path290" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 113.341736 132.097656 L 113.341736 128.393677 L 379.269287 128.393677 L 379.269287 132.097656 L 113.341736 132.097656 Z"/>
+            <path id="path291" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 113.341736 129.451965 L 113.341736 125.748047 L 379.269287 125.748047 L 379.269287 129.451965 L 113.341736 129.451965 Z"/>
+            <path id="path292" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 113.341736 126.844116 L 113.341736 123.102356 L 379.269287 123.102356 L 379.269287 126.844116 L 113.341736 126.844116 Z"/>
+            <path id="path293" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 113.341736 124.198425 L 113.341736 120.456665 L 379.269287 120.456665 L 379.269287 124.198425 L 113.341736 124.198425 Z"/>
+            <path id="path294" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 113.341736 121.552734 L 113.341736 117.848816 L 379.269287 117.848816 L 379.269287 121.552734 L 113.341736 121.552734 Z"/>
+            <path id="path295" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 113.341736 118.944885 L 113.341736 115.203125 L 379.269287 115.203125 L 379.269287 118.944885 L 113.341736 118.944885 Z"/>
+            <path id="path296" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 113.341736 116.299194 L 113.341736 112.557495 L 379.269287 112.557495 L 379.269287 116.299194 L 113.341736 116.299194 Z"/>
+            <path id="path297" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 113.341736 113.653564 L 113.341736 109.949585 L 379.269287 109.949585 L 379.269287 113.653564 L 113.341736 113.653564 Z"/>
+            <path id="path298" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 113.341736 111.007874 L 113.341736 107.303955 L 379.269287 107.303955 L 379.269287 111.007874 L 113.341736 111.007874 Z"/>
+            <path id="path299" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 113.341736 108.400024 L 113.341736 104.658264 L 379.269287 104.658264 L 379.269287 108.400024 L 113.341736 108.400024 Z"/>
+            <path id="path300" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 113.341736 105.754333 L 113.341736 102.012573 L 379.269287 102.012573 L 379.269287 105.754333 L 113.341736 105.754333 Z"/>
+            <path id="path301" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 113.341736 103.108643 L 113.341736 99.404724 L 379.269287 99.404724 L 379.269287 103.108643 L 113.341736 103.108643 Z"/>
+            <path id="path302" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 113.341736 100.463013 L 113.341736 96.759033 L 379.269287 96.759033 L 379.269287 100.463013 L 113.341736 100.463013 Z"/>
+            <path id="path303" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 113.341736 97.855103 L 113.341736 94.113403 L 379.269287 94.113403 L 379.269287 97.855103 L 113.341736 97.855103 Z"/>
+            <path id="path304" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 113.341736 95.209473 L 113.341736 91.467712 L 379.269287 91.467712 L 379.269287 95.209473 L 113.341736 95.209473 Z"/>
+            <path id="path305" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 113.341736 92.563782 L 113.341736 88.859863 L 379.269287 88.859863 L 379.269287 92.563782 L 113.341736 92.563782 Z"/>
+            <path id="path306" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 113.341736 89.955933 L 113.341736 86.214172 L 379.269287 86.214172 L 379.269287 89.955933 L 113.341736 89.955933 Z"/>
+            <path id="path307" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 113.341736 87.310242 L 113.341736 83.568481 L 379.269287 83.568481 L 379.269287 87.310242 L 113.341736 87.310242 Z"/>
+            <path id="path308" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 113.341736 84.664551 L 113.341736 80.960632 L 379.269287 80.960632 L 379.269287 84.664551 L 113.341736 84.664551 Z"/>
+            <path id="path309" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 113.341736 82.018921 L 113.341736 78.314941 L 379.269287 78.314941 L 379.269287 82.018921 L 113.341736 82.018921 Z"/>
+            <path id="path310" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 113.341736 79.411011 L 113.341736 75.669312 L 379.269287 75.669312 L 379.269287 79.411011 L 113.341736 79.411011 Z"/>
+            <path id="path311" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 113.341736 76.765381 L 113.341736 73.023621 L 379.269287 73.023621 L 379.269287 76.765381 L 113.341736 76.765381 Z"/>
+            <path id="path312" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 113.341736 74.11969 L 113.341736 70.415771 L 379.269287 70.415771 L 379.269287 74.11969 L 113.341736 74.11969 Z"/>
+            <path id="path313" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 113.341736 71.511841 L 113.341736 67.770081 L 379.269287 67.770081 L 379.269287 71.511841 L 113.341736 71.511841 Z"/>
+            <path id="path314" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 113.341736 68.86615 L 113.341736 65.12439 L 379.269287 65.12439 L 379.269287 68.86615 L 113.341736 68.86615 Z"/>
+            <path id="path315" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 113.341736 66.220459 L 113.341736 62.516541 L 379.269287 62.516541 L 379.269287 66.220459 L 113.341736 66.220459 Z"/>
+            <path id="path316" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 113.341736 63.574829 L 113.341736 59.87085 L 379.269287 59.87085 L 379.269287 63.574829 L 113.341736 63.574829 Z"/>
+        </g>
+        <clipPath id="clipPath16">
+            <path d="M 290.299225 163.127563 L 114.286621 61.34491 L 202.311813 102.61731 L 378.324402 204.400024 L 290.299225 163.127563 L 290.299225 163.127563 Z"/>
+        </clipPath>
+        <g id="g15" clip-path="url(#clipPath16)"/>
+        <clipPath id="clipPath17">
+            <path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
+        </clipPath>
+        <g id="g16" clip-path="url(#clipPath17)">
+            <path id="path317" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 290.299225 163.127563 L 114.286621 61.34491 L 202.311813 102.61731 L 378.324402 204.400024 L 290.299225 163.127563 Z"/>
+            <path id="path318" fill="none" stroke="#ff00ff" stroke-width="0.907087" stroke-linejoin="round" d="M 243.206299 125.823608 L 211.760635 111.083435"/>
+            <path id="path319" fill="#ff00ff" fill-rule="evenodd" stroke="none" d="M 243.357483 125.407898 L 242.979523 126.201599 L 243.357483 126.390564 L 243.546448 126.428345 L 243.697632 126.428345 L 243.848816 126.314941 L 243.962219 126.201599 L 244 126.012573 L 244 125.861389 L 243.886627 125.710266 L 243.735443 125.596863 L 243.357483 125.407898 Z"/>
+            <path id="path320" fill="#ff00ff" fill-rule="evenodd" stroke="none" d="M 211.609451 111.499207 L 211.987396 110.705505 L 211.609451 110.516541 L 211.420471 110.47876 L 211.269287 110.516541 L 211.118103 110.592102 L 211.00473 110.743286 L 210.966934 110.89447 L 211.00473 111.083435 L 211.080322 111.234619 L 211.231491 111.310242 L 211.609451 111.499207 Z"/>
+        </g>
+        <clipPath id="clipPath18">
+            <path d="M 211.420471 110.932312 L 179.256699 91.807861 L 179.256699 75.782654 L 211.420471 94.340149 L 211.420471 110.932312 L 211.420471 110.932312 Z"/>
+        </clipPath>
+        <g id="g17" clip-path="url(#clipPath18)"/>
+        <clipPath id="clipPath19">
+            <path d="M 211.420471 110.932312 L 179.256699 91.807861 L 179.256699 75.782654 L 211.420471 94.340149 L 211.420471 110.932312 L 211.420471 110.932312 Z"/>
+        </clipPath>
+        <g id="g18" clip-path="url(#clipPath19)">
+            <path id="path321" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 226.425201 74.837769 C 226.425201 84.022034 224.195282 93.055115 220 101.029907 C 215.766922 108.966919 209.681885 115.581116 202.387405 120.154358 C 195.055115 124.765381 186.777954 127.184265 178.311813 127.184265 C 169.883469 127.184265 161.606293 124.765381 154.274017 120.154358 C 146.979523 115.581116 140.894485 108.966919 136.661423 101.029907 C 132.466141 93.055115 130.236221 84.022034 130.236221 74.837769 C 130.236221 65.653564 132.466141 56.658264 136.661423 48.683472 C 140.894485 40.74646 146.979523 34.132263 154.274017 29.559082 C 161.606293 24.948059 169.883469 22.529114 178.311813 22.529114 C 186.777954 22.529114 195.055115 24.948059 202.387405 29.559082 C 209.681885 34.132263 215.766922 40.74646 220 48.683472 C 224.195282 56.658264 226.425201 65.653564 226.425201 74.837769 L 226.425201 74.837769 Z"/>
+            <path id="path322" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 202.122833 74.837769 C 202.122833 79.411011 201.026779 83.87085 198.948029 87.801575 C 196.869293 91.7323 193.845673 95.020447 190.217316 97.288208 C 186.62677 99.555908 182.50708 100.765381 178.311813 100.765381 C 174.154327 100.765381 170.034653 99.555908 166.406296 97.288208 C 162.81575 95.020447 159.79213 91.7323 157.713379 87.801575 C 155.634644 83.87085 154.500793 79.411011 154.500793 74.837769 C 154.500793 70.302368 155.634644 65.842529 157.713379 61.911804 C 159.79213 57.981079 162.81575 54.692932 166.406296 52.425171 C 170.034653 50.157471 174.154327 48.948059 178.311813 48.948059 C 182.50708 48.948059 186.62677 50.157471 190.217316 52.425171 C 193.845673 54.692932 196.869293 57.981079 198.948029 61.911804 C 201.026779 65.842529 202.122833 70.302368 202.122833 74.837769 L 202.122833 74.837769 Z"/>
+            <path id="path323" fill="#ff0f0f" fill-rule="evenodd" stroke="none" d="M 200.724411 74.837769 C 200.724411 79.146484 199.703934 83.341736 197.738586 87.045654 C 195.773224 90.749634 192.938583 93.811035 189.537003 95.965332 C 186.135437 98.11969 182.280319 99.215759 178.311813 99.215759 C 174.381104 99.215759 170.525986 98.11969 167.124405 95.965332 C 163.722839 93.811035 160.888184 90.749634 158.922836 87.045654 C 156.957474 83.341736 155.937012 79.146484 155.937012 74.837769 C 155.937012 70.566956 156.957474 66.371643 158.922836 62.667725 C 160.888184 58.963806 163.722839 55.902344 167.124405 53.748047 C 170.525986 51.593689 174.381104 50.49762 178.311813 50.49762 C 182.280319 50.49762 186.135437 51.593689 189.537003 53.748047 C 192.938583 55.902344 195.773224 58.963806 197.738586 62.667725 C 199.703934 66.371643 200.724411 70.566956 200.724411 74.837769 L 200.724411 74.837769 Z"/>
+            <path id="path324" fill="#ff1e1e" fill-rule="evenodd" stroke="none" d="M 199.325989 74.837769 C 199.325989 78.881897 198.381104 82.812622 196.529129 86.289734 C 194.67717 89.766907 192.031494 92.639343 188.818893 94.642517 C 185.644089 96.645691 182.015747 97.703918 178.311813 97.703918 C 174.645676 97.703918 171.017319 96.645691 167.842514 94.642517 C 164.629929 92.639343 161.984253 89.766907 160.132278 86.289734 C 158.280319 82.812622 157.335434 78.881897 157.335434 74.837769 C 157.335434 70.831482 158.280319 66.900818 160.132278 63.423645 C 161.984253 59.946472 164.629929 57.074036 167.842514 55.070862 C 171.017319 53.067688 174.645676 52.00946 178.311813 52.00946 C 182.015747 52.00946 185.644089 53.067688 188.818893 55.070862 C 192.031494 57.074036 194.67717 59.946472 196.529129 63.423645 C 198.381104 66.900818 199.325989 70.831482 199.325989 74.837769 L 199.325989 74.837769 Z"/>
+            <path id="path325" fill="#ff2d2d" fill-rule="evenodd" stroke="none" d="M 197.927567 74.837769 C 197.927567 78.61731 197.020477 82.283447 195.319687 85.533875 C 193.5811 88.74646 191.124405 91.467712 188.13858 93.319702 C 185.152756 95.209473 181.788971 96.192139 178.311813 96.192139 C 174.872437 96.192139 171.508667 95.209473 168.522827 93.319702 C 165.537003 91.467712 163.080322 88.74646 161.341736 85.533875 C 159.640945 82.283447 158.733856 78.61731 158.733856 74.837769 C 158.733856 71.096069 159.640945 67.429932 161.341736 64.179504 C 163.080322 60.966919 165.537003 58.245667 168.522827 56.393677 C 171.508667 54.503967 174.872437 53.52124 178.311813 53.52124 C 181.788971 53.52124 185.152756 54.503967 188.13858 56.393677 C 191.124405 58.245667 193.5811 60.966919 195.319687 64.179504 C 197.020477 67.429932 197.927567 71.096069 197.927567 74.837769 L 197.927567 74.837769 Z"/>
+            <path id="path326" fill="#ff3c3c" fill-rule="evenodd" stroke="none" d="M 196.529129 74.837769 C 196.529129 78.314941 195.697632 81.754333 194.110229 84.740173 C 192.485046 87.763794 190.217316 90.25824 187.420471 91.996826 C 184.661423 93.735413 181.524414 94.642517 178.311813 94.642517 C 175.137009 94.642517 172 93.735413 169.240952 91.996826 C 166.444092 90.25824 164.176376 87.763794 162.551178 84.740173 C 160.963776 81.754333 160.132278 78.314941 160.132278 74.837769 C 160.132278 71.360657 160.963776 67.959045 162.551178 64.935425 C 164.176376 61.949585 166.444092 59.455139 169.240952 57.716553 C 172 55.977966 175.137009 55.033081 178.311813 55.033081 C 181.524414 55.033081 184.661423 55.977966 187.420471 57.716553 C 190.217316 59.455139 192.485046 61.949585 194.110229 64.935425 C 195.697632 67.959045 196.529129 71.360657 196.529129 74.837769 L 196.529129 74.837769 Z"/>
+            <path id="path327" fill="#ff4b4b" fill-rule="evenodd" stroke="none" d="M 195.130707 74.837769 C 195.130707 78.050415 194.374802 81.22522 192.900787 83.984253 C 191.426773 86.781128 189.272446 89.086609 186.740158 90.674011 C 184.170074 92.299194 181.259842 93.130737 178.311813 93.130737 C 175.363785 93.130737 172.491333 92.299194 169.921265 90.674011 C 167.351181 89.086609 165.23465 86.781128 163.760635 83.984253 C 162.286621 81.22522 161.530716 78.050415 161.530716 74.837769 C 161.530716 71.662964 162.286621 68.488159 163.760635 65.729126 C 165.23465 62.932312 167.351181 60.62677 169.921265 59.039368 C 172.491333 57.414185 175.363785 56.582703 178.311813 56.582703 C 181.259842 56.582703 184.170074 57.414185 186.740158 59.039368 C 189.272446 60.62677 191.426773 62.932312 192.900787 65.729126 C 194.374802 68.488159 195.130707 71.662964 195.130707 74.837769 L 195.130707 74.837769 Z"/>
+            <path id="path328" fill="#ff5a5a" fill-rule="evenodd" stroke="none" d="M 193.732285 74.837769 C 193.732285 77.785828 193.014175 80.696045 191.653549 83.228333 C 190.330704 85.798401 188.365356 87.914978 186.022049 89.351196 C 183.678741 90.825195 181.033066 91.618896 178.311813 91.618896 C 175.628342 91.618896 172.982681 90.825195 170.639374 89.351196 C 168.296066 87.914978 166.330704 85.798401 164.970078 83.228333 C 163.647247 80.696045 162.929138 77.785828 162.929138 74.837769 C 162.929138 71.927551 163.647247 69.017334 164.970078 66.485046 C 166.330704 63.914978 168.296066 61.798401 170.639374 60.324402 C 172.982681 58.888184 175.628342 58.094482 178.311813 58.094482 C 181.033066 58.094482 183.678741 58.888184 186.022049 60.324402 C 188.365356 61.798401 190.330704 63.914978 191.653549 66.485046 C 193.014175 69.017334 193.732285 71.927551 193.732285 74.837769 L 193.732285 74.837769 Z"/>
+            <path id="path329" fill="#ff6969" fill-rule="evenodd" stroke="none" d="M 192.333862 74.837769 C 192.333862 77.52124 191.691345 80.166931 190.444092 82.472412 C 189.23465 84.777954 187.458267 86.705505 185.341736 88.066162 C 183.187408 89.388977 180.768509 90.107117 178.311813 90.107117 C 175.855118 90.107117 173.436218 89.388977 171.319687 88.066162 C 169.203156 86.705505 167.426773 84.777954 166.217316 82.472412 C 164.970078 80.166931 164.32756 77.52124 164.32756 74.837769 C 164.32756 72.192139 164.970078 69.546448 166.217316 67.240967 C 167.426773 64.935425 169.203156 63.007874 171.319687 61.647217 C 173.436218 60.324402 175.855118 59.606323 178.311813 59.606323 C 180.768509 59.606323 183.187408 60.324402 185.341736 61.647217 C 187.458267 63.007874 189.23465 64.935425 190.444092 67.240967 C 191.691345 69.546448 192.333862 72.192139 192.333862 74.837769 L 192.333862 74.837769 Z"/>
+            <path id="path330" fill="#ff7878" fill-rule="evenodd" stroke="none" d="M 190.93544 74.837769 C 190.93544 77.256714 190.3685 79.637817 189.23465 81.716553 C 188.13858 83.795288 186.551178 85.533875 184.623627 86.743286 C 182.69606 87.914978 180.541733 88.557495 178.311813 88.557495 C 176.11969 88.557495 173.927567 87.914978 172.037796 86.743286 C 170.110229 85.533875 168.522827 83.795288 167.426773 81.716553 C 166.292908 79.637817 165.725983 77.256714 165.725983 74.837769 C 165.725983 72.456665 166.292908 70.075562 167.426773 67.996826 C 168.522827 65.918091 170.110229 64.179504 172.037796 62.970093 C 173.927567 61.76062 176.11969 61.155884 178.311813 61.155884 C 180.541733 61.155884 182.69606 61.76062 184.623627 62.970093 C 186.551178 64.179504 188.13858 65.918091 189.23465 67.996826 C 190.3685 70.075562 190.93544 72.456665 190.93544 74.837769 L 190.93544 74.837769 Z"/>
+            <path id="path331" fill="#ff8787" fill-rule="evenodd" stroke="none" d="M 189.537003 74.837769 C 189.537003 76.992126 189.007874 79.108643 188.025192 80.960632 C 187.042526 82.812622 185.644089 84.324402 183.943314 85.420471 C 182.242523 86.47876 180.277161 87.045654 178.311813 87.045654 C 176.346451 87.045654 174.4189 86.47876 172.718109 85.420471 C 171.017319 84.324402 169.618896 82.812622 168.636215 80.960632 C 167.653549 79.108643 167.124405 76.992126 167.124405 74.837769 C 167.124405 72.721252 167.653549 70.604736 168.636215 68.752747 C 169.618896 66.900818 171.017319 65.388977 172.718109 64.292908 C 174.4189 63.234619 176.346451 62.667725 178.311813 62.667725 C 180.277161 62.667725 182.242523 63.234619 183.943314 64.292908 C 185.644089 65.388977 187.042526 66.900818 188.025192 68.752747 C 189.007874 70.604736 189.537003 72.721252 189.537003 74.837769 L 189.537003 74.837769 Z"/>
+            <path id="path332" fill="#ff9696" fill-rule="evenodd" stroke="none" d="M 188.13858 74.837769 C 188.13858 76.727539 187.685043 78.579529 186.81575 80.204712 C 185.946457 81.792114 184.737015 83.152771 183.225204 84.097656 C 181.751175 85.042542 180.0504 85.533875 178.311813 85.533875 C 176.611023 85.533875 174.910233 85.042542 173.436218 84.097656 C 171.924408 83.152771 170.714966 81.792114 169.845673 80.204712 C 168.976379 78.579529 168.522827 76.727539 168.522827 74.837769 C 168.522827 72.98584 168.976379 71.13385 169.845673 69.508667 C 170.714966 67.883484 171.924408 66.560608 173.436218 65.615723 C 174.910233 64.670837 176.611023 64.179504 178.311813 64.179504 C 180.0504 64.179504 181.751175 64.670837 183.225204 65.615723 C 184.737015 66.560608 185.946457 67.883484 186.81575 69.508667 C 187.685043 71.13385 188.13858 72.98584 188.13858 74.837769 L 188.13858 74.837769 Z"/>
+            <path id="path333" fill="#ffa5a5" fill-rule="evenodd" stroke="none" d="M 186.740158 74.837769 C 186.740158 76.463013 186.362198 78.050415 185.606293 79.411011 C 184.850388 80.809448 183.79213 81.981079 182.544876 82.77478 C 181.259842 83.568481 179.785828 83.984253 178.311813 83.984253 C 176.837799 83.984253 175.401581 83.568481 174.116531 82.77478 C 172.831497 81.981079 171.773224 80.809448 171.055115 79.411011 C 170.29921 78.050415 169.921265 76.463013 169.921265 74.837769 C 169.921265 73.250366 170.29921 71.662964 171.055115 70.302368 C 171.773224 68.903931 172.831497 67.7323 174.116531 66.938599 C 175.401581 66.144897 176.837799 65.729126 178.311813 65.729126 C 179.785828 65.729126 181.259842 66.144897 182.544876 66.938599 C 183.79213 67.7323 184.850388 68.903931 185.606293 70.302368 C 186.362198 71.662964 186.740158 73.250366 186.740158 74.837769 L 186.740158 74.837769 Z"/>
+            <path id="path334" fill="#ffb4b4" fill-rule="evenodd" stroke="none" d="M 185.341736 74.837769 C 185.341736 76.198425 185.001572 77.52124 184.396851 78.65509 C 183.79213 79.826782 182.88504 80.771667 181.826767 81.451965 C 180.768509 82.132263 179.559052 82.472412 178.311813 82.472412 C 177.102356 82.472412 175.892914 82.132263 174.834641 81.451965 C 173.776382 80.771667 172.869293 79.826782 172.264572 78.65509 C 171.659836 77.52124 171.319687 76.198425 171.319687 74.837769 C 171.319687 73.514954 171.659836 72.192139 172.264572 71.058289 C 172.869293 69.886597 173.776382 68.941711 174.834641 68.261414 C 175.892914 67.581116 177.102356 67.240967 178.311813 67.240967 C 179.559052 67.240967 180.768509 67.581116 181.826767 68.261414 C 182.88504 68.941711 183.79213 69.886597 184.396851 71.058289 C 185.001572 72.192139 185.341736 73.514954 185.341736 74.837769 L 185.341736 74.837769 Z"/>
+            <path id="path335" fill="#ffc3c3" fill-rule="evenodd" stroke="none" d="M 183.943314 74.837769 C 183.943314 75.933838 183.678741 76.992126 183.187408 77.899231 C 182.69606 78.844116 181.977951 79.599976 181.146454 80.12915 C 180.277161 80.658264 179.294495 80.960632 178.311813 80.960632 C 177.329132 80.960632 176.384247 80.658264 175.514954 80.12915 C 174.683472 79.599976 173.965347 78.844116 173.474014 77.899231 C 172.982681 76.992126 172.718109 75.933838 172.718109 74.837769 C 172.718109 73.779541 172.982681 72.721252 173.474014 71.814148 C 173.965347 70.869263 174.683472 70.113403 175.514954 69.584229 C 176.384247 69.055115 177.329132 68.752747 178.311813 68.752747 C 179.294495 68.752747 180.277161 69.055115 181.146454 69.584229 C 181.977951 70.113403 182.69606 70.869263 183.187408 71.814148 C 183.678741 72.721252 183.943314 73.779541 183.943314 74.837769 L 183.943314 74.837769 Z"/>
+            <path id="path336" fill="#ffd2d2" fill-rule="evenodd" stroke="none" d="M 182.544876 74.837769 C 182.544876 75.669312 182.318115 76.463013 181.977951 77.143311 C 181.600006 77.823608 181.070862 78.428345 180.428345 78.806274 C 179.785828 79.222046 179.067719 79.411011 178.311813 79.411011 C 177.593704 79.411011 176.875595 79.222046 176.233078 78.806274 C 175.590546 78.428345 175.061417 77.823608 174.683472 77.143311 C 174.305511 76.463013 174.116531 75.669312 174.116531 74.837769 C 174.116531 74.044067 174.305511 73.250366 174.683472 72.570068 C 175.061417 71.889771 175.590546 71.285034 176.233078 70.907104 C 176.875595 70.491333 177.593704 70.302368 178.311813 70.302368 C 179.067719 70.302368 179.785828 70.491333 180.428345 70.907104 C 181.070862 71.285034 181.600006 71.889771 181.977951 72.570068 C 182.318115 73.250366 182.544876 74.044067 182.544876 74.837769 L 182.544876 74.837769 Z"/>
+            <path id="path337" fill="#ffe1e1" fill-rule="evenodd" stroke="none" d="M 181.146454 74.837769 C 181.146454 75.404724 180.99527 75.933838 180.768509 76.38739 C 180.503937 76.840942 180.163773 77.218872 179.710236 77.483459 C 179.294495 77.748047 178.803146 77.899231 178.311813 77.899231 C 177.820465 77.899231 177.366928 77.748047 176.913391 77.483459 C 176.497635 77.218872 176.157486 76.840942 175.892914 76.38739 C 175.666138 75.933838 175.514954 75.404724 175.514954 74.837769 C 175.514954 74.308655 175.666138 73.779541 175.892914 73.325989 C 176.157486 72.872437 176.497635 72.494507 176.913391 72.229919 C 177.366928 71.965332 177.820465 71.814148 178.311813 71.814148 C 178.803146 71.814148 179.294495 71.965332 179.710236 72.229919 C 180.163773 72.494507 180.503937 72.872437 180.768509 73.325989 C 180.99527 73.779541 181.146454 74.308655 181.146454 74.837769 L 181.146454 74.837769 Z"/>
+            <path id="path338" fill="#fff0f0" fill-rule="evenodd" stroke="none" d="M 179.710236 74.837769 C 179.710236 75.140137 179.67244 75.366943 179.559052 75.63147 C 179.407867 75.858276 179.256699 76.047241 179.029922 76.160645 C 178.803146 76.311829 178.576385 76.38739 178.311813 76.38739 C 178.085037 76.38739 177.858261 76.311829 177.6315 76.160645 C 177.404724 76.047241 177.25354 75.858276 177.102356 75.63147 C 176.988983 75.366943 176.913391 75.140137 176.913391 74.837769 C 176.913391 74.573242 176.988983 74.308655 177.102356 74.081909 C 177.25354 73.855103 177.404724 73.666138 177.6315 73.552734 C 177.858261 73.40155 178.085037 73.325989 178.311813 73.325989 C 178.576385 73.325989 178.803146 73.40155 179.029922 73.552734 C 179.256699 73.666138 179.407867 73.855103 179.559052 74.081909 C 179.67244 74.308655 179.710236 74.573242 179.710236 74.837769 L 179.710236 74.837769 Z"/>
+        </g>
+        <clipPath id="clipPath20">
+            <path d="M 211.420471 110.932312 L 179.256699 91.807861 L 179.256699 75.782654 L 211.420471 94.340149 L 211.420471 110.932312 L 211.420471 110.932312 Z"/>
+        </clipPath>
+        <g id="g19" clip-path="url(#clipPath20)"/>
+        <clipPath id="clipPath21">
+            <path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
+        </clipPath>
+        <g id="g20" clip-path="url(#clipPath21)">
+            <path id="path339" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 211.420471 110.932312 L 179.256699 91.807861 L 179.256699 75.782654 L 211.420471 94.340149 L 211.420471 110.932312 Z"/>
+        </g>
+        <clipPath id="clipPath22">
+            <path d="M 211.420471 110.932312 L 211.420471 94.340149 L 243.546448 75.782654 L 243.546448 126.012573 L 211.420471 110.932312 L 211.420471 110.932312 Z"/>
+        </clipPath>
+        <g id="g21" clip-path="url(#clipPath22)"/>
+        <clipPath id="clipPath23">
+            <path d="M 211.420471 110.932312 L 211.420471 94.340149 L 243.546448 75.782654 L 243.546448 126.012573 L 211.420471 110.932312 L 211.420471 110.932312 Z"/>
+        </clipPath>
+        <g id="g22" clip-path="url(#clipPath23)">
+            <path id="path340" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 258.588989 74.837769 C 258.588989 87.763794 256.35907 100.463013 252.125977 111.688171 C 247.930695 122.87561 241.845673 132.173218 234.513382 138.63623 C 227.218903 145.099182 218.941727 148.500793 210.475586 148.500793 C 202.047241 148.500793 193.732285 145.099182 186.43779 138.63623 C 179.105515 132.173218 173.058273 122.87561 168.825195 111.688171 C 164.592133 100.463013 162.362198 87.763794 162.362198 74.837769 C 162.362198 61.911804 164.592133 49.212585 168.825195 38.025208 C 173.058273 26.837769 179.105515 17.540161 186.43779 11.077148 C 193.732285 4.614197 202.047241 1.212585 210.475586 1.212585 C 218.941727 1.212585 227.218903 4.614197 234.513382 11.077148 C 241.845673 17.540161 247.930695 26.837769 252.125977 38.025208 C 256.35907 49.212585 258.588989 61.911804 258.588989 74.837769 L 258.588989 74.837769 Z"/>
+            <path id="path341" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 234.286621 74.837769 C 234.286621 81.263 233.190552 87.536987 231.111816 93.092896 C 228.99527 98.611023 226.009445 103.222046 222.381104 106.434631 C 218.752762 109.609436 214.670868 111.310242 210.475586 111.310242 C 206.318115 111.310242 202.198425 109.609436 198.570084 106.434631 C 194.941727 103.222046 191.955902 98.611023 189.877167 93.092896 C 187.760635 87.536987 186.664566 81.263 186.664566 74.837769 C 186.664566 68.450378 187.760635 62.176392 189.877167 56.620483 C 191.955902 51.102356 194.941727 46.491333 198.570084 43.278748 C 202.198425 40.103943 206.318115 38.403137 210.475586 38.403137 C 214.670868 38.403137 218.752762 40.103943 222.381104 43.278748 C 226.009445 46.491333 228.99527 51.102356 231.111816 56.620483 C 233.190552 62.176392 234.286621 68.450378 234.286621 74.837769 L 234.286621 74.837769 Z"/>
+            <path id="path342" fill="#ff0b0b" fill-rule="evenodd" stroke="none" d="M 233.30394 74.837769 C 233.30394 80.998413 232.245667 87.007874 230.242523 92.337036 C 228.239365 97.628357 225.366928 102.050415 221.889771 105.111816 C 218.412598 108.173218 214.481888 109.798401 210.475586 109.798401 C 206.469284 109.798401 202.538589 108.173218 199.061417 105.111816 C 195.584259 102.050415 192.711807 97.628357 190.708664 92.337036 C 188.705505 87.007874 187.647247 80.998413 187.647247 74.837769 C 187.647247 68.714966 188.705505 62.705505 190.708664 57.376404 C 192.711807 52.085022 195.584259 47.662964 199.061417 44.601563 C 202.538589 41.540161 206.469284 39.914978 210.475586 39.914978 C 214.481888 39.914978 218.412598 41.540161 221.889771 44.601563 C 225.366928 47.662964 228.239365 52.085022 230.242523 57.376404 C 232.245667 62.705505 233.30394 68.714966 233.30394 74.837769 L 233.30394 74.837769 Z"/>
+            <path id="path343" fill="#ff1515" fill-rule="evenodd" stroke="none" d="M 232.321259 74.837769 C 232.321259 80.733887 231.300781 86.47876 229.37323 91.543335 C 227.483459 96.645691 224.724411 100.840942 221.398422 103.789001 C 218.072433 106.737 214.292908 108.286621 210.475586 108.286621 C 206.658264 108.286621 202.878738 106.737 199.55275 103.789001 C 196.264572 100.840942 193.505508 96.645691 191.577957 91.543335 C 189.650391 86.47876 188.667709 80.733887 188.667709 74.837769 C 188.667709 68.979553 189.650391 63.234619 191.577957 58.132263 C 193.505508 53.067688 196.264572 48.834656 199.55275 45.924438 C 202.878738 42.976379 206.658264 41.426758 210.475586 41.426758 C 214.292908 41.426758 218.072433 42.976379 221.398422 45.924438 C 224.724411 48.834656 227.483459 53.067688 229.37323 58.132263 C 231.300781 63.234619 232.321259 68.979553 232.321259 74.837769 L 232.321259 74.837769 Z"/>
+            <path id="path344" fill="#ff2020" fill-rule="evenodd" stroke="none" d="M 231.300781 74.837769 C 231.300781 80.469299 230.355911 85.949585 228.503937 90.787415 C 226.689758 95.662964 224.081894 99.669312 220.907089 102.466125 C 217.732285 105.263 214.141739 106.737 210.475586 106.737 C 206.809448 106.737 203.218903 105.263 200.081894 102.466125 C 196.907089 99.669312 194.261414 95.662964 192.44725 90.787415 C 190.595276 85.949585 189.650391 80.469299 189.650391 74.837769 C 189.650391 69.24408 190.595276 63.763794 192.44725 58.925964 C 194.261414 54.050415 196.907089 50.044067 200.081894 47.247253 C 203.218903 44.450378 206.809448 42.976379 210.475586 42.976379 C 214.141739 42.976379 217.732285 44.450378 220.907089 47.247253 C 224.081894 50.044067 226.689758 54.050415 228.503937 58.925964 C 230.355911 63.763794 231.300781 69.24408 231.300781 74.837769 L 231.300781 74.837769 Z"/>
+            <path id="path345" fill="#ff2b2b" fill-rule="evenodd" stroke="none" d="M 230.318115 74.837769 C 230.318115 80.204712 229.411026 85.420471 227.67244 90.031494 C 225.933853 94.642517 223.401581 98.49762 220.415741 101.143311 C 217.39212 103.826782 213.952759 105.22522 210.475586 105.22522 C 206.998428 105.22522 203.559052 103.826782 200.573227 101.143311 C 197.549606 98.49762 195.055115 94.642517 193.278748 90.031494 C 191.540161 85.420471 190.633072 80.204712 190.633072 74.837769 C 190.633072 69.508667 191.540161 64.292908 193.278748 59.681885 C 195.055115 55.033081 197.549606 51.215759 200.573227 48.532288 C 203.559052 45.886597 206.998428 44.488159 210.475586 44.488159 C 213.952759 44.488159 217.39212 45.886597 220.415741 48.532288 C 223.401581 51.215759 225.933853 55.033081 227.67244 59.681885 C 229.411026 64.292908 230.318115 69.508667 230.318115 74.837769 L 230.318115 74.837769 Z"/>
+            <path id="path346" fill="#ff3535" fill-rule="evenodd" stroke="none" d="M 229.335434 74.837769 C 229.335434 79.902344 228.466141 84.891357 226.803146 89.275574 C 225.140152 93.659851 222.759048 97.325989 219.886612 99.858276 C 217.051971 102.390564 213.801575 103.713379 210.475586 103.713379 C 207.187408 103.713379 203.937012 102.390564 201.06456 99.858276 C 198.192123 97.325989 195.81102 93.659851 194.148026 89.275574 C 192.485046 84.891357 191.615753 79.902344 191.615753 74.837769 C 191.615753 69.773254 192.485046 64.822021 194.148026 60.437805 C 195.81102 56.053528 198.192123 52.38739 201.06456 49.855103 C 203.937012 47.322815 207.187408 46 210.475586 46 C 213.801575 46 217.051971 47.322815 219.886612 49.855103 C 222.759048 52.38739 225.140152 56.053528 226.803146 60.437805 C 228.466141 64.822021 229.335434 69.773254 229.335434 74.837769 L 229.335434 74.837769 Z"/>
+            <path id="path347" fill="#ff4040" fill-rule="evenodd" stroke="none" d="M 228.352753 74.837769 C 228.352753 79.637817 227.521255 84.362183 225.933853 88.519714 C 224.384247 92.677185 222.116531 96.116516 219.395279 98.535461 C 216.711807 100.916565 213.612595 102.201599 210.475586 102.201599 C 207.338577 102.201599 204.277161 100.916565 201.555908 98.535461 C 198.834641 96.116516 196.566925 92.677185 195.017319 88.519714 C 193.429916 84.362183 192.636215 79.637817 192.636215 74.837769 C 192.636215 70.037781 193.429916 65.351196 195.017319 61.193726 C 196.566925 57.036194 198.834641 53.596863 201.555908 51.177979 C 204.277161 48.796875 207.338577 47.511841 210.475586 47.511841 C 213.612595 47.511841 216.711807 48.796875 219.395279 51.177979 C 222.116531 53.596863 224.384247 57.036194 225.933853 61.193726 C 227.521255 65.351196 228.352753 70.037781 228.352753 74.837769 L 228.352753 74.837769 Z"/>
+            <path id="path348" fill="#ff4a4a" fill-rule="evenodd" stroke="none" d="M 227.332291 74.837769 C 227.332291 79.37323 226.576385 83.833069 225.102356 87.763794 C 223.590546 91.694458 221.474014 94.944885 218.903931 97.212585 C 216.333862 99.480286 213.423615 100.689758 210.475586 100.689758 C 207.527557 100.689758 204.617325 99.480286 202.047241 97.212585 C 199.477173 94.944885 197.360626 91.694458 195.886612 87.763794 C 194.412598 83.833069 193.618896 79.37323 193.618896 74.837769 C 193.618896 70.340149 194.412598 65.88031 195.886612 61.949585 C 197.360626 58.018921 199.477173 54.768494 202.047241 52.500793 C 204.617325 50.233093 207.527557 49.023621 210.475586 49.023621 C 213.423615 49.023621 216.333862 50.233093 218.903931 52.500793 C 221.474014 54.768494 223.590546 58.018921 225.102356 61.949585 C 226.576385 65.88031 227.332291 70.340149 227.332291 74.837769 L 227.332291 74.837769 Z"/>
+            <path id="path349" fill="#ff5555" fill-rule="evenodd" stroke="none" d="M 226.349609 74.837769 C 226.349609 79.108643 225.6315 83.303955 224.233078 87.007874 C 222.834641 90.711792 220.831497 93.773254 218.412598 95.889771 C 215.993698 98.044067 213.272446 99.140137 210.475586 99.140137 C 207.678741 99.140137 204.957474 98.044067 202.538589 95.889771 C 200.11969 93.773254 198.116531 90.711792 196.718109 87.007874 C 195.357483 83.303955 194.601578 79.108643 194.601578 74.837769 C 194.601578 70.604736 195.357483 66.409424 196.718109 62.705505 C 198.116531 59.001587 200.11969 55.940186 202.538589 53.823608 C 204.957474 51.669312 207.678741 50.573242 210.475586 50.573242 C 213.272446 50.573242 215.993698 51.669312 218.412598 53.823608 C 220.831497 55.940186 222.834641 59.001587 224.233078 62.705505 C 225.6315 66.409424 226.349609 70.604736 226.349609 74.837769 L 226.349609 74.837769 Z"/>
+            <path id="path350" fill="#ff6060" fill-rule="evenodd" stroke="none" d="M 225.366928 74.837769 C 225.366928 78.844116 224.686615 82.77478 223.363785 86.251953 C 222.078735 89.691345 220.18898 92.601563 217.921265 94.566956 C 215.653549 96.570068 213.083466 97.628357 210.475586 97.628357 C 207.867722 97.628357 205.297638 96.570068 203.029922 94.566956 C 200.762207 92.601563 198.910233 89.691345 197.587402 86.251953 C 196.302368 82.77478 195.584259 78.844116 195.584259 74.837769 C 195.584259 70.869263 196.302368 66.938599 197.587402 63.461426 C 198.910233 59.984253 200.762207 57.111816 203.029922 55.108643 C 205.297638 53.143311 207.867722 52.085022 210.475586 52.085022 C 213.083466 52.085022 215.653549 53.143311 217.921265 55.108643 C 220.18898 57.111816 222.078735 59.984253 223.363785 63.461426 C 224.686615 66.938599 225.366928 70.869263 225.366928 74.837769 L 225.366928 74.837769 Z"/>
+            <path id="path351" fill="#ff6a6a" fill-rule="evenodd" stroke="none" d="M 224.384247 74.837769 C 224.384247 78.579529 223.74173 82.245667 222.494492 85.496033 C 221.285034 88.708679 219.546463 91.392151 217.429916 93.28186 C 215.313385 95.13385 212.932281 96.116516 210.475586 96.116516 C 208.056686 96.116516 205.637802 95.13385 203.521255 93.28186 C 201.44252 91.392151 199.666138 88.708679 198.456696 85.496033 C 197.247238 82.245667 196.604721 78.579529 196.604721 74.837769 C 196.604721 71.13385 197.247238 67.467712 198.456696 64.217346 C 199.666138 61.0047 201.44252 58.321289 203.521255 56.431519 C 205.637802 54.579529 208.056686 53.596863 210.475586 53.596863 C 212.932281 53.596863 215.313385 54.579529 217.429916 56.431519 C 219.546463 58.321289 221.285034 61.0047 222.494492 64.217346 C 223.74173 67.467712 224.384247 71.13385 224.384247 74.837769 L 224.384247 74.837769 Z"/>
+            <path id="path352" fill="#ff7575" fill-rule="evenodd" stroke="none" d="M 223.363785 74.837769 C 223.363785 78.314941 222.796844 81.716553 221.662994 84.740173 C 220.529129 87.726013 218.903931 90.220459 216.938583 91.959045 C 214.973221 93.697632 212.743301 94.604736 210.475586 94.604736 C 208.20787 94.604736 205.977951 93.697632 204.012604 91.959045 C 202.085037 90.220459 200.459839 87.726013 199.325989 84.740173 C 198.192123 81.716553 197.587402 78.314941 197.587402 74.837769 C 197.587402 71.398438 198.192123 67.996826 199.325989 64.973206 C 200.459839 61.987427 202.085037 59.49292 204.012604 57.754333 C 205.977951 56.015747 208.20787 55.108643 210.475586 55.108643 C 212.743301 55.108643 214.973221 56.015747 216.938583 57.754333 C 218.903931 59.49292 220.529129 61.987427 221.662994 64.973206 C 222.796844 67.996826 223.363785 71.398438 223.363785 74.837769 L 223.363785 74.837769 Z"/>
+            <path id="path353" fill="#ff8080" fill-rule="evenodd" stroke="none" d="M 222.381104 74.837769 C 222.381104 78.050415 221.851974 81.187378 220.793701 83.984253 C 219.735428 86.743286 218.223618 89.048828 216.44725 90.63623 C 214.633072 92.223633 212.554337 93.092896 210.475586 93.092896 C 208.396851 93.092896 206.355911 92.223633 204.541733 90.63623 C 202.727554 89.048828 201.215744 86.743286 200.157486 83.984253 C 199.137009 81.187378 198.570084 78.050415 198.570084 74.837769 C 198.570084 71.662964 199.137009 68.526001 200.157486 65.729126 C 201.215744 62.970093 202.727554 60.664551 204.541733 59.077148 C 206.355911 57.489746 208.396851 56.620483 210.475586 56.620483 C 212.554337 56.620483 214.633072 57.489746 216.44725 59.077148 C 218.223618 60.664551 219.735428 62.970093 220.793701 65.729126 C 221.851974 68.526001 222.381104 71.662964 222.381104 74.837769 L 222.381104 74.837769 Z"/>
+            <path id="path354" fill="#ff8a8a" fill-rule="evenodd" stroke="none" d="M 221.398422 74.837769 C 221.398422 77.785828 220.907089 80.658264 219.924408 83.190552 C 218.979523 85.76062 217.5811 87.839355 215.918106 89.313416 C 214.292908 90.787415 212.403152 91.543335 210.475586 91.543335 C 208.548035 91.543335 206.69606 90.787415 205.033066 89.313416 C 203.370071 87.839355 201.971649 85.76062 201.026779 83.190552 C 200.081894 80.658264 199.55275 77.785828 199.55275 74.837769 C 199.55275 71.927551 200.081894 69.055115 201.026779 66.485046 C 201.971649 63.952759 203.370071 61.836243 205.033066 60.400024 C 206.69606 58.925964 208.548035 58.132263 210.475586 58.132263 C 212.403152 58.132263 214.292908 58.925964 215.918106 60.400024 C 217.5811 61.836243 218.979523 63.952759 219.924408 66.485046 C 220.907089 69.055115 221.398422 71.927551 221.398422 74.837769 L 221.398422 74.837769 Z"/>
+            <path id="path355" fill="#ff9595" fill-rule="evenodd" stroke="none" d="M 220.415741 74.837769 C 220.415741 77.52124 219.924408 80.12915 219.055115 82.434631 C 218.185822 84.740173 216.938583 86.667725 215.426773 87.99054 C 213.914963 89.351196 212.214172 90.031494 210.475586 90.031494 C 208.737015 90.031494 207.036224 89.351196 205.524414 87.99054 C 204.012604 86.667725 202.76535 84.740173 201.896057 82.434631 C 201.026779 80.12915 200.573227 77.52124 200.573227 74.837769 C 200.573227 72.192139 201.026779 69.584229 201.896057 67.278748 C 202.76535 64.935425 204.012604 63.045654 205.524414 61.685059 C 207.036224 60.362183 208.737015 59.681885 210.475586 59.681885 C 212.214172 59.681885 213.914963 60.362183 215.426773 61.685059 C 216.938583 63.045654 218.185822 64.935425 219.055115 67.278748 C 219.924408 69.584229 220.415741 72.192139 220.415741 74.837769 L 220.415741 74.837769 Z"/>
+            <path id="path356" fill="#ff9f9f" fill-rule="evenodd" stroke="none" d="M 219.395279 74.837769 C 219.395279 77.256714 218.979523 79.599976 218.223618 81.678711 C 217.429916 83.757507 216.296066 85.496033 214.93544 86.705505 C 213.574799 87.877136 212.062988 88.519714 210.475586 88.519714 C 208.92598 88.519714 207.376373 87.877136 206.015747 86.705505 C 204.655121 85.496033 203.521255 83.757507 202.76535 81.678711 C 201.971649 79.599976 201.555908 77.256714 201.555908 74.837769 C 201.555908 72.456665 201.971649 70.113403 202.76535 68.034668 C 203.521255 65.955933 204.655121 64.217346 206.015747 63.007874 C 207.376373 61.836243 208.92598 61.193726 210.475586 61.193726 C 212.062988 61.193726 213.574799 61.836243 214.93544 63.007874 C 216.296066 64.217346 217.429916 65.955933 218.223618 68.034668 C 218.979523 70.113403 219.395279 72.456665 219.395279 74.837769 L 219.395279 74.837769 Z"/>
+            <path id="path357" fill="#ffaaaa" fill-rule="evenodd" stroke="none" d="M 218.412598 74.837769 C 218.412598 76.992126 218.034653 79.070862 217.354324 80.922852 C 216.674011 82.77478 215.653549 84.324402 214.444092 85.38269 C 213.23465 86.440918 211.874008 87.007874 210.475586 87.007874 C 209.077164 87.007874 207.716537 86.440918 206.50708 85.38269 C 205.297638 84.324402 204.314957 82.77478 203.596848 80.922852 C 202.916534 79.070862 202.538589 76.992126 202.538589 74.837769 C 202.538589 72.721252 202.916534 70.642517 203.596848 68.790527 C 204.314957 66.938599 205.297638 65.388977 206.50708 64.330688 C 207.716537 63.272461 209.077164 62.705505 210.475586 62.705505 C 211.874008 62.705505 213.23465 63.272461 214.444092 64.330688 C 215.653549 65.388977 216.674011 66.938599 217.354324 68.790527 C 218.034653 70.642517 218.412598 72.721252 218.412598 74.837769 L 218.412598 74.837769 Z"/>
+            <path id="path358" fill="#ffb5b5" fill-rule="evenodd" stroke="none" d="M 217.429916 74.837769 C 217.429916 76.727539 217.089767 78.541748 216.485046 80.166931 C 215.88031 81.792114 215.011017 83.11499 213.952759 84.059814 C 212.894485 85.0047 211.685043 85.496033 210.475586 85.496033 C 209.266144 85.496033 208.056686 85.0047 206.998428 84.059814 C 205.940155 83.11499 205.070862 81.792114 204.466141 80.166931 C 203.86142 78.541748 203.521255 76.727539 203.521255 74.837769 C 203.521255 72.98584 203.86142 71.171631 204.466141 69.546448 C 205.070862 67.921265 205.940155 66.59845 206.998428 65.653564 C 208.056686 64.708679 209.266144 64.217346 210.475586 64.217346 C 211.685043 64.217346 212.894485 64.708679 213.952759 65.653564 C 215.011017 66.59845 215.88031 67.921265 216.485046 69.546448 C 217.089767 71.171631 217.429916 72.98584 217.429916 74.837769 L 217.429916 74.837769 Z"/>
+            <path id="path359" fill="#ffbfbf" fill-rule="evenodd" stroke="none" d="M 216.44725 74.837769 C 216.44725 76.463013 216.144882 78.012573 215.653549 79.411011 C 215.124405 80.809448 214.3685 81.943298 213.461411 82.737 C 212.554337 83.530701 211.533859 83.984253 210.475586 83.984253 C 209.417328 83.984253 208.396851 83.530701 207.489761 82.737 C 206.582672 81.943298 205.864563 80.809448 205.335434 79.411011 C 204.806305 78.012573 204.541733 76.463013 204.541733 74.837769 C 204.541733 73.250366 204.806305 71.700806 205.335434 70.302368 C 205.864563 68.903931 206.582672 67.770081 207.489761 66.976379 C 208.396851 66.144897 209.417328 65.729126 210.475586 65.729126 C 211.533859 65.729126 212.554337 66.144897 213.461411 66.976379 C 214.3685 67.770081 215.124405 68.903931 215.653549 70.302368 C 216.144882 71.700806 216.44725 73.250366 216.44725 74.837769 L 216.44725 74.837769 Z"/>
+            <path id="path360" fill="#ffcaca" fill-rule="evenodd" stroke="none" d="M 215.426773 74.837769 C 215.426773 76.198425 215.199997 77.483459 214.784256 78.65509 C 214.330704 79.789001 213.725983 80.771667 212.970078 81.414185 C 212.214172 82.094482 211.344879 82.434631 210.475586 82.434631 C 209.606293 82.434631 208.737015 82.094482 207.98111 81.414185 C 207.262985 80.771667 206.620468 79.789001 206.166931 78.65509 C 205.751175 77.483459 205.524414 76.198425 205.524414 74.837769 C 205.524414 73.514954 205.751175 72.229919 206.166931 71.058289 C 206.620468 69.886597 207.262985 68.941711 207.98111 68.261414 C 208.737015 67.618896 209.606293 67.278748 210.475586 67.278748 C 211.344879 67.278748 212.214172 67.618896 212.970078 68.261414 C 213.725983 68.941711 214.330704 69.886597 214.784256 71.058289 C 215.199997 72.229919 215.426773 73.514954 215.426773 74.837769 L 215.426773 74.837769 Z"/>
+            <path id="path361" fill="#ffd4d4" fill-rule="evenodd" stroke="none" d="M 214.444092 74.837769 C 214.444092 75.933838 214.255112 76.954346 213.914963 77.899231 C 213.574799 78.806274 213.083466 79.599976 212.478745 80.12915 C 211.874008 80.658264 211.193695 80.922852 210.475586 80.922852 C 209.795273 80.922852 209.11496 80.658264 208.510239 80.12915 C 207.905518 79.599976 207.376373 78.806274 207.036224 77.899231 C 206.69606 76.954346 206.50708 75.933838 206.50708 74.837769 C 206.50708 73.779541 206.69606 72.759033 207.036224 71.814148 C 207.376373 70.907104 207.905518 70.113403 208.510239 69.584229 C 209.11496 69.055115 209.795273 68.790527 210.475586 68.790527 C 211.193695 68.790527 211.874008 69.055115 212.478745 69.584229 C 213.083466 70.113403 213.574799 70.907104 213.914963 71.814148 C 214.255112 72.759033 214.444092 73.779541 214.444092 74.837769 L 214.444092 74.837769 Z"/>
+            <path id="path362" fill="#ffdfdf" fill-rule="evenodd" stroke="none" d="M 213.461411 74.837769 C 213.461411 75.669312 213.310242 76.425171 213.04567 77.143311 C 212.781097 77.823608 212.403152 78.390564 211.9496 78.806274 C 211.533859 79.184265 211.00473 79.411011 210.475586 79.411011 C 209.946457 79.411011 209.455124 79.184265 209.001572 78.806274 C 208.548035 78.390564 208.170074 77.823608 207.905518 77.143311 C 207.640945 76.425171 207.489761 75.669312 207.489761 74.837769 C 207.489761 74.044067 207.640945 73.288208 207.905518 72.570068 C 208.170074 71.889771 208.548035 71.322815 209.001572 70.907104 C 209.455124 70.491333 209.946457 70.302368 210.475586 70.302368 C 211.00473 70.302368 211.533859 70.491333 211.9496 70.907104 C 212.403152 71.322815 212.781097 71.889771 213.04567 72.570068 C 213.310242 73.288208 213.461411 74.044067 213.461411 74.837769 L 213.461411 74.837769 Z"/>
+            <path id="path363" fill="#ffeaea" fill-rule="evenodd" stroke="none" d="M 212.478745 74.837769 C 212.478745 75.404724 212.365356 75.896057 212.214172 76.38739 C 212.025192 76.840942 211.760635 77.218872 211.458267 77.483459 C 211.155899 77.748047 210.81575 77.899231 210.475586 77.899231 C 210.135437 77.899231 209.795273 77.748047 209.49292 77.483459 C 209.190552 77.218872 208.92598 76.840942 208.774796 76.38739 C 208.585831 75.896057 208.510239 75.404724 208.510239 74.837769 C 208.510239 74.308655 208.585831 73.779541 208.774796 73.325989 C 208.92598 72.872437 209.190552 72.494507 209.49292 72.229919 C 209.795273 71.965332 210.135437 71.814148 210.475586 71.814148 C 210.81575 71.814148 211.155899 71.965332 211.458267 72.229919 C 211.760635 72.494507 212.025192 72.872437 212.214172 73.325989 C 212.365356 73.779541 212.478745 74.308655 212.478745 74.837769 L 212.478745 74.837769 Z"/>
+            <path id="path364" fill="#fff4f4" fill-rule="evenodd" stroke="none" d="M 211.458267 74.837769 C 211.458267 75.140137 211.420471 75.366943 211.344879 75.63147 C 211.269287 75.858276 211.118103 76.047241 210.966934 76.160645 C 210.81575 76.311829 210.664566 76.38739 210.475586 76.38739 C 210.324402 76.38739 210.135437 76.311829 209.984253 76.160645 C 209.833069 76.047241 209.719681 75.858276 209.606293 75.63147 C 209.530716 75.366943 209.49292 75.140137 209.49292 74.837769 C 209.49292 74.573242 209.530716 74.308655 209.606293 74.081909 C 209.719681 73.855103 209.833069 73.666138 209.984253 73.552734 C 210.135437 73.40155 210.324402 73.325989 210.475586 73.325989 C 210.664566 73.325989 210.81575 73.40155 210.966934 73.552734 C 211.118103 73.666138 211.269287 73.855103 211.344879 74.081909 C 211.420471 74.308655 211.458267 74.573242 211.458267 74.837769 L 211.458267 74.837769 Z"/>
+        </g>
+        <clipPath id="clipPath24">
+            <path d="M 211.420471 110.932312 L 211.420471 94.340149 L 243.546448 75.782654 L 243.546448 126.012573 L 211.420471 110.932312 L 211.420471 110.932312 Z"/>
+        </clipPath>
+        <g id="g23" clip-path="url(#clipPath24)"/>
+        <clipPath id="clipPath25">
+            <path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
+        </clipPath>
+        <g id="g24" clip-path="url(#clipPath25)">
+            <path id="path365" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 211.420471 110.932312 L 211.420471 94.340149 L 243.546448 75.782654 L 243.546448 126.012573 L 211.420471 110.932312 Z"/>
+        </g>
+        <clipPath id="clipPath26">
+            <path d="M 202.311806 409.36377 L 45.574806 318.579529 L 45.574806 215.398438 L 202.311806 306.182678 L 202.311806 409.36377 L 202.311806 409.36377 Z"/>
+        </clipPath>
+        <g id="g25" clip-path="url(#clipPath26)"/>
+        <clipPath id="clipPath27">
+            <path d="M 202.311806 409.36377 L 45.574806 318.579529 L 45.574806 215.398438 L 202.311806 306.182678 L 202.311806 409.36377 L 202.311806 409.36377 Z"/>
+        </clipPath>
+        <g id="g26" clip-path="url(#clipPath27)">
+            <path id="path366" fill="#c9ba96" fill-rule="evenodd" stroke="none" d="M 268.944885 214.491333 C 268.944885 263.096069 258.588989 310.831482 238.897644 352.935425 C 219.206299 395.039368 190.897644 430 156.768509 454.302368 C 122.67717 478.604736 84.012596 491.417328 44.629921 491.417328 C 5.247244 491.417328 -33.417324 478.604736 -67.546455 454.302368 C -101.637794 430 -129.946457 395.039368 -149.637802 352.935425 C -169.329132 310.831482 -179.685043 263.096069 -179.685043 214.491333 C -179.685043 165.848816 -169.329132 118.113403 -149.637802 76.00946 C -129.946457 33.905518 -101.637794 -1.055115 -67.546455 -25.357483 C -33.417324 -49.659851 5.247244 -62.472412 44.629921 -62.472412 C 84.012596 -62.472412 122.67717 -49.659851 156.768509 -25.357483 C 190.897644 -1.055115 219.206299 33.905518 238.897644 76.00946 C 258.588989 118.113403 268.944885 165.848816 268.944885 214.491333 L 268.944885 214.491333 Z"/>
+            <path id="path367" fill="#c9ba96" fill-rule="evenodd" stroke="none" d="M 155.67244 214.491333 C 155.67244 238.529144 150.532288 262.188965 140.781097 283.01416 C 131.029922 303.839355 117.007874 321.149597 100.151184 333.206299 C 83.256691 345.225189 64.132286 351.537018 44.629921 351.537018 C 25.12756 351.537018 6.003149 345.225189 -10.891338 333.206299 C -27.748032 321.149597 -41.770077 303.839355 -51.521259 283.01416 C -61.272442 262.188965 -66.412598 238.529144 -66.412598 214.491333 C -66.412598 190.415771 -61.272442 166.793701 -51.521259 145.930725 C -41.770077 125.10553 -27.748032 107.795288 -10.891338 95.776367 C 6.003149 83.719666 25.12756 77.407898 44.629921 77.407898 C 64.132286 77.407898 83.256691 83.719666 100.151184 95.776367 C 117.007874 107.795288 131.029922 125.10553 140.781097 145.930725 C 150.532288 166.793701 155.67244 190.415771 155.67244 214.491333 L 155.67244 214.491333 Z"/>
+            <path id="path368" fill="#cabb97" fill-rule="evenodd" stroke="none" d="M 154.425201 214.491333 C 154.425201 238.264557 149.360626 261.659851 139.722839 282.25827 C 130.085037 302.856689 116.214172 319.977966 99.546455 331.883453 C 82.840942 343.788971 63.90551 350.062988 44.629921 350.062988 C 25.354332 350.062988 6.418898 343.788971 -10.286614 331.883453 C -26.95433 319.977966 -40.825195 302.856689 -50.46299 282.25827 C -60.100788 261.659851 -65.165352 238.264557 -65.165352 214.491333 C -65.165352 190.680298 -60.100788 167.285034 -50.46299 146.686584 C -40.825195 126.088196 -26.95433 108.966919 -10.286614 97.061401 C 6.418898 85.155884 25.354332 78.919678 44.629921 78.919678 C 63.90551 78.919678 82.840942 85.155884 99.546455 97.061401 C 116.214172 108.966919 130.085037 126.088196 139.722839 146.686584 C 149.360626 167.285034 154.425201 190.680298 154.425201 214.491333 L 154.425201 214.491333 Z"/>
+            <path id="path369" fill="#cabc98" fill-rule="evenodd" stroke="none" d="M 153.215744 214.491333 C 153.215744 238 148.18898 261.130707 138.664566 281.50235 C 129.140152 301.874023 115.420471 318.806305 98.941734 330.598419 C 82.425194 342.352753 63.678741 348.551178 44.629921 348.551178 C 25.5811 348.551178 6.834646 342.352753 -9.68189 330.598419 C -26.160629 318.806305 -39.880318 301.874023 -49.404724 281.50235 C -58.929134 261.130707 -63.955906 238 -63.955906 214.491333 C -63.955906 190.944885 -58.929134 167.814148 -49.404724 147.442505 C -39.880318 127.070862 -26.160629 110.138611 -9.68189 98.384277 C 6.834646 86.592102 25.5811 80.431519 44.629921 80.431519 C 63.678741 80.431519 82.425194 86.592102 98.941734 98.384277 C 115.420471 110.138611 129.140152 127.070862 138.664566 147.442505 C 148.18898 167.814148 153.215744 190.944885 153.215744 214.491333 L 153.215744 214.491333 Z"/>
+            <path id="path370" fill="#cbbc99" fill-rule="evenodd" stroke="none" d="M 152.006302 214.491333 C 152.006302 237.735443 147.055115 260.601563 137.606293 280.74646 C 128.195282 300.891327 114.62677 317.634644 98.29921 329.275604 C 82.009445 340.916534 63.489761 347.039368 44.629921 347.039368 C 25.770081 347.039368 7.250393 340.916534 -9.039371 329.275604 C -25.366928 317.634644 -38.935432 300.891327 -48.346455 280.74646 C -57.795277 260.601563 -62.746456 237.735443 -62.746456 214.491333 C -62.746456 191.209473 -57.795277 168.343323 -48.346455 148.198425 C -38.935432 128.053528 -25.366928 111.310242 -9.039371 99.669312 C 7.250393 88.02832 25.770081 81.905518 44.629921 81.905518 C 63.489761 81.905518 82.009445 88.02832 98.29921 99.669312 C 114.62677 111.310242 128.195282 128.053528 137.606293 148.198425 C 147.055115 168.343323 152.006302 191.209473 152.006302 214.491333 L 152.006302 214.491333 Z"/>
+            <path id="path371" fill="#cbbd9b" fill-rule="evenodd" stroke="none" d="M 150.796844 214.491333 C 150.796844 237.470856 145.883469 260.072449 136.548035 279.99054 C 127.250397 299.908661 113.833069 316.462982 97.694489 327.952759 C 81.555908 339.480316 63.262993 345.527557 44.629921 345.527557 C 25.996849 345.527557 7.703938 339.480316 -8.434646 327.952759 C -24.573229 316.462982 -37.990551 299.908661 -47.288189 279.99054 C -56.623623 260.072449 -61.537006 237.470856 -61.537006 214.491333 C -61.537006 191.473999 -56.623623 168.872437 -47.288189 148.954346 C -37.990551 129.036194 -24.573229 112.481873 -8.434646 100.992126 C 7.703938 89.464539 25.996849 83.417297 44.629921 83.417297 C 63.262993 83.417297 81.555908 89.464539 97.694489 100.992126 C 113.833069 112.481873 127.250397 129.036194 136.548035 148.954346 C 145.883469 168.872437 150.796844 191.473999 150.796844 214.491333 L 150.796844 214.491333 Z"/>
+            <path id="path372" fill="#ccbe9c" fill-rule="evenodd" stroke="none" d="M 149.549606 214.491333 C 149.549606 237.206299 144.711807 259.543304 135.489761 279.23465 C 126.305511 298.925995 113.039368 315.291351 97.089767 326.667725 C 81.14016 338.044098 63.036217 344.015747 44.629921 344.015747 C 26.223621 344.015747 8.119684 338.044098 -7.829922 326.667725 C -23.779528 315.291351 -37.04567 298.925995 -46.229919 279.23465 C -55.451969 259.543304 -60.289764 237.206299 -60.289764 214.491333 C -60.289764 191.738586 -55.451969 169.40155 -46.229919 149.710266 C -37.04567 130.018921 -23.779528 113.653564 -7.829922 102.277161 C 8.119684 90.938599 26.223621 84.929138 44.629921 84.929138 C 63.036217 84.929138 81.14016 90.938599 97.089767 102.277161 C 113.039368 113.653564 126.305511 130.018921 135.489761 149.710266 C 144.711807 169.40155 149.549606 191.738586 149.549606 214.491333 L 149.549606 214.491333 Z"/>
+            <path id="path373" fill="#cdbf9d" fill-rule="evenodd" stroke="none" d="M 148.340164 214.491333 C 148.340164 236.941742 143.540161 259.051971 134.431503 278.478729 C 125.360626 297.943298 112.245667 314.11969 96.485039 325.344879 C 80.724411 336.60788 62.847244 342.503937 44.629921 342.503937 C 26.412598 342.503937 8.535433 336.60788 -7.225197 325.344879 C -22.985826 314.11969 -36.100788 297.943298 -45.171654 278.478729 C -54.280315 259.051971 -59.080315 236.941742 -59.080315 214.491333 C -59.080315 192.003174 -54.280315 169.930725 -45.171654 150.466125 C -36.100788 131.001587 -22.985826 114.825195 -7.225197 103.599976 C 8.535433 92.374817 26.412598 86.440918 44.629921 86.440918 C 62.847244 86.440918 80.724411 92.374817 96.485039 103.599976 C 112.245667 114.825195 125.360626 131.001587 134.431503 150.466125 C 143.540161 169.930725 148.340164 192.003174 148.340164 214.491333 L 148.340164 214.491333 Z"/>
+            <path id="path374" fill="#cdbf9e" fill-rule="evenodd" stroke="none" d="M 147.130707 214.491333 C 147.130707 236.677155 142.3685 258.522827 133.37323 277.76062 C 124.37796 296.960632 111.451965 312.948029 95.880318 324.059845 C 80.308662 335.171661 62.620476 340.992126 44.629921 340.992126 C 26.63937 340.992126 8.951181 335.171661 -6.620473 324.059845 C -22.192125 312.948029 -35.118111 296.960632 -44.113384 277.76062 C -53.108662 258.522827 -57.870865 236.677155 -57.870865 214.491333 C -57.870865 192.2677 -53.108662 170.459839 -44.113384 151.222046 C -35.118111 131.984253 -22.192125 115.996826 -6.620473 104.88501 C 8.951181 93.811035 26.63937 87.952759 44.629921 87.952759 C 62.620476 87.952759 80.308662 93.811035 95.880318 104.88501 C 111.451965 115.996826 124.37796 131.984253 133.37323 151.222046 C 142.3685 170.459839 147.130707 192.2677 147.130707 214.491333 L 147.130707 214.491333 Z"/>
+            <path id="path375" fill="#cec09f" fill-rule="evenodd" stroke="none" d="M 145.883469 214.491333 C 145.883469 236.412598 141.23465 257.993713 132.314957 277.00473 C 123.433075 296.015747 110.658264 311.776367 95.275589 322.737 C 79.855118 333.735443 62.3937 339.518097 44.629921 339.518097 C 26.866142 339.518097 9.404724 333.735443 -6.015748 322.737 C -21.398426 311.776367 -34.173229 296.015747 -43.055119 277.00473 C -51.974804 257.993713 -56.623623 236.412598 -56.623623 214.491333 C -56.623623 192.532288 -51.974804 170.988953 -43.055119 151.977966 C -34.173229 132.966919 -21.398426 117.168518 -6.015748 106.207886 C 9.404724 95.247253 26.866142 89.464539 44.629921 89.464539 C 62.3937 89.464539 79.855118 95.247253 95.275589 106.207886 C 110.658264 117.168518 123.433075 132.966919 132.314957 151.977966 C 141.23465 170.988953 145.883469 192.532288 145.883469 214.491333 L 145.883469 214.491333 Z"/>
+            <path id="path376" fill="#cec1a0" fill-rule="evenodd" stroke="none" d="M 144.674011 214.491333 C 144.674011 236.148041 140.062988 257.464569 131.256699 276.24881 C 122.48819 295.033081 109.864563 310.604736 94.670868 321.451965 C 79.439369 332.299225 62.204727 338.006287 44.629921 338.006287 C 27.055119 338.006287 9.820473 332.299225 -5.411024 321.451965 C -20.604725 310.604736 -33.228348 295.033081 -42.034645 276.24881 C -50.80315 257.464569 -55.414173 236.148041 -55.414173 214.491333 C -55.414173 192.796875 -50.80315 171.480286 -42.034645 152.733887 C -33.228348 133.949585 -20.604725 118.340149 -5.411024 107.49292 C 9.820473 96.683472 27.055119 90.976379 44.629921 90.976379 C 62.204727 90.976379 79.439369 96.683472 94.670868 107.49292 C 109.864563 118.340149 122.48819 133.949585 131.256699 152.733887 C 140.062988 171.480286 144.674011 192.796875 144.674011 214.491333 L 144.674011 214.491333 Z"/>
+            <path id="path377" fill="#cfc2a2" fill-rule="evenodd" stroke="none" d="M 143.464569 214.491333 C 143.464569 235.883453 138.891342 256.935425 130.236221 275.49292 C 121.543304 294.050385 109.070862 309.433075 94.028343 320.12912 C 79.023621 330.863007 61.977951 336.494476 44.629921 336.494476 C 27.281891 336.494476 10.236221 330.863007 -4.768504 320.12912 C -19.811024 309.433075 -32.283466 294.050385 -40.976379 275.49292 C -49.631496 256.935425 -54.204723 235.883453 -54.204723 214.491333 C -54.204723 193.061401 -49.631496 172.00946 -40.976379 153.489746 C -32.283466 134.932312 -19.811024 119.511841 -4.768504 108.815735 C 10.236221 98.11969 27.281891 92.450378 44.629921 92.450378 C 61.977951 92.450378 79.023621 98.11969 94.028343 108.815735 C 109.070862 119.511841 121.543304 134.932312 130.236221 153.489746 C 138.891342 172.00946 143.464569 193.061401 143.464569 214.491333 L 143.464569 214.491333 Z"/>
+            <path id="path378" fill="#d0c2a3" fill-rule="evenodd" stroke="none" d="M 142.255112 214.491333 C 142.255112 235.618896 137.719681 256.406311 129.177948 274.737 C 120.598419 293.067719 108.277161 308.261414 93.423622 318.844086 C 78.607872 329.426758 61.751183 334.982666 44.629921 334.982666 C 27.508663 334.982666 10.651968 329.426758 -4.163779 318.844086 C -19.017323 308.261414 -31.338583 293.067719 -39.91811 274.737 C -48.459843 256.406311 -52.995277 235.618896 -52.995277 214.491333 C -52.995277 193.325989 -48.459843 172.538574 -39.91811 154.207886 C -31.338583 135.914978 -19.017323 120.683472 -4.163779 110.100769 C 10.651968 99.555908 27.508663 93.962219 44.629921 93.962219 C 61.751183 93.962219 78.607872 99.555908 93.423622 110.100769 C 108.277161 120.683472 120.598419 135.914978 129.177948 154.207886 C 137.719681 172.538574 142.255112 193.325989 142.255112 214.491333 L 142.255112 214.491333 Z"/>
+            <path id="path379" fill="#d0c3a4" fill-rule="evenodd" stroke="none" d="M 141.007874 214.491333 C 141.007874 235.35434 136.548035 255.877167 128.11969 273.98111 C 119.653549 292.085052 107.483467 307.089752 92.818901 317.521271 C 78.154327 327.99054 61.562202 333.470856 44.629921 333.470856 C 27.697639 333.470856 11.105513 327.99054 -3.559055 317.521271 C -18.223621 307.089752 -30.3937 292.085052 -38.85984 273.98111 C -47.288189 255.877167 -51.748032 235.35434 -51.748032 214.491333 C -51.748032 193.590576 -47.288189 173.067688 -38.85984 154.963806 C -30.3937 136.897644 -18.223621 121.855103 -3.559055 111.423645 C 11.105513 100.992126 27.697639 95.473999 44.629921 95.473999 C 61.562202 95.473999 78.154327 100.992126 92.818901 111.423645 C 107.483467 121.855103 119.653549 136.897644 128.11969 154.963806 C 136.548035 173.067688 141.007874 193.590576 141.007874 214.491333 L 141.007874 214.491333 Z"/>
+            <path id="path380" fill="#d1c4a5" fill-rule="evenodd" stroke="none" d="M 139.798431 214.491333 C 139.798431 235.089752 135.414169 255.348022 127.061417 273.225189 C 118.708664 291.102356 106.689766 305.918121 92.214172 316.236206 C 77.738586 326.554321 61.335434 331.959045 44.629921 331.959045 C 27.924408 331.959045 11.521259 326.554321 -2.95433 316.236206 C -17.429922 305.918121 -29.44882 291.102356 -37.801575 273.225189 C -46.154331 255.348022 -50.538582 235.089752 -50.538582 214.491333 C -50.538582 193.855103 -46.154331 173.596863 -37.801575 155.719666 C -29.44882 137.88031 -17.429922 123.026794 -2.95433 112.708679 C 11.521259 102.428345 27.924408 96.98584 44.629921 96.98584 C 61.335434 96.98584 77.738586 102.428345 92.214172 112.708679 C 106.689766 123.026794 118.708664 137.88031 127.061417 155.719666 C 135.414169 173.596863 139.798431 193.855103 139.798431 214.491333 L 139.798431 214.491333 Z"/>
+            <path id="path381" fill="#d1c5a6" fill-rule="evenodd" stroke="none" d="M 138.588974 214.491333 C 138.588974 234.825195 134.242523 254.856689 126.003143 272.469299 C 117.763779 290.11969 105.896065 304.74646 91.609451 314.913391 C 77.322838 325.118103 61.108658 330.447235 44.629921 330.447235 C 28.15118 330.447235 11.937008 325.118103 -2.349606 314.913391 C -16.636221 304.74646 -28.503937 290.11969 -36.743309 272.469299 C -44.982677 254.856689 -49.329136 234.825195 -49.329136 214.491333 C -49.329136 194.11969 -44.982677 174.125977 -36.743309 156.475586 C -28.503937 138.862976 -16.636221 124.198425 -2.349606 114.031494 C 11.937008 103.864563 28.15118 98.49762 44.629921 98.49762 C 61.108658 98.49762 77.322838 103.864563 91.609451 114.031494 C 105.896065 124.198425 117.763779 138.862976 126.003143 156.475586 C 134.242523 174.125977 138.588974 194.11969 138.588974 214.491333 L 138.588974 214.491333 Z"/>
+            <path id="path382" fill="#d2c5a7" fill-rule="evenodd" stroke="none" d="M 137.341736 214.491333 C 137.341736 234.560638 133.070862 254.327545 124.944885 271.713379 C 116.781097 289.136993 105.102364 303.574799 91.004723 313.628357 C 76.907089 323.681885 60.919685 328.973236 44.629921 328.973236 C 28.340157 328.973236 12.352757 323.681885 -1.744883 313.628357 C -15.84252 303.574799 -27.521259 289.136993 -35.68504 271.713379 C -43.811024 254.327545 -48.08189 234.560638 -48.08189 214.491333 C -48.08189 194.384277 -43.811024 174.65509 -35.68504 157.231506 C -27.521259 139.845642 -15.84252 125.370056 -1.744883 115.316528 C 12.352757 105.300781 28.340157 100.00946 44.629921 100.00946 C 60.919685 100.00946 76.907089 105.300781 91.004723 115.316528 C 105.102364 125.370056 116.781097 139.845642 124.944885 157.231506 C 133.070862 174.65509 137.341736 194.384277 137.341736 214.491333 L 137.341736 214.491333 Z"/>
+            <path id="path383" fill="#d2c6a8" fill-rule="evenodd" stroke="none" d="M 136.132278 214.491333 C 136.132278 234.296051 131.899216 253.798431 123.886612 270.957489 C 115.836227 288.154327 104.308662 302.403137 90.400002 312.305511 C 76.453545 322.245667 60.692917 327.461426 44.629921 327.461426 C 28.566929 327.461426 12.768505 322.245667 -1.140158 312.305511 C -15.04882 302.403137 -26.576378 288.154327 -34.626774 270.957489 C -42.63937 253.798431 -46.87244 234.296051 -46.87244 214.491333 C -46.87244 194.648804 -42.63937 175.146484 -34.626774 157.987427 C -26.576378 140.828369 -15.04882 126.541748 -1.140158 116.639343 C 12.768505 106.737 28.566929 101.52124 44.629921 101.52124 C 60.692917 101.52124 76.453545 106.737 90.400002 116.639343 C 104.308662 126.541748 115.836227 140.828369 123.886612 157.987427 C 131.899216 175.146484 136.132278 194.648804 136.132278 214.491333 L 136.132278 214.491333 Z"/>
+            <path id="path384" fill="#d3c7aa" fill-rule="evenodd" stroke="none" d="M 134.922836 214.491333 C 134.922836 234.031494 130.727554 253.269287 122.828354 270.201569 C 114.891342 287.171661 103.514961 301.231506 89.757477 311.020477 C 76.037796 320.809448 60.466141 325.949615 44.629921 325.949615 C 28.793701 325.949615 13.222046 320.809448 -0.497639 311.020477 C -14.255117 301.231506 -25.631496 287.171661 -33.568504 270.201569 C -41.505512 253.269287 -45.662991 234.031494 -45.662991 214.491333 C -45.662991 194.913391 -41.505512 175.675598 -33.568504 158.743286 C -25.631496 141.811035 -14.255117 127.713379 -0.497639 117.962219 C 13.222046 108.173218 28.793701 102.9953 44.629921 102.9953 C 60.466141 102.9953 76.037796 108.173218 89.757477 117.962219 C 103.514961 127.713379 114.891342 141.811035 122.828354 158.743286 C 130.727554 175.675598 134.922836 194.913391 134.922836 214.491333 L 134.922836 214.491333 Z"/>
+            <path id="path385" fill="#d4c8ab" fill-rule="evenodd" stroke="none" d="M 133.713379 214.491333 C 133.713379 233.766937 129.593704 252.740143 121.770081 269.445679 C 113.946457 286.188965 102.72126 300.059845 89.152756 309.697632 C 75.622047 319.37323 60.277168 324.437805 44.629921 324.437805 C 28.982677 324.437805 13.637794 319.37323 0.107086 309.697632 C -13.461417 300.059845 -24.686613 286.188965 -32.510235 269.445679 C -40.333858 252.740143 -44.453541 233.766937 -44.453541 214.491333 C -44.453541 195.177979 -40.333858 176.204712 -32.510235 159.499207 C -24.686613 142.793701 -13.461417 128.88501 0.107086 119.247253 C 13.637794 109.609436 28.982677 104.50708 44.629921 104.50708 C 60.277168 104.50708 75.622047 109.609436 89.152756 119.247253 C 102.72126 128.88501 113.946457 142.793701 121.770081 159.499207 C 129.593704 176.204712 133.713379 195.177979 133.713379 214.491333 L 133.713379 214.491333 Z"/>
+            <path id="path386" fill="#d4c8ac" fill-rule="evenodd" stroke="none" d="M 132.466141 214.491333 C 132.466141 233.50235 128.422043 252.211029 120.711807 268.689758 C 113.001572 285.206299 101.889763 298.888184 88.548035 308.412598 C 75.206299 317.937012 60.050392 322.925995 44.629921 322.925995 C 29.20945 322.925995 14.053543 317.937012 0.711811 308.412598 C -12.667716 298.888184 -23.741732 285.206299 -31.451967 268.689758 C -39.162205 252.211029 -43.206299 233.50235 -43.206299 214.491333 C -43.206299 195.442505 -39.162205 176.733887 -31.451967 160.255127 C -23.741732 143.776367 -12.667716 130.056702 0.711811 120.570068 C 14.053543 111.045654 29.20945 106.018921 44.629921 106.018921 C 60.050392 106.018921 75.206299 111.045654 88.548035 120.570068 C 101.889763 130.056702 113.001572 143.776367 120.711807 160.255127 C 128.422043 176.733887 132.466141 195.442505 132.466141 214.491333 L 132.466141 214.491333 Z"/>
+            <path id="path387" fill="#d5c9ad" fill-rule="evenodd" stroke="none" d="M 131.256699 214.491333 C 131.256699 233.237793 127.250397 251.681885 119.653549 267.971649 C 112.056686 284.223633 101.096062 297.716522 87.943306 307.089752 C 74.79055 316.500793 59.823624 321.414185 44.629921 321.414185 C 29.436222 321.414185 14.469292 316.500793 1.316536 307.089752 C -11.836221 297.716522 -22.79685 284.223633 -30.3937 267.971649 C -37.990551 251.681885 -41.996849 233.237793 -41.996849 214.491333 C -41.996849 195.707092 -37.990551 177.263 -30.3937 161.011047 C -22.79685 144.759033 -11.836221 131.228333 1.316536 121.855103 C 14.469292 112.481873 29.436222 107.530701 44.629921 107.530701 C 59.823624 107.530701 74.79055 112.481873 87.943306 121.855103 C 101.096062 131.228333 112.056686 144.759033 119.653549 161.011047 C 127.250397 177.263 131.256699 195.707092 131.256699 214.491333 L 131.256699 214.491333 Z"/>
+            <path id="path388" fill="#d5caae" fill-rule="evenodd" stroke="none" d="M 130.047241 214.491333 C 130.047241 232.973236 126.078735 251.152771 118.595276 267.215759 C 111.111816 283.240936 100.302361 296.544891 87.338585 305.804718 C 74.337006 315.064575 59.634644 319.940155 44.629921 319.940155 C 29.625198 319.940155 14.922836 315.064575 1.921259 305.804718 C -11.04252 296.544891 -21.851969 283.240936 -29.335432 267.215759 C -36.818897 251.152771 -40.787399 232.973236 -40.787399 214.491333 C -40.787399 195.97168 -36.818897 177.792114 -29.335432 161.766907 C -21.851969 145.74176 -11.04252 132.400024 1.921259 123.177979 C 14.922836 113.918091 29.625198 109.042542 44.629921 109.042542 C 59.634644 109.042542 74.337006 113.918091 87.338585 123.177979 C 100.302361 132.400024 111.111816 145.74176 118.595276 161.766907 C 126.078735 177.792114 130.047241 195.97168 130.047241 214.491333 L 130.047241 214.491333 Z"/>
+            <path id="path389" fill="#d6cbaf" fill-rule="evenodd" stroke="none" d="M 128.800003 214.491333 C 128.800003 232.708649 124.944885 250.661407 117.537003 266.459839 C 110.166931 282.25827 99.508659 295.37323 86.733856 304.481903 C 73.921257 313.628357 59.407875 318.428345 44.629921 318.428345 C 29.851967 318.428345 15.338581 313.628357 2.525984 304.481903 C -10.248819 295.37323 -20.907087 282.25827 -28.277166 266.459839 C -35.68504 250.661407 -39.540157 232.708649 -39.540157 214.491333 C -39.540157 196.236206 -35.68504 178.321289 -28.277166 162.522827 C -20.907087 146.724426 -10.248819 133.571655 2.525984 124.463013 C 15.338581 115.354309 29.851967 110.554321 44.629921 110.554321 C 59.407875 110.554321 73.921257 115.354309 86.733856 124.463013 C 99.508659 133.571655 110.166931 146.724426 117.537003 162.522827 C 124.944885 178.321289 128.800003 196.236206 128.800003 214.491333 L 128.800003 214.491333 Z"/>
+            <path id="path390" fill="#d7cbb1" fill-rule="evenodd" stroke="none" d="M 127.590546 214.491333 C 127.590546 232.444092 123.773224 250.132294 116.478745 265.703949 C 109.18425 281.275604 98.714958 294.201569 86.129135 303.196838 C 73.505508 312.192139 59.181099 316.916534 44.629921 316.916534 C 30.078739 316.916534 15.75433 312.192139 3.130709 303.196838 C -9.455118 294.201569 -19.92441 281.275604 -27.218897 265.703949 C -34.513386 250.132294 -38.330708 232.444092 -38.330708 214.491333 C -38.330708 196.500793 -34.513386 178.850403 -27.218897 163.278748 C -19.92441 147.707092 -9.455118 134.743286 3.130709 125.785828 C 15.75433 116.790527 30.078739 112.066162 44.629921 112.066162 C 59.181099 112.066162 73.505508 116.790527 86.129135 125.785828 C 98.714958 134.743286 109.18425 147.707092 116.478745 163.278748 C 123.773224 178.850403 127.590546 196.500793 127.590546 214.491333 L 127.590546 214.491333 Z"/>
+            <path id="path391" fill="#d7ccb2" fill-rule="evenodd" stroke="none" d="M 126.381104 214.491333 C 126.381104 232.179535 122.601578 249.603149 115.420471 264.948029 C 108.239365 280.292908 97.921257 293.029907 85.48661 301.874023 C 73.089767 310.75592 58.992126 315.404724 44.629921 315.404724 C 30.267715 315.404724 16.170078 310.75592 3.773228 301.874023 C -8.661417 293.029907 -18.979528 280.292908 -26.160629 264.948029 C -33.341732 249.603149 -37.121258 232.179535 -37.121258 214.491333 C -37.121258 196.765381 -33.341732 179.341736 -26.160629 164.034668 C -18.979528 148.689758 -8.661417 135.914978 3.773228 127.070862 C 16.170078 118.226746 30.267715 113.540161 44.629921 113.540161 C 58.992126 113.540161 73.089767 118.226746 85.48661 127.070862 C 97.921257 135.914978 108.239365 148.689758 115.420471 164.034668 C 122.601578 179.341736 126.381104 196.765381 126.381104 214.491333 L 126.381104 214.491333 Z"/>
+            <path id="path392" fill="#d8cdb3" fill-rule="evenodd" stroke="none" d="M 125.171646 214.491333 C 125.171646 231.914948 121.429916 249.074005 114.362198 264.192139 C 107.294487 279.310242 97.127556 291.858276 84.881889 300.588989 C 72.636223 309.319672 58.765358 313.892914 44.629921 313.892914 C 30.494488 313.892914 16.623623 309.319672 4.377953 300.588989 C -7.867717 291.858276 -18.034645 279.310242 -25.102362 264.192139 C -32.170078 249.074005 -35.911812 231.914948 -35.911812 214.491333 C -35.911812 197.029907 -32.170078 179.87085 -25.102362 164.752747 C -18.034645 149.672424 -7.867717 137.12439 4.377953 128.393677 C 16.623623 119.662964 30.494488 115.051941 44.629921 115.051941 C 58.765358 115.051941 72.636223 119.662964 84.881889 128.393677 C 97.127556 137.12439 107.294487 149.672424 114.362198 164.752747 C 121.429916 179.87085 125.171646 197.029907 125.171646 214.491333 L 125.171646 214.491333 Z"/>
+            <path id="path393" fill="#d8ceb4" fill-rule="evenodd" stroke="none" d="M 123.924408 214.491333 C 123.924408 231.650391 120.25827 248.544891 113.30394 263.436218 C 106.349609 278.327545 96.333855 290.686615 84.277168 299.266144 C 72.220474 307.883453 58.538582 312.381104 44.629921 312.381104 C 30.72126 312.381104 17.039371 307.883453 4.982677 299.266144 C -7.074016 290.686615 -17.089764 278.327545 -24.044094 263.436218 C -30.998425 248.544891 -34.664566 231.650391 -34.664566 214.491333 C -34.664566 197.294495 -30.998425 180.400024 -24.044094 165.508667 C -17.089764 150.65509 -7.074016 138.296082 4.982677 129.678711 C 17.039371 121.099182 30.72126 116.563782 44.629921 116.563782 C 58.538582 116.563782 72.220474 121.099182 84.277168 129.678711 C 96.333855 138.296082 106.349609 150.65509 113.30394 165.508667 C 120.25827 180.400024 123.924408 197.294495 123.924408 214.491333 L 123.924408 214.491333 Z"/>
+            <path id="path394" fill="#d9ceb5" fill-rule="evenodd" stroke="none" d="M 122.714966 214.491333 C 122.714966 231.385834 119.124405 248.015747 112.245667 262.680328 C 105.404724 277.344879 95.540161 289.514954 83.67244 297.98111 C 71.804726 306.447235 58.349609 310.869293 44.629921 310.869293 C 30.910236 310.869293 17.455116 306.447235 5.587402 297.98111 C -6.280315 289.514954 -16.144882 277.344879 -22.985826 262.680328 C -29.864567 248.015747 -33.455116 231.385834 -33.455116 214.491333 C -33.455116 197.559082 -29.864567 180.929138 -22.985826 166.264587 C -16.144882 151.637817 -6.280315 139.467712 5.587402 131.001587 C 17.455116 122.535461 30.910236 118.075562 44.629921 118.075562 C 58.349609 118.075562 71.804726 122.535461 83.67244 131.001587 C 95.540161 139.467712 105.404724 151.637817 112.245667 166.264587 C 119.124405 180.929138 122.714966 197.559082 122.714966 214.491333 L 122.714966 214.491333 Z"/>
+            <path id="path395" fill="#dacfb6" fill-rule="evenodd" stroke="none" d="M 121.505508 214.491333 C 121.505508 231.121246 117.952759 247.486603 111.187408 261.924408 C 104.459839 276.362213 94.74646 288.343292 83.067719 296.658264 C 71.388977 305.011017 58.122833 309.395264 44.629921 309.395264 C 31.137009 309.395264 17.870865 305.011017 6.192125 296.658264 C -5.486614 288.343292 -15.2 276.362213 -21.927559 261.924408 C -28.692913 247.486603 -32.24567 231.121246 -32.24567 214.491333 C -32.24567 197.823608 -28.692913 181.458252 -21.927559 167.020447 C -15.2 152.620483 -5.486614 140.639343 6.192125 132.286621 C 17.870865 123.97168 31.137009 119.587402 44.629921 119.587402 C 58.122833 119.587402 71.388977 123.97168 83.067719 132.286621 C 94.74646 140.639343 104.459839 152.620483 111.187408 167.020447 C 117.952759 181.458252 121.505508 197.823608 121.505508 214.491333 L 121.505508 214.491333 Z"/>
+            <path id="path396" fill="#dad0b7" fill-rule="evenodd" stroke="none" d="M 120.25827 214.491333 C 120.25827 230.856689 116.781097 246.99527 110.129135 261.168518 C 103.514961 275.379517 93.952759 287.171661 82.46299 295.37323 C 70.935432 303.537018 57.896065 307.883453 44.629921 307.883453 C 31.363781 307.883453 18.286613 303.537018 6.79685 295.37323 C -4.692913 287.171661 -14.255117 275.379517 -20.869291 261.168518 C -27.521259 246.99527 -31.036221 230.856689 -31.036221 214.491333 C -31.036221 198.088196 -27.521259 181.987427 -20.869291 167.776367 C -14.255117 153.603149 -4.692913 141.811035 6.79685 133.609436 C 18.286613 125.407898 31.363781 121.099182 44.629921 121.099182 C 57.896065 121.099182 70.935432 125.407898 82.46299 133.609436 C 93.952759 141.811035 103.514961 153.603149 110.129135 167.776367 C 116.781097 181.987427 120.25827 198.088196 120.25827 214.491333 L 120.25827 214.491333 Z"/>
+            <path id="path397" fill="#dbd1b9" fill-rule="evenodd" stroke="none" d="M 119.048813 214.491333 C 119.048813 230.592133 115.609451 246.466156 109.070862 260.412598 C 102.570076 274.396851 93.159058 286 81.858269 294.050385 C 70.519684 302.1008 57.707085 306.371643 44.629921 306.371643 C 31.552757 306.371643 18.740158 302.1008 7.401575 294.050385 C -3.899212 286 -13.310236 274.396851 -19.811024 260.412598 C -26.349606 246.466156 -29.788977 230.592133 -29.788977 214.491333 C -29.788977 198.352783 -26.349606 182.516541 -19.811024 168.532288 C -13.310236 154.548035 -3.899212 142.982666 7.401575 134.89447 C 18.740158 126.844116 31.552757 122.611023 44.629921 122.611023 C 57.707085 122.611023 70.519684 126.844116 81.858269 134.89447 C 93.159058 142.982666 102.570076 154.548035 109.070862 168.532288 C 115.609451 182.516541 119.048813 198.352783 119.048813 214.491333 L 119.048813 214.491333 Z"/>
+            <path id="path398" fill="#dbd2ba" fill-rule="evenodd" stroke="none" d="M 117.839371 214.491333 C 117.839371 230.327545 114.43779 245.937012 108.012604 259.656708 C 101.587402 273.414185 92.365356 284.828339 81.215752 292.76535 C 70.103935 300.664581 57.480316 304.859833 44.629921 304.859833 C 31.779526 304.859833 19.155907 300.664581 8.044094 292.76535 C -3.105513 284.828339 -12.327559 273.414185 -18.752756 259.656708 C -25.177952 245.937012 -28.579527 230.327545 -28.579527 214.491333 C -28.579527 198.61731 -25.177952 183.045654 -18.752756 169.288208 C -12.327559 155.530701 -3.105513 144.154358 8.044094 136.217346 C 19.155907 128.280334 31.779526 124.085022 44.629921 124.085022 C 57.480316 124.085022 70.103935 128.280334 81.215752 136.217346 C 92.365356 144.154358 101.587402 155.530701 108.012604 169.288208 C 114.43779 183.045654 117.839371 198.61731 117.839371 214.491333 L 117.839371 214.491333 Z"/>
+            <path id="path399" fill="#dcd2bb" fill-rule="evenodd" stroke="none" d="M 116.629929 214.491333 C 116.629929 230.062988 113.30394 245.407867 106.95433 258.900787 C 100.642517 272.431488 91.571655 283.656708 80.611023 291.442505 C 69.688187 299.228333 57.25354 303.348022 44.629921 303.348022 C 32.006298 303.348022 19.571655 299.228333 8.648819 291.442505 C -2.311811 283.656708 -11.382677 272.431488 -17.694489 258.900787 C -24.044094 245.407867 -27.370079 230.062988 -27.370079 214.491333 C -27.370079 198.881897 -24.044094 183.536987 -17.694489 170.044067 C -11.382677 156.513367 -2.311811 145.325989 8.648819 137.50238 C 19.571655 129.716553 32.006298 125.596863 44.629921 125.596863 C 57.25354 125.596863 69.688187 129.716553 80.611023 137.50238 C 91.571655 145.325989 100.642517 156.513367 106.95433 170.044067 C 113.30394 183.536987 116.629929 198.881897 116.629929 214.491333 L 116.629929 214.491333 Z"/>
+            <path id="path400" fill="#ddd3bc" fill-rule="evenodd" stroke="none" d="M 115.382675 214.491333 C 115.382675 229.798401 112.132278 244.878754 105.896065 258.144867 C 99.697639 271.448822 90.777954 282.485046 80.006302 290.157471 C 69.272438 297.792114 57.064568 301.836212 44.629921 301.836212 C 32.195274 301.836212 19.9874 297.792114 9.253544 290.157471 C -1.51811 282.485046 -10.437796 271.448822 -16.674015 258.144867 C -22.87244 244.878754 -26.122835 229.798401 -26.122835 214.491333 C -26.122835 199.146484 -22.87244 184.066162 -16.674015 170.799988 C -10.437796 157.496033 -1.51811 146.49762 9.253544 138.825195 C 19.9874 131.152771 32.195274 127.108643 44.629921 127.108643 C 57.064568 127.108643 69.272438 131.152771 80.006302 138.825195 C 90.777954 146.49762 99.697639 157.496033 105.896065 170.799988 C 112.132278 184.066162 115.382675 199.146484 115.382675 214.491333 L 115.382675 214.491333 Z"/>
+            <path id="path401" fill="#ddd4bd" fill-rule="evenodd" stroke="none" d="M 114.173233 214.491333 C 114.173233 229.533875 110.960632 244.349609 104.875587 257.426758 C 98.752754 270.466156 89.984253 281.313385 79.401573 288.834656 C 68.818901 296.355896 56.837799 300.324402 44.629921 300.324402 C 32.422047 300.324402 20.440945 296.355896 9.858267 288.834656 C -0.724409 281.313385 -9.492913 270.466156 -15.615747 257.426758 C -21.700787 244.349609 -24.913385 229.533875 -24.913385 214.491333 C -24.913385 199.411011 -21.700787 184.595276 -15.615747 171.555908 C -9.492913 158.47876 -0.724409 147.669312 9.858267 140.110229 C 20.440945 132.588989 32.422047 128.620483 44.629921 128.620483 C 56.837799 128.620483 68.818901 132.588989 79.401573 140.110229 C 89.984253 147.669312 98.752754 158.47876 104.875587 171.555908 C 110.960632 184.595276 114.173233 199.411011 114.173233 214.491333 L 114.173233 214.491333 Z"/>
+            <path id="path402" fill="#ded5be" fill-rule="evenodd" stroke="none" d="M 112.963776 214.491333 C 112.963776 229.269287 109.788971 243.820465 103.817322 256.670868 C 97.807877 269.483459 89.190552 280.141724 78.796852 287.549591 C 68.403152 294.919678 56.611023 298.850403 44.629921 298.850403 C 32.648819 298.850403 20.856693 294.919678 10.462992 287.549591 C 0.069292 280.141724 -8.548032 269.483459 -14.55748 256.670868 C -20.529135 243.820465 -23.703938 229.269287 -23.703938 214.491333 C -23.703938 199.675598 -20.529135 185.12439 -14.55748 172.311829 C -8.548032 159.461426 0.069292 148.840942 10.462992 141.433044 C 20.856693 134.025208 32.648819 130.132263 44.629921 130.132263 C 56.611023 130.132263 68.403152 134.025208 78.796852 141.433044 C 89.190552 148.840942 97.807877 159.461426 103.817322 172.311829 C 109.788971 185.12439 112.963776 199.675598 112.963776 214.491333 L 112.963776 214.491333 Z"/>
+            <path id="path403" fill="#ded5c0" fill-rule="evenodd" stroke="none" d="M 111.716537 214.491333 C 111.716537 229.0047 108.617325 243.291351 102.759056 255.914948 C 96.862991 268.500793 88.396851 278.970093 78.192123 286.226776 C 67.987404 293.483459 56.42205 297.338593 44.629921 297.338593 C 32.837795 297.338593 21.272442 293.483459 11.067717 286.226776 C 0.862991 278.970093 -7.603149 268.500793 -13.499212 255.914948 C -19.357481 243.291351 -22.494488 229.0047 -22.494488 214.491333 C -22.494488 199.940186 -19.357481 185.653564 -13.499212 173.067688 C -7.603149 160.444092 0.862991 150.012573 11.067717 142.71814 C 21.272442 135.461426 32.837795 131.644104 44.629921 131.644104 C 56.42205 131.644104 67.987404 135.461426 78.192123 142.71814 C 88.396851 150.012573 96.862991 160.444092 102.759056 173.067688 C 108.617325 185.653564 111.716537 199.940186 111.716537 214.491333 L 111.716537 214.491333 Z"/>
+            <path id="path404" fill="#dfd6c1" fill-rule="evenodd" stroke="none" d="M 110.50708 214.491333 C 110.50708 228.740173 107.483467 242.799988 101.70079 255.159058 C 95.918114 267.518097 87.603149 277.798431 77.587402 284.903931 C 67.571655 292.047241 56.195274 295.826782 44.629921 295.826782 C 33.064568 295.826782 21.68819 292.047241 11.672441 284.903931 C 1.656693 277.798431 -6.658268 267.518097 -12.440945 255.159058 C -18.223621 242.799988 -21.247244 228.740173 -21.247244 214.491333 C -21.247244 200.204712 -18.223621 186.182678 -12.440945 173.823608 C -6.658268 161.426758 1.656693 151.184265 11.672441 144.040955 C 21.68819 136.897644 33.064568 133.118103 44.629921 133.118103 C 56.195274 133.118103 67.571655 136.897644 77.587402 144.040955 C 87.603149 151.184265 95.918114 161.426758 101.70079 173.823608 C 107.483467 186.182678 110.50708 200.204712 110.50708 214.491333 L 110.50708 214.491333 Z"/>
+            <path id="path405" fill="#e0d7c2" fill-rule="evenodd" stroke="none" d="M 109.297638 214.491333 C 109.297638 228.475586 106.311813 242.270874 100.642517 254.403137 C 94.973228 266.535431 86.809448 276.62677 76.944885 283.618896 C 67.118111 290.611023 55.968506 294.314972 44.629921 294.314972 C 33.29134 294.314972 22.141731 290.611023 12.31496 283.618896 C 2.450394 276.62677 -5.713386 266.535431 -11.382677 254.403137 C -17.05197 242.270874 -20.037796 228.475586 -20.037796 214.491333 C -20.037796 200.469299 -17.05197 186.711792 -11.382677 174.541748 C -5.713386 162.409424 2.450394 152.355896 12.31496 145.325989 C 22.141731 138.333862 33.29134 134.629944 44.629921 134.629944 C 55.968506 134.629944 67.118111 138.333862 76.944885 145.325989 C 86.809448 152.355896 94.973228 162.409424 100.642517 174.541748 C 106.311813 186.711792 109.297638 200.469299 109.297638 214.491333 L 109.297638 214.491333 Z"/>
+            <path id="path406" fill="#e0d8c3" fill-rule="evenodd" stroke="none" d="M 108.088196 214.491333 C 108.088196 228.210999 105.14016 241.74173 99.584251 253.647247 C 93.990555 265.552765 86.015747 275.455109 76.340157 282.296051 C 66.702362 289.174805 55.779526 292.803162 44.629921 292.803162 C 33.480316 292.803162 22.55748 289.174805 12.919685 282.296051 C 3.244095 275.455109 -4.730709 265.552765 -10.324409 253.647247 C -15.880315 241.74173 -18.828346 228.210999 -18.828346 214.491333 C -18.828346 200.733887 -15.880315 187.203125 -10.324409 175.297607 C -4.730709 163.392151 3.244095 153.527588 12.919685 146.648804 C 22.55748 139.770081 33.480316 136.141724 44.629921 136.141724 C 55.779526 136.141724 66.702362 139.770081 76.340157 146.648804 C 86.015747 153.527588 93.990555 163.392151 99.584251 175.297607 C 105.14016 187.203125 108.088196 200.733887 108.088196 214.491333 L 108.088196 214.491333 Z"/>
+            <path id="path407" fill="#e1d8c4" fill-rule="evenodd" stroke="none" d="M 106.840942 214.491333 C 106.840942 227.946472 103.968506 241.212585 98.525986 252.891327 C 93.04567 264.570068 85.18425 274.283478 75.735435 281.011017 C 66.286613 287.738586 55.552757 291.291351 44.629921 291.291351 C 33.707088 291.291351 22.973228 287.738586 13.52441 281.011017 C 4.07559 274.283478 -3.785828 264.570068 -9.266142 252.891327 C -14.708661 241.212585 -17.581102 227.946472 -17.581102 214.491333 C -17.581102 200.998413 -14.708661 187.7323 -9.266142 176.053528 C -3.785828 164.374817 4.07559 154.699219 13.52441 147.933838 C 22.973228 141.206299 33.707088 137.653564 44.629921 137.653564 C 55.552757 137.653564 66.286613 141.206299 75.735435 147.933838 C 85.18425 154.699219 93.04567 164.374817 98.525986 176.053528 C 103.968506 187.7323 106.840942 200.998413 106.840942 214.491333 L 106.840942 214.491333 Z"/>
+            <path id="path408" fill="#e1d9c5" fill-rule="evenodd" stroke="none" d="M 105.631493 214.491333 C 105.631493 227.681885 102.834648 240.683472 97.46772 252.135437 C 92.100784 263.587402 84.390549 273.111816 75.130707 279.688202 C 65.870865 286.302368 55.325981 289.779541 44.629921 289.779541 C 33.933857 289.779541 23.388977 286.302368 14.129135 279.688202 C 4.869291 273.111816 -2.840944 263.587402 -8.207874 252.135437 C -13.574803 240.683472 -16.371653 227.681885 -16.371653 214.491333 C -16.371653 201.263 -13.574803 188.261414 -8.207874 176.809448 C -2.840944 165.357483 4.869291 155.87085 14.129135 149.256714 C 23.388977 142.642517 33.933857 139.165344 44.629921 139.165344 C 55.325981 139.165344 65.870865 142.642517 75.130707 149.256714 C 84.390549 155.87085 92.100784 165.357483 97.46772 176.809448 C 102.834648 188.261414 105.631493 201.263 105.631493 214.491333 L 105.631493 214.491333 Z"/>
+            <path id="path409" fill="#e2dac6" fill-rule="evenodd" stroke="none" d="M 104.42205 214.491333 C 104.42205 227.417297 101.662994 240.154327 96.409447 251.379517 C 91.155907 262.604736 83.596848 271.940155 74.525986 278.403137 C 65.41732 284.86615 55.137009 288.305511 44.629921 288.305511 C 34.122833 288.305511 23.842518 284.86615 14.73386 278.403137 C 5.662992 271.940155 -1.896063 262.604736 -7.149607 251.379517 C -12.40315 240.154327 -15.162205 227.417297 -15.162205 214.491333 C -15.162205 201.527588 -12.40315 188.790527 -7.149607 177.565369 C -1.896063 166.340149 5.662992 157.042542 14.73386 150.541748 C 23.842518 144.078735 34.122833 140.677185 44.629921 140.677185 C 55.137009 140.677185 65.41732 144.078735 74.525986 150.541748 C 83.596848 157.042542 91.155907 166.340149 96.409447 177.565369 C 101.662994 188.790527 104.42205 201.527588 104.42205 214.491333 L 104.42205 214.491333 Z"/>
+            <path id="path410" fill="#e3dbc8" fill-rule="evenodd" stroke="none" d="M 103.212601 214.491333 C 103.212601 227.152771 100.491341 239.625183 95.351181 250.623627 C 90.211021 261.62204 82.803146 270.730713 73.921257 277.080322 C 65.001572 283.429932 54.910233 286.793701 44.629921 286.793701 C 34.349606 286.793701 24.258266 283.429932 15.338581 277.080322 C 6.456694 270.730713 -0.951181 261.62204 -6.091338 250.623627 C -11.231496 239.625183 -13.952756 227.152771 -13.952756 214.491333 C -13.952756 201.792114 -11.231496 189.319702 -6.091338 178.321289 C -0.951181 167.322815 6.456694 158.214172 15.338581 151.864563 C 24.258266 145.514954 34.349606 142.188965 44.629921 142.188965 C 54.910233 142.188965 65.001572 145.514954 73.921257 151.864563 C 82.803146 158.214172 90.211021 167.322815 95.351181 178.321289 C 100.491341 189.319702 103.212601 201.792114 103.212601 214.491333 L 103.212601 214.491333 Z"/>
+            <path id="path411" fill="#e3dbc9" fill-rule="evenodd" stroke="none" d="M 101.965355 214.491333 C 101.965355 226.888184 99.319687 239.096069 94.292915 249.867706 C 89.266144 260.639374 82.009445 269.559052 73.316536 275.795288 C 64.585823 281.993713 54.683464 285.281891 44.629921 285.281891 C 34.576378 285.281891 24.674015 281.993713 15.943306 275.795288 C 7.250393 269.559052 -0.0063 260.639374 -5.033071 249.867706 C -10.059842 239.096069 -12.705512 226.888184 -12.705512 214.491333 C -12.705512 202.056702 -10.059842 189.848816 -5.033071 179.077148 C -0.0063 168.305542 7.250393 159.385803 15.943306 153.149597 C 24.674015 146.951172 34.576378 143.662964 44.629921 143.662964 C 54.683464 143.662964 64.585823 146.951172 73.316536 153.149597 C 82.009445 159.385803 89.266144 168.305542 94.292915 179.077148 C 99.319687 189.848816 101.965355 202.056702 101.965355 214.491333 L 101.965355 214.491333 Z"/>
+            <path id="path412" fill="#e4dcca" fill-rule="evenodd" stroke="none" d="M 100.755905 214.491333 C 100.755905 226.623596 98.148033 238.604736 93.234642 249.111816 C 88.321259 259.656708 81.215752 268.38739 72.674019 274.472443 C 64.170082 280.557495 54.494492 283.770081 44.629921 283.770081 C 34.765354 283.770081 25.089764 280.557495 16.548031 274.472443 C 8.044094 268.38739 0.938583 259.656708 -3.974804 249.111816 C -8.888189 238.604736 -11.496063 226.623596 -11.496063 214.491333 C -11.496063 202.321289 -8.888189 190.37793 -3.974804 179.833069 C 0.938583 169.288208 8.044094 160.557495 16.548031 154.472412 C 25.089764 148.38739 34.765354 145.174805 44.629921 145.174805 C 54.494492 145.174805 64.170082 148.38739 72.674019 154.472412 C 81.215752 160.557495 88.321259 169.288208 93.234642 179.833069 C 98.148033 190.37793 100.755905 202.321289 100.755905 214.491333 L 100.755905 214.491333 Z"/>
+            <path id="path413" fill="#e4ddcb" fill-rule="evenodd" stroke="none" d="M 99.546455 214.491333 C 99.546455 226.35907 97.014175 238.075592 92.176376 248.355896 C 87.376381 258.674011 80.42205 267.215759 72.06929 273.187408 C 63.716537 279.121246 54.267715 282.25827 44.629921 282.25827 C 34.992126 282.25827 25.505512 279.121246 17.190552 273.187408 C 8.837795 267.215759 1.883465 258.674011 -2.916536 248.355896 C -7.754331 238.075592 -10.286614 226.35907 -10.286614 214.491333 C -10.286614 202.585815 -7.754331 190.907104 -2.916536 180.588989 C 1.883465 170.270874 8.837795 161.729126 17.190552 155.757507 C 25.505512 149.823608 34.992126 146.686584 44.629921 146.686584 C 54.267715 146.686584 63.716537 149.823608 72.06929 155.757507 C 80.42205 161.729126 87.376381 170.270874 92.176376 180.588989 C 97.014175 190.907104 99.546455 202.585815 99.546455 214.491333 L 99.546455 214.491333 Z"/>
+            <path id="path414" fill="#e5decc" fill-rule="evenodd" stroke="none" d="M 98.29921 214.491333 C 98.29921 226.094482 95.842522 237.546448 91.118111 247.600006 C 86.3937 257.691345 79.628349 266.044098 71.464569 271.864563 C 63.300789 277.685028 54.040947 280.74646 44.629921 280.74646 C 35.218899 280.74646 25.959057 277.685028 17.795277 271.864563 C 9.631496 266.044098 2.866142 257.691345 -1.858267 247.600006 C -6.582677 237.546448 -9.039371 226.094482 -9.039371 214.491333 C -9.039371 202.850403 -6.582677 191.398438 -1.858267 181.34491 C 2.866142 171.25354 9.631496 162.900818 17.795277 157.080322 C 25.959057 151.259827 35.218899 148.198425 44.629921 148.198425 C 54.040947 148.198425 63.300789 151.259827 71.464569 157.080322 C 79.628349 162.900818 86.3937 171.25354 91.118111 181.34491 C 95.842522 191.398438 98.29921 202.850403 98.29921 214.491333 L 98.29921 214.491333 Z"/>
+            <path id="path415" fill="#e5decd" fill-rule="evenodd" stroke="none" d="M 97.089767 214.491333 C 97.089767 225.829895 94.670868 237.017334 90.059845 246.881897 C 85.448822 256.708649 78.834648 264.872437 70.85984 270.579529 C 62.88504 276.24881 53.851967 279.23465 44.629921 279.23465 C 35.407875 279.23465 26.374802 276.24881 18.400002 270.579529 C 10.425198 264.872437 3.811024 256.708649 -0.799999 246.881897 C -5.411024 237.017334 -7.829922 225.829895 -7.829922 214.491333 C -7.829922 203.11499 -5.411024 191.927551 -0.799999 182.100769 C 3.811024 172.236206 10.425198 164.072449 18.400002 158.365356 C 26.374802 152.696045 35.407875 149.710266 44.629921 149.710266 C 53.851967 149.710266 62.88504 152.696045 70.85984 158.365356 C 78.834648 164.072449 85.448822 172.236206 90.059845 182.100769 C 94.670868 191.927551 97.089767 203.11499 97.089767 214.491333 L 97.089767 214.491333 Z"/>
+            <path id="path416" fill="#e6dfcf" fill-rule="evenodd" stroke="none" d="M 95.880318 214.491333 C 95.880318 225.565369 93.499214 236.48819 89.001572 246.125977 C 84.503937 255.725983 78.040947 263.700775 70.255119 269.256683 C 62.469292 274.812592 53.625198 277.76062 44.629921 277.76062 C 35.634647 277.76062 26.79055 274.812592 19.004723 269.256683 C 11.218897 263.700775 4.755905 255.725983 0.258268 246.125977 C -4.23937 236.48819 -6.620473 225.565369 -6.620473 214.491333 C -6.620473 203.379517 -4.23937 192.456665 0.258268 182.856689 C 4.755905 173.218872 11.218897 165.24408 19.004723 159.688171 C 26.79055 154.132263 35.634647 151.222046 44.629921 151.222046 C 53.625198 151.222046 62.469292 154.132263 70.255119 159.688171 C 78.040947 165.24408 84.503937 173.218872 89.001572 182.856689 C 93.499214 192.456665 95.880318 203.379517 95.880318 214.491333 L 95.880318 214.491333 Z"/>
+            <path id="path417" fill="#e7e0d0" fill-rule="evenodd" stroke="none" d="M 94.670868 214.491333 C 94.670868 225.300781 92.32756 235.959045 87.943306 245.370087 C 83.559052 254.743317 77.247246 262.529144 69.650391 267.971649 C 62.053543 273.376373 53.398422 276.24881 44.629921 276.24881 C 35.861416 276.24881 27.206299 273.376373 19.609447 267.971649 C 12.0126 262.529144 5.700787 254.743317 1.316536 245.370087 C -3.067717 235.959045 -5.411024 225.300781 -5.411024 214.491333 C -5.411024 203.644104 -3.067717 192.98584 1.316536 183.61261 C 5.700787 174.201599 12.0126 166.415771 19.609447 161.011047 C 27.206299 155.568481 35.861416 152.733887 44.629921 152.733887 C 53.398422 152.733887 62.053543 155.568481 69.650391 161.011047 C 77.247246 166.415771 83.559052 174.201599 87.943306 183.61261 C 92.32756 192.98584 94.670868 203.644104 94.670868 214.491333 L 94.670868 214.491333 Z"/>
+            <path id="path418" fill="#e7e1d1" fill-rule="evenodd" stroke="none" d="M 93.423622 214.491333 C 93.423622 225.036194 91.193703 235.429932 86.88504 244.614166 C 82.614174 253.76062 76.453545 261.357483 69.04567 266.648804 C 61.599998 271.940155 53.20945 274.737 44.629921 274.737 C 36.050392 274.737 27.659843 271.940155 20.214172 266.648804 C 12.806301 261.357483 6.64567 253.76062 2.374804 244.614166 C -1.933859 235.429932 -4.163779 225.036194 -4.163779 214.491333 C -4.163779 203.908691 -1.933859 193.514954 2.374804 184.36853 C 6.64567 175.184265 12.806301 167.587402 20.214172 162.296082 C 27.659843 157.0047 36.050392 154.207886 44.629921 154.207886 C 53.20945 154.207886 61.599998 157.0047 69.04567 162.296082 C 76.453545 167.587402 82.614174 175.184265 86.88504 184.36853 C 91.193703 193.514954 93.423622 203.908691 93.423622 214.491333 L 93.423622 214.491333 Z"/>
+            <path id="path419" fill="#e8e1d2" fill-rule="evenodd" stroke="none" d="M 92.214172 214.491333 C 92.214172 224.771667 90.022049 234.938568 85.826775 243.858276 C 81.669289 252.777954 75.659843 260.185822 68.403152 265.36377 C 61.18425 270.503937 52.982674 273.225189 44.629921 273.225189 C 36.277164 273.225189 28.075592 270.503937 20.818897 265.36377 C 13.599998 260.185822 7.590551 252.777954 3.433071 243.858276 C -0.762205 234.938568 -2.95433 224.771667 -2.95433 214.491333 C -2.95433 204.173218 -0.762205 194.044067 3.433071 185.086609 C 7.590551 176.166931 13.599998 168.759033 20.818897 163.618896 C 28.075592 158.440918 36.277164 155.719666 44.629921 155.719666 C 52.982674 155.719666 61.18425 158.440918 68.403152 163.618896 C 75.659843 168.759033 81.669289 176.166931 85.826775 185.086609 C 90.022049 194.044067 92.214172 204.173218 92.214172 214.491333 L 92.214172 214.491333 Z"/>
+            <path id="path420" fill="#e8e2d3" fill-rule="evenodd" stroke="none" d="M 91.004723 214.491333 C 91.004723 224.544861 88.850395 234.409454 84.768501 243.102356 C 80.724411 251.795288 74.866142 259.01416 67.798424 264.040955 C 60.768501 269.067719 52.755905 271.713379 44.629921 271.713379 C 36.503937 271.713379 28.491337 269.067719 21.461418 264.040955 C 14.3937 259.01416 8.535433 251.795288 4.491339 243.102356 C 0.409449 234.409454 -1.744883 224.544861 -1.744883 214.491333 C -1.744883 204.437805 0.409449 194.573242 4.491339 185.842529 C 8.535433 177.149597 14.3937 169.930725 21.461418 164.903931 C 28.491337 159.877136 36.503937 157.231506 44.629921 157.231506 C 52.755905 157.231506 60.768501 159.877136 67.798424 164.903931 C 74.866142 169.930725 80.724411 177.149597 84.768501 185.842529 C 88.850395 194.573242 91.004723 204.437805 91.004723 214.491333 L 91.004723 214.491333 Z"/>
+            <path id="path421" fill="#e9e3d4" fill-rule="evenodd" stroke="none" d="M 89.757477 214.491333 C 89.757477 224.280334 87.678741 233.88031 83.710236 242.346466 C 79.779526 250.812592 74.072441 257.842529 67.193703 262.75592 C 60.352753 267.6315 52.566933 270.201569 44.629921 270.201569 C 36.692913 270.201569 28.907085 267.6315 22.066143 262.75592 C 15.187401 257.842529 9.480314 250.812592 5.549606 242.346466 C 1.581102 233.88031 -0.497639 224.280334 -0.497639 214.491333 C -0.497639 204.702393 1.581102 195.102356 5.549606 186.59845 C 9.480314 178.132263 15.187401 171.102356 22.066143 166.226746 C 28.907085 161.313416 36.692913 158.743286 44.629921 158.743286 C 52.566933 158.743286 60.352753 161.313416 67.193703 166.226746 C 74.072441 171.102356 79.779526 178.132263 83.710236 186.59845 C 87.678741 195.102356 89.757477 204.702393 89.757477 214.491333 L 89.757477 214.491333 Z"/>
+            <path id="path422" fill="#eae4d5" fill-rule="evenodd" stroke="none" d="M 88.548035 214.491333 C 88.548035 224.015747 86.507088 233.351196 82.65197 241.590546 C 78.796852 249.829926 73.27874 256.670868 66.588974 261.433075 C 59.899216 266.195282 52.340157 268.689758 44.629921 268.689758 C 36.919685 268.689758 29.36063 266.195282 22.670868 261.433075 C 15.981102 256.670868 10.462992 249.829926 6.607874 241.590546 C 2.752756 233.351196 0.711811 224.015747 0.711811 214.491333 C 0.711811 204.966919 2.752756 195.593689 6.607874 187.354309 C 10.462992 179.11499 15.981102 172.273987 22.670868 167.511841 C 29.36063 162.749634 36.919685 160.255127 44.629921 160.255127 C 52.340157 160.255127 59.899216 162.749634 66.588974 167.511841 C 73.27874 172.273987 78.796852 179.11499 82.65197 187.354309 C 86.507088 195.593689 88.548035 204.966919 88.548035 214.491333 L 88.548035 214.491333 Z"/>
+            <path id="path423" fill="#eae4d7" fill-rule="evenodd" stroke="none" d="M 87.338585 214.491333 C 87.338585 223.75116 85.37323 232.822052 81.593704 240.834656 C 77.851967 248.847229 72.485039 255.499207 65.984253 260.148041 C 59.483467 264.759064 52.113388 267.215759 44.629921 267.215759 C 37.146458 267.215759 29.776379 264.759064 23.275589 260.148041 C 16.774803 255.499207 11.407873 248.847229 7.628347 240.834656 C 3.886614 232.822052 1.921259 223.75116 1.921259 214.491333 C 1.921259 205.231506 3.886614 196.122864 7.628347 188.110229 C 11.407873 180.097656 16.774803 173.445679 23.275589 168.834656 C 29.776379 164.185852 37.146458 161.766907 44.629921 161.766907 C 52.113388 161.766907 59.483467 164.185852 65.984253 168.834656 C 72.485039 173.445679 77.851967 180.097656 81.593704 188.110229 C 85.37323 196.122864 87.338585 205.231506 87.338585 214.491333 L 87.338585 214.491333 Z"/>
+            <path id="path424" fill="#ebe5d8" fill-rule="evenodd" stroke="none" d="M 86.129135 214.491333 C 86.129135 223.486633 84.201576 232.292908 80.573227 240.078735 C 76.907089 247.864563 71.691338 254.327545 65.379524 258.825195 C 59.067719 263.322845 51.924408 265.703949 44.629921 265.703949 C 37.335434 265.703949 30.192127 263.322845 23.880314 258.825195 C 17.568504 254.327545 12.352757 247.864563 8.686615 240.078735 C 5.058268 232.292908 3.130709 223.486633 3.130709 214.491333 C 3.130709 205.496033 5.058268 196.651978 8.686615 188.86615 C 12.352757 181.080322 17.568504 174.61731 23.880314 170.11969 C 30.192127 165.62207 37.335434 163.278748 44.629921 163.278748 C 51.924408 163.278748 59.067719 165.62207 65.379524 170.11969 C 71.691338 174.61731 76.907089 181.080322 80.573227 188.86615 C 84.201576 196.651978 86.129135 205.496033 86.129135 214.491333 L 86.129135 214.491333 Z"/>
+            <path id="path425" fill="#ebe6d9" fill-rule="evenodd" stroke="none" d="M 84.881889 214.491333 C 84.881889 223.222046 83.029922 231.763794 79.514961 239.322845 C 75.962204 246.881897 70.897636 253.155914 64.774803 257.540161 C 58.65197 261.886627 51.697639 264.192139 44.629921 264.192139 C 37.562206 264.192139 30.607876 261.886627 24.485039 257.540161 C 18.362206 253.155914 13.297638 246.881897 9.744883 239.322845 C 6.229921 231.763794 4.377953 223.222046 4.377953 214.491333 C 4.377953 205.76062 6.229921 197.181091 9.744883 189.62207 C 13.297638 182.062988 18.362206 175.789001 24.485039 171.442505 C 30.607876 167.058289 37.562206 164.752747 44.629921 164.752747 C 51.697639 164.752747 58.65197 167.058289 64.774803 171.442505 C 70.897636 175.789001 75.962204 182.062988 79.514961 189.62207 C 83.029922 197.181091 84.881889 205.76062 84.881889 214.491333 L 84.881889 214.491333 Z"/>
+            <path id="path426" fill="#ece7da" fill-rule="evenodd" stroke="none" d="M 83.67244 214.491333 C 83.67244 222.957458 81.858269 231.23465 78.456696 238.566925 C 75.017326 245.8992 70.103935 251.984253 64.132286 256.217316 C 58.198425 260.450409 51.470863 262.680328 44.629921 262.680328 C 37.788975 262.680328 31.061417 260.450409 25.089764 256.217316 C 19.155907 251.984253 14.242519 245.8992 10.80315 238.566925 C 7.401575 231.23465 5.587402 222.957458 5.587402 214.491333 C 5.587402 206.025208 7.401575 197.710266 10.80315 190.37793 C 14.242519 183.045654 19.155907 176.960632 25.089764 172.727539 C 31.061417 168.494507 37.788975 166.264587 44.629921 166.264587 C 51.470863 166.264587 58.198425 168.494507 64.132286 172.727539 C 70.103935 176.960632 75.017326 183.045654 78.456696 190.37793 C 81.858269 197.710266 83.67244 206.025208 83.67244 214.491333 L 83.67244 214.491333 Z"/>
+            <path id="path427" fill="#ede7db" fill-rule="evenodd" stroke="none" d="M 82.46299 214.491333 C 82.46299 222.692932 80.686615 230.743317 77.398422 237.811035 C 74.072441 244.916534 69.272438 250.812592 63.527557 254.932281 C 57.782677 259.01416 51.281891 261.168518 44.629921 261.168518 C 37.977951 261.168518 31.477165 259.01416 25.732285 254.932281 C 19.949608 250.812592 15.187401 244.916534 11.861418 237.811035 C 8.535433 230.743317 6.79685 222.692932 6.79685 214.491333 C 6.79685 206.289734 8.535433 198.23938 11.861418 191.13385 C 15.187401 184.02832 19.949608 178.132263 25.732285 174.050415 C 31.477165 169.930725 37.977951 167.776367 44.629921 167.776367 C 51.281891 167.776367 57.782677 169.930725 63.527557 174.050415 C 69.272438 178.132263 74.072441 184.02832 77.398422 191.13385 C 80.686615 198.23938 82.46299 206.289734 82.46299 214.491333 L 82.46299 214.491333 Z"/>
+            <path id="path428" fill="#ede8dc" fill-rule="evenodd" stroke="none" d="M 81.215752 214.491333 C 81.215752 222.428345 79.552757 230.214172 76.340157 237.055115 C 73.127556 243.933868 68.478737 249.64093 62.922836 253.609436 C 57.366928 257.577942 51.055115 259.656708 44.629921 259.656708 C 38.204723 259.656708 31.892914 257.577942 26.337009 253.609436 C 20.781101 249.64093 16.132282 243.933868 12.919685 237.055115 C 9.707087 230.214172 8.044094 222.428345 8.044094 214.491333 C 8.044094 206.554321 9.707087 198.768494 12.919685 191.889771 C 16.132282 185.011047 20.781101 179.303955 26.337009 175.335449 C 31.892914 171.366943 38.204723 169.288208 44.629921 169.288208 C 51.055115 169.288208 57.366928 171.366943 62.922836 175.335449 C 68.478737 179.303955 73.127556 185.011047 76.340157 191.889771 C 79.552757 198.768494 81.215752 206.554321 81.215752 214.491333 L 81.215752 214.491333 Z"/>
+            <path id="path429" fill="#eee9de" fill-rule="evenodd" stroke="none" d="M 80.006302 214.491333 C 80.006302 222.163757 78.381104 229.685059 75.281891 236.337006 C 72.182678 242.951172 67.685036 248.469299 62.318108 252.324402 C 56.95118 256.141724 50.828346 258.144867 44.629921 258.144867 C 38.431496 258.144867 32.308662 256.141724 26.94173 252.324402 C 21.574802 248.469299 17.077164 242.951172 13.977951 236.337006 C 10.87874 229.685059 9.253544 222.163757 9.253544 214.491333 C 9.253544 206.818909 10.87874 199.259827 13.977951 192.645691 C 17.077164 185.993713 21.574802 180.475586 26.94173 176.658264 C 32.308662 172.803162 38.431496 170.799988 44.629921 170.799988 C 50.828346 170.799988 56.95118 172.803162 62.318108 176.658264 C 67.685036 180.475586 72.182678 185.993713 75.281891 192.645691 C 78.381104 199.259827 80.006302 206.818909 80.006302 214.491333 L 80.006302 214.491333 Z"/>
+            <path id="path430" fill="#eeeadf" fill-rule="evenodd" stroke="none" d="M 78.796852 214.491333 C 78.796852 221.899231 77.20945 229.155884 74.223625 235.581116 C 71.199997 241.968506 66.891342 247.297638 61.713387 251.001587 C 56.535431 254.705505 50.639374 256.670868 44.629921 256.670868 C 38.620472 256.670868 32.724411 254.705505 27.546455 251.001587 C 22.368504 247.297638 18.059841 241.968506 15.036221 235.581116 C 12.050392 229.155884 10.462992 221.899231 10.462992 214.491333 C 10.462992 207.083435 12.050392 199.789001 15.036221 193.40155 C 18.059841 186.976379 22.368504 181.647217 27.546455 177.943298 C 32.724411 174.23938 38.620472 172.311829 44.629921 172.311829 C 50.639374 172.311829 56.535431 174.23938 61.713387 177.943298 C 66.891342 181.647217 71.199997 186.976379 74.223625 193.40155 C 77.20945 199.789001 78.796852 207.083435 78.796852 214.491333 L 78.796852 214.491333 Z"/>
+            <path id="path431" fill="#efebe0" fill-rule="evenodd" stroke="none" d="M 77.587402 214.491333 C 77.587402 221.634644 76.037796 228.62677 73.165352 234.825195 C 70.255119 240.98584 66.097641 246.125977 61.108658 249.716522 C 56.081886 253.269287 50.412598 255.159058 44.629921 255.159058 C 38.847244 255.159058 33.177952 253.269287 28.15118 249.716522 C 23.162205 246.125977 19.004723 240.98584 16.09449 234.825195 C 13.222046 228.62677 11.672441 221.634644 11.672441 214.491333 C 11.672441 207.348022 13.222046 200.318115 16.09449 194.157471 C 19.004723 187.959045 23.162205 182.818909 28.15118 179.266113 C 33.177952 175.675598 38.847244 173.823608 44.629921 173.823608 C 50.412598 173.823608 56.081886 175.675598 61.108658 179.266113 C 66.097641 182.818909 70.255119 187.959045 73.165352 194.157471 C 76.037796 200.318115 77.587402 207.348022 77.587402 214.491333 L 77.587402 214.491333 Z"/>
+            <path id="path432" fill="#f0ebe1" fill-rule="evenodd" stroke="none" d="M 76.340157 214.491333 C 76.340157 221.370056 74.903938 228.097656 72.107086 234.069305 C 69.310234 240.003143 65.30394 244.954346 60.503937 248.393707 C 55.666145 251.833069 50.185829 253.647247 44.629921 253.647247 C 39.074017 253.647247 33.5937 251.833069 28.755905 248.393707 C 23.955906 244.954346 19.949608 240.003143 17.152756 234.069305 C 14.355904 228.097656 12.919685 221.370056 12.919685 214.491333 C 12.919685 207.61261 14.355904 200.847229 17.152756 194.913391 C 19.949608 188.941711 23.955906 183.99054 28.755905 180.551208 C 33.5937 177.111816 39.074017 175.297607 44.629921 175.297607 C 50.185829 175.297607 55.666145 177.111816 60.503937 180.551208 C 65.30394 183.99054 69.310234 188.941711 72.107086 194.913391 C 74.903938 200.847229 76.340157 207.61261 76.340157 214.491333 L 76.340157 214.491333 Z"/>
+            <path id="path433" fill="#f0ece2" fill-rule="evenodd" stroke="none" d="M 75.130707 214.491333 C 75.130707 221.10553 73.732285 227.568481 71.04882 233.313385 C 68.365356 239.020477 64.510239 243.782684 59.899216 247.108673 C 55.250397 250.396851 49.996849 252.135437 44.629921 252.135437 C 39.262993 252.135437 34.009449 250.396851 29.36063 247.108673 C 24.749607 243.782684 20.894489 239.020477 18.211025 233.313385 C 15.527557 227.568481 14.129135 221.10553 14.129135 214.491333 C 14.129135 207.877136 15.527557 201.376404 18.211025 195.63147 C 20.894489 189.924438 24.749607 185.162231 29.36063 181.874023 C 34.009449 178.548035 39.262993 176.809448 44.629921 176.809448 C 49.996849 176.809448 55.250397 178.548035 59.899216 181.874023 C 64.510239 185.162231 68.365356 189.924438 71.04882 195.63147 C 73.732285 201.376404 75.130707 207.877136 75.130707 214.491333 L 75.130707 214.491333 Z"/>
+            <path id="path434" fill="#f1ede3" fill-rule="evenodd" stroke="none" d="M 73.921257 214.491333 C 73.921257 220.840942 72.560631 227.077148 69.990555 232.557495 C 67.420471 238.037781 63.716537 242.611023 59.256691 245.785828 C 54.834648 248.960632 49.770081 250.623627 44.629921 250.623627 C 39.489765 250.623627 34.425198 248.960632 30.003151 245.785828 C 25.543308 242.611023 21.839371 238.037781 19.269291 232.557495 C 16.699211 227.077148 15.338581 220.840942 15.338581 214.491333 C 15.338581 208.141724 16.699211 201.905518 19.269291 196.38739 C 21.839371 190.907104 25.543308 186.333862 30.003151 183.159058 C 34.425198 179.984253 39.489765 178.321289 44.629921 178.321289 C 49.770081 178.321289 54.834648 179.984253 59.256691 183.159058 C 63.716537 186.333862 67.420471 190.907104 69.990555 196.38739 C 72.560631 201.905518 73.921257 208.141724 73.921257 214.491333 L 73.921257 214.491333 Z"/>
+            <path id="path435" fill="#f1eee4" fill-rule="evenodd" stroke="none" d="M 72.674019 214.491333 C 72.674019 220.576355 71.388977 226.548035 68.932281 231.801575 C 66.475594 237.055115 62.922836 241.439362 58.65197 244.500793 C 54.381104 247.524414 49.543304 249.111816 44.629921 249.111816 C 39.716534 249.111816 34.878738 247.524414 30.607876 244.500793 C 26.337009 241.439362 22.784252 237.055115 20.32756 231.801575 C 17.870865 226.548035 16.548031 220.576355 16.548031 214.491333 C 16.548031 208.406311 17.870865 202.434631 20.32756 197.143311 C 22.784252 191.889771 26.337009 187.505493 30.607876 184.481873 C 34.878738 181.420471 39.716534 179.833069 44.629921 179.833069 C 49.543304 179.833069 54.381104 181.420471 58.65197 184.481873 C 62.922836 187.505493 66.475594 191.889771 68.932281 197.143311 C 71.388977 202.434631 72.674019 208.406311 72.674019 214.491333 L 72.674019 214.491333 Z"/>
+            <path id="path436" fill="#f2eee6" fill-rule="evenodd" stroke="none" d="M 71.464569 214.491333 C 71.464569 220.311829 70.217323 226.018921 67.874016 231.045654 C 65.530708 236.072449 62.129135 240.267731 58.047241 243.177948 C 53.965355 246.088196 49.354332 247.600006 44.629921 247.600006 C 39.90551 247.600006 35.294487 246.088196 31.212597 243.177948 C 27.130707 240.267731 23.729134 236.072449 21.385826 231.045654 C 19.042519 226.018921 17.795277 220.311829 17.795277 214.491333 C 17.795277 208.670837 19.042519 202.963806 21.385826 197.899231 C 23.729134 192.872437 27.130707 188.677185 31.212597 185.766907 C 35.294487 182.856689 39.90551 181.34491 44.629921 181.34491 C 49.354332 181.34491 53.965355 182.856689 58.047241 185.766907 C 62.129135 188.677185 65.530708 192.872437 67.874016 197.899231 C 70.217323 202.963806 71.464569 208.670837 71.464569 214.491333 L 71.464569 214.491333 Z"/>
+            <path id="path437" fill="#f3efe7" fill-rule="evenodd" stroke="none" d="M 70.255119 214.491333 C 70.255119 220.047241 69.083466 225.489746 66.81575 230.289764 C 64.585823 235.089752 61.335434 239.096069 57.44252 241.855133 C 53.549606 244.651978 49.127556 246.125977 44.629921 246.125977 C 40.132282 246.125977 35.710236 244.651978 31.817322 241.855133 C 27.924408 239.096069 24.674015 235.089752 22.444096 230.289764 C 20.176376 225.489746 19.004723 220.047241 19.004723 214.491333 C 19.004723 208.935425 20.176376 203.455139 22.444096 198.65509 C 24.674015 193.855103 27.924408 189.848816 31.817322 187.089783 C 35.710236 184.292908 40.132282 182.856689 44.629921 182.856689 C 49.127556 182.856689 53.549606 184.292908 57.44252 187.089783 C 61.335434 189.848816 64.585823 193.855103 66.81575 198.65509 C 69.083466 203.455139 70.255119 208.935425 70.255119 214.491333 L 70.255119 214.491333 Z"/>
+            <path id="path438" fill="#f3f0e8" fill-rule="evenodd" stroke="none" d="M 69.04567 214.491333 C 69.04567 219.782654 67.911812 224.960632 65.757477 229.533875 C 63.603149 234.107086 60.541733 237.924408 56.837799 240.570068 C 53.133858 243.215759 48.900787 244.614166 44.629921 244.614166 C 40.359055 244.614166 36.125984 243.215759 32.422047 240.570068 C 28.718109 237.924408 25.656693 234.107086 23.502361 229.533875 C 21.34803 224.960632 20.214172 219.782654 20.214172 214.491333 C 20.214172 209.200012 21.34803 203.984253 23.502361 199.411011 C 25.656693 194.837769 28.718109 191.020447 32.422047 188.374817 C 36.125984 185.729126 40.359055 184.36853 44.629921 184.36853 C 48.900787 184.36853 53.133858 185.729126 56.837799 188.374817 C 60.541733 191.020447 63.603149 194.837769 65.757477 199.411011 C 67.911812 203.984253 69.04567 209.200012 69.04567 214.491333 L 69.04567 214.491333 Z"/>
+            <path id="path439" fill="#f4f1e9" fill-rule="evenodd" stroke="none" d="M 67.798424 214.491333 C 67.798424 219.518127 66.740158 224.431519 64.699211 228.777954 C 62.658264 233.12442 59.748032 236.752747 56.23307 239.247253 C 52.680313 241.779541 48.711807 243.102356 44.629921 243.102356 C 40.548031 243.102356 36.579529 241.779541 33.026772 239.247253 C 29.51181 236.752747 26.601574 233.12442 24.560631 228.777954 C 22.519684 224.431519 21.461418 219.518127 21.461418 214.491333 C 21.461418 209.464539 22.519684 204.513367 24.560631 200.166931 C 26.601574 195.820496 29.51181 192.192139 33.026772 189.697632 C 36.579529 187.165344 40.548031 185.842529 44.629921 185.842529 C 48.711807 185.842529 52.680313 187.165344 56.23307 189.697632 C 59.748032 192.192139 62.658264 195.820496 64.699211 200.166931 C 66.740158 204.513367 67.798424 209.464539 67.798424 214.491333 L 67.798424 214.491333 Z"/>
+            <path id="path440" fill="#f4f1ea" fill-rule="evenodd" stroke="none" d="M 66.588974 214.491333 C 66.588974 219.25354 65.568504 223.902344 63.640945 228.022034 C 61.713387 232.141724 58.95433 235.581116 55.628349 237.962219 C 52.264565 240.343292 48.485039 241.590546 44.629921 241.590546 C 40.774803 241.590546 36.995277 240.343292 33.631496 237.962219 C 30.305511 235.581116 27.546455 232.141724 25.618896 228.022034 C 23.691338 223.902344 22.670868 219.25354 22.670868 214.491333 C 22.670868 209.729126 23.691338 205.042542 25.618896 200.922852 C 27.546455 196.803162 30.305511 193.36377 33.631496 190.982666 C 36.995277 188.601563 40.774803 187.354309 44.629921 187.354309 C 48.485039 187.354309 52.264565 188.601563 55.628349 190.982666 C 58.95433 193.36377 61.713387 196.803162 63.640945 200.922852 C 65.568504 205.042542 66.588974 209.729126 66.588974 214.491333 L 66.588974 214.491333 Z"/>
+            <path id="path441" fill="#f5f2eb" fill-rule="evenodd" stroke="none" d="M 65.379524 214.491333 C 65.379524 218.988953 64.396851 223.37323 62.58268 227.266113 C 60.768501 231.159058 58.160629 234.409454 54.985825 236.639374 C 51.848816 238.907074 48.25827 240.078735 44.629921 240.078735 C 41.001575 240.078735 37.411022 238.907074 34.274017 236.639374 C 31.099213 234.409454 28.491337 231.159058 26.677166 227.266113 C 24.862991 223.37323 23.880314 218.988953 23.880314 214.491333 C 23.880314 209.993713 24.862991 205.571655 26.677166 201.678711 C 28.491337 197.785828 31.099213 194.535461 34.274017 192.305542 C 37.411022 190.037781 41.001575 188.86615 44.629921 188.86615 C 48.25827 188.86615 51.848816 190.037781 54.985825 192.305542 C 58.160629 194.535461 60.768501 197.785828 62.58268 201.678711 C 64.396851 205.571655 65.379524 209.993713 65.379524 214.491333 L 65.379524 214.491333 Z"/>
+            <path id="path442" fill="#f6f3ed" fill-rule="evenodd" stroke="none" d="M 64.132286 214.491333 C 64.132286 218.724426 63.262993 222.881897 61.524406 226.510254 C 59.823624 230.176392 57.366928 233.237793 54.381104 235.35434 C 51.433067 237.470856 48.06929 238.566925 44.629921 238.566925 C 41.190552 238.566925 37.826771 237.470856 34.878738 235.35434 C 31.892914 233.237793 29.436222 230.176392 27.735432 226.510254 C 25.996849 222.881897 25.089764 218.724426 25.089764 214.491333 C 25.089764 210.25824 25.996849 206.100769 27.735432 202.434631 C 29.436222 198.768494 31.892914 195.707092 34.878738 193.590576 C 37.826771 191.473999 41.190552 190.37793 44.629921 190.37793 C 48.06929 190.37793 51.433067 191.473999 54.381104 193.590576 C 57.366928 195.707092 59.823624 198.768494 61.524406 202.434631 C 63.262993 206.100769 64.132286 210.25824 64.132286 214.491333 L 64.132286 214.491333 Z"/>
+            <path id="path443" fill="#f6f4ee" fill-rule="evenodd" stroke="none" d="M 62.922836 214.491333 C 62.922836 218.459839 62.091339 222.352783 60.466141 225.792114 C 58.878738 229.193726 56.573227 232.066132 53.776375 234.031494 C 50.97953 236.034637 47.842522 237.055115 44.629921 237.055115 C 41.417324 237.055115 38.242519 236.034637 35.483463 234.031494 C 32.686615 232.066132 30.381104 229.193726 28.793701 225.792114 C 27.168503 222.352783 26.337009 218.459839 26.337009 214.491333 C 26.337009 210.522827 27.168503 206.629944 28.793701 203.190552 C 30.381104 199.75116 32.686615 196.878723 35.483463 194.913391 C 38.242519 192.910217 41.417324 191.889771 44.629921 191.889771 C 47.842522 191.889771 50.97953 192.910217 53.776375 194.913391 C 56.573227 196.878723 58.878738 199.75116 60.466141 203.190552 C 62.091339 206.629944 62.922836 210.522827 62.922836 214.491333 L 62.922836 214.491333 Z"/>
+            <path id="path444" fill="#f7f4ef" fill-rule="evenodd" stroke="none" d="M 61.713387 214.491333 C 61.713387 218.195251 60.919685 221.823608 59.407875 225.036194 C 57.933861 228.210999 55.779526 230.894501 53.171654 232.74646 C 50.563782 234.598419 47.615746 235.581116 44.629921 235.581116 C 41.644096 235.581116 38.696064 234.598419 36.088188 232.74646 C 33.480316 230.894501 31.325985 228.210999 29.851967 225.036194 C 28.340157 221.823608 27.546455 218.195251 27.546455 214.491333 C 27.546455 210.787415 28.340157 207.121277 29.851967 203.946472 C 31.325985 200.733887 33.480316 198.050415 36.088188 196.198425 C 38.696064 194.346436 41.644096 193.40155 44.629921 193.40155 C 47.615746 193.40155 50.563782 194.346436 53.171654 196.198425 C 55.779526 198.050415 57.933861 200.733887 59.407875 203.946472 C 60.919685 207.121277 61.713387 210.787415 61.713387 214.491333 L 61.713387 214.491333 Z"/>
+            <path id="path445" fill="#f7f5f0" fill-rule="evenodd" stroke="none" d="M 60.503937 214.491333 C 60.503937 217.930725 59.748032 221.294495 58.349609 224.280334 C 56.988976 227.228333 54.985825 229.722839 52.566933 231.423615 C 50.148033 233.162201 47.426773 234.069305 44.629921 234.069305 C 41.833073 234.069305 39.111813 233.162201 36.692913 231.423615 C 34.274017 229.722839 32.270866 227.228333 30.910236 224.280334 C 29.51181 221.294495 28.755905 217.930725 28.755905 214.491333 C 28.755905 211.051941 29.51181 207.650391 30.910236 204.702393 C 32.270866 201.716553 34.274017 199.222046 36.692913 197.52124 C 39.111813 195.782654 41.833073 194.913391 44.629921 194.913391 C 47.426773 194.913391 50.148033 195.782654 52.566933 197.52124 C 54.985825 199.222046 56.988976 201.716553 58.349609 204.702393 C 59.748032 207.650391 60.503937 211.051941 60.503937 214.491333 L 60.503937 214.491333 Z"/>
+            <path id="path446" fill="#f8f6f1" fill-rule="evenodd" stroke="none" d="M 59.256691 214.491333 C 59.256691 217.666138 58.576378 220.765381 57.291336 223.524414 C 56.006302 226.245667 54.192123 228.551208 51.962204 230.13858 C 49.732285 231.725983 47.199997 232.557495 44.629921 232.557495 C 42.059841 232.557495 39.527557 231.725983 37.297638 230.13858 C 35.067715 228.551208 33.215748 226.245667 31.93071 223.524414 C 30.645668 220.765381 30.003151 217.666138 30.003151 214.491333 C 30.003151 211.316528 30.645668 208.179504 31.93071 205.458252 C 33.215748 202.699219 35.067715 200.393677 37.297638 198.806274 C 39.527557 197.218872 42.059841 196.38739 44.629921 196.38739 C 47.199997 196.38739 49.732285 197.218872 51.962204 198.806274 C 54.192123 200.393677 56.006302 202.699219 57.291336 205.458252 C 58.576378 208.179504 59.256691 211.316528 59.256691 214.491333 L 59.256691 214.491333 Z"/>
+            <path id="path447" fill="#f8f7f2" fill-rule="evenodd" stroke="none" d="M 58.047241 214.491333 C 58.047241 217.40155 57.44252 220.236206 56.270866 222.768494 C 55.061417 225.300781 53.398422 227.379517 51.357483 228.815735 C 49.316536 230.289764 46.973228 231.045654 44.629921 231.045654 C 42.286613 231.045654 39.943306 230.289764 37.902363 228.815735 C 35.861416 227.379517 34.198425 225.300781 32.988976 222.768494 C 31.817322 220.236206 31.212597 217.40155 31.212597 214.491333 C 31.212597 211.581116 31.817322 208.708679 32.988976 206.176392 C 34.198425 203.681885 35.861416 201.565369 37.902363 200.12915 C 39.943306 198.692932 42.286613 197.899231 44.629921 197.899231 C 46.973228 197.899231 49.316536 198.692932 51.357483 200.12915 C 53.398422 201.565369 55.061417 203.681885 56.270866 206.176392 C 57.44252 208.708679 58.047241 211.581116 58.047241 214.491333 L 58.047241 214.491333 Z"/>
+            <path id="path448" fill="#f9f7f3" fill-rule="evenodd" stroke="none" d="M 56.837799 214.491333 C 56.837799 217.137024 56.270866 219.707092 55.212601 222.012573 C 54.116539 224.318115 52.566933 226.207886 50.714958 227.530701 C 48.862991 228.853516 46.784248 229.533875 44.629921 229.533875 C 42.47559 229.533875 40.396851 228.853516 38.544884 227.530701 C 36.655117 226.207886 35.143307 224.318115 34.047245 222.012573 C 32.988976 219.707092 32.422047 217.137024 32.422047 214.491333 C 32.422047 211.845642 32.988976 209.237793 34.047245 206.932312 C 35.143307 204.664551 36.655117 202.737 38.544884 201.451965 C 40.396851 200.12915 42.47559 199.411011 44.629921 199.411011 C 46.784248 199.411011 48.862991 200.12915 50.714958 201.451965 C 52.566933 202.737 54.116539 204.664551 55.212601 206.932312 C 56.270866 209.237793 56.837799 211.845642 56.837799 214.491333 L 56.837799 214.491333 Z"/>
+            <path id="path449" fill="#faf8f5" fill-rule="evenodd" stroke="none" d="M 55.628349 214.491333 C 55.628349 216.872437 55.099213 219.177979 54.154327 221.256714 C 53.171654 223.335449 51.773232 225.036194 50.110237 226.207886 C 48.447243 227.417297 46.55748 228.022034 44.629921 228.022034 C 42.702362 228.022034 40.812599 227.417297 39.149605 226.207886 C 37.486614 225.036194 36.088188 223.335449 35.105511 221.256714 C 34.160629 219.177979 33.631496 216.872437 33.631496 214.491333 C 33.631496 212.110229 34.160629 209.766907 35.105511 207.688171 C 36.088188 205.647217 37.486614 203.908691 39.149605 202.737 C 40.812599 201.565369 42.702362 200.922852 44.629921 200.922852 C 46.55748 200.922852 48.447243 201.565369 50.110237 202.737 C 51.773232 203.908691 53.171654 205.647217 54.154327 207.688171 C 55.099213 209.766907 55.628349 212.110229 55.628349 214.491333 L 55.628349 214.491333 Z"/>
+            <path id="path450" fill="#faf9f6" fill-rule="evenodd" stroke="none" d="M 54.381104 214.491333 C 54.381104 216.607849 53.927559 218.686584 53.096062 220.500793 C 52.226768 222.352783 50.97953 223.864563 49.505508 224.922852 C 48.031494 225.981079 46.330711 226.510254 44.629921 226.510254 C 42.929134 226.510254 41.228348 225.981079 39.75433 224.922852 C 38.280315 223.864563 37.03307 222.352783 36.16378 220.500793 C 35.332283 218.686584 34.878738 216.607849 34.878738 214.491333 C 34.878738 212.374817 35.332283 210.296082 36.16378 208.444092 C 37.03307 206.629944 38.280315 205.118103 39.75433 204.059814 C 41.228348 203.001587 42.929134 202.434631 44.629921 202.434631 C 46.330711 202.434631 48.031494 203.001587 49.505508 204.059814 C 50.97953 205.118103 52.226768 206.629944 53.096062 208.444092 C 53.927559 210.296082 54.381104 212.374817 54.381104 214.491333 L 54.381104 214.491333 Z"/>
+            <path id="path451" fill="#fbfaf7" fill-rule="evenodd" stroke="none" d="M 53.171654 214.491333 C 53.171654 216.343323 52.793701 218.157471 52.037796 219.744873 C 51.281891 221.370056 50.185829 222.692932 48.900787 223.599976 C 47.615746 224.544861 46.141731 225.036194 44.629921 225.036194 C 43.118111 225.036194 41.644096 224.544861 40.359055 223.599976 C 39.074017 222.692932 37.977951 221.370056 37.222046 219.744873 C 36.466141 218.157471 36.088188 216.343323 36.088188 214.491333 C 36.088188 212.639343 36.466141 210.825195 37.222046 209.200012 C 37.977951 207.61261 39.074017 206.289734 40.359055 205.34491 C 41.644096 204.437805 43.118111 203.946472 44.629921 203.946472 C 46.141731 203.946472 47.615746 204.437805 48.900787 205.34491 C 50.185829 206.289734 51.281891 207.61261 52.037796 209.200012 C 52.793701 210.825195 53.171654 212.639343 53.171654 214.491333 L 53.171654 214.491333 Z"/>
+            <path id="path452" fill="#fbfaf8" fill-rule="evenodd" stroke="none" d="M 51.962204 214.491333 C 51.962204 216.078735 51.622047 217.628357 50.97953 218.988953 C 50.337006 220.38739 49.392128 221.52124 48.296066 222.314941 C 47.162201 223.108643 45.914963 223.524414 44.629921 223.524414 C 43.344883 223.524414 42.097637 223.108643 40.963779 222.314941 C 39.867718 221.52124 38.922836 220.38739 38.280315 218.988953 C 37.637794 217.628357 37.297638 216.078735 37.297638 214.491333 C 37.297638 212.903931 37.637794 211.316528 38.280315 209.955933 C 38.922836 208.595276 39.867718 207.461426 40.963779 206.667725 C 42.097637 205.874023 43.344883 205.458252 44.629921 205.458252 C 45.914963 205.458252 47.162201 205.874023 48.296066 206.667725 C 49.392128 207.461426 50.337006 208.595276 50.97953 209.955933 C 51.622047 211.316528 51.962204 212.903931 51.962204 214.491333 L 51.962204 214.491333 Z"/>
+            <path id="path453" fill="#fcfbf9" fill-rule="evenodd" stroke="none" d="M 50.714958 214.491333 C 50.714958 215.814148 50.450394 217.099182 49.921257 218.233093 C 49.392128 219.404724 48.598427 220.349609 47.691338 220.992126 C 46.74646 221.672424 45.688187 222.012573 44.629921 222.012573 C 43.571655 222.012573 42.513386 221.672424 41.568504 220.992126 C 40.661419 220.349609 39.867718 219.404724 39.338581 218.233093 C 38.809448 217.099182 38.544884 215.814148 38.544884 214.491333 C 38.544884 213.168518 38.809448 211.845642 39.338581 210.711792 C 39.867718 209.577942 40.661419 208.633057 41.568504 207.952759 C 42.513386 207.310242 43.571655 206.932312 44.629921 206.932312 C 45.688187 206.932312 46.74646 207.310242 47.691338 207.952759 C 48.598427 208.633057 49.392128 209.577942 49.921257 210.711792 C 50.450394 211.845642 50.714958 213.168518 50.714958 214.491333 L 50.714958 214.491333 Z"/>
+            <path id="path454" fill="#fdfcfa" fill-rule="evenodd" stroke="none" d="M 49.505508 214.491333 C 49.505508 215.549622 49.27874 216.570068 48.862991 217.477173 C 48.409447 218.422058 47.804726 219.177979 47.086617 219.707092 C 46.330711 220.236206 45.499214 220.500793 44.629921 220.500793 C 43.760632 220.500793 42.929134 220.236206 42.173229 219.707092 C 41.455116 219.177979 40.812599 218.422058 40.396851 217.477173 C 39.981102 216.570068 39.75433 215.549622 39.75433 214.491333 C 39.75433 213.433044 39.981102 212.374817 40.396851 211.467712 C 40.812599 210.560608 41.455116 209.804749 42.173229 209.275574 C 42.929134 208.74646 43.760632 208.444092 44.629921 208.444092 C 45.499214 208.444092 46.330711 208.74646 47.086617 209.275574 C 47.804726 209.804749 48.409447 210.560608 48.862991 211.467712 C 49.27874 212.374817 49.505508 213.433044 49.505508 214.491333 L 49.505508 214.491333 Z"/>
+            <path id="path455" fill="#fdfdfc" fill-rule="evenodd" stroke="none" d="M 48.296066 214.491333 C 48.296066 215.285034 48.107086 216.040955 47.804726 216.721252 C 47.464569 217.439392 47.011024 218.006287 46.444092 218.384277 C 45.914963 218.799988 45.272438 218.988953 44.629921 218.988953 C 43.9874 218.988953 43.344883 218.799988 42.815746 218.384277 C 42.248817 218.006287 41.795277 217.439392 41.455116 216.721252 C 41.152756 216.040955 40.963779 215.285034 40.963779 214.491333 C 40.963779 213.697632 41.152756 212.903931 41.455116 212.223633 C 41.795277 211.543335 42.248817 210.976379 42.815746 210.560608 C 43.344883 210.182678 43.9874 209.955933 44.629921 209.955933 C 45.272438 209.955933 45.914963 210.182678 46.444092 210.560608 C 47.011024 210.976379 47.464569 211.543335 47.804726 212.223633 C 48.107086 212.903931 48.296066 213.697632 48.296066 214.491333 L 48.296066 214.491333 Z"/>
+            <path id="path456" fill="#fefdfd" fill-rule="evenodd" stroke="none" d="M 47.086617 214.491333 C 47.086617 215.020447 46.973228 215.511841 46.74646 216.003174 C 46.519684 216.456665 46.217323 216.834656 45.839371 217.099182 C 45.461418 217.36377 45.04567 217.477173 44.629921 217.477173 C 44.214172 217.477173 43.798424 217.36377 43.420471 217.099182 C 43.042519 216.834656 42.740158 216.456665 42.513386 216.003174 C 42.286613 215.511841 42.173229 215.020447 42.173229 214.491333 C 42.173229 213.962219 42.286613 213.433044 42.513386 212.979553 C 42.740158 212.526001 43.042519 212.14801 43.420471 211.883484 C 43.798424 211.618896 44.214172 211.467712 44.629921 211.467712 C 45.04567 211.467712 45.461418 211.618896 45.839371 211.883484 C 46.217323 212.14801 46.519684 212.526001 46.74646 212.979553 C 46.973228 213.433044 47.086617 213.962219 47.086617 214.491333 L 47.086617 214.491333 Z"/>
+            <path id="path457" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 45.839371 214.491333 C 45.839371 214.75592 45.801575 215.020447 45.688187 215.247253 C 45.574806 215.473999 45.423622 215.662964 45.234642 215.776367 C 45.04567 215.927551 44.856689 216.003174 44.629921 216.003174 C 44.403152 216.003174 44.214172 215.927551 44.0252 215.776367 C 43.83622 215.662964 43.68504 215.473999 43.571655 215.247253 C 43.458267 215.020447 43.420471 214.75592 43.420471 214.491333 C 43.420471 214.226746 43.458267 213.962219 43.571655 213.735413 C 43.68504 213.508667 43.83622 213.319702 44.0252 213.168518 C 44.214172 213.055115 44.403152 212.979553 44.629921 212.979553 C 44.856689 212.979553 45.04567 213.055115 45.234642 213.168518 C 45.423622 213.319702 45.574806 213.508667 45.688187 213.735413 C 45.801575 213.962219 45.839371 214.226746 45.839371 214.491333 L 45.839371 214.491333 Z"/>
+        </g>
+        <clipPath id="clipPath28">
+            <path d="M 202.311806 409.36377 L 45.574806 318.579529 L 45.574806 215.398438 L 202.311806 306.182678 L 202.311806 409.36377 L 202.311806 409.36377 Z"/>
+        </clipPath>
+        <g id="g27" clip-path="url(#clipPath28)"/>
+        <clipPath id="clipPath29">
+            <path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
+        </clipPath>
+        <g id="g28" clip-path="url(#clipPath29)">
+            <path id="path458" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 202.311813 409.36377 L 45.574806 318.579529 L 45.574806 215.398438 L 202.311813 306.182678 L 202.311813 409.36377 Z"/>
+        </g>
+        <clipPath id="clipPath30">
+            <path d="M 306.815735 337.855133 L 265.581116 362.611023 L 265.581116 262.188965 L 306.815735 238.793701 L 306.815735 337.855133 L 306.815735 337.855133 Z"/>
+        </clipPath>
+        <g id="g29" clip-path="url(#clipPath30)"/>
+        <clipPath id="clipPath31">
+            <path d="M 306.815735 337.855133 L 265.581116 362.611023 L 265.581116 262.188965 L 306.815735 238.793701 L 306.815735 337.855133 L 306.815735 337.855133 Z"/>
+        </clipPath>
+        <g id="g30" clip-path="url(#clipPath31)">
+            <path id="path459" fill="#c0c0c0" fill-rule="evenodd" stroke="none" d="M 325.600006 237.848816 C 325.600006 269.067719 322.803162 299.719696 317.436218 326.705505 C 312.069305 353.729126 304.396851 376.179535 295.099213 391.788971 C 285.839355 407.360626 275.332275 415.600006 264.63623 415.600006 C 253.940155 415.600006 243.433075 407.360626 234.135437 391.788971 C 224.875595 376.179535 217.165359 353.729126 211.836227 326.705505 C 206.469284 299.719696 203.67244 269.067719 203.67244 237.848816 C 203.67244 206.667725 206.469284 176.015747 211.836227 148.992126 C 217.165359 121.968506 224.875595 99.555908 234.135437 83.946472 C 243.433075 68.337036 253.940155 60.135437 264.63623 60.135437 C 275.332275 60.135437 285.839355 68.337036 295.099213 83.946472 C 304.396851 99.555908 312.069305 121.968506 317.436218 148.992126 C 322.803162 176.015747 325.600006 206.667725 325.600006 237.848816 L 325.600006 237.848816 Z"/>
+            <path id="path460" fill="#c0c0c0" fill-rule="evenodd" stroke="none" d="M 294.796844 237.848816 C 294.796844 253.307098 293.398438 268.462982 290.752747 281.842529 C 288.107086 295.222046 284.327545 306.333862 279.716522 314.044098 C 275.143311 321.754333 269.927551 325.836212 264.63623 325.836212 C 259.344879 325.836212 254.12912 321.754333 249.555908 314.044098 C 244.944885 306.333862 241.127563 295.222046 238.481903 281.842529 C 235.836227 268.462982 234.43779 253.307098 234.43779 237.848816 C 234.43779 222.428345 235.836227 207.234619 238.481903 193.892883 C 241.127563 180.513367 244.944885 169.40155 249.555908 161.691345 C 254.12912 153.943298 259.344879 149.899231 264.63623 149.899231 C 269.927551 149.899231 275.143311 153.943298 279.716522 161.691345 C 284.327545 169.40155 288.107086 180.513367 290.752747 193.892883 C 293.398438 207.234619 294.796844 222.428345 294.796844 237.848816 L 294.796844 237.848816 Z"/>
+            <path id="path461" fill="#c1c1c1" fill-rule="evenodd" stroke="none" d="M 294.305511 237.848816 C 294.305511 253.042511 292.944885 267.971649 290.337006 281.086609 C 287.729126 294.23938 283.987396 305.162201 279.451965 312.759064 C 274.954346 320.355896 269.851959 324.324402 264.63623 324.324402 C 259.420471 324.324402 254.318115 320.355896 249.782684 312.759064 C 245.285034 305.162201 241.543304 294.23938 238.935425 281.086609 C 236.327545 267.971649 234.966934 253.042511 234.966934 237.848816 C 234.966934 222.692932 236.327545 207.763794 238.935425 194.611023 C 241.543304 181.496033 245.285034 170.573242 249.782684 162.976379 C 254.318115 155.379517 259.420471 151.37323 264.63623 151.37323 C 269.851959 151.37323 274.954346 155.379517 279.451965 162.976379 C 283.987396 170.573242 287.729126 181.496033 290.337006 194.611023 C 292.944885 207.763794 294.305511 222.692932 294.305511 237.848816 L 294.305511 237.848816 Z"/>
+            <path id="path462" fill="#c2c2c2" fill-rule="evenodd" stroke="none" d="M 293.776367 237.848816 C 293.776367 252.777954 292.453552 267.442505 289.883453 280.3685 C 287.313385 293.256683 283.647247 303.99054 279.225189 311.47403 C 274.76535 318.919678 269.738586 322.850403 264.63623 322.850403 C 259.496063 322.850403 254.469299 318.919678 250.047241 311.47403 C 245.625183 303.99054 241.959045 293.256683 239.388977 280.3685 C 236.818909 267.442505 235.458267 252.777954 235.458267 237.848816 C 235.458267 222.957458 236.818909 208.292908 239.388977 195.366943 C 241.959045 182.440918 245.625183 171.707092 250.047241 164.261414 C 254.469299 156.815735 259.496063 152.88501 264.63623 152.88501 C 269.738586 152.88501 274.76535 156.815735 279.225189 164.261414 C 283.647247 171.707092 287.313385 182.440918 289.883453 195.366943 C 292.453552 208.292908 293.776367 222.957458 293.776367 237.848816 L 293.776367 237.848816 Z"/>
+            <path id="path463" fill="#c3c3c3" fill-rule="evenodd" stroke="none" d="M 293.285034 237.848816 C 293.285034 252.513397 291.962219 266.913391 289.429932 279.61261 C 286.935425 292.311798 283.307098 302.856689 278.960632 310.188965 C 274.614166 317.483459 269.662994 321.376373 264.63623 321.376373 C 259.609436 321.376373 254.658264 317.483459 250.311798 310.188965 C 245.965363 302.856689 242.337006 292.311798 239.842529 279.61261 C 237.310242 266.913391 235.987396 252.513397 235.987396 237.848816 C 235.987396 223.222046 237.310242 208.822021 239.842529 196.122864 C 242.337006 183.423645 245.965363 172.878723 250.311798 165.546448 C 254.658264 158.214172 259.609436 154.35907 264.63623 154.35907 C 269.662994 154.35907 274.614166 158.214172 278.960632 165.546448 C 283.307098 172.878723 286.935425 183.423645 289.429932 196.122864 C 291.962219 208.822021 293.285034 223.222046 293.285034 237.848816 L 293.285034 237.848816 Z"/>
+            <path id="path464" fill="#c4c4c4" fill-rule="evenodd" stroke="none" d="M 292.75592 237.848816 C 292.75592 252.24881 291.470856 266.384247 289.01416 278.856689 C 286.519684 291.329132 282.966919 301.685028 278.696075 308.86615 C 274.425201 316.085052 269.587402 319.864563 264.63623 319.864563 C 259.685028 319.864563 254.847229 316.085052 250.576385 308.86615 C 246.305511 301.685028 242.752747 291.329132 240.25827 278.856689 C 237.801575 266.384247 236.516541 252.24881 236.516541 237.848816 C 236.516541 223.486633 237.801575 209.313416 240.25827 196.878723 C 242.752747 184.406311 246.305511 174.050415 250.576385 166.831482 C 254.847229 159.650391 259.685028 155.87085 264.63623 155.87085 C 269.587402 155.87085 274.425201 159.650391 278.696075 166.831482 C 282.966919 174.050415 286.519684 184.406311 289.01416 196.878723 C 291.470856 209.313416 292.75592 223.486633 292.75592 237.848816 L 292.75592 237.848816 Z"/>
+            <path id="path465" fill="#c5c5c5" fill-rule="evenodd" stroke="none" d="M 292.264557 237.848816 C 292.264557 251.984253 290.979523 265.892914 288.560638 278.1008 C 286.141724 290.346466 282.62677 300.513397 278.431488 307.581116 C 274.236206 314.648804 269.47403 318.390564 264.63623 318.390564 C 259.798431 318.390564 255.036224 314.648804 250.803162 307.581116 C 246.60788 300.513397 243.130707 290.346466 240.711823 278.1008 C 238.292908 265.892914 237.007874 251.984253 237.007874 237.848816 C 237.007874 223.713379 238.292908 209.842529 240.711823 197.596863 C 243.130707 185.351196 246.60788 175.222046 250.803162 168.154358 C 255.036224 161.086609 259.798431 157.34491 264.63623 157.34491 C 269.47403 157.34491 274.236206 161.086609 278.431488 168.154358 C 282.62677 175.222046 286.141724 185.351196 288.560638 197.596863 C 290.979523 209.842529 292.264557 223.713379 292.264557 237.848816 L 292.264557 237.848816 Z"/>
+            <path id="path466" fill="#c6c6c6" fill-rule="evenodd" stroke="none" d="M 291.735443 237.848816 C 291.735443 251.719696 290.48819 265.36377 288.107086 277.38269 C 285.725983 289.401581 282.324402 299.379517 278.204712 306.296051 C 274.047241 313.250397 269.398438 316.878754 264.63623 316.878754 C 259.874023 316.878754 255.187408 313.250397 251.067719 306.296051 C 246.948029 299.379517 243.546448 289.401581 241.165344 277.38269 C 238.784241 265.36377 237.537018 251.719696 237.537018 237.848816 C 237.537018 223.977966 238.784241 210.371643 241.165344 198.352783 C 243.546448 186.333862 246.948029 176.355896 251.067719 169.439392 C 255.187408 162.485046 259.874023 158.856689 264.63623 158.856689 C 269.398438 158.856689 274.047241 162.485046 278.204712 169.439392 C 282.324402 176.355896 285.725983 186.333862 288.107086 198.352783 C 290.48819 210.371643 291.735443 223.977966 291.735443 237.848816 L 291.735443 237.848816 Z"/>
+            <path id="path467" fill="#c7c7c7" fill-rule="evenodd" stroke="none" d="M 291.24408 237.848816 C 291.24408 251.455109 289.996857 264.834656 287.653534 276.62677 C 285.348022 288.418884 281.984253 298.207886 277.940155 305.011017 C 273.896057 311.814178 269.285034 315.404724 264.63623 315.404724 C 259.949615 315.404724 255.376373 311.814178 251.332275 305.011017 C 247.288177 298.207886 243.924408 288.418884 241.581116 276.62677 C 239.275604 264.834656 238.028351 251.455109 238.028351 237.848816 C 238.028351 224.242493 239.275604 210.900818 241.581116 199.108643 C 243.924408 187.316528 247.288177 177.527588 251.332275 170.724426 C 255.376373 163.921265 259.949615 160.330688 264.63623 160.330688 C 269.285034 160.330688 273.896057 163.921265 277.940155 170.724426 C 281.984253 177.527588 285.348022 187.316528 287.653534 199.108643 C 289.996857 210.900818 291.24408 224.242493 291.24408 237.848816 L 291.24408 237.848816 Z"/>
+            <path id="path468" fill="#c9c9c9" fill-rule="evenodd" stroke="none" d="M 290.714966 237.848816 C 290.714966 251.228333 289.505524 264.305511 287.237793 275.87088 C 284.932281 287.436218 281.644104 297.036224 277.675598 303.725983 C 273.707092 310.37796 269.209442 313.892914 264.63623 313.892914 C 260.062988 313.892914 255.565369 310.37796 251.596863 303.725983 C 247.628357 297.036224 244.340149 287.436218 242.034637 275.87088 C 239.766937 264.305511 238.557495 251.228333 238.557495 237.848816 C 238.557495 224.50708 239.766937 211.392151 242.034637 199.826782 C 244.340149 188.299194 247.628357 178.699219 251.596863 172.00946 C 255.565369 165.319702 260.062988 161.842529 264.63623 161.842529 C 269.209442 161.842529 273.707092 165.319702 277.675598 172.00946 C 281.644104 178.699219 284.932281 188.299194 287.237793 199.826782 C 289.505524 211.392151 290.714966 224.50708 290.714966 237.848816 L 290.714966 237.848816 Z"/>
+            <path id="path469" fill="#cacaca" fill-rule="evenodd" stroke="none" d="M 290.223633 237.848816 C 290.223633 250.963776 289.01416 263.814178 286.784241 275.152771 C 284.554321 286.453552 281.303925 295.864563 277.411011 302.440948 C 273.518097 308.979523 269.13385 312.418884 264.63623 312.418884 C 260.13858 312.418884 255.716522 308.979523 251.86142 302.440948 C 247.968506 295.864563 244.718109 286.453552 242.48819 275.152771 C 240.220459 263.814178 239.048828 250.963776 239.048828 237.848816 C 239.048828 224.771667 240.220459 211.921265 242.48819 200.582703 C 244.718109 189.24408 247.968506 179.833069 251.86142 173.294495 C 255.716522 166.75592 260.13858 163.316528 264.63623 163.316528 C 269.13385 163.316528 273.518097 166.75592 277.411011 173.294495 C 281.303925 179.833069 284.554321 189.24408 286.784241 200.582703 C 289.01416 211.921265 290.223633 224.771667 290.223633 237.848816 L 290.223633 237.848816 Z"/>
+            <path id="path470" fill="#cbcbcb" fill-rule="evenodd" stroke="none" d="M 289.694489 237.848816 C 289.694489 250.699219 288.522827 263.285034 286.330719 274.396851 C 284.13858 285.508667 280.963776 294.730713 277.146454 301.118103 C 273.366943 307.543304 269.020477 310.907074 264.63623 310.907074 C 260.214172 310.907074 255.905518 307.543304 252.088196 301.118103 C 248.270874 294.730713 245.13385 285.508667 242.941742 274.396851 C 240.711823 263.285034 239.577942 250.699219 239.577942 237.848816 C 239.577942 225.036194 240.711823 212.450378 242.941742 201.338562 C 245.13385 190.226746 248.270874 181.0047 252.088196 174.579529 C 255.905518 168.192139 260.214172 164.790527 264.63623 164.790527 C 269.020477 164.790527 273.366943 168.192139 277.146454 174.579529 C 280.963776 181.0047 284.13858 190.226746 286.330719 201.338562 C 288.522827 212.450378 289.694489 225.036194 289.694489 237.848816 L 289.694489 237.848816 Z"/>
+            <path id="path471" fill="#cccccc" fill-rule="evenodd" stroke="none" d="M 289.203156 237.848816 C 289.203156 250.434631 288.031494 262.75592 285.877167 273.64093 C 283.722839 284.52597 280.623627 293.559052 276.919678 299.833069 C 273.177948 306.107086 268.944885 309.433075 264.63623 309.433075 C 260.327545 309.433075 256.094482 306.107086 252.352753 299.833069 C 248.611023 293.559052 245.51181 284.52597 243.357483 273.64093 C 241.203156 262.75592 240.069305 250.434631 240.069305 237.848816 C 240.069305 225.300781 241.203156 212.941711 243.357483 202.094482 C 245.51181 191.209473 248.611023 182.176392 252.352753 175.902344 C 256.094482 169.590576 260.327545 166.302368 264.63623 166.302368 C 268.944885 166.302368 273.177948 169.590576 276.919678 175.902344 C 280.623627 182.176392 283.722839 191.209473 285.877167 202.094482 C 288.031494 212.941711 289.203156 225.300781 289.203156 237.848816 L 289.203156 237.848816 Z"/>
+            <path id="path472" fill="#cdcdcd" fill-rule="evenodd" stroke="none" d="M 288.674011 237.848816 C 288.674011 250.170074 287.577942 262.264557 285.461426 272.88504 C 283.344879 283.543304 280.321259 292.38739 276.655121 298.548035 C 272.988983 304.708649 268.869293 307.921265 264.63623 307.921265 C 260.403137 307.921265 256.283478 304.708649 252.61731 298.548035 C 248.951172 292.38739 245.927551 283.543304 243.811035 272.88504 C 241.694489 262.264557 240.598419 250.170074 240.598419 237.848816 C 240.598419 225.565369 241.694489 213.470886 243.811035 202.812622 C 245.927551 192.154358 248.951172 183.310242 252.61731 177.187378 C 256.283478 171.026794 260.403137 167.776367 264.63623 167.776367 C 268.869293 167.776367 272.988983 171.026794 276.655121 177.187378 C 280.321259 183.310242 283.344879 192.154358 285.461426 202.812622 C 287.577942 213.470886 288.674011 225.565369 288.674011 237.848816 L 288.674011 237.848816 Z"/>
+            <path id="path473" fill="#cecece" fill-rule="evenodd" stroke="none" d="M 288.144867 237.848816 C 288.144867 249.905518 287.086609 261.735443 285.007874 272.166931 C 282.929138 282.598419 279.98111 291.25354 276.390564 297.263 C 272.837799 303.27243 268.75592 306.447235 264.63623 306.447235 C 260.516541 306.447235 256.434631 303.27243 252.881897 297.263 C 249.291351 291.25354 246.305511 282.598419 244.264557 272.166931 C 242.185822 261.735443 241.089752 249.905518 241.089752 237.848816 C 241.089752 225.829895 242.185822 214 244.264557 203.568481 C 246.305511 193.137024 249.291351 184.481873 252.881897 178.472412 C 256.434631 172.463013 260.516541 169.288208 264.63623 169.288208 C 268.75592 169.288208 272.837799 172.463013 276.390564 178.472412 C 279.98111 184.481873 282.929138 193.137024 285.007874 203.568481 C 287.086609 214 288.144867 225.829895 288.144867 237.848816 L 288.144867 237.848816 Z"/>
+            <path id="path474" fill="#cfcfcf" fill-rule="evenodd" stroke="none" d="M 287.653534 237.848816 C 287.653534 249.64093 286.595276 261.206299 284.554321 271.411011 C 282.551178 281.615753 279.64093 290.081879 276.125977 295.977966 C 272.648804 301.874023 268.680328 304.973236 264.63623 304.973236 C 260.592133 304.973236 256.623627 301.874023 253.108673 295.977966 C 249.6315 290.081879 246.721252 281.615753 244.680328 271.411011 C 242.677155 261.206299 241.618896 249.64093 241.618896 237.848816 C 241.618896 226.094482 242.677155 214.529114 244.680328 204.324402 C 246.721252 194.11969 249.6315 185.653564 253.108673 179.757507 C 256.623627 173.861389 260.592133 170.762207 264.63623 170.762207 C 268.680328 170.762207 272.648804 173.861389 276.125977 179.757507 C 279.64093 185.653564 282.551178 194.11969 284.554321 204.324402 C 286.595276 214.529114 287.653534 226.094482 287.653534 237.848816 L 287.653534 237.848816 Z"/>
+            <path id="path475" fill="#d0d0d0" fill-rule="evenodd" stroke="none" d="M 287.12442 237.848816 C 287.12442 249.376373 286.103943 260.677155 284.13858 270.655121 C 282.135437 280.633057 279.300781 288.910248 275.8992 294.692902 C 272.459839 300.437805 268.566925 303.461426 264.63623 303.461426 C 260.667725 303.461426 256.812592 300.437805 253.37323 294.692902 C 249.971649 288.910248 247.099213 280.633057 245.13385 270.655121 C 243.168518 260.677155 242.110229 249.376373 242.110229 237.848816 C 242.110229 226.35907 243.168518 215.020447 245.13385 205.080322 C 247.099213 195.102356 249.971649 186.825195 253.37323 181.042542 C 256.812592 175.297607 260.667725 172.273987 264.63623 172.273987 C 268.566925 172.273987 272.459839 175.297607 275.8992 181.042542 C 279.300781 186.825195 282.135437 195.102356 284.13858 205.080322 C 286.103943 215.020447 287.12442 226.35907 287.12442 237.848816 L 287.12442 237.848816 Z"/>
+            <path id="path476" fill="#d1d1d1" fill-rule="evenodd" stroke="none" d="M 286.633057 237.848816 C 286.633057 249.111816 285.61261 260.185822 283.685028 269.937012 C 281.757477 279.650391 278.960632 287.776367 275.634644 293.370087 C 272.270874 299.001587 268.491333 301.987396 264.63623 301.987396 C 260.781097 301.987396 256.963776 299.001587 253.637787 293.370087 C 250.274017 287.776367 247.514954 279.650391 245.587402 269.937012 C 243.659851 260.185822 242.639374 249.111816 242.639374 237.848816 C 242.639374 226.623596 243.659851 215.549622 245.587402 205.798401 C 247.514954 196.047241 250.274017 187.959045 253.637787 182.327576 C 256.963776 176.696045 260.781097 173.748047 264.63623 173.748047 C 268.491333 173.748047 272.270874 176.696045 275.634644 182.327576 C 278.960632 187.959045 281.757477 196.047241 283.685028 205.798401 C 285.61261 215.549622 286.633057 226.623596 286.633057 237.848816 L 286.633057 237.848816 Z"/>
+            <path id="path477" fill="#d2d2d2" fill-rule="evenodd" stroke="none" d="M 286.103943 237.848816 C 286.103943 248.847229 285.121246 259.656708 283.231506 269.181091 C 281.341736 278.705505 278.658264 286.604736 275.370087 292.085052 C 272.11969 297.603149 268.415741 300.475586 264.63623 300.475586 C 260.856689 300.475586 257.152771 297.603149 253.902374 292.085052 C 250.614166 286.604736 247.930695 278.705505 246.040955 269.181091 C 244.151184 259.656708 243.130707 248.847229 243.130707 237.848816 C 243.130707 226.888184 244.151184 216.078735 246.040955 206.554321 C 247.930695 197.029907 250.614166 189.130737 253.902374 183.650391 C 257.152771 178.132263 260.856689 175.259827 264.63623 175.259827 C 268.415741 175.259827 272.11969 178.132263 275.370087 183.650391 C 278.658264 189.130737 281.341736 197.029907 283.231506 206.554321 C 285.121246 216.078735 286.103943 226.888184 286.103943 237.848816 L 286.103943 237.848816 Z"/>
+            <path id="path478" fill="#d3d3d3" fill-rule="evenodd" stroke="none" d="M 285.61261 237.848816 C 285.61261 248.582672 284.629913 259.127563 282.777954 268.425201 C 280.963776 277.722839 278.318115 285.433075 275.105499 290.799988 C 271.930695 296.166931 268.302368 299.001587 264.63623 299.001587 C 260.932281 299.001587 257.341736 296.166931 254.12912 290.799988 C 250.954346 285.433075 248.308655 277.722839 246.456696 268.425201 C 244.642517 259.127563 243.659851 248.582672 243.659851 237.848816 C 243.659851 227.11499 244.642517 216.607849 246.456696 207.310242 C 248.308655 198.012573 250.954346 190.302368 254.12912 184.935425 C 257.341736 179.568481 260.932281 176.733887 264.63623 176.733887 C 268.302368 176.733887 271.930695 179.568481 275.105499 184.935425 C 278.318115 190.302368 280.963776 198.012573 282.777954 207.310242 C 284.629913 216.607849 285.61261 227.11499 285.61261 237.848816 L 285.61261 237.848816 Z"/>
+            <path id="path479" fill="#d4d4d4" fill-rule="evenodd" stroke="none" d="M 285.083466 237.848816 C 285.083466 248.318115 284.13858 258.598419 282.362213 267.669281 C 280.548035 276.740143 277.977966 284.261414 274.878754 289.514954 C 271.74173 294.730713 268.226776 297.489777 264.63623 297.489777 C 261.045654 297.489777 257.530701 294.730713 254.393707 289.514954 C 251.294495 284.261414 248.724396 276.740143 246.910248 267.669281 C 245.13385 258.598419 244.188965 248.318115 244.188965 237.848816 C 244.188965 227.379517 245.13385 217.099182 246.910248 208.02832 C 248.724396 198.9953 251.294495 191.436218 254.393707 186.220459 C 257.530701 180.966919 261.045654 178.207886 264.63623 178.207886 C 268.226776 178.207886 271.74173 180.966919 274.878754 186.220459 C 277.977966 191.436218 280.548035 198.9953 282.362213 208.02832 C 284.13858 217.099182 285.083466 227.379517 285.083466 237.848816 L 285.083466 237.848816 Z"/>
+            <path id="path480" fill="#d5d5d5" fill-rule="evenodd" stroke="none" d="M 284.592133 237.848816 C 284.592133 248.053558 283.647247 258.107086 281.908661 266.951172 C 280.170074 275.795288 277.637787 283.127563 274.614166 288.229919 C 271.590546 293.332275 268.151184 296.015747 264.63623 296.015747 C 261.121246 296.015747 257.681885 293.332275 254.658264 288.229919 C 251.634644 283.127563 249.102356 275.795288 247.36377 266.951172 C 245.587402 258.107086 244.680328 248.053558 244.680328 237.848816 C 244.680328 227.644104 245.587402 217.628357 247.36377 208.784241 C 249.102356 199.940186 251.634644 192.607849 254.658264 187.505493 C 257.681885 182.403137 261.121246 179.719666 264.63623 179.719666 C 268.151184 179.719666 271.590546 182.403137 274.614166 187.505493 C 277.637787 192.607849 280.170074 199.940186 281.908661 208.784241 C 283.647247 217.628357 284.592133 227.644104 284.592133 237.848816 L 284.592133 237.848816 Z"/>
+            <path id="path481" fill="#d6d6d6" fill-rule="evenodd" stroke="none" d="M 284.062988 237.848816 C 284.062988 247.826782 283.155914 257.577942 281.455109 266.195282 C 279.754333 274.812592 277.297638 281.955902 274.349609 286.944885 C 271.401581 291.896057 268.037781 294.503937 264.63623 294.503937 C 261.23465 294.503937 257.87088 291.896057 254.922821 286.944885 C 251.974792 281.955902 249.518097 274.812592 247.817322 266.195282 C 246.078735 257.577942 245.209442 247.826782 245.209442 237.848816 C 245.209442 227.908691 246.078735 218.157471 247.817322 209.540161 C 249.518097 200.922852 251.974792 193.779541 254.922821 188.790527 C 257.87088 183.839355 261.23465 181.193726 264.63623 181.193726 C 268.037781 181.193726 271.401581 183.839355 274.349609 188.790527 C 277.297638 193.779541 279.754333 200.922852 281.455109 209.540161 C 283.155914 218.157471 284.062988 227.908691 284.062988 237.848816 L 284.062988 237.848816 Z"/>
+            <path id="path482" fill="#d7d7d7" fill-rule="evenodd" stroke="none" d="M 283.571655 237.848816 C 283.571655 247.562195 282.664581 257.048828 281.039368 265.439362 C 279.376373 273.829926 276.957489 280.784241 274.085052 285.62204 C 271.212585 290.49765 267.962219 293.029907 264.63623 293.029907 C 261.310242 293.029907 258.059845 290.49765 255.187408 285.62204 C 252.277161 280.784241 249.896057 273.829926 248.233063 265.439362 C 246.570068 257.048828 245.700775 247.562195 245.700775 237.848816 C 245.700775 228.173218 246.570068 218.648804 248.233063 210.296082 C 249.896057 201.905518 252.277161 194.913391 255.187408 190.075562 C 258.059845 185.237793 261.310242 182.705505 264.63623 182.705505 C 267.962219 182.705505 271.212585 185.237793 274.085052 190.075562 C 276.957489 194.913391 279.376373 201.905518 281.039368 210.296082 C 282.664581 218.648804 283.571655 228.173218 283.571655 237.848816 L 283.571655 237.848816 Z"/>
+            <path id="path483" fill="#d9d9d9" fill-rule="evenodd" stroke="none" d="M 283.042511 237.848816 C 283.042511 247.297638 282.211029 256.557495 280.585815 264.683472 C 278.960632 272.847229 276.655121 279.650391 273.820465 284.337006 C 271.023621 289.061432 267.848816 291.555908 264.63623 291.555908 C 261.385834 291.555908 258.211029 289.061432 255.414185 284.337006 C 252.61731 279.650391 250.311798 272.847229 248.686615 264.683472 C 247.061432 256.557495 246.229919 247.297638 246.229919 237.848816 C 246.229919 228.437805 247.061432 219.177979 248.686615 211.01416 C 250.311798 202.850403 252.61731 196.085022 255.414185 191.398438 C 258.211029 186.674011 261.385834 184.179504 264.63623 184.179504 C 267.848816 184.179504 271.023621 186.674011 273.820465 191.398438 C 276.655121 196.085022 278.960632 202.850403 280.585815 211.01416 C 282.211029 219.177979 283.042511 228.437805 283.042511 237.848816 L 283.042511 237.848816 Z"/>
+            <path id="path484" fill="#dadada" fill-rule="evenodd" stroke="none" d="M 282.551178 237.848816 C 282.551178 247.033081 281.719696 256.028351 280.132294 263.965363 C 278.582672 271.902374 276.314972 278.478729 273.593689 283.051971 C 270.872437 287.625183 267.773224 290.044098 264.63623 290.044098 C 261.499207 290.044098 258.399994 287.625183 255.678741 283.051971 C 252.957489 278.478729 250.689758 271.902374 249.140167 263.965363 C 247.552765 256.028351 246.721252 247.033081 246.721252 237.848816 C 246.721252 228.702393 247.552765 219.707092 249.140167 211.770081 C 250.689758 203.833069 252.957489 197.256714 255.678741 192.683472 C 258.399994 188.072449 261.499207 185.691345 264.63623 185.691345 C 267.773224 185.691345 270.872437 188.072449 273.593689 192.683472 C 276.314972 197.256714 278.582672 203.833069 280.132294 211.770081 C 281.719696 219.707092 282.551178 228.702393 282.551178 237.848816 L 282.551178 237.848816 Z"/>
+            <path id="path485" fill="#dbdbdb" fill-rule="evenodd" stroke="none" d="M 282.022034 237.848816 C 282.022034 246.768494 281.228333 255.499207 279.678741 263.209442 C 278.166931 270.919678 275.974792 277.307098 273.329132 281.766937 C 270.683472 286.226776 267.697632 288.570068 264.63623 288.570068 C 261.574799 288.570068 258.588989 286.226776 255.943298 281.766937 C 253.297638 277.307098 251.105499 270.919678 249.555908 263.209442 C 248.044098 255.499207 247.250397 246.768494 247.250397 237.848816 C 247.250397 228.966919 248.044098 220.236206 249.555908 212.526001 C 251.105499 204.815735 253.297638 198.428345 255.943298 193.968506 C 258.588989 189.508667 261.574799 187.165344 264.63623 187.165344 C 267.697632 187.165344 270.683472 189.508667 273.329132 193.968506 C 275.974792 198.428345 278.166931 204.815735 279.678741 212.526001 C 281.228333 220.236206 282.022034 228.966919 282.022034 237.848816 L 282.022034 237.848816 Z"/>
+            <path id="path486" fill="#dcdcdc" fill-rule="evenodd" stroke="none" d="M 281.49292 237.848816 C 281.49292 246.503937 280.737 254.970093 279.263 262.453552 C 277.75119 269.937012 275.634644 276.173218 273.064575 280.481903 C 270.494476 284.790558 267.584259 287.058258 264.63623 287.058258 C 261.650391 287.058258 258.740143 284.790558 256.207886 280.481903 C 253.637787 276.173218 251.483459 269.937012 250.00946 262.453552 C 248.535431 254.970093 247.74173 246.503937 247.74173 237.848816 C 247.74173 229.231506 248.535431 220.727539 250.00946 213.24408 C 251.483459 205.798401 253.637787 199.562195 256.207886 195.25354 C 258.740143 190.944885 261.650391 188.677185 264.63623 188.677185 C 267.584259 188.677185 270.494476 190.944885 273.064575 195.25354 C 275.634644 199.562195 277.75119 205.798401 279.263 213.24408 C 280.737 220.727539 281.49292 229.231506 281.49292 237.848816 L 281.49292 237.848816 Z"/>
+            <path id="path487" fill="#dddddd" fill-rule="evenodd" stroke="none" d="M 281.001587 237.848816 C 281.001587 246.23938 280.245667 254.478729 278.809448 261.735443 C 277.37323 268.954346 275.294495 275.001587 272.799988 279.196838 C 270.343292 283.35434 267.508667 285.584259 264.63623 285.584259 C 261.763794 285.584259 258.929138 283.35434 256.434631 279.196838 C 253.977966 275.001587 251.8992 268.954346 250.462982 261.735443 C 249.026764 254.478729 248.270874 246.23938 248.270874 237.848816 C 248.270874 229.496033 249.026764 221.256714 250.462982 214 C 251.8992 206.743286 253.977966 200.733887 256.434631 196.538574 C 258.929138 192.343323 261.763794 190.151184 264.63623 190.151184 C 267.508667 190.151184 270.343292 192.343323 272.799988 196.538574 C 275.294495 200.733887 277.37323 206.743286 278.809448 214 C 280.245667 221.256714 281.001587 229.496033 281.001587 237.848816 L 281.001587 237.848816 Z"/>
+            <path id="path488" fill="#dedede" fill-rule="evenodd" stroke="none" d="M 280.472443 237.848816 C 280.472443 245.974792 279.754333 253.949615 278.355896 260.979523 C 276.957489 268.00946 274.954346 273.829926 272.573242 277.874023 C 270.154327 281.955902 267.433075 284.072449 264.63623 284.072449 C 261.839355 284.072449 259.118103 281.955902 256.699219 277.874023 C 254.280304 273.829926 252.277161 268.00946 250.916534 260.979523 C 249.518097 253.949615 248.762207 245.974792 248.762207 237.848816 C 248.762207 229.76062 249.518097 221.785828 250.916534 214.75592 C 252.277161 207.726013 254.280304 201.905518 256.699219 197.823608 C 259.118103 193.779541 261.839355 191.625183 264.63623 191.625183 C 267.433075 191.625183 270.154327 193.779541 272.573242 197.823608 C 274.954346 201.905518 276.957489 207.726013 278.355896 214.75592 C 279.754333 221.785828 280.472443 229.76062 280.472443 237.848816 L 280.472443 237.848816 Z"/>
+            <path id="path489" fill="#dfdfdf" fill-rule="evenodd" stroke="none" d="M 279.98111 237.848816 C 279.98111 245.710236 279.263 253.420471 277.940155 260.223633 C 276.579529 267.026764 274.651978 272.658264 272.308655 276.588989 C 269.965363 280.519684 267.319672 282.598419 264.63623 282.598419 C 261.952759 282.598419 259.307098 280.519684 256.963776 276.588989 C 254.620483 272.658264 252.692902 267.026764 251.332275 260.223633 C 250.00946 253.420471 249.291351 245.710236 249.291351 237.848816 C 249.291351 230.025208 250.00946 222.314941 251.332275 215.511841 C 252.692902 208.708679 254.620483 203.039368 256.963776 199.108643 C 259.307098 195.215759 261.952759 193.137024 264.63623 193.137024 C 267.319672 193.137024 269.965363 195.215759 272.308655 199.108643 C 274.651978 203.039368 276.579529 208.708679 277.940155 215.511841 C 279.263 222.314941 279.98111 230.025208 279.98111 237.848816 L 279.98111 237.848816 Z"/>
+            <path id="path490" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 279.451965 237.848816 C 279.451965 245.445679 278.771667 252.891327 277.486603 259.467712 C 276.163788 266.044098 274.311798 271.524414 272.044098 275.303925 C 269.776367 279.121246 267.24408 281.086609 264.63623 281.086609 C 262.028351 281.086609 259.458282 279.121246 257.228333 275.303925 C 254.960632 271.524414 253.070862 266.044098 251.785828 259.467712 C 250.500793 252.891327 249.782684 245.445679 249.782684 237.848816 C 249.782684 230.289764 250.500793 222.806274 251.785828 216.229919 C 253.070862 209.653564 254.960632 204.210999 257.228333 200.431519 C 259.458282 196.614197 262.028351 194.611023 264.63623 194.611023 C 267.24408 194.611023 269.776367 196.614197 272.044098 200.431519 C 274.311798 204.210999 276.163788 209.653564 277.486603 216.229919 C 278.771667 222.806274 279.451965 230.289764 279.451965 237.848816 L 279.451965 237.848816 Z"/>
+            <path id="path491" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 278.960632 237.848816 C 278.960632 245.181091 278.280304 252.399994 277.033081 258.749603 C 275.785828 265.099213 273.971649 270.352753 271.779541 274.01889 C 269.625183 277.685028 267.130707 279.61261 264.63623 279.61261 C 262.103943 279.61261 259.647247 277.685028 257.455109 274.01889 C 255.300781 270.352753 253.486603 265.099213 252.23938 258.749603 C 250.954346 252.399994 250.311798 245.181091 250.311798 237.848816 C 250.311798 230.516541 250.954346 223.335449 252.23938 216.98584 C 253.486603 210.63623 255.300781 205.38269 257.455109 201.716553 C 259.647247 198.050415 262.103943 196.122864 264.63623 196.122864 C 267.130707 196.122864 269.625183 198.050415 271.779541 201.716553 C 273.971649 205.38269 275.785828 210.63623 277.033081 216.98584 C 278.280304 223.335449 278.960632 230.516541 278.960632 237.848816 L 278.960632 237.848816 Z"/>
+            <path id="path492" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 278.431488 237.848816 C 278.431488 244.916534 277.788971 251.87088 276.579529 257.993713 C 275.370087 264.116547 273.6315 269.181091 271.552765 272.733856 C 269.436218 276.24881 267.055115 278.1008 264.63623 278.1008 C 262.217316 278.1008 259.836212 276.24881 257.719696 272.733856 C 255.64093 269.181091 253.864563 264.116547 252.655121 257.993713 C 251.445679 251.87088 250.803162 244.916534 250.803162 237.848816 C 250.803162 230.781097 251.445679 223.864563 252.655121 217.74176 C 253.864563 211.618896 255.64093 206.516541 257.719696 203.001587 C 259.836212 199.448792 262.217316 197.596863 264.63623 197.596863 C 267.055115 197.596863 269.436218 199.448792 271.552765 203.001587 C 273.6315 206.516541 275.370087 211.618896 276.579529 217.74176 C 277.788971 223.864563 278.431488 230.781097 278.431488 237.848816 L 278.431488 237.848816 Z"/>
+            <path id="path493" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 277.940155 237.848816 C 277.940155 244.651978 277.335419 251.341736 276.163788 257.237793 C 274.992126 263.13385 273.291351 268.047241 271.288177 271.448822 C 269.247253 274.850403 266.979523 276.62677 264.63623 276.62677 C 262.292908 276.62677 259.987396 274.850403 257.984253 271.448822 C 255.943298 268.047241 254.280304 263.13385 253.108673 257.237793 C 251.937012 251.341736 251.332275 244.651978 251.332275 237.848816 C 251.332275 231.045654 251.937012 224.355896 253.108673 218.49762 C 254.280304 212.601563 255.943298 207.688171 257.984253 204.286621 C 259.987396 200.88501 262.292908 199.108643 264.63623 199.108643 C 266.979523 199.108643 269.247253 200.88501 271.288177 204.286621 C 273.291351 207.688171 274.992126 212.601563 276.163788 218.49762 C 277.335419 224.355896 277.940155 231.045654 277.940155 237.848816 L 277.940155 237.848816 Z"/>
+            <path id="path494" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 277.411011 237.848816 C 277.411011 244.425201 276.844086 250.850403 275.710236 256.481903 C 274.576385 262.151184 272.951172 266.87558 271.023621 270.125977 C 269.096069 273.414185 266.86615 275.152771 264.63623 275.152771 C 262.3685 275.152771 260.176392 273.414185 258.24881 270.125977 C 256.283478 266.87558 254.696075 262.151184 253.562195 256.481903 C 252.428345 250.850403 251.86142 244.425201 251.86142 237.848816 C 251.86142 231.310242 252.428345 224.88501 253.562195 219.215759 C 254.696075 213.546448 256.283478 208.859863 258.24881 205.571655 C 260.176392 202.321289 262.3685 200.582703 264.63623 200.582703 C 266.86615 200.582703 269.096069 202.321289 271.023621 205.571655 C 272.951172 208.859863 274.576385 213.546448 275.710236 219.215759 C 276.844086 224.88501 277.411011 231.310242 277.411011 237.848816 L 277.411011 237.848816 Z"/>
+            <path id="path495" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 276.919678 237.848816 C 276.919678 244.160645 276.352753 250.321259 275.256683 255.763794 C 274.198425 261.206299 272.648804 265.703949 270.759064 268.840942 C 268.907074 271.977966 266.790558 273.64093 264.63623 273.64093 C 262.481903 273.64093 260.365356 271.977966 258.475586 268.840942 C 256.623627 265.703949 255.074005 261.206299 254.015747 255.763794 C 252.919678 250.321259 252.352753 244.160645 252.352753 237.848816 C 252.352753 231.574799 252.919678 225.414185 254.015747 219.97168 C 255.074005 214.529114 256.623627 210.031494 258.475586 206.856689 C 260.365356 203.719666 262.481903 202.094482 264.63623 202.094482 C 266.790558 202.094482 268.907074 203.719666 270.759064 206.856689 C 272.648804 210.031494 274.198425 214.529114 275.256683 219.97168 C 276.352753 225.414185 276.919678 231.574799 276.919678 237.848816 L 276.919678 237.848816 Z"/>
+            <path id="path496" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 276.390564 237.848816 C 276.390564 243.896057 275.86142 249.792114 274.803162 255.007874 C 273.782684 260.223633 272.308655 264.570068 270.532288 267.555908 C 268.718109 270.579529 266.714966 272.166931 264.63623 272.166931 C 262.557495 272.166931 260.554321 270.579529 258.740143 267.555908 C 256.963776 264.570068 255.489777 260.223633 254.431488 255.007874 C 253.411011 249.792114 252.881897 243.896057 252.881897 237.848816 C 252.881897 231.839355 253.411011 225.943298 254.431488 220.727539 C 255.489777 215.511841 256.963776 211.165344 258.740143 208.179504 C 260.554321 205.155884 262.557495 203.568481 264.63623 203.568481 C 266.714966 203.568481 268.718109 205.155884 270.532288 208.179504 C 272.308655 211.165344 273.782684 215.511841 274.803162 220.727539 C 275.86142 225.943298 276.390564 231.839355 276.390564 237.848816 L 276.390564 237.848816 Z"/>
+            <path id="path497" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 275.8992 237.848816 C 275.8992 243.6315 275.370087 249.263 274.38739 254.251984 C 273.404724 259.240936 271.968506 263.398438 270.267731 266.270874 C 268.529144 269.143311 266.601563 270.655121 264.63623 270.655121 C 262.670868 270.655121 260.705505 269.143311 259.00473 266.270874 C 257.303925 263.398438 255.867706 259.240936 254.88504 254.251984 C 253.902374 249.263 253.37323 243.6315 253.37323 237.848816 C 253.37323 232.103943 253.902374 226.434631 254.88504 221.445679 C 255.867706 216.494507 257.303925 212.337036 259.00473 209.464539 C 260.705505 206.592102 262.670868 205.080322 264.63623 205.080322 C 266.601563 205.080322 268.529144 206.592102 270.267731 209.464539 C 271.968506 212.337036 273.404724 216.494507 274.38739 221.445679 C 275.370087 226.434631 275.8992 232.103943 275.8992 237.848816 L 275.8992 237.848816 Z"/>
+            <path id="path498" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 275.370087 237.848816 C 275.370087 243.366943 274.878754 248.771667 273.933868 253.533844 C 272.988983 258.296051 271.628357 262.226776 270.003143 264.98584 C 268.37796 267.744873 266.52597 269.181091 264.63623 269.181091 C 262.74646 269.181091 260.894501 267.744873 259.269287 264.98584 C 257.644104 262.226776 256.283478 258.296051 255.338593 253.533844 C 254.393707 248.771667 253.902374 243.366943 253.902374 237.848816 C 253.902374 232.3685 254.393707 226.963806 255.338593 222.201599 C 256.283478 217.439392 257.644104 213.508667 259.269287 210.749634 C 260.894501 207.99054 262.74646 206.554321 264.63623 206.554321 C 266.52597 206.554321 268.37796 207.99054 270.003143 210.749634 C 271.628357 213.508667 272.988983 217.439392 273.933868 222.201599 C 274.878754 226.963806 275.370087 232.3685 275.370087 237.848816 L 275.370087 237.848816 Z"/>
+            <path id="path499" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 274.878754 237.848816 C 274.878754 243.102356 274.38739 248.242523 273.480316 252.777954 C 272.611023 257.313385 271.288177 261.055115 269.738586 263.700775 C 268.188965 266.308655 266.412598 267.669281 264.63623 267.669281 C 262.822052 267.669281 261.083466 266.308655 259.533844 263.700775 C 257.946442 261.055115 256.661407 257.313385 255.754333 252.777954 C 254.88504 248.242523 254.393707 243.102356 254.393707 237.848816 C 254.393707 232.633057 254.88504 227.49292 255.754333 222.957458 C 256.661407 218.422058 257.946442 214.642517 259.533844 212.034668 C 261.083466 209.426758 262.822052 208.02832 264.63623 208.02832 C 266.412598 208.02832 268.188965 209.426758 269.738586 212.034668 C 271.288177 214.642517 272.611023 218.422058 273.480316 222.957458 C 274.38739 227.49292 274.878754 232.633057 274.878754 237.848816 L 274.878754 237.848816 Z"/>
+            <path id="path500" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 274.349609 237.848816 C 274.349609 242.837799 273.896057 247.713379 273.064575 252.022034 C 272.195282 256.330719 270.98584 259.921265 269.47403 262.37796 C 268 264.872437 266.337006 266.195282 264.63623 266.195282 C 262.935425 266.195282 261.23465 264.872437 259.76062 262.37796 C 258.286621 259.921265 257.077179 256.330719 256.207886 252.022034 C 255.376373 247.713379 254.922821 242.837799 254.922821 237.848816 C 254.922821 232.897644 255.376373 228.022034 256.207886 223.713379 C 257.077179 219.404724 258.286621 215.814148 259.76062 213.319702 C 261.23465 210.825195 262.935425 209.540161 264.63623 209.540161 C 266.337006 209.540161 268 210.825195 269.47403 213.319702 C 270.98584 215.814148 272.195282 219.404724 273.064575 223.713379 C 273.896057 228.022034 274.349609 232.897644 274.349609 237.848816 L 274.349609 237.848816 Z"/>
+            <path id="path501" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 273.820465 237.848816 C 273.820465 242.573242 273.404724 247.184265 272.611023 251.266144 C 271.779541 255.348022 270.64566 258.749603 269.247253 261.092926 C 267.848816 263.47403 266.261414 264.683472 264.63623 264.683472 C 263.011017 264.683472 261.423615 263.47403 260.025208 261.092926 C 258.62677 258.749603 257.455109 255.348022 256.661407 251.266144 C 255.867706 247.184265 255.414185 242.573242 255.414185 237.848816 C 255.414185 233.162201 255.867706 228.513367 256.661407 224.431519 C 257.455109 220.349609 258.62677 216.98584 260.025208 214.604736 C 261.423615 212.261414 263.011017 211.01416 264.63623 211.01416 C 266.261414 211.01416 267.848816 212.261414 269.247253 214.604736 C 270.64566 216.98584 271.779541 220.349609 272.611023 224.431519 C 273.404724 228.513367 273.820465 233.162201 273.820465 237.848816 L 273.820465 237.848816 Z"/>
+            <path id="path502" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 273.329132 237.848816 C 273.329132 242.308655 272.913391 246.692902 272.157471 250.548035 C 271.401581 254.403137 270.305511 257.577942 268.982666 259.807861 C 267.659851 262.037781 266.148041 263.209442 264.63623 263.209442 C 263.086609 263.209442 261.61261 262.037781 260.289764 259.807861 C 258.966919 257.577942 257.87088 254.403137 257.11496 250.548035 C 256.321259 246.692902 255.943298 242.308655 255.943298 237.848816 C 255.943298 233.426758 256.321259 229.042542 257.11496 225.187378 C 257.87088 221.332275 258.966919 218.11969 260.289764 215.927551 C 261.61261 213.697632 263.086609 212.526001 264.63623 212.526001 C 266.148041 212.526001 267.659851 213.697632 268.982666 215.927551 C 270.305511 218.11969 271.401581 221.332275 272.157471 225.187378 C 272.913391 229.042542 273.329132 233.426758 273.329132 237.848816 L 273.329132 237.848816 Z"/>
+            <path id="path503" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 272.799988 237.848816 C 272.799988 242.044098 272.422058 246.163788 271.703949 249.792114 C 270.98584 253.420471 269.965363 256.444092 268.718109 258.522827 C 267.470856 260.601563 266.072449 261.735443 264.63623 261.735443 C 263.200012 261.735443 261.801575 260.601563 260.554321 258.522827 C 259.307098 256.444092 258.24881 253.420471 257.530701 249.792114 C 256.812592 246.163788 256.434631 242.044098 256.434631 237.848816 C 256.434631 233.691345 256.812592 229.571655 257.530701 225.943298 C 258.24881 222.314941 259.307098 219.291321 260.554321 217.212585 C 261.801575 215.096069 263.200012 214 264.63623 214 C 266.072449 214 267.470856 215.096069 268.718109 217.212585 C 269.965363 219.291321 270.98584 222.314941 271.703949 225.943298 C 272.422058 229.571655 272.799988 233.691345 272.799988 237.848816 L 272.799988 237.848816 Z"/>
+            <path id="path504" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 272.308655 237.848816 C 272.308655 241.779541 271.968506 245.634644 271.288177 249.036224 C 270.60788 252.437805 269.625183 255.27243 268.453552 257.237793 C 267.319672 259.203156 265.996857 260.223633 264.63623 260.223633 C 263.275604 260.223633 261.952759 259.203156 260.781097 257.237793 C 259.647247 255.27243 258.664581 252.437805 257.984253 249.036224 C 257.303925 245.634644 256.963776 241.779541 256.963776 237.848816 C 256.963776 233.955902 257.303925 230.062988 257.984253 226.699219 C 258.664581 223.297607 259.647247 220.463013 260.781097 218.49762 C 261.952759 216.532288 263.275604 215.511841 264.63623 215.511841 C 265.996857 215.511841 267.319672 216.532288 268.453552 218.49762 C 269.625183 220.463013 270.60788 223.297607 271.288177 226.699219 C 271.968506 230.062988 272.308655 233.955902 272.308655 237.848816 L 272.308655 237.848816 Z"/>
+            <path id="path505" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 271.779541 237.848816 C 271.779541 241.514954 271.477173 245.143311 270.834656 248.318115 C 270.192139 251.455109 269.285034 254.1008 268.226776 255.952759 C 267.130707 257.766937 265.883453 258.749603 264.63623 258.749603 C 263.388977 258.749603 262.141724 257.766937 261.045654 255.952759 C 259.949615 254.1008 259.042511 251.455109 258.437805 248.318115 C 257.795288 245.143311 257.455109 241.514954 257.455109 237.848816 C 257.455109 234.182678 257.795288 230.592133 258.437805 227.417297 C 259.042511 224.242493 259.949615 221.634644 261.045654 219.782654 C 262.141724 217.968506 263.388977 216.98584 264.63623 216.98584 C 265.883453 216.98584 267.130707 217.968506 268.226776 219.782654 C 269.285034 221.634644 270.192139 224.242493 270.834656 227.417297 C 271.477173 230.592133 271.779541 234.182678 271.779541 237.848816 L 271.779541 237.848816 Z"/>
+            <path id="path506" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 271.288177 237.848816 C 271.288177 241.250397 270.98584 244.614166 270.381104 247.562195 C 269.814178 250.510223 268.982666 252.966919 267.962219 254.667725 C 266.941742 256.3685 265.807861 257.237793 264.63623 257.237793 C 263.464569 257.237793 262.330719 256.3685 261.310242 254.667725 C 260.289764 252.966919 259.458282 250.510223 258.891327 247.562195 C 258.286621 244.614166 257.984253 241.250397 257.984253 237.848816 C 257.984253 234.447235 258.286621 231.121246 258.891327 228.173218 C 259.458282 225.22522 260.289764 222.768494 261.310242 221.067688 C 262.330719 219.366943 263.464569 218.49762 264.63623 218.49762 C 265.807861 218.49762 266.941742 219.366943 267.962219 221.067688 C 268.982666 222.768494 269.814178 225.22522 270.381104 228.173218 C 270.98584 231.121246 271.288177 234.447235 271.288177 237.848816 L 271.288177 237.848816 Z"/>
+            <path id="path507" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 270.759064 237.848816 C 270.759064 240.98584 270.494476 244.085052 269.965363 246.806305 C 269.398438 249.527557 268.642517 251.795288 267.697632 253.344879 C 266.752747 254.932281 265.694489 255.763794 264.63623 255.763794 C 263.540161 255.763794 262.481903 254.932281 261.574799 253.344879 C 260.629913 251.795288 259.836212 249.527557 259.307098 246.806305 C 258.777954 244.085052 258.475586 240.98584 258.475586 237.848816 C 258.475586 234.711823 258.777954 231.650391 259.307098 228.929138 C 259.836212 226.207886 260.629913 223.940186 261.574799 222.352783 C 262.481903 220.803162 263.540161 219.97168 264.63623 219.97168 C 265.694489 219.97168 266.752747 220.803162 267.697632 222.352783 C 268.642517 223.940186 269.398438 226.207886 269.965363 228.929138 C 270.494476 231.650391 270.759064 234.711823 270.759064 237.848816 L 270.759064 237.848816 Z"/>
+            <path id="path508" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 270.267731 237.848816 C 270.267731 240.759064 270.003143 243.555908 269.51181 246.050385 C 269.020477 248.544891 268.302368 250.623627 267.433075 252.059845 C 266.601563 253.496063 265.618896 254.251984 264.63623 254.251984 C 263.653534 254.251984 262.670868 253.496063 261.801575 252.059845 C 260.970093 250.623627 260.251984 248.544891 259.76062 246.050385 C 259.269287 243.555908 259.00473 240.759064 259.00473 237.848816 C 259.00473 234.976379 259.269287 232.141724 259.76062 229.647217 C 260.251984 227.152771 260.970093 225.111816 261.801575 223.675598 C 262.670868 222.23938 263.653534 221.445679 264.63623 221.445679 C 265.618896 221.445679 266.601563 222.23938 267.433075 223.675598 C 268.302368 225.111816 269.020477 227.152771 269.51181 229.647217 C 270.003143 232.141724 270.267731 234.976379 270.267731 237.848816 L 270.267731 237.848816 Z"/>
+            <path id="path509" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 269.738586 237.848816 C 269.738586 240.494476 269.51181 243.064575 269.058258 245.332275 C 268.604736 247.600006 267.962219 249.451965 267.206299 250.774811 C 266.412598 252.097626 265.543304 252.777954 264.63623 252.777954 C 263.729126 252.777954 262.859833 252.097626 262.066132 250.774811 C 261.310242 249.451965 260.667725 247.600006 260.214172 245.332275 C 259.76062 243.064575 259.533844 240.494476 259.533844 237.848816 C 259.533844 235.240936 259.76062 232.670868 260.214172 230.403137 C 260.667725 228.135437 261.310242 226.245667 262.066132 224.960632 C 262.859833 223.637817 263.729126 222.957458 264.63623 222.957458 C 265.543304 222.957458 266.412598 223.637817 267.206299 224.960632 C 267.962219 226.245667 268.604736 228.135437 269.058258 230.403137 C 269.51181 232.670868 269.738586 235.240936 269.738586 237.848816 L 269.738586 237.848816 Z"/>
+            <path id="path510" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 269.247253 237.848816 C 269.247253 240.229919 269.020477 242.535431 268.604736 244.576385 C 268.226776 246.61731 267.62204 248.318115 266.941742 249.489777 C 266.223633 250.661407 265.429932 251.266144 264.63623 251.266144 C 263.842529 251.266144 263.011017 250.661407 262.330719 249.489777 C 261.61261 248.318115 261.045654 246.61731 260.629913 244.576385 C 260.251984 242.535431 260.025208 240.229919 260.025208 237.848816 C 260.025208 235.505524 260.251984 233.200012 260.629913 231.159058 C 261.045654 229.118103 261.61261 227.417297 262.330719 226.245667 C 263.011017 225.074036 263.842529 224.431519 264.63623 224.431519 C 265.429932 224.431519 266.223633 225.074036 266.941742 226.245667 C 267.62204 227.417297 268.226776 229.118103 268.604736 231.159058 C 269.020477 233.200012 269.247253 235.505524 269.247253 237.848816 L 269.247253 237.848816 Z"/>
+            <path id="path511" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 268.718109 237.848816 C 268.718109 239.965363 268.529144 242.006287 268.188965 243.820465 C 267.811035 245.634644 267.281891 247.146454 266.677155 248.204712 C 266.072449 249.225189 265.35434 249.792114 264.63623 249.792114 C 263.918121 249.792114 263.200012 249.225189 262.595276 248.204712 C 261.952759 247.146454 261.461426 245.634644 261.083466 243.820465 C 260.743317 242.006287 260.554321 239.965363 260.554321 237.848816 C 260.554321 235.770081 260.743317 233.729126 261.083466 231.914948 C 261.461426 230.1008 261.952759 228.588989 262.595276 227.530701 C 263.200012 226.472412 263.918121 225.943298 264.63623 225.943298 C 265.35434 225.943298 266.072449 226.472412 266.677155 227.530701 C 267.281891 228.588989 267.811035 230.1008 268.188965 231.914948 C 268.529144 233.729126 268.718109 235.770081 268.718109 237.848816 L 268.718109 237.848816 Z"/>
+            <path id="path512" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 268.226776 237.848816 C 268.226776 239.700775 268.037781 241.477173 267.735443 243.064575 C 267.433075 244.651978 266.979523 245.974792 266.412598 246.919678 C 265.883453 247.826782 265.278748 248.318115 264.63623 248.318115 C 263.993713 248.318115 263.388977 247.826782 262.859833 246.919678 C 262.292908 245.974792 261.839355 244.651978 261.537018 243.064575 C 261.23465 241.477173 261.045654 239.700775 261.045654 237.848816 C 261.045654 236.034637 261.23465 234.220459 261.537018 232.633057 C 261.839355 231.045654 262.292908 229.722839 262.859833 228.815735 C 263.388977 227.908691 263.993713 227.417297 264.63623 227.417297 C 265.278748 227.417297 265.883453 227.908691 266.412598 228.815735 C 266.979523 229.722839 267.433075 231.045654 267.735443 232.633057 C 268.037781 234.220459 268.226776 236.034637 268.226776 237.848816 L 268.226776 237.848816 Z"/>
+            <path id="path513" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 267.697632 237.848816 C 267.697632 239.436218 267.546448 240.98584 267.281891 242.346466 C 267.017334 243.707092 266.639374 244.840942 266.148041 245.596863 C 265.694489 246.390564 265.165344 246.806305 264.63623 246.806305 C 264.107086 246.806305 263.577942 246.390564 263.086609 245.596863 C 262.633057 244.840942 262.255127 243.707092 261.99054 242.346466 C 261.688202 240.98584 261.574799 239.436218 261.574799 237.848816 C 261.574799 236.299225 261.688202 234.749603 261.99054 233.388977 C 262.255127 232.028351 262.633057 230.894501 263.086609 230.1008 C 263.577942 229.34491 264.107086 228.929138 264.63623 228.929138 C 265.165344 228.929138 265.694489 229.34491 266.148041 230.1008 C 266.639374 230.894501 267.017334 232.028351 267.281891 233.388977 C 267.546448 234.749603 267.697632 236.299225 267.697632 237.848816 L 267.697632 237.848816 Z"/>
+            <path id="path514" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 267.206299 237.848816 C 267.206299 239.171661 267.055115 240.456696 266.828339 241.590546 C 266.639374 242.724396 266.299225 243.669281 265.921265 244.311798 C 265.505524 244.992126 265.089752 245.332275 264.63623 245.332275 C 264.182678 245.332275 263.729126 244.992126 263.351196 244.311798 C 262.973236 243.669281 262.633057 242.724396 262.406311 241.590546 C 262.179535 240.456696 262.066132 239.171661 262.066132 237.848816 C 262.066132 236.563782 262.179535 235.278748 262.406311 234.144867 C 262.633057 233.011017 262.973236 232.066132 263.351196 231.423615 C 263.729126 230.743317 264.182678 230.403137 264.63623 230.403137 C 265.089752 230.403137 265.505524 230.743317 265.921265 231.423615 C 266.299225 232.066132 266.639374 233.011017 266.828339 234.144867 C 267.055115 235.278748 267.206299 236.563782 267.206299 237.848816 L 267.206299 237.848816 Z"/>
+            <path id="path515" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 266.677155 237.848816 C 266.677155 238.907074 266.601563 239.927551 266.412598 240.834656 C 266.223633 241.74173 265.959045 242.49765 265.656708 243.026764 C 265.35434 243.555908 264.976379 243.820465 264.63623 243.820465 C 264.25827 243.820465 263.918121 243.555908 263.615753 243.026764 C 263.313385 242.49765 263.048828 241.74173 262.859833 240.834656 C 262.670868 239.927551 262.595276 238.907074 262.595276 237.848816 C 262.595276 236.828339 262.670868 235.770081 262.859833 234.863007 C 263.048828 233.993713 263.313385 233.237793 263.615753 232.708649 C 263.918121 232.179535 264.25827 231.914948 264.63623 231.914948 C 264.976379 231.914948 265.35434 232.179535 265.656708 232.708649 C 265.959045 233.237793 266.223633 233.993713 266.412598 234.863007 C 266.601563 235.770081 266.677155 236.828339 266.677155 237.848816 L 266.677155 237.848816 Z"/>
+            <path id="path516" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 266.148041 237.848816 C 266.148041 238.642517 266.110229 239.436218 265.959045 240.116547 C 265.807861 240.796844 265.618896 241.325989 265.39212 241.74173 C 265.165344 242.11969 264.900787 242.346466 264.63623 242.346466 C 264.371643 242.346466 264.107086 242.11969 263.88031 241.74173 C 263.615753 241.325989 263.426758 240.796844 263.313385 240.116547 C 263.162201 239.436218 263.086609 238.642517 263.086609 237.848816 C 263.086609 237.092926 263.162201 236.299225 263.313385 235.618896 C 263.426758 234.938568 263.615753 234.371643 263.88031 233.993713 C 264.107086 233.615753 264.371643 233.388977 264.63623 233.388977 C 264.900787 233.388977 265.165344 233.615753 265.39212 233.993713 C 265.618896 234.371643 265.807861 234.938568 265.959045 235.618896 C 266.110229 236.299225 266.148041 237.092926 266.148041 237.848816 L 266.148041 237.848816 Z"/>
+            <path id="path517" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 265.656708 237.848816 C 265.656708 238.37796 265.618896 238.907074 265.505524 239.360626 C 265.429932 239.814178 265.316528 240.192139 265.127563 240.456696 C 264.976379 240.721252 264.825195 240.834656 264.63623 240.834656 C 264.447235 240.834656 264.25827 240.721252 264.107086 240.456696 C 263.955902 240.192139 263.842529 239.814178 263.729126 239.360626 C 263.653534 238.907074 263.615753 238.37796 263.615753 237.848816 C 263.615753 237.357483 263.653534 236.828339 263.729126 236.374817 C 263.842529 235.921265 263.955902 235.543304 264.107086 235.278748 C 264.25827 235.01416 264.447235 234.863007 264.63623 234.863007 C 264.825195 234.863007 264.976379 235.01416 265.127563 235.278748 C 265.316528 235.543304 265.429932 235.921265 265.505524 236.374817 C 265.618896 236.828339 265.656708 237.357483 265.656708 237.848816 L 265.656708 237.848816 Z"/>
+            <path id="path518" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 265.127563 237.848816 C 265.127563 238.113373 265.127563 238.37796 265.089752 238.604736 C 265.01416 238.831482 264.976379 239.020477 264.900787 239.171661 C 264.825195 239.285034 264.711823 239.360626 264.63623 239.360626 C 264.560638 239.360626 264.447235 239.285034 264.371643 239.171661 C 264.296051 239.020477 264.220459 238.831482 264.182678 238.604736 C 264.144867 238.37796 264.107086 238.113373 264.107086 237.848816 C 264.107086 237.584259 264.144867 237.357483 264.182678 237.130707 C 264.220459 236.903931 264.296051 236.714966 264.371643 236.563782 C 264.447235 236.450409 264.560638 236.374817 264.63623 236.374817 C 264.711823 236.374817 264.825195 236.450409 264.900787 236.563782 C 264.976379 236.714966 265.01416 236.903931 265.089752 237.130707 C 265.127563 237.357483 265.127563 237.584259 265.127563 237.848816 L 265.127563 237.848816 Z"/>
+        </g>
+        <clipPath id="clipPath32">
+            <path d="M 306.815735 337.855133 L 265.581116 362.611023 L 265.581116 262.188965 L 306.815735 238.793701 L 306.815735 337.855133 L 306.815735 337.855133 Z"/>
+        </clipPath>
+        <g id="g31" clip-path="url(#clipPath32)"/>
+        <clipPath id="clipPath33">
+            <path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
+        </clipPath>
+        <g id="g32" clip-path="url(#clipPath33)">
+            <path id="path519" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 306.815735 337.855133 L 265.581116 362.611023 L 265.581116 262.188965 L 306.815735 238.793701 L 306.815735 337.855133 Z"/>
+        </g>
+        <clipPath id="clipPath34">
+            <path d="M 202.311817 306.182678 L 26.299213 204.400024 L 114.286625 61.34491 L 290.299213 163.127563 L 202.311817 306.182678 L 202.311817 306.182678 Z"/>
+        </clipPath>
+        <g id="g33" clip-path="url(#clipPath34)"/>
+        <clipPath id="clipPath35">
+            <path d="M 202.311817 306.182678 L 26.299213 204.400024 L 114.286625 61.34491 L 290.299213 163.127563 L 202.311817 306.182678 L 202.311817 306.182678 Z"/>
+        </clipPath>
+        <g id="g34" clip-path="url(#clipPath35)">
+            <path id="path520" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 25.354332 308.072449 L 25.354332 301.722839 L 291.281891 301.722839 L 291.281891 308.072449 L 25.354332 308.072449 Z"/>
+            <path id="path521" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 25.354332 303.574799 L 25.354332 297.225189 L 291.281891 297.225189 L 291.281891 303.574799 L 25.354332 303.574799 Z"/>
+            <path id="path522" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 25.354332 299.077179 L 25.354332 292.72757 L 291.281891 292.72757 L 291.281891 299.077179 L 25.354332 299.077179 Z"/>
+            <path id="path523" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 25.354332 294.61731 L 25.354332 288.267731 L 291.281891 288.267731 L 291.281891 294.61731 L 25.354332 294.61731 Z"/>
+            <path id="path524" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 25.354332 290.11969 L 25.354332 283.770081 L 291.281891 283.770081 L 291.281891 290.11969 L 25.354332 290.11969 Z"/>
+            <path id="path525" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 25.354332 285.62204 L 25.354332 279.27243 L 291.281891 279.27243 L 291.281891 285.62204 L 25.354332 285.62204 Z"/>
+            <path id="path526" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 25.354332 281.162201 L 25.354332 274.812592 L 291.281891 274.812592 L 291.281891 281.162201 L 25.354332 281.162201 Z"/>
+            <path id="path527" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 25.354332 276.664581 L 25.354332 270.314972 L 291.281891 270.314972 L 291.281891 276.664581 L 25.354332 276.664581 Z"/>
+            <path id="path528" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 25.354332 272.166931 L 25.354332 265.817322 L 291.281891 265.817322 L 291.281891 272.166931 L 25.354332 272.166931 Z"/>
+            <path id="path529" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 25.354332 267.669281 L 25.354332 261.357483 L 291.281891 261.357483 L 291.281891 267.669281 L 25.354332 267.669281 Z"/>
+            <path id="path530" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 25.354332 263.209442 L 25.354332 256.859833 L 291.281891 256.859833 L 291.281891 263.209442 L 25.354332 263.209442 Z"/>
+            <path id="path531" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 25.354332 258.711823 L 25.354332 252.362213 L 291.281891 252.362213 L 291.281891 258.711823 L 25.354332 258.711823 Z"/>
+            <path id="path532" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 25.354332 254.214172 L 25.354332 247.902374 L 291.281891 247.902374 L 291.281891 254.214172 L 25.354332 254.214172 Z"/>
+            <path id="path533" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 25.354332 249.754333 L 25.354332 243.404724 L 291.281891 243.404724 L 291.281891 249.754333 L 25.354332 249.754333 Z"/>
+            <path id="path534" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 25.354332 245.256683 L 25.354332 238.907074 L 291.281891 238.907074 L 291.281891 245.256683 L 25.354332 245.256683 Z"/>
+            <path id="path535" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 25.354332 240.759064 L 25.354332 234.447235 L 291.281891 234.447235 L 291.281891 240.759064 L 25.354332 240.759064 Z"/>
+            <path id="path536" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 25.354332 236.299225 L 25.354332 229.949585 L 291.281891 229.949585 L 291.281891 236.299225 L 25.354332 236.299225 Z"/>
+            <path id="path537" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 25.354332 231.801575 L 25.354332 225.451965 L 291.281891 225.451965 L 291.281891 231.801575 L 25.354332 231.801575 Z"/>
+            <path id="path538" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 25.354332 227.303955 L 25.354332 220.954346 L 291.281891 220.954346 L 291.281891 227.303955 L 25.354332 227.303955 Z"/>
+            <path id="path539" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 25.354332 222.844116 L 25.354332 216.494507 L 291.281891 216.494507 L 291.281891 222.844116 L 25.354332 222.844116 Z"/>
+            <path id="path540" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 25.354332 218.346436 L 25.354332 211.996826 L 291.281891 211.996826 L 291.281891 218.346436 L 25.354332 218.346436 Z"/>
+            <path id="path541" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 25.354332 213.848816 L 25.354332 207.499207 L 291.281891 207.499207 L 291.281891 213.848816 L 25.354332 213.848816 Z"/>
+            <path id="path542" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 25.354332 209.388977 L 25.354332 203.039368 L 291.281891 203.039368 L 291.281891 209.388977 L 25.354332 209.388977 Z"/>
+            <path id="path543" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 25.354332 204.891357 L 25.354332 198.541748 L 291.281891 198.541748 L 291.281891 204.891357 L 25.354332 204.891357 Z"/>
+            <path id="path544" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 25.354332 200.393677 L 25.354332 194.044067 L 291.281891 194.044067 L 291.281891 200.393677 L 25.354332 200.393677 Z"/>
+            <path id="path545" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 25.354332 195.896057 L 25.354332 189.584229 L 291.281891 189.584229 L 291.281891 195.896057 L 25.354332 195.896057 Z"/>
+            <path id="path546" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 25.354332 191.436218 L 25.354332 185.086609 L 291.281891 185.086609 L 291.281891 191.436218 L 25.354332 191.436218 Z"/>
+            <path id="path547" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 25.354332 186.938599 L 25.354332 180.588989 L 291.281891 180.588989 L 291.281891 186.938599 L 25.354332 186.938599 Z"/>
+            <path id="path548" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 25.354332 182.440918 L 25.354332 176.12915 L 291.281891 176.12915 L 291.281891 182.440918 L 25.354332 182.440918 Z"/>
+            <path id="path549" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 25.354332 177.981079 L 25.354332 171.63147 L 291.281891 171.63147 L 291.281891 177.981079 L 25.354332 177.981079 Z"/>
+            <path id="path550" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 25.354332 173.483459 L 25.354332 167.13385 L 291.281891 167.13385 L 291.281891 173.483459 L 25.354332 173.483459 Z"/>
+            <path id="path551" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 25.354332 168.98584 L 25.354332 162.674011 L 291.281891 162.674011 L 291.281891 168.98584 L 25.354332 168.98584 Z"/>
+            <path id="path552" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 25.354332 164.526001 L 25.354332 158.176392 L 291.281891 158.176392 L 291.281891 164.526001 L 25.354332 164.526001 Z"/>
+            <path id="path553" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 25.354332 160.02832 L 25.354332 153.678711 L 291.281891 153.678711 L 291.281891 160.02832 L 25.354332 160.02832 Z"/>
+            <path id="path554" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 25.354332 155.530701 L 25.354332 149.181091 L 291.281891 149.181091 L 291.281891 155.530701 L 25.354332 155.530701 Z"/>
+            <path id="path555" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 25.354332 151.070862 L 25.354332 144.721252 L 291.281891 144.721252 L 291.281891 151.070862 L 25.354332 151.070862 Z"/>
+            <path id="path556" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 25.354332 146.573242 L 25.354332 140.223633 L 291.281891 140.223633 L 291.281891 146.573242 L 25.354332 146.573242 Z"/>
+            <path id="path557" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 25.354332 142.075562 L 25.354332 135.726013 L 291.281891 135.726013 L 291.281891 142.075562 L 25.354332 142.075562 Z"/>
+            <path id="path558" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 25.354332 137.615723 L 25.354332 131.266113 L 291.281891 131.266113 L 291.281891 137.615723 L 25.354332 137.615723 Z"/>
+            <path id="path559" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 25.354332 133.118103 L 25.354332 126.768494 L 291.281891 126.768494 L 291.281891 133.118103 L 25.354332 133.118103 Z"/>
+            <path id="path560" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 25.354332 128.620483 L 25.354332 122.270874 L 291.281891 122.270874 L 291.281891 128.620483 L 25.354332 128.620483 Z"/>
+            <path id="path561" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 25.354332 124.122864 L 25.354332 117.811035 L 291.281891 117.811035 L 291.281891 124.122864 L 25.354332 124.122864 Z"/>
+            <path id="path562" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 25.354332 119.662964 L 25.354332 113.313416 L 291.281891 113.313416 L 291.281891 119.662964 L 25.354332 119.662964 Z"/>
+            <path id="path563" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 25.354332 115.165344 L 25.354332 108.815735 L 291.281891 108.815735 L 291.281891 115.165344 L 25.354332 115.165344 Z"/>
+            <path id="path564" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 25.354332 110.667725 L 25.354332 104.355896 L 291.281891 104.355896 L 291.281891 110.667725 L 25.354332 110.667725 Z"/>
+            <path id="path565" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 25.354332 106.207886 L 25.354332 99.858276 L 291.281891 99.858276 L 291.281891 106.207886 L 25.354332 106.207886 Z"/>
+            <path id="path566" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 25.354332 101.710266 L 25.354332 95.360657 L 291.281891 95.360657 L 291.281891 101.710266 L 25.354332 101.710266 Z"/>
+            <path id="path567" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 25.354332 97.212585 L 25.354332 90.900818 L 291.281891 90.900818 L 291.281891 97.212585 L 25.354332 97.212585 Z"/>
+            <path id="path568" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 25.354332 92.752747 L 25.354332 86.403137 L 291.281891 86.403137 L 291.281891 92.752747 L 25.354332 92.752747 Z"/>
+            <path id="path569" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 25.354332 88.255127 L 25.354332 81.905518 L 291.281891 81.905518 L 291.281891 88.255127 L 25.354332 88.255127 Z"/>
+            <path id="path570" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 25.354332 83.757507 L 25.354332 77.407898 L 291.281891 77.407898 L 291.281891 83.757507 L 25.354332 83.757507 Z"/>
+            <path id="path571" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 25.354332 79.297607 L 25.354332 72.948059 L 291.281891 72.948059 L 291.281891 79.297607 L 25.354332 79.297607 Z"/>
+            <path id="path572" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 25.354332 74.799988 L 25.354332 68.450378 L 291.281891 68.450378 L 291.281891 74.799988 L 25.354332 74.799988 Z"/>
+            <path id="path573" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 25.354332 70.302368 L 25.354332 63.952759 L 291.281891 63.952759 L 291.281891 70.302368 L 25.354332 70.302368 Z"/>
+            <path id="path574" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 25.354332 65.842529 L 25.354332 59.49292 L 291.281891 59.49292 L 291.281891 65.842529 L 25.354332 65.842529 Z"/>
+        </g>
+        <clipPath id="clipPath36">
+            <path d="M 202.311817 306.182678 L 26.299213 204.400024 L 114.286625 61.34491 L 290.299213 163.127563 L 202.311817 306.182678 L 202.311817 306.182678 Z"/>
+        </clipPath>
+        <g id="g35" clip-path="url(#clipPath36)"/>
+        <clipPath id="clipPath37">
+            <path d="M 17.795277 -56.651978 L 735.867725 -56.651978 L 735.867725 418.094482 L 17.795277 418.094482 L 17.795277 -56.651978 Z"/>
+        </clipPath>
+        <g id="g36" clip-path="url(#clipPath37)">
+            <path id="path575" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 202.311813 306.182678 L 26.299213 204.400024 L 114.286621 61.34491 L 290.299225 163.127563 L 202.311813 306.182678 Z"/>
+            <path id="path576" fill="none" stroke="#000000" stroke-width="1.247244" stroke-linejoin="round" d="M 45.574806 318.050385 L 45.574806 215.398438 L 26.299213 204.400024 L 114.286621 61.34491 L 179.256699 91.807861 L 179.256699 75.782654 L 211.420471 57.22522 L 243.546448 75.782654 L 243.546448 126.012573 L 378.324402 204.400024 L 366.60788 200.242493 L 365.927551 314.459839 L 316.453552 343.335419 L 306.815735 337.855133 L 265.581116 362.611023 L 265.581116 372.929138 L 202.311813 409.36377 L 46.028343 318.844086"/>
+            <path id="path577" fill="#000000" fill-rule="evenodd" stroke="none" d="M 46.179527 317.974792 L 44.932281 317.974792 L 44.932281 318.579529 L 44.970078 318.806305 L 45.121262 319.033081 L 45.310234 319.146454 L 45.574806 319.184265 L 45.801575 319.146454 L 45.990555 319.033081 L 46.141731 318.806305 L 46.179527 318.579529 L 46.179527 317.974792 Z"/>
+            <path id="path578" fill="#000000" fill-rule="evenodd" stroke="none" d="M 45.801575 319.411011 L 46.406296 318.352753 L 45.877167 318.050385 L 45.650391 317.974792 L 45.385826 317.974792 L 45.196854 318.088196 L 45.007874 318.277161 L 44.932281 318.503937 L 44.970078 318.730713 L 45.083466 318.957489 L 45.234642 319.108673 L 45.801575 319.411011 Z"/>
+            <path id="path579" fill="#ddd6e5" fill-rule="evenodd" stroke="none" d="M 581.171631 71.020447 C 579.924438 57.376404 570.097656 46.71814 558.040955 46.71814 C 554.601563 46.71814 551.388977 47.625183 548.440918 49.137024 C 542.771667 35.757507 531.017334 25.930725 508.944885 26.724426 C 480.25827 27.782654 446.318115 44.034668 439.514954 72.910217 C 431.313385 74.87561 426.059845 80.469299 422.922821 87.914978 C 421.675598 87.726013 420.352753 87.650391 419.029907 87.650391 C 400.170074 87.650391 385.656708 104.998413 384.825195 126.390564 C 383.766937 154.094482 400.170074 165.168518 419.029907 165.168518 C 421.75119 165.168518 424.35907 164.790527 426.853546 164.110229 C 430.784241 167.322815 435.924408 169.325989 441.518097 169.325989 C 446.696075 169.325989 451.458282 167.625183 455.275604 164.790527 C 462.532288 180.400024 477.461426 191.360657 494.696045 190.075562 C 512.837769 188.752747 523.685059 183.877136 530.110229 176.355896 C 530.526001 176.280334 530.903931 176.280334 531.319702 176.242493 C 551.577942 172.954346 560.49762 166.340149 563.370056 155.417297 C 563.899231 155.455139 564.428345 155.455139 564.9953 155.455139 C 591.263 155.455139 612.579529 145.779541 612.579529 111.877136 C 612.579529 93.017334 599.426758 77.10553 581.171631 71.020447 L 581.171631 71.020447 Z"/>
+            <path id="path580" fill="none" stroke="#000000" stroke-width="0.944882" stroke-linejoin="round" d="M 581.171631 71.020447 C 579.924438 57.376404 570.097656 46.71814 558.040955 46.71814 C 554.601563 46.71814 551.388977 47.625183 548.440918 49.137024 C 542.771667 35.757507 531.017334 25.930725 508.944885 26.724426 C 480.25827 27.782654 446.318115 44.034668 439.514954 72.910217 C 431.313385 74.87561 426.059845 80.469299 422.922821 87.914978 C 421.675598 87.726013 420.352753 87.650391 419.029907 87.650391 C 400.170074 87.650391 385.656708 104.998413 384.825195 126.390564 C 383.766937 154.094482 400.170074 165.168518 419.029907 165.168518 C 421.75119 165.168518 424.35907 164.790527 426.853546 164.110229 C 430.784241 167.322815 435.924408 169.325989 441.518097 169.325989 C 446.696075 169.325989 451.458282 167.625183 455.275604 164.790527 C 462.532288 180.400024 477.461426 191.360657 494.696045 190.075562 C 512.837769 188.752747 523.685059 183.877136 530.110229 176.355896 C 530.526001 176.280334 530.903931 176.280334 531.319702 176.242493 C 551.577942 172.954346 560.49762 166.340149 563.370056 155.417297 C 563.899231 155.455139 564.428345 155.455139 564.9953 155.455139 C 591.263 155.455139 612.579529 145.779541 612.579529 111.877136 C 612.579529 93.017334 599.426758 77.10553 581.171631 71.020447 Z"/>
+            <text id="Cloud" xml:space="preserve" x="466" y="209" font-family="Helvetica" font-size="14.891339" fill="#000000">Cloud</text>
+            <text id="Service-" xml:space="preserve" x="504" y="209" font-family="Helvetica" font-size="14.891339" fill="#000000">Service</text>
+            <text id="Platform" xml:space="preserve" x="480" y="227" font-family="Helvetica" font-size="14.891339" fill="#000000">Platform</text>
+            <text id="Smartphone-" xml:space="preserve" x="638" y="218" font-family="Helvetica" font-size="14.891339" fill="#000000">Smartphone</text>
+            <text id="With-embedded-" xml:space="preserve" x="626" y="236" font-family="Helvetica" font-size="14.891339" fill="#000000">With embedded</text>
+            <text id="application-" xml:space="preserve" x="642" y="254" font-family="Helvetica" font-size="14.891339" fill="#000000">application</text>
+            <text id="acting-as-a-" xml:space="preserve" x="643" y="272" font-family="Helvetica" font-size="14.891339" fill="#000000">acting as a</text>
+            <text id="remote-light-" xml:space="preserve" x="638" y="290" font-family="Helvetica" font-size="14.891339" fill="#000000">remote light</text>
+            <text id="controller" xml:space="preserve" x="645" y="308" font-family="Helvetica" font-size="14.891339" fill="#000000">controller</text>
+            <path id="path581" fill="#c4d6a0" fill-rule="evenodd" stroke="none" d="M 301.713379 164.412598 C 300.050385 146.346436 286.74646 132.210999 270.381104 132.210999 C 265.694489 132.210999 261.348022 133.38269 257.341736 135.423645 C 249.669281 117.659851 233.719681 104.658264 203.785828 105.678711 C 164.932281 107.077148 118.93544 128.658264 109.675598 166.944885 C 98.563782 169.552734 91.458267 176.960632 87.187401 186.825195 C 85.48661 186.63623 83.710236 186.485046 81.933861 186.485046 C 56.346458 186.485046 36.692913 209.540161 35.559055 237.924408 C 34.085041 274.623627 56.346458 289.325989 81.933861 289.325989 C 85.599998 289.325989 89.11496 288.834656 92.554329 287.927551 C 97.845673 292.198425 104.800003 294.844086 112.396851 294.844086 C 119.426773 294.844086 125.889771 292.576385 131.029922 288.834656 C 140.856689 309.546448 161.152756 324.097626 184.472443 322.396851 C 209.077164 320.620483 223.817322 314.157471 232.510239 304.179535 C 233.077164 304.103943 233.568497 304.103943 234.135437 304.028351 C 261.61261 299.681885 273.707092 290.87558 277.600006 276.437805 C 278.318115 276.437805 279.036224 276.475586 279.792114 276.475586 C 315.433075 276.475586 344.308655 263.625183 344.308655 218.611023 C 344.308655 193.628357 326.50708 172.500793 301.713379 164.412598 L 301.713379 164.412598 Z"/>
+            <path id="path582" fill="none" stroke="#000000" stroke-width="0.944882" stroke-linejoin="round" d="M 301.713379 164.412598 C 300.050385 146.346436 286.74646 132.210999 270.381104 132.210999 C 265.694489 132.210999 261.348022 133.38269 257.341736 135.423645 C 249.669281 117.659851 233.719681 104.658264 203.785828 105.678711 C 164.932281 107.077148 118.93544 128.658264 109.675598 166.944885 C 98.563782 169.552734 91.458267 176.960632 87.187401 186.825195 C 85.48661 186.63623 83.710236 186.485046 81.933861 186.485046 C 56.346458 186.485046 36.692913 209.540161 35.559055 237.924408 C 34.085041 274.623627 56.346458 289.325989 81.933861 289.325989 C 85.599998 289.325989 89.11496 288.834656 92.554329 287.927551 C 97.845673 292.198425 104.800003 294.844086 112.396851 294.844086 C 119.426773 294.844086 125.889771 292.576385 131.029922 288.834656 C 140.856689 309.546448 161.152756 324.097626 184.472443 322.396851 C 209.077164 320.620483 223.817322 314.157471 232.510239 304.179535 C 233.077164 304.103943 233.568497 304.103943 234.135437 304.028351 C 261.61261 299.681885 273.707092 290.87558 277.600006 276.437805 C 278.318115 276.437805 279.036224 276.475586 279.792114 276.475586 C 315.433075 276.475586 344.308655 263.625183 344.308655 218.611023 C 344.308655 193.628357 326.50708 172.500793 301.713379 164.412598 Z"/>
+            <path id="path583" fill="#dde2cd" fill-rule="evenodd" stroke="none" d="M 442.236206 89.011047 L 558.381104 89.011047 L 558.381104 146.49762 L 442.236206 146.49762 L 442.236206 89.011047 Z"/>
+            <path id="path584" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 442.236206 146.49762 L 558.381104 146.49762 L 558.381104 89.011047 L 442.236206 89.011047 L 442.236206 146.49762 Z"/>
+            <path id="path585" fill="#fbd7bb" fill-rule="evenodd" stroke="none" d="M 450.853546 99.480286 L 550.557495 99.480286 L 550.557495 135.650391 L 450.853546 135.650391 L 450.853546 99.480286 Z"/>
+            <path id="path586" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 450.853546 135.650391 L 550.557495 135.650391 L 550.557495 99.480286 L 450.853546 99.480286 L 450.853546 135.650391 Z"/>
+            <text id="IN" xml:space="preserve" x="483" y="123" font-family="Helvetica" font-size="12.434646" fill="#000000">IN</text>
+            <text id="-" xml:space="preserve" x="494" y="123" font-family="Helvetica" font-size="12.434646" fill="#000000">-</text>
+            <text id="CSE" xml:space="preserve" x="498" y="123" font-family="Helvetica" font-size="12.434646" fill="#000000">CSE</text>
+            <text id="M" xml:space="preserve" x="341" y="110" font-family="Helvetica" font-size="14.891339" fill="#f59d56">M</text>
+            <text id="cc" xml:space="preserve" x="353" y="110" font-family="Helvetica" font-size="14.891339" fill="#f59d56">cc</text>
+            <path id="path587" fill="#dde2cd" fill-rule="evenodd" stroke="none" d="M 634.765381 150.466125 L 717.461426 150.466125 L 717.461426 198.277161 L 634.765381 198.277161 L 634.765381 150.466125 Z"/>
+            <path id="path588" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 634.765381 198.277161 L 717.461426 198.277161 L 717.461426 150.466125 L 634.765381 150.466125 L 634.765381 198.277161 Z"/>
+            <path id="path589" fill="#e5b9b5" fill-rule="evenodd" stroke="none" d="M 641.039368 156.664551 L 712.056702 156.664551 L 712.056702 192.078735 L 641.039368 192.078735 L 641.039368 156.664551 Z"/>
+            <path id="path590" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 641.039368 192.078735 L 712.056702 192.078735 L 712.056702 156.664551 L 641.039368 156.664551 L 641.039368 192.078735 Z"/>
+            <text id="text1" xml:space="preserve" x="661" y="180" font-family="Helvetica" font-size="12.434646" fill="#000000">IN</text>
+            <text id="text2" xml:space="preserve" x="673" y="180" font-family="Helvetica" font-size="12.434646" fill="#000000">-</text>
+            <text id="AE" xml:space="preserve" x="676" y="180" font-family="Helvetica" font-size="12.434646" fill="#000000">AE</text>
+            <text id="text3" xml:space="preserve" x="601" y="166" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">M</text>
+            <text id="ca" xml:space="preserve" x="614" y="166" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">ca</text>
+            <text id="Light" xml:space="preserve" x="130" y="207" font-family="Helvetica" font-size="14.891339" fill="#000000">Light</text>
+            <text id="text4" xml:space="preserve" x="160" y="207" font-family="Helvetica" font-size="14.891339" fill="#000000">#</text>
+            <text id="1" xml:space="preserve" x="167" y="207" font-family="Helvetica" font-size="14.891339" fill="#000000">1</text>
+            <text id="text5" xml:space="preserve" x="130" y="262" font-family="Helvetica" font-size="14.891339" fill="#000000">Light</text>
+            <text id="text6" xml:space="preserve" x="160" y="262" font-family="Helvetica" font-size="14.891339" fill="#000000">#</text>
+            <text id="2" xml:space="preserve" x="167" y="262" font-family="Helvetica" font-size="14.891339" fill="#000000">2</text>
+            <text id="Home-Gateway" xml:space="preserve" x="230" y="264" font-family="Helvetica" font-size="14.891339" fill="#000000">Home Gateway</text>
+            <path id="path591" fill="none" stroke="#923931" stroke-width="1.247244" stroke-dasharray="4.988976 2.494488" stroke-dashoffset="0" d="M 214.822052 209.766907 L 202.160629 209.766907 L 202.160629 174.466125 L 180.692917 174.466125"/>
+            <path id="path592" fill="#923931" fill-rule="evenodd" stroke="none" d="M 214.74646 209.12439 L 214.74646 210.371643 L 215.388977 210.371643 L 215.615753 210.333862 L 215.804718 210.182678 L 215.955902 209.993713 L 215.993698 209.766907 L 215.955902 209.50238 L 215.804718 209.313416 L 215.615753 209.162231 L 215.388977 209.12439 L 214.74646 209.12439 Z"/>
+            <path id="path593" fill="#923931" fill-rule="evenodd" stroke="none" d="M 180.806305 175.070862 L 180.806305 173.823608 L 180.163773 173.823608 L 179.937012 173.861389 L 179.748032 174.012573 L 179.596848 174.201599 L 179.559052 174.466125 L 179.596848 174.692932 L 179.748032 174.881897 L 179.937012 175.033081 L 180.163773 175.070862 L 180.806305 175.070862 Z"/>
+            <path id="path594" fill="#dde2cd" fill-rule="evenodd" stroke="none" d="M 215.388977 170.459839 L 298.085052 170.459839 L 298.085052 249.036224 L 215.388977 249.036224 L 215.388977 170.459839 Z"/>
+            <path id="path595" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 215.388977 249.036224 L 298.085052 249.036224 L 298.085052 170.459839 L 215.388977 170.459839 L 215.388977 249.036224 Z"/>
+            <path id="path596" fill="#e5b9b5" fill-rule="evenodd" stroke="none" d="M 221.549606 175.637817 L 292.529144 175.637817 L 292.529144 201.376404 L 221.549606 201.376404 L 221.549606 175.637817 Z"/>
+            <path id="path597" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 221.549606 201.376404 L 292.529144 201.376404 L 292.529144 175.637817 L 221.549606 175.637817 L 221.549606 201.376404 Z"/>
+            <text id="MN" xml:space="preserve" x="238" y="194" font-family="Helvetica" font-size="12.434646" fill="#000000">MN</text>
+            <text id="text7" xml:space="preserve" x="257" y="194" font-family="Helvetica" font-size="12.434646" fill="#000000">-</text>
+            <text id="text8" xml:space="preserve" x="261" y="194" font-family="Helvetica" font-size="12.434646" fill="#000000">AE</text>
+            <path id="path598" fill="#dde2cd" fill-rule="evenodd" stroke="none" d="M 115.00473 155.644104 L 180.163773 155.644104 L 180.163773 193.288208 L 115.00473 193.288208 L 115.00473 155.644104 Z"/>
+            <path id="path599" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 115.00473 193.288208 L 180.163773 193.288208 L 180.163773 155.644104 L 115.00473 155.644104 L 115.00473 193.288208 Z"/>
+            <path id="path600" fill="#e5b9b5" fill-rule="evenodd" stroke="none" d="M 119.993698 160.481873 L 175.892914 160.481873 L 175.892914 188.412598 L 119.993698 188.412598 L 119.993698 160.481873 Z"/>
+            <path id="path601" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 119.993698 188.412598 L 175.892914 188.412598 L 175.892914 160.481873 L 119.993698 160.481873 L 119.993698 188.412598 Z"/>
+            <text id="ADN" xml:space="preserve" x="124" y="180" font-family="Helvetica" font-size="11.187402" fill="#000000">ADN</text>
+            <text id="text9" xml:space="preserve" x="145" y="180" font-family="Helvetica" font-size="11.187402" fill="#000000">-</text>
+            <text id="text10" xml:space="preserve" x="149" y="180" font-family="Helvetica" font-size="11.187402" fill="#000000">AE</text>
+            <text id="text11" xml:space="preserve" x="161" y="180" font-family="Helvetica" font-size="11.187402" fill="#000000">-</text>
+            <text id="text12" xml:space="preserve" x="164" y="180" font-family="Helvetica" font-size="11.187402" fill="#000000">1</text>
+            <path id="path602" fill="#fbd7bb" fill-rule="evenodd" stroke="none" d="M 221.549606 215.587402 L 292.529144 215.587402 L 292.529144 241.325989 L 221.549606 241.325989 L 221.549606 215.587402 Z"/>
+            <path id="path603" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 221.549606 241.325989 L 292.529144 241.325989 L 292.529144 215.587402 L 221.549606 215.587402 L 221.549606 241.325989 Z"/>
+            <text id="text13" xml:space="preserve" x="235" y="234" font-family="Helvetica" font-size="12.434646" fill="#000000">MN</text>
+            <text id="text14" xml:space="preserve" x="254" y="234" font-family="Helvetica" font-size="12.434646" fill="#000000">-</text>
+            <text id="text15" xml:space="preserve" x="258" y="234" font-family="Helvetica" font-size="12.434646" fill="#000000">CSE</text>
+            <path id="path604" fill="none" stroke="#000000" stroke-width="0.944882" stroke-linejoin="round" d="M 257.039368 201.792114 L 257.039368 215.171631"/>
+            <path id="path605" fill="#000000" fill-rule="evenodd" stroke="none" d="M 256.548035 201.867737 L 257.49292 201.867737 L 257.49292 201.376404 L 257.455109 201.22522 L 257.341736 201.074036 L 257.190552 200.960632 L 257.039368 200.922852 L 256.850403 200.960632 L 256.699219 201.074036 L 256.585815 201.22522 L 256.548035 201.376404 L 256.548035 201.867737 Z"/>
+            <path id="path606" fill="#000000" fill-rule="evenodd" stroke="none" d="M 257.49292 215.096069 L 256.548035 215.096069 L 256.548035 215.587402 L 256.585815 215.738586 L 256.699219 215.889771 L 256.850403 216.003174 L 257.039368 216.040955 L 257.190552 216.003174 L 257.341736 215.889771 L 257.455109 215.738586 L 257.49292 215.587402 L 257.49292 215.096069 Z"/>
+            <text id="text16" xml:space="preserve" x="183" y="241" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">M</text>
+            <text id="text17" xml:space="preserve" x="195" y="241" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">ca</text>
+            <text id="text18" xml:space="preserve" x="187" y="165" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">M</text>
+            <text id="text19" xml:space="preserve" x="199" y="165" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">ca</text>
+            <text id="Home-" xml:space="preserve" x="146" y="303" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">Home</text>
+            <text id="Domain" xml:space="preserve" x="186" y="303" font-family="Helvetica" font-size="14.891339" fill="#4bacc6">Domain</text>
+            <path id="path607" fill="#dde2cd" fill-rule="evenodd" stroke="none" d="M 114.777954 207.877136 L 179.937012 207.877136 L 179.937012 245.521271 L 114.777954 245.521271 L 114.777954 207.877136 Z"/>
+            <path id="path608" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 114.777954 245.521271 L 179.937012 245.521271 L 179.937012 207.877136 L 114.777954 207.877136 L 114.777954 245.521271 Z"/>
+            <path id="path609" fill="#e5b9b5" fill-rule="evenodd" stroke="none" d="M 119.729141 212.752747 L 175.666138 212.752747 L 175.666138 240.64566 L 119.729141 240.64566 L 119.729141 212.752747 Z"/>
+            <path id="path610" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 119.729141 240.64566 L 175.666138 240.64566 L 175.666138 212.752747 L 119.729141 212.752747 L 119.729141 240.64566 Z"/>
+            <text id="text20" xml:space="preserve" x="124" y="232" font-family="Helvetica" font-size="11.187402" fill="#000000">ADN</text>
+            <text id="text21" xml:space="preserve" x="145" y="232" font-family="Helvetica" font-size="11.187402" fill="#000000">-</text>
+            <text id="text22" xml:space="preserve" x="148" y="232" font-family="Helvetica" font-size="11.187402" fill="#000000">AE</text>
+            <text id="text23" xml:space="preserve" x="161" y="232" font-family="Helvetica" font-size="11.187402" fill="#000000">-</text>
+            <text id="text24" xml:space="preserve" x="164" y="232" font-family="Helvetica" font-size="11.187402" fill="#000000">2</text>
+            <path id="path611" fill="none" stroke="#923931" stroke-width="1.247244" stroke-dasharray="4.988976 2.494488" stroke-dashoffset="0" d="M 180.466141 226.699219 L 181.600006 226.699219 L 181.600006 209.766907 L 214.822052 209.766907"/>
+            <path id="path612" fill="#923931" fill-rule="evenodd" stroke="none" d="M 180.541733 227.303955 L 180.541733 226.056702 L 179.937012 226.056702 L 179.710236 226.132263 L 179.483459 226.245667 L 179.370071 226.472412 L 179.332291 226.699219 L 179.370071 226.925964 L 179.483459 227.152771 L 179.710236 227.266113 L 179.937012 227.303955 L 180.541733 227.303955 Z"/>
+            <path id="path613" fill="#923931" fill-rule="evenodd" stroke="none" d="M 214.74646 209.12439 L 214.74646 210.371643 L 215.388977 210.371643 L 215.615753 210.333862 L 215.804718 210.182678 L 215.955902 209.993713 L 215.993698 209.766907 L 215.955902 209.50238 L 215.804718 209.313416 L 215.615753 209.162231 L 215.388977 209.12439 L 214.74646 209.12439 Z"/>
+            <path id="path614" fill="none" stroke="#ea700d" stroke-width="1.851969" stroke-dasharray="7.407874 3.703937" stroke-dashoffset="0" d="M 441.404724 117.735413 L 325.486603 117.735413 L 325.486603 209.766907 L 298.916534 209.766907"/>
+            <path id="path615" fill="#ea700d" fill-rule="evenodd" stroke="none" d="M 441.291351 116.828369 L 441.291351 118.680298 L 442.236206 118.680298 L 442.576385 118.604736 L 442.878754 118.415771 L 443.067719 118.113403 L 443.143311 117.735413 L 443.067719 117.395264 L 442.878754 117.092896 L 442.576385 116.86615 L 442.236206 116.828369 L 441.291351 116.828369 Z"/>
+            <path id="path616" fill="#ea700d" fill-rule="evenodd" stroke="none" d="M 299.029907 210.674011 L 299.029907 208.822021 L 298.085052 208.822021 L 297.744873 208.897644 L 297.442505 209.086609 L 297.215759 209.388977 L 297.177948 209.766907 L 297.215759 210.107117 L 297.442505 210.409424 L 297.744873 210.59845 L 298.085052 210.674011 L 299.029907 210.674011 Z"/>
+            <path id="path617" fill="none" stroke="#ea700d" stroke-width="1.851969" stroke-dasharray="7.407874 3.703937" stroke-dashoffset="0" d="M 633.933838 174.390564 L 580.907104 174.390564 L 580.907104 117.735413 L 559.174805 117.735413"/>
+            <path id="path618" fill="#ea700d" fill-rule="evenodd" stroke="none" d="M 633.820496 173.445679 L 633.820496 175.297607 L 634.765381 175.297607 L 635.10553 175.222046 L 635.407898 175.033081 L 635.634644 174.730713 L 635.672424 174.390564 L 635.634644 174.012573 L 635.407898 173.710266 L 635.10553 173.52124 L 634.765381 173.445679 L 633.820496 173.445679 Z"/>
+            <path id="path619" fill="#ea700d" fill-rule="evenodd" stroke="none" d="M 559.325989 118.680298 L 559.325989 116.828369 L 558.381104 116.828369 L 558.040955 116.86615 L 557.738586 117.092896 L 557.511841 117.395264 L 557.436218 117.735413 L 557.511841 118.113403 L 557.738586 118.415771 L 558.040955 118.604736 L 558.381104 118.680298 L 559.325989 118.680298 Z"/>
+        </g>
+    </g>
+</svg>
diff --git a/media/IN-CSEResourceStructure.png b/media/IN-CSEResourceStructure.png
new file mode 100644
index 0000000000000000000000000000000000000000..f78577a73ba746273a098b4a0f14f23db684b6f1
Binary files /dev/null and b/media/IN-CSEResourceStructure.png differ
diff --git a/media/IN-CSEResourceStructure.svg b/media/IN-CSEResourceStructure.svg
new file mode 100644
index 0000000000000000000000000000000000000000..7a74ac477b81cc3372459f1f8e928307673d9262
--- /dev/null
+++ b/media/IN-CSEResourceStructure.svg
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated by Pixelmator Pro 3.5.6 -->
+<svg width="328" height="212" viewBox="0 0 328 212" xmlns="http://www.w3.org/2000/svg">
+    <clipPath id="clipPath1">
+        <path d="M -16.108658 15.269287 L 315.771652 15.269287 L 315.771652 206.173218 L -16.108658 206.173218 L -16.108658 15.269287 Z"/>
+        <path clip-rule="evenodd" d="M -16.108658 15.269287 L 315.809433 15.269287 L 315.809433 206.211029 L -16.108658 206.211029 Z"/>
+    </clipPath>
+    <g id="Group" clip-path="url(#clipPath1)">
+        <path id="Path" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 134.316528 131.22522 L 298.385803 131.22522 L 298.385803 95.886597 L 134.127563 95.886597 L 134.127563 131.074036"/>
+        <path id="path1" fill="#000000" fill-rule="evenodd" stroke="none" d="M 134.35434 131.451965 L 134.35434 131.036194 L 134.127563 131.036194 L 134.051971 131.036194 L 133.976379 131.074036 L 133.938568 131.149597 L 133.900787 131.22522 L 133.938568 131.338562 L 133.976379 131.376404 L 134.051971 131.451965 L 134.127563 131.451965 L 134.35434 131.451965 Z"/>
+        <path id="path2" fill="#000000" fill-rule="evenodd" stroke="none" d="M 134.35434 131.036194 L 133.900787 131.036194 L 133.900787 131.22522 L 133.938568 131.338562 L 133.976379 131.376404 L 134.051971 131.451965 L 134.127563 131.451965 L 134.203156 131.451965 L 134.278748 131.376404 L 134.316528 131.338562 L 134.35434 131.22522 L 134.35434 131.036194 Z"/>
+        <text id="home" xml:space="preserve" x="148" y="122" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">home</text>
+        <text id="text1" xml:space="preserve" x="197" y="122" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">_</text>
+        <text id="gateway" xml:space="preserve" x="208" y="122" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">gateway</text>
+        <path id="path3" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 21.308655 79.10553 L 185.37796 79.10553 L 185.37796 27.212585 L 21.11969 27.212585 L 21.11969 78.916565"/>
+        <path id="path4" fill="#000000" fill-rule="evenodd" stroke="none" d="M 21.346466 79.294495 L 21.346466 78.878723 L 21.11969 78.878723 L 21.044098 78.878723 L 20.968506 78.954346 L 20.930695 78.992126 L 20.892914 79.10553 L 20.930695 79.181091 L 20.968506 79.256714 L 21.044098 79.294495 L 21.11969 79.294495 L 21.346466 79.294495 Z"/>
+        <path id="path5" fill="#000000" fill-rule="evenodd" stroke="none" d="M 21.346466 78.878723 L 20.892914 78.878723 L 20.892914 79.10553 L 20.930695 79.181091 L 20.968506 79.256714 L 21.044098 79.294495 L 21.11969 79.294495 L 21.195282 79.294495 L 21.270874 79.256714 L 21.308655 79.181091 L 21.346466 79.10553 L 21.346466 78.878723 Z"/>
+        <text id="server" xml:space="preserve" x="69" y="63" font-family="Times New Roman" font-size="24.907087" font-weight="700" fill="#000000">server</text>
+        <path id="path6" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 133.938568 113.574829 L 103.24881 113.574829 L 103.24881 79.294495"/>
+        <path id="path7" fill="#000000" fill-rule="evenodd" stroke="none" d="M 133.900787 113.348022 L 133.900787 113.763794 L 134.127563 113.763794 L 134.203156 113.763794 L 134.278748 113.726013 L 134.316528 113.650391 L 134.35434 113.574829 L 134.316528 113.499207 L 134.278748 113.423645 L 134.203156 113.385803 L 134.127563 113.348022 L 133.900787 113.348022 Z"/>
+        <path id="path8" fill="#000000" fill-rule="evenodd" stroke="none" d="M 103.022034 79.294495 L 103.475586 79.294495 L 103.475586 79.10553 L 103.437805 78.992126 L 103.399994 78.954346 L 103.324402 78.878723 L 103.24881 78.878723 L 103.173218 78.878723 L 103.097626 78.954346 L 103.059845 78.992126 L 103.022034 79.10553 L 103.022034 79.294495 Z"/>
+        <path id="path9" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 134.316528 188.863007 L 298.385803 188.863007 L 298.385803 154.50708 L 134.127563 154.50708 L 134.127563 188.674011"/>
+        <path id="path10" fill="#000000" fill-rule="evenodd" stroke="none" d="M 134.35434 189.089752 L 134.35434 188.63623 L 134.127563 188.63623 L 134.051971 188.674011 L 133.976379 188.711823 L 133.938568 188.787415 L 133.900787 188.863007 L 133.938568 188.938568 L 133.976379 189.01416 L 134.051971 189.051971 L 134.127563 189.089752 L 134.35434 189.089752 Z"/>
+        <path id="path11" fill="#000000" fill-rule="evenodd" stroke="none" d="M 134.35434 188.63623 L 133.900787 188.63623 L 133.900787 188.863007 L 133.938568 188.938568 L 133.976379 189.01416 L 134.051971 189.051971 L 134.127563 189.089752 L 134.203156 189.051971 L 134.278748 189.01416 L 134.316528 188.938568 L 134.35434 188.863007 L 134.35434 188.63623 Z"/>
+        <text id="smartphone" xml:space="preserve" x="145" y="180" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">smartphone</text>
+        <text id="text2" xml:space="preserve" x="254" y="180" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">_</text>
+        <text id="ae" xml:space="preserve" x="265" y="180" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">ae</text>
+        <path id="path12" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 133.938568 171.703949 L 103.24881 171.703949 L 103.24881 79.294495"/>
+        <path id="path13" fill="#000000" fill-rule="evenodd" stroke="none" d="M 133.900787 171.477173 L 133.900787 171.892914 L 134.127563 171.892914 L 134.203156 171.892914 L 134.278748 171.855133 L 134.316528 171.779541 L 134.35434 171.703949 L 134.316528 171.590546 L 134.278748 171.552765 L 134.203156 171.477173 L 134.127563 171.477173 L 133.900787 171.477173 Z"/>
+        <path id="path14" fill="#000000" fill-rule="evenodd" stroke="none" d="M 103.022034 79.294495 L 103.475586 79.294495 L 103.475586 79.10553 L 103.437805 78.992126 L 103.399994 78.954346 L 103.324402 78.878723 L 103.24881 78.878723 L 103.173218 78.878723 L 103.097626 78.954346 L 103.059845 78.992126 L 103.022034 79.10553 L 103.022034 79.294495 Z"/>
+    </g>
+</svg>
diff --git a/media/InitialResourceCreationPhaseCallFlows.png b/media/InitialResourceCreationPhaseCallFlows.png
new file mode 100644
index 0000000000000000000000000000000000000000..11b42785408fbdd9dd70268a11d2b2d3aaefde14
Binary files /dev/null and b/media/InitialResourceCreationPhaseCallFlows.png differ
diff --git a/media/InitialResourceCreationPhaseCallFlows.svg b/media/InitialResourceCreationPhaseCallFlows.svg
new file mode 100644
index 0000000000000000000000000000000000000000..33b0371615d0cd2916482dc8c3d604c6603a6d03
--- /dev/null
+++ b/media/InitialResourceCreationPhaseCallFlows.svg
@@ -0,0 +1,230 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated by Pixelmator Pro 3.5.6 -->
+<svg width="754" height="640" viewBox="0 0 754 640" xmlns="http://www.w3.org/2000/svg">
+    <clipPath id="clipPath1">
+        <path d="M 14.795277 13.173203 L 732.867725 13.173203 L 732.867725 638.231491 L 14.795277 638.231491 L 14.795277 13.173203 Z"/>
+    </clipPath>
+    <g id="Group" clip-path="url(#clipPath1)">
+        <path id="Path" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 25.755905 20.240967 L 82.411026 20.240967 L 82.411026 48.587402 L 25.755905 48.587402 L 25.755905 20.240967 Z"/>
+        <path id="path1" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 25.755905 48.587402 L 82.411026 48.587402 L 82.411026 20.240967 L 25.755905 20.240967 L 25.755905 48.587402 Z"/>
+        <path id="path2" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 54.102364 16.688171 L 54.102364 16.688171 L 54.102364 16.688171 L 54.102364 16.688171 L 54.102364 16.688171 L 54.102364 16.688171 Z"/>
+        <path id="path3" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 54.102364 48.436218 L 54.102364 607.163818"/>
+        <path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 53.800003 48.473999 L 54.366928 48.473999 L 54.366928 48.171631 L 54.329132 48.058289 L 54.291336 47.982666 L 54.177956 47.907104 L 54.102364 47.907104 L 53.988976 47.907104 L 53.875587 47.982666 L 53.837799 48.058289 L 53.800003 48.171631 L 53.800003 48.473999 Z"/>
+        <path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 54.366928 607.125977 L 53.800003 607.125977 L 53.800003 607.390564 L 53.837799 607.503906 L 53.875587 607.61731 L 53.988976 607.655151 L 54.102364 607.692871 L 54.177956 607.655151 L 54.291336 607.61731 L 54.329132 607.503906 L 54.366928 607.390564 L 54.366928 607.125977 Z"/>
+        <path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 16.307087 20.618896 L 91.85984 20.618896 L 91.85984 48.171631 L 16.307087 48.171631 L 16.307087 20.618896 Z"/>
+        <path id="path7" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 16.307087 48.171631 L 91.85984 48.171631 L 91.85984 20.618896 L 16.307087 20.618896 L 16.307087 48.171631 Z"/>
+        <text id="ADN" xml:space="preserve" x="28" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">ADN</text>
+        <text id="-" xml:space="preserve" x="53" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
+        <text id="AE" xml:space="preserve" x="57" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">AE</text>
+        <text id="1" xml:space="preserve" x="72" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">1</text>
+        <path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 161.743301 19.825195 L 218.360626 19.825195 L 218.360626 48.171631 L 161.743301 48.171631 L 161.743301 19.825195 Z"/>
+        <path id="path9" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 161.743301 48.171631 L 218.360626 48.171631 L 218.360626 19.825195 L 161.743301 19.825195 L 161.743301 48.171631 Z"/>
+        <text id="AND" xml:space="preserve" x="170" y="39" font-family="Calibri" font-size="9.977953" fill="#ffffff">AND</text>
+        <text id="text1" xml:space="preserve" x="189" y="39" font-family="Calibri" font-size="9.977953" fill="#ffffff">-</text>
+        <text id="text2" xml:space="preserve" x="192" y="39" font-family="Calibri" font-size="9.977953" fill="#ffffff">AE</text>
+        <text id="2" xml:space="preserve" x="203" y="39" font-family="Calibri" font-size="9.977953" fill="#ffffff">2</text>
+        <path id="path10" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 190.051971 16.272461 L 190.051971 16.272461 L 190.051971 16.272461 L 190.051971 16.272461 L 190.051971 16.272461 L 190.051971 16.272461 Z"/>
+        <path id="path11" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 190.051971 47.982666 L 190.051971 616.61261"/>
+        <path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 189.787399 48.020447 L 190.316528 48.020447 L 190.316528 47.75592 L 190.316528 47.642517 L 190.240952 47.566956 L 190.165359 47.491333 L 190.051971 47.491333 L 189.938583 47.491333 L 189.862991 47.566956 L 189.787399 47.642517 L 189.787399 47.75592 L 189.787399 48.020447 Z"/>
+        <path id="path13" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 190.316528 616.574829 L 189.787399 616.574829 L 189.787399 616.839355 L 189.787399 616.952759 L 189.862991 617.066162 L 189.938583 617.103943 L 190.051971 617.141724 L 190.165359 617.103943 L 190.240952 617.066162 L 190.316528 616.952759 L 190.316528 616.839355 L 190.316528 616.574829 Z"/>
+        <path id="path14" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 152.294495 20.203125 L 227.809448 20.203125 L 227.809448 47.75592 L 152.294495 47.75592 L 152.294495 20.203125 Z"/>
+        <path id="path15" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 152.294495 47.75592 L 227.809448 47.75592 L 227.809448 20.203125 L 152.294495 20.203125 L 152.294495 47.75592 Z"/>
+        <text id="text3" xml:space="preserve" x="164" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">ADN</text>
+        <text id="text4" xml:space="preserve" x="189" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
+        <text id="text5" xml:space="preserve" x="193" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">AE</text>
+        <text id="text6" xml:space="preserve" x="208" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">2</text>
+        <path id="path16" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 297.692902 20.203125 L 354.348022 20.203125 L 354.348022 48.549622 L 297.692902 48.549622 L 297.692902 20.203125 Z"/>
+        <path id="path17" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 297.692902 48.549622 L 354.348022 48.549622 L 354.348022 20.203125 L 297.692902 20.203125 L 297.692902 48.549622 Z"/>
+        <path id="path18" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 326.039368 15.47876 L 326.039368 15.47876 L 326.039368 15.47876 L 326.039368 15.47876 L 326.039368 15.47876 L 326.039368 15.47876 Z"/>
+        <path id="path19" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 326.039368 49.570068 L 326.039368 616.61261"/>
+        <path id="path20" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 325.737 49.607849 L 326.303925 49.607849 L 326.303925 49.343323 L 326.266144 49.229919 L 326.228333 49.154358 L 326.11496 49.078735 L 326.039368 49.040955 L 325.925995 49.078735 L 325.812592 49.154358 L 325.774811 49.229919 L 325.737 49.343323 L 325.737 49.607849 Z"/>
+        <path id="path21" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 326.303925 616.574829 L 325.737 616.574829 L 325.737 616.839355 L 325.774811 616.952759 L 325.812592 617.066162 L 325.925995 617.103943 L 326.039368 617.141724 L 326.11496 617.103943 L 326.228333 617.066162 L 326.266144 616.952759 L 326.303925 616.839355 L 326.303925 616.574829 Z"/>
+        <path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 288.24408 19.409424 L 363.796844 19.409424 L 363.796844 49.343323 L 288.24408 49.343323 L 288.24408 19.409424 Z"/>
+        <path id="path23" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 288.24408 49.343323 L 363.796844 49.343323 L 363.796844 19.409424 L 288.24408 19.409424 L 288.24408 49.343323 Z"/>
+        <text id="MN" xml:space="preserve" x="305" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">MN</text>
+        <text id="text7" xml:space="preserve" x="326" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
+        <text id="text8" xml:space="preserve" x="330" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">AE</text>
+        <path id="path24" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 452.842529 19.409424 L 509.49762 19.409424 L 509.49762 47.75592 L 452.842529 47.75592 L 452.842529 19.409424 Z"/>
+        <path id="path25" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 452.842529 47.75592 L 509.49762 47.75592 L 509.49762 19.409424 L 452.842529 19.409424 L 452.842529 47.75592 Z"/>
+        <path id="path26" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 481.151184 14.685059 L 481.151184 14.685059 L 481.151184 14.685059 L 481.151184 14.685059 L 481.151184 14.685059 L 481.151184 14.685059 Z"/>
+        <path id="path27" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 481.151184 48.776367 L 481.151184 616.61261"/>
+        <path id="path28" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 480.886627 48.814148 L 481.453552 48.814148 L 481.453552 48.549622 L 481.415741 48.436218 L 481.340149 48.360657 L 481.264557 48.285034 L 481.151184 48.285034 L 481.037781 48.285034 L 480.962219 48.360657 L 480.886627 48.436218 L 480.886627 48.549622 L 480.886627 48.814148 Z"/>
+        <path id="path29" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 481.453552 616.574829 L 480.886627 616.574829 L 480.886627 616.839355 L 480.886627 616.952759 L 480.962219 617.066162 L 481.037781 617.103943 L 481.151184 617.141724 L 481.264557 617.103943 L 481.340149 617.066162 L 481.415741 616.952759 L 481.453552 616.839355 L 481.453552 616.574829 Z"/>
+        <path id="path30" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 443.393707 18.653564 L 518.908691 18.653564 L 518.908691 48.549622 L 443.393707 48.549622 L 443.393707 18.653564 Z"/>
+        <path id="path31" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 443.393707 48.549622 L 518.908691 48.549622 L 518.908691 18.653564 L 443.393707 18.653564 L 443.393707 48.549622 Z"/>
+        <text id="text9" xml:space="preserve" x="458" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">MN</text>
+        <text id="text10" xml:space="preserve" x="478" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
+        <text id="CSE" xml:space="preserve" x="482" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">CSE</text>
+        <path id="path32" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 583.122864 19.409424 L 639.777954 19.409424 L 639.777954 47.75592 L 583.122864 47.75592 L 583.122864 19.409424 Z"/>
+        <path id="path33" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 583.122864 47.75592 L 639.777954 47.75592 L 639.777954 19.409424 L 583.122864 19.409424 L 583.122864 47.75592 Z"/>
+        <path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 611.431519 15.47876 L 611.431519 15.47876 L 611.431519 15.47876 L 611.431519 15.47876 L 611.431519 15.47876 L 611.431519 15.47876 Z"/>
+        <path id="path35" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 611.431519 47.982666 L 611.431519 616.61261"/>
+        <path id="path36" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 611.166931 48.020447 L 611.696045 48.020447 L 611.696045 47.75592 L 611.696045 47.642517 L 611.620483 47.566956 L 611.544861 47.491333 L 611.431519 47.491333 L 611.318115 47.491333 L 611.242493 47.566956 L 611.166931 47.642517 L 611.166931 47.75592 L 611.166931 48.020447 Z"/>
+        <path id="path37" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 611.696045 616.574829 L 611.166931 616.574829 L 611.166931 616.839355 L 611.166931 616.952759 L 611.242493 617.066162 L 611.318115 617.103943 L 611.431519 617.141724 L 611.544861 617.103943 L 611.620483 617.066162 L 611.696045 616.952759 L 611.696045 616.839355 L 611.696045 616.574829 Z"/>
+        <path id="path38" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 573.674011 19.409424 L 649.188965 19.409424 L 649.188965 47.75592 L 573.674011 47.75592 L 573.674011 19.409424 Z"/>
+        <path id="path39" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 573.674011 47.75592 L 649.188965 47.75592 L 649.188965 19.409424 L 573.674011 19.409424 L 573.674011 47.75592 Z"/>
+        <text id="IN" xml:space="preserve" x="592" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">IN</text>
+        <text id="text11" xml:space="preserve" x="605" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
+        <text id="text12" xml:space="preserve" x="609" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">CSE</text>
+        <path id="path40" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 665.251953 19.409424 L 721.907104 19.409424 L 721.907104 47.75592 L 665.251953 47.75592 L 665.251953 19.409424 Z"/>
+        <path id="path41" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 665.251953 47.75592 L 721.907104 47.75592 L 721.907104 19.409424 L 665.251953 19.409424 L 665.251953 47.75592 Z"/>
+        <path id="path42" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 693.59845 15.47876 L 693.59845 15.47876 L 693.59845 15.47876 L 693.59845 15.47876 L 693.59845 15.47876 L 693.59845 15.47876 Z"/>
+        <path id="path43" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 693.59845 47.982666 L 693.59845 616.61261"/>
+        <path id="path44" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 693.296082 48.020447 L 693.862976 48.020447 L 693.862976 47.75592 L 693.825195 47.642517 L 693.787415 47.566956 L 693.674011 47.491333 L 693.59845 47.491333 L 693.485046 47.491333 L 693.371643 47.566956 L 693.333862 47.642517 L 693.296082 47.75592 L 693.296082 48.020447 Z"/>
+        <path id="path45" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 693.862976 616.574829 L 693.296082 616.574829 L 693.296082 616.839355 L 693.333862 616.952759 L 693.371643 617.066162 L 693.485046 617.103943 L 693.59845 617.141724 L 693.674011 617.103943 L 693.787415 617.066162 L 693.825195 616.952759 L 693.862976 616.839355 L 693.862976 616.574829 Z"/>
+        <path id="path46" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 655.803162 19.409424 L 731.355896 19.409424 L 731.355896 47.75592 L 655.803162 47.75592 L 655.803162 19.409424 Z"/>
+        <path id="path47" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 655.803162 47.75592 L 731.355896 47.75592 L 731.355896 19.409424 L 655.803162 19.409424 L 655.803162 47.75592 Z"/>
+        <text id="text13" xml:space="preserve" x="677" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">IN</text>
+        <text id="text14" xml:space="preserve" x="689" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
+        <text id="text15" xml:space="preserve" x="694" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">AE</text>
+        <path id="path48" fill="none" stroke="#7c9530" stroke-width="1.662992" stroke-linejoin="round" d="M 326.757477 164.694458 L 471.211029 163.976379"/>
+        <path id="path49" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 326.87088 165.526001 L 326.87088 163.862976 L 326.001587 163.862976 L 325.699219 163.938599 L 325.434631 164.127563 L 325.245667 164.392151 L 325.207886 164.694458 L 325.245667 165.034668 L 325.434631 165.299194 L 325.699219 165.488159 L 326.039368 165.526001 L 326.87088 165.526001 Z"/>
+        <path id="path50" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 471.097626 163.144897 L 471.135437 164.807861 L 471.966919 164.807861 L 472.269287 164.7323 L 472.533844 164.543335 L 472.722839 164.278748 L 472.798431 163.976379 L 472.722839 163.63623 L 472.533844 163.371643 L 472.269287 163.182678 L 471.929138 163.144897 L 471.097626 163.144897 Z"/>
+        <path id="path51" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 470.606293 158.722839 L 481.151184 163.900818 L 470.644104 169.229919 L 470.606293 158.722839 L 470.606293 158.722839 Z"/>
+        <path id="path52" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 397.737 158.987427 L 409.453552 158.987427 L 409.453552 169.645691 L 397.737 169.645691 L 397.737 158.987427 Z"/>
+        <text id="text16" xml:space="preserve" x="397" y="169" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
+        <text id="text17" xml:space="preserve" x="401" y="169" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
+        <text id="text18" xml:space="preserve" x="404" y="169" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
+        <path id="path53" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 341.11969 57.922852 L 465.730713 57.922852 L 465.730713 133.210999 L 341.11969 133.210999 L 341.11969 57.922852 Z"/>
+        <path id="path54" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 341.11969 133.210999 L 465.730713 133.210999 L 465.730713 57.922852 L 341.11969 57.922852 L 341.11969 133.210999 Z"/>
+        <text id="Group-resource-creation-" xml:space="preserve" x="345" y="78" font-family="Calibri" font-size="11.111811" fill="#406fc5">Group resource creation</text>
+        <text id="for" xml:space="preserve" x="345" y="92" font-family="Calibri" font-size="11.111811" fill="#406fc5">for</text>
+        <text id="u" xml:space="preserve" x="360" y="92" font-family="Calibri" font-size="11.111811" fill="#406fc5">u</text>
+        <text id="pdating-and-retrieval-" xml:space="preserve" x="366" y="92" font-family="Calibri" font-size="11.111811" fill="#406fc5">pdating and retrieval</text>
+        <text id="of-the-state-of" xml:space="preserve" x="345" y="105" font-family="Calibri" font-size="11.111811" fill="#406fc5">of the state of a group of</text>
+        <text id="lights" xml:space="preserve" x="345" y="122" font-family="Calibri" font-size="11.111811" fill="#406fc5">lights</text>
+        <text id="text19" xml:space="preserve" x="369" y="122" font-family="Calibri" font-size="11.111811" fill="#406fc5">.</text>
+        <path id="path55" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 493.094482 139.522827 L 598.240967 139.522827 L 598.240967 227.661438 L 493.094482 227.661438 L 493.094482 139.522827 Z"/>
+        <path id="path56" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 493.094482 227.661438 L 598.240967 227.661438 L 598.240967 139.522827 L 493.094482 139.522827 L 493.094482 227.661438 Z"/>
+        <text id="Group-resource-is-" xml:space="preserve" x="505" y="162" font-family="Calibri" font-size="11.111811" fill="#406fc5">Group resource is</text>
+        <text id="created-with-a-" xml:space="preserve" x="512" y="176" font-family="Calibri" font-size="11.111811" fill="#406fc5">created with a</text>
+        <text id="specific-access-" xml:space="preserve" x="512" y="189" font-family="Calibri" font-size="11.111811" fill="#406fc5">specific access</text>
+        <text id="control-policy-under-" xml:space="preserve" x="499" y="202" font-family="Calibri" font-size="11.111811" fill="#406fc5">control policy under</text>
+        <text id="text20" xml:space="preserve" x="526" y="216" font-family="Calibri" font-size="11.111811" fill="#406fc5">MN</text>
+        <text id="text21" xml:space="preserve" x="543" y="216" font-family="Calibri" font-size="11.111811" fill="#406fc5">-</text>
+        <text id="text22" xml:space="preserve" x="546" y="216" font-family="Calibri" font-size="11.111811" fill="#406fc5">CSE</text>
+        <path id="path57" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 69.371651 222.483459 L 174.782684 222.483459 L 174.782684 261.110229 L 69.371651 261.110229 L 69.371651 222.483459 Z"/>
+        <path id="path58" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 69.371651 261.110229 L 174.782684 261.110229 L 174.782684 222.483459 L 69.371651 222.483459 L 69.371651 261.110229 Z"/>
+        <text id="container-resource-" xml:space="preserve" x="73" y="238" font-family="Calibri" font-size="11.111811" fill="#406fc5">container resource</text>
+        <text id="creation" xml:space="preserve" x="73" y="255" font-family="Calibri" font-size="11.111811" fill="#406fc5">creation</text>
+        <text id="for-light" xml:space="preserve" x="113" y="255" font-family="Calibri" font-size="11.111811" fill="#406fc5">for light</text>
+        <text id="text23" xml:space="preserve" x="148" y="255" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
+        <text id="text24" xml:space="preserve" x="154" y="255" font-family="Calibri" font-size="11.111811" fill="#406fc5">1</text>
+        <path id="path59" fill="none" stroke="#595959" stroke-width="1.662992" stroke-linejoin="round" d="M 54.820473 269.727539 L 471.211029 270.10553"/>
+        <path id="path60" fill="#595959" fill-rule="evenodd" stroke="none" d="M 54.933861 270.559082 L 54.933861 268.896057 L 54.102364 268.896057 L 53.762207 268.97168 L 53.497635 269.122864 L 53.308662 269.425171 L 53.270866 269.727539 L 53.308662 270.029907 L 53.497635 270.332275 L 53.762207 270.483459 L 54.102364 270.559082 L 54.933861 270.559082 Z"/>
+        <path id="path61" fill="#595959" fill-rule="evenodd" stroke="none" d="M 471.135437 269.236206 L 471.097626 270.937012 L 471.966919 270.937012 L 472.269287 270.861389 L 472.533844 270.672424 L 472.722839 270.407898 L 472.798431 270.10553 L 472.722839 269.765381 L 472.533844 269.500793 L 472.269287 269.311829 L 471.966919 269.236206 L 471.135437 269.236206 Z"/>
+        <path id="path62" fill="#595959" fill-rule="evenodd" stroke="none" d="M 470.644104 264.814148 L 481.151184 270.10553 L 470.644104 275.35907 L 470.644104 264.814148 L 470.644104 264.814148 Z"/>
+        <path id="path63" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 261.749603 264.587402 L 273.466156 264.587402 L 273.466156 275.245667 L 261.749603 275.245667 L 261.749603 264.587402 Z"/>
+        <text id="text25" xml:space="preserve" x="261" y="275" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
+        <text id="text26" xml:space="preserve" x="265" y="275" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
+        <text id="text27" xml:space="preserve" x="268" y="275" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
+        <path id="path64" fill="none" stroke="#595959" stroke-width="1.662992" stroke-linejoin="round" d="M 190.770081 331.144897 L 471.211029 331.900818"/>
+        <path id="path65" fill="#595959" fill-rule="evenodd" stroke="none" d="M 190.883469 331.976379 L 190.883469 330.313416 L 190.051971 330.275574 L 189.749603 330.351196 L 189.485046 330.540161 L 189.296066 330.804749 L 189.220474 331.107117 L 189.296066 331.447266 L 189.44725 331.711792 L 189.749603 331.900818 L 190.051971 331.976379 L 190.883469 331.976379 Z"/>
+        <path id="path66" fill="#595959" fill-rule="evenodd" stroke="none" d="M 471.135437 331.069275 L 471.097626 332.7323 L 471.929138 332.7323 L 472.269287 332.656677 L 472.533844 332.467712 L 472.722839 332.203125 L 472.798431 331.900818 L 472.722839 331.560608 L 472.533844 331.296082 L 472.269287 331.107117 L 471.966919 331.069275 L 471.135437 331.069275 Z"/>
+        <path id="path67" fill="#595959" fill-rule="evenodd" stroke="none" d="M 470.644104 326.609436 L 481.151184 331.900818 L 470.606293 337.154358 L 470.644104 326.609436 L 470.644104 326.609436 Z"/>
+        <path id="path68" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 329.743317 326.193726 L 341.459839 326.193726 L 341.459839 336.85199 L 329.743317 336.85199 L 329.743317 326.193726 Z"/>
+        <text id="text28" xml:space="preserve" x="329" y="336" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
+        <text id="text29" xml:space="preserve" x="333" y="336" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
+        <text id="text30" xml:space="preserve" x="336" y="336" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
+        <path id="path69" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 209.743301 281.897644 L 315.154327 281.897644 L 315.154327 320.524414 L 209.743301 320.524414 L 209.743301 281.897644 Z"/>
+        <path id="path70" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 209.743301 320.524414 L 315.154327 320.524414 L 315.154327 281.897644 L 209.743301 281.897644 L 209.743301 320.524414 Z"/>
+        <text id="text31" xml:space="preserve" x="213" y="297" font-family="Calibri" font-size="11.111811" fill="#406fc5">container resource</text>
+        <text id="creation-for-light" xml:space="preserve" x="213" y="315" font-family="Calibri" font-size="11.111811" fill="#406fc5">creation for light</text>
+        <text id="text32" xml:space="preserve" x="289" y="315" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
+        <text id="text33" xml:space="preserve" x="294" y="315" font-family="Calibri" font-size="11.111811" fill="#406fc5">2</text>
+        <path id="path71" fill="none" stroke="#007f7f" stroke-width="1.662992" stroke-linejoin="round" d="M 55.46299 396.455109 L 471.853546 396.833069"/>
+        <path id="path72" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 55.576378 397.286621 L 55.576378 395.623627 L 54.744881 395.623627 L 54.404724 395.699219 L 54.14016 395.850403 L 53.95118 396.152771 L 53.913383 396.455109 L 53.95118 396.757477 L 54.14016 397.059845 L 54.404724 397.211029 L 54.744881 397.286621 L 55.576378 397.286621 Z"/>
+        <path id="path73" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.777954 395.963776 L 471.777954 397.664581 L 472.609436 397.664581 L 472.911804 397.588989 L 473.176392 397.399994 L 473.365356 397.135437 L 473.440948 396.833069 L 473.365356 396.49292 L 473.176392 396.228333 L 472.911804 396.039368 L 472.609436 395.963776 L 471.777954 395.963776 Z"/>
+        <path id="path74" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.286621 391.541718 L 481.793701 396.833069 L 471.286621 402.086609 L 471.286621 391.541718 L 471.286621 391.541718 Z"/>
+        <path id="path75" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 262.39212 391.314972 L 274.146454 391.314972 L 274.146454 401.973236 L 262.39212 401.973236 L 262.39212 391.314972 Z"/>
+        <text id="3" xml:space="preserve" x="261" y="401" font-family="Calibri" font-size="8.88189" fill="#607423">3</text>
+        <text id="text34" xml:space="preserve" x="266" y="401" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
+        <text id="text35" xml:space="preserve" x="269" y="401" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
+        <path id="path76" fill="none" stroke="#007f7f" stroke-width="1.662992" stroke-linejoin="round" d="M 190.770081 466.527557 L 471.211029 467.283478"/>
+        <path id="path77" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 190.883469 467.35907 L 190.883469 465.696075 L 190.051971 465.696075 L 189.749603 465.733856 L 189.485046 465.922821 L 189.296066 466.187408 L 189.220474 466.527557 L 189.296066 466.829926 L 189.44725 467.094482 L 189.749603 467.283478 L 190.051971 467.35907 L 190.883469 467.35907 Z"/>
+        <path id="path78" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.135437 466.451965 L 471.097626 468.11496 L 471.929138 468.11496 L 472.269287 468.039368 L 472.533844 467.850403 L 472.722839 467.585815 L 472.798431 467.283478 L 472.722839 466.943298 L 472.533844 466.678741 L 472.269287 466.489777 L 471.966919 466.451965 L 471.135437 466.451965 Z"/>
+        <path id="path79" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 470.644104 461.992126 L 481.151184 467.283478 L 470.606293 472.537018 L 470.644104 461.992126 L 470.644104 461.992126 Z"/>
+        <path id="path80" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 329.743317 461.576385 L 341.459839 461.576385 L 341.459839 472.23465 L 329.743317 472.23465 L 329.743317 461.576385 Z"/>
+        <text id="text36" xml:space="preserve" x="329" y="472" font-family="Calibri" font-size="8.88189" fill="#607423">3</text>
+        <text id="text37" xml:space="preserve" x="333" y="472" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
+        <text id="text38" xml:space="preserve" x="336" y="472" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
+        <path id="path81" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 69.371651 333.488159 L 174.782684 333.488159 L 174.782684 390.143311 L 69.371651 390.143311 L 69.371651 333.488159 Z"/>
+        <path id="path82" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 69.371651 390.143311 L 174.782684 390.143311 L 174.782684 333.488159 L 69.371651 333.488159 L 69.371651 390.143311 Z"/>
+        <text id="contentInstance-" xml:space="preserve" x="73" y="344" font-family="Calibri" font-size="11.111811" fill="#406fc5">contentInstance</text>
+        <text id="resource-creation-" xml:space="preserve" x="73" y="358" font-family="Calibri" font-size="11.111811" fill="#406fc5">resource creation</text>
+        <text id="under-container-of-" xml:space="preserve" x="73" y="371" font-family="Calibri" font-size="11.111811" fill="#406fc5">under container of</text>
+        <text id="light" xml:space="preserve" x="73" y="388" font-family="Calibri" font-size="11.111811" fill="#406fc5">light</text>
+        <text id="text39" xml:space="preserve" x="93" y="388" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
+        <text id="text40" xml:space="preserve" x="98" y="388" font-family="Calibri" font-size="11.111811" fill="#406fc5">1</text>
+        <path id="path83" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 207.324402 402.766937 L 312.470856 402.766937 L 312.470856 459.422058 L 207.324402 459.422058 L 207.324402 402.766937 Z"/>
+        <path id="path84" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 207.324402 459.422058 L 312.470856 459.422058 L 312.470856 402.766937 L 207.324402 402.766937 L 207.324402 459.422058 Z"/>
+        <text id="text41" xml:space="preserve" x="211" y="414" font-family="Calibri" font-size="11.111811" fill="#406fc5">contentInstance</text>
+        <text id="text42" xml:space="preserve" x="211" y="427" font-family="Calibri" font-size="11.111811" fill="#406fc5">resource creation</text>
+        <text id="text43" xml:space="preserve" x="211" y="440" font-family="Calibri" font-size="11.111811" fill="#406fc5">under container of</text>
+        <text id="text44" xml:space="preserve" x="211" y="458" font-family="Calibri" font-size="11.111811" fill="#406fc5">light</text>
+        <text id="text45" xml:space="preserve" x="231" y="458" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
+        <text id="text46" xml:space="preserve" x="236" y="458" font-family="Calibri" font-size="11.111811" fill="#406fc5">2</text>
+        <path id="path85" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 493.094482 254.0047 L 598.240967 254.0047 L 598.240967 342.143311 L 493.094482 342.143311 L 493.094482 254.0047 Z"/>
+        <path id="path86" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 493.094482 342.143311 L 598.240967 342.143311 L 598.240967 254.0047 L 493.094482 254.0047 L 493.094482 342.143311 Z"/>
+        <text id="Container-resources-" xml:space="preserve" x="499" y="277" font-family="Calibri" font-size="11.111811" fill="#406fc5">Container resources</text>
+        <text id="are-created-with-a" xml:space="preserve" x="504" y="290" font-family="Calibri" font-size="11.111811" fill="#406fc5">are created with a</text>
+        <text id="text47" xml:space="preserve" x="512" y="303" font-family="Calibri" font-size="11.111811" fill="#406fc5">specific access</text>
+        <text id="text48" xml:space="preserve" x="499" y="317" font-family="Calibri" font-size="11.111811" fill="#406fc5">control policy under</text>
+        <text id="text49" xml:space="preserve" x="526" y="330" font-family="Calibri" font-size="11.111811" fill="#406fc5">MN</text>
+        <text id="text50" xml:space="preserve" x="543" y="330" font-family="Calibri" font-size="11.111811" fill="#406fc5">-</text>
+        <text id="text51" xml:space="preserve" x="546" y="330" font-family="Calibri" font-size="11.111811" fill="#406fc5">CSE</text>
+        <path id="path87" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 493.094482 385.759064 L 598.240967 385.759064 L 598.240967 473.897644 L 493.094482 473.897644 L 493.094482 385.759064 Z"/>
+        <path id="path88" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 493.094482 473.897644 L 598.240967 473.897644 L 598.240967 385.759064 L 493.094482 385.759064 L 493.094482 473.897644 Z"/>
+        <text id="ContentInstance-" xml:space="preserve" x="507" y="409" font-family="Calibri" font-size="11.111811" fill="#406fc5">ContentInstance</text>
+        <text id="resources-are-" xml:space="preserve" x="514" y="422" font-family="Calibri" font-size="11.111811" fill="#406fc5">resources are</text>
+        <text id="created-under-" xml:space="preserve" x="513" y="435" font-family="Calibri" font-size="11.111811" fill="#406fc5">created under</text>
+        <text id="created-containers-in-" xml:space="preserve" x="497" y="448" font-family="Calibri" font-size="11.111811" fill="#406fc5">created containers in</text>
+        <text id="text52" xml:space="preserve" x="526" y="462" font-family="Calibri" font-size="11.111811" fill="#406fc5">MN</text>
+        <text id="text53" xml:space="preserve" x="543" y="462" font-family="Calibri" font-size="11.111811" fill="#406fc5">-</text>
+        <text id="text54" xml:space="preserve" x="546" y="462" font-family="Calibri" font-size="11.111811" fill="#406fc5">CSE</text>
+        <path id="path89" fill="none" stroke="#007f7f" stroke-width="1.662992" stroke-linejoin="round" d="M 54.820473 537.771667 L 471.211029 538.149597"/>
+        <path id="path90" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 54.933861 538.603149 L 54.933861 536.940186 L 54.102364 536.940186 L 53.762207 537.015747 L 53.497635 537.166931 L 53.308662 537.469299 L 53.270866 537.771667 L 53.308662 538.111816 L 53.497635 538.376343 L 53.762207 538.527588 L 54.102364 538.603149 L 54.933861 538.603149 Z"/>
+        <path id="path91" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.135437 537.280273 L 471.097626 538.981079 L 471.966919 538.981079 L 472.269287 538.905518 L 472.533844 538.716553 L 472.722839 538.451965 L 472.798431 538.149597 L 472.722839 537.809448 L 472.533844 537.544922 L 472.269287 537.355896 L 471.966919 537.318115 L 471.135437 537.280273 Z"/>
+        <path id="path92" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 470.644104 532.858276 L 481.151184 538.149597 L 470.644104 543.403137 L 470.644104 532.858276 L 470.644104 532.858276 Z"/>
+        <path id="path93" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 261.749603 532.63147 L 273.466156 532.63147 L 273.466156 543.289795 L 261.749603 543.289795 L 261.749603 532.63147 Z"/>
+        <text id="4" xml:space="preserve" x="261" y="543" font-family="Calibri" font-size="8.88189" fill="#607423">4</text>
+        <text id="text55" xml:space="preserve" x="265" y="543" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
+        <text id="text56" xml:space="preserve" x="268" y="543" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
+        <path id="path94" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 69.371651 475.182678 L 174.782684 475.182678 L 174.782684 531.837769 L 69.371651 531.837769 L 69.371651 475.182678 Z"/>
+        <path id="path95" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 69.371651 531.837769 L 174.782684 531.837769 L 174.782684 475.182678 L 69.371651 475.182678 L 69.371651 531.837769 Z"/>
+        <text id="subscription" xml:space="preserve" x="73" y="493" font-family="Calibri" font-size="11.111811" fill="#406fc5">subscription</text>
+        <text id="resource-creation-to-" xml:space="preserve" x="73" y="506" font-family="Calibri" font-size="11.111811" fill="#406fc5">resource creation to</text>
+        <text id="container-of" xml:space="preserve" x="73" y="524" font-family="Calibri" font-size="11.111811" fill="#406fc5">container of</text>
+        <text id="text57" xml:space="preserve" x="130" y="524" font-family="Calibri" font-size="11.111811" fill="#406fc5">light</text>
+        <text id="text58" xml:space="preserve" x="150" y="524" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
+        <text id="text59" xml:space="preserve" x="156" y="524" font-family="Calibri" font-size="11.111811" fill="#406fc5">1</text>
+        <path id="path96" fill="none" stroke="#007f7f" stroke-width="1.662992" stroke-linejoin="round" d="M 190.770081 608.184265 L 471.211029 608.940186"/>
+        <path id="path97" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 190.883469 609.015747 L 190.883469 607.352783 L 190.051971 607.352783 L 189.749603 607.428345 L 189.485046 607.61731 L 189.296066 607.881897 L 189.220474 608.184265 L 189.296066 608.524414 L 189.44725 608.78894 L 189.749603 608.977966 L 190.051971 609.015747 L 190.883469 609.015747 Z"/>
+        <path id="path98" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.135437 608.108643 L 471.097626 609.771667 L 471.929138 609.771667 L 472.269287 609.733887 L 472.533844 609.544922 L 472.722839 609.280273 L 472.798431 608.977966 L 472.722839 608.637817 L 472.533844 608.37323 L 472.269287 608.184265 L 471.966919 608.108643 L 471.135437 608.108643 Z"/>
+        <path id="path99" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 470.644104 603.686646 L 481.151184 608.977966 L 470.606293 614.231506 L 470.644104 603.686646 L 470.644104 603.686646 Z"/>
+        <path id="path100" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 329.743317 603.270874 L 341.459839 603.270874 L 341.459839 613.929138 L 329.743317 613.929138 L 329.743317 603.270874 Z"/>
+        <text id="text60" xml:space="preserve" x="329" y="613" font-family="Calibri" font-size="8.88189" fill="#607423">4</text>
+        <text id="text61" xml:space="preserve" x="333" y="613" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
+        <text id="text62" xml:space="preserve" x="336" y="613" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
+        <path id="path101" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 209.743301 541.664551 L 315.154327 541.664551 L 315.154327 598.319702 L 209.743301 598.319702 L 209.743301 541.664551 Z"/>
+        <path id="path102" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 209.743301 598.319702 L 315.154327 598.319702 L 315.154327 541.664551 L 209.743301 541.664551 L 209.743301 598.319702 Z"/>
+        <text id="text63" xml:space="preserve" x="213" y="559" font-family="Calibri" font-size="11.111811" fill="#406fc5">subscription</text>
+        <text id="text64" xml:space="preserve" x="213" y="573" font-family="Calibri" font-size="11.111811" fill="#406fc5">resource creation to</text>
+        <text id="container-of-light" xml:space="preserve" x="213" y="590" font-family="Calibri" font-size="11.111811" fill="#406fc5">container of light</text>
+        <text id="text65" xml:space="preserve" x="290" y="590" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
+        <text id="text66" xml:space="preserve" x="296" y="590" font-family="Calibri" font-size="11.111811" fill="#406fc5">2</text>
+        <path id="path103" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 493.094482 487.503937 L 598.240967 487.503937 L 598.240967 616.839355 L 493.094482 616.839355 L 493.094482 487.503937 Z"/>
+        <path id="path104" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 493.094482 616.839355 L 598.240967 616.839355 L 598.240967 487.503937 L 493.094482 487.503937 L 493.094482 616.839355 Z"/>
+        <text id="subscription-" xml:space="preserve" x="517" y="518" font-family="Calibri" font-size="11.111811" fill="#406fc5">subscription</text>
+        <text id="resources-" xml:space="preserve" x="517" y="531" font-family="Calibri" font-size="11.111811" fill="#406fc5">resources</text>
+        <text id="to" xml:space="preserve" x="563" y="531" font-family="Calibri" font-size="11.111811" fill="#406fc5">to</text>
+        <text id="containers-in-MN" xml:space="preserve" x="504" y="544" font-family="Calibri" font-size="11.111811" fill="#406fc5">containers in MN</text>
+        <text id="text67" xml:space="preserve" x="582" y="544" font-family="Calibri" font-size="11.111811" fill="#406fc5">-</text>
+        <text id="text68" xml:space="preserve" x="502" y="557" font-family="Calibri" font-size="11.111811" fill="#406fc5">CSE</text>
+        <text id="are-created" xml:space="preserve" x="520" y="557" font-family="Calibri" font-size="11.111811" fill="#406fc5">are created</text>
+        <text id="for-" xml:space="preserve" x="575" y="557" font-family="Calibri" font-size="11.111811" fill="#406fc5">for</text>
+        <text id="monitoring-" xml:space="preserve" x="520" y="571" font-family="Calibri" font-size="11.111811" fill="#406fc5">monitoring</text>
+        <text id="text69" xml:space="preserve" x="508" y="584" font-family="Calibri" font-size="11.111811" fill="#406fc5">contentInstance</text>
+        <text id="update" xml:space="preserve" x="529" y="597" font-family="Calibri" font-size="11.111811" fill="#406fc5">update</text>
+    </g>
+</svg>
diff --git a/media/MN-CSEResourceTree.png b/media/MN-CSEResourceTree.png
new file mode 100644
index 0000000000000000000000000000000000000000..e0d09ee2815bbb13ab0d5bcbd54d9287eb9940c4
Binary files /dev/null and b/media/MN-CSEResourceTree.png differ
diff --git a/media/MN-CSEResourceTree.svg b/media/MN-CSEResourceTree.svg
new file mode 100644
index 0000000000000000000000000000000000000000..283a57529094292ed0d817e3fa45190bfb3fe6d5
--- /dev/null
+++ b/media/MN-CSEResourceTree.svg
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated by Pixelmator Pro 3.5.6 -->
+<svg width="445" height="1034" viewBox="0 0 445 1034" xmlns="http://www.w3.org/2000/svg">
+    <clipPath id="clipPath1">
+        <path d="M -7.32283 -6.724308 L 452.948044 -6.724308 L 452.948044 1040.166927 L -7.32283 1040.166927 L -7.32283 -6.724308 Z"/>
+        <path clip-rule="evenodd" d="M -7.32283 -6.724354 L 452.985825 -6.724354 L 452.985825 1040.204723 L -7.32283 1040.204723 Z"/>
+    </clipPath>
+    <g id="Group" clip-path="url(#clipPath1)">
+        <path id="Path" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 21.968506 66.447266 L 215.291351 66.447266 L 215.291351 22.415771 L 21.817322 22.415771 L 21.817322 66.296082"/>
+        <path id="path1" fill="#000000" fill-rule="evenodd" stroke="none" d="M 22.006302 66.63623 L 22.006302 66.25824 L 21.817322 66.25824 L 21.74173 66.296082 L 21.703934 66.333862 L 21.666138 66.371643 L 21.628342 66.447266 L 21.666138 66.522827 L 21.703934 66.59845 L 21.74173 66.63623 L 21.817322 66.63623 L 22.006302 66.63623 Z"/>
+        <path id="path2" fill="#000000" fill-rule="evenodd" stroke="none" d="M 22.006302 66.25824 L 21.628342 66.25824 L 21.628342 66.447266 L 21.666138 66.522827 L 21.703934 66.59845 L 21.74173 66.63623 L 21.817322 66.63623 L 21.892914 66.63623 L 21.93071 66.59845 L 22.006302 66.522827 L 22.006302 66.447266 L 22.006302 66.25824 Z"/>
+        <text id="home" xml:space="preserve" x="35" y="55" font-family="Times New Roman" font-size="27.288189" fill="#000000">home</text>
+        <text id="text1" xml:space="preserve" x="96" y="55" font-family="Times New Roman" font-size="27.288189" fill="#000000">_</text>
+        <text id="gateway" xml:space="preserve" x="109" y="55" font-family="Times New Roman" font-size="27.288189" fill="#000000">gateway</text>
+        <path id="path3" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 157.426758 549.130737 L 118.535431 549.130737 L 118.535431 66.59845"/>
+        <path id="path4" fill="#000000" fill-rule="evenodd" stroke="none" d="M 157.426758 548.941711 L 157.426758 549.319702 L 157.615753 549.319702 L 157.653534 549.28186 L 157.729126 549.24408 L 157.766937 549.206299 L 157.766937 549.130737 L 157.766937 549.055115 L 157.729126 548.979553 L 157.653534 548.941711 L 157.615753 548.941711 L 157.426758 548.941711 Z"/>
+        <path id="path5" fill="#000000" fill-rule="evenodd" stroke="none" d="M 118.384247 66.63623 L 118.724396 66.63623 L 118.724396 66.447266 L 118.724396 66.371643 L 118.686615 66.333862 L 118.611023 66.296082 L 118.535431 66.25824 L 118.49765 66.296082 L 118.422058 66.333862 L 118.384247 66.371643 L 118.384247 66.447266 L 118.384247 66.63623 Z"/>
+        <path id="path6" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 150.510223 944.922852 L 378.188965 944.922852 L 378.188965 900.891357 L 150.35907 900.891357 L 150.35907 944.771667"/>
+        <path id="path7" fill="#000000" fill-rule="evenodd" stroke="none" d="M 150.548035 945.111816 L 150.548035 944.733887 L 150.35907 944.733887 L 150.283478 944.771667 L 150.207886 944.809448 L 150.170074 944.847229 L 150.170074 944.922852 L 150.170074 944.998413 L 150.207886 945.036255 L 150.283478 945.074036 L 150.35907 945.111816 L 150.548035 945.111816 Z"/>
+        <path id="path8" fill="#000000" fill-rule="evenodd" stroke="none" d="M 150.548035 944.733887 L 150.170074 944.733887 L 150.170074 944.922852 L 150.170074 944.998413 L 150.207886 945.036255 L 150.283478 945.074036 L 150.35907 945.111816 L 150.434631 945.074036 L 150.472443 945.036255 L 150.510223 944.998413 L 150.548035 944.922852 L 150.548035 944.733887 Z"/>
+        <text id="text2" xml:space="preserve" x="213" y="931" font-family="Times New Roman" font-size="21.20315" fill="#000000">gateway</text>
+        <text id="text3" xml:space="preserve" x="284" y="931" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
+        <text id="ae" xml:space="preserve" x="294" y="931" font-family="Times New Roman" font-size="21.20315" fill="#000000">ae</text>
+        <path id="path9" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 157.766937 571.127563 L 378.188965 571.127563 L 378.188965 527.096069 L 157.615753 527.096069 L 157.615753 570.976379"/>
+        <path id="path10" fill="#000000" fill-rule="evenodd" stroke="none" d="M 157.766937 571.316528 L 157.766937 570.938599 L 157.615753 570.938599 L 157.540161 570.976379 L 157.464569 571.01416 L 157.426758 571.052002 L 157.426758 571.127563 L 157.426758 571.203125 L 157.464569 571.278748 L 157.540161 571.316528 L 157.615753 571.316528 L 157.766937 571.316528 Z"/>
+        <path id="path11" fill="#000000" fill-rule="evenodd" stroke="none" d="M 157.766937 570.938599 L 157.426758 570.938599 L 157.426758 571.127563 L 157.426758 571.203125 L 157.464569 571.278748 L 157.540161 571.316528 L 157.615753 571.316528 L 157.653534 571.316528 L 157.729126 571.278748 L 157.766937 571.203125 L 157.766937 571.127563 L 157.766937 570.938599 Z"/>
+        <text id="light" xml:space="preserve" x="227" y="557" font-family="Times New Roman" font-size="21.20315" fill="#000000">light</text>
+        <text id="text4" xml:space="preserve" x="266" y="557" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
+        <text id="text5" xml:space="preserve" x="277" y="557" font-family="Times New Roman" font-size="21.20315" fill="#000000">ae</text>
+        <text id="2" xml:space="preserve" x="296" y="557" font-family="Times New Roman" font-size="21.20315" fill="#000000">2</text>
+        <path id="path12" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 209.281891 629.596863 L 378.188965 629.596863 L 378.188965 585.565369 L 209.130707 585.565369 L 209.130707 629.445679"/>
+        <path id="path13" fill="#000000" fill-rule="evenodd" stroke="none" d="M 209.319672 629.785828 L 209.319672 629.407837 L 209.130707 629.407837 L 209.055115 629.407837 L 209.017334 629.445679 L 208.979523 629.52124 L 208.941742 629.596863 L 208.979523 629.672485 L 209.017334 629.710205 L 209.055115 629.748047 L 209.130707 629.785828 L 209.319672 629.785828 Z"/>
+        <path id="path14" fill="#000000" fill-rule="evenodd" stroke="none" d="M 209.319672 629.407837 L 208.941742 629.407837 L 208.941742 629.596863 L 208.979523 629.672485 L 209.017334 629.710205 L 209.055115 629.748047 L 209.130707 629.785828 L 209.206299 629.748047 L 209.24408 629.710205 L 209.281891 629.672485 L 209.319672 629.596863 L 209.319672 629.407837 Z"/>
+        <text id="text6" xml:space="preserve" x="273" y="616" font-family="Times New Roman" font-size="21.20315" fill="#000000">light</text>
+        <path id="path15" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 208.979523 607.562195 L 189.514954 607.562195 L 189.514954 571.278748"/>
+        <path id="path16" fill="#000000" fill-rule="evenodd" stroke="none" d="M 208.941742 607.411011 L 208.941742 607.751221 L 209.130707 607.751221 L 209.206299 607.751221 L 209.24408 607.713379 L 209.281891 607.637817 L 209.319672 607.562195 L 209.281891 607.524414 L 209.24408 607.448853 L 209.206299 607.411011 L 209.130707 607.411011 L 208.941742 607.411011 Z"/>
+        <path id="path17" fill="#000000" fill-rule="evenodd" stroke="none" d="M 189.325989 571.316528 L 189.703949 571.316528 L 189.703949 571.127563 L 189.703949 571.052002 L 189.666138 571.01416 L 189.590546 570.976379 L 189.514954 570.938599 L 189.439362 570.976379 L 189.401581 571.01416 L 189.36377 571.052002 L 189.325989 571.127563 L 189.325989 571.316528 Z"/>
+        <path id="path18" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.50235 695.322876 L 378.188965 695.322876 L 378.188965 651.291382 L 277.313385 651.291382 L 277.313385 695.171631"/>
+        <path id="path19" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 695.511841 L 277.50235 695.13385 L 277.313385 695.13385 L 277.275604 695.13385 L 277.200012 695.171631 L 277.162201 695.247253 L 277.162201 695.322876 L 277.162201 695.398438 L 277.200012 695.436218 L 277.275604 695.473999 L 277.313385 695.511841 L 277.50235 695.511841 Z"/>
+        <path id="path20" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 695.13385 L 277.162201 695.13385 L 277.162201 695.322876 L 277.162201 695.398438 L 277.200012 695.436218 L 277.275604 695.473999 L 277.313385 695.511841 L 277.388977 695.473999 L 277.464569 695.436218 L 277.50235 695.398438 L 277.50235 695.322876 L 277.50235 695.13385 Z"/>
+        <text id="CI" xml:space="preserve" x="313" y="681" font-family="Times New Roman" font-size="18.179528" fill="#000000">CI</text>
+        <text id="1" xml:space="preserve" x="331" y="681" font-family="Times New Roman" font-size="18.179528" fill="#000000">1</text>
+        <path id="path21" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.162201 673.325989 L 234.302368 673.325989 L 234.302368 645.659851"/>
+        <path id="path22" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.162201 673.136963 L 277.162201 673.477173 L 277.313385 673.477173 L 277.388977 673.477173 L 277.464569 673.439331 L 277.50235 673.36377 L 277.50235 673.325989 L 277.50235 673.250366 L 277.464569 673.174805 L 277.388977 673.136963 L 277.313385 673.136963 L 277.162201 673.136963 Z"/>
+        <path id="path23" fill="#000000" fill-rule="evenodd" stroke="none" d="M 234.113373 645.659851 L 234.453552 645.659851 L 234.453552 645.508667 L 234.453552 645.433105 L 234.415741 645.357483 L 234.37796 645.319702 L 234.302368 645.319702 L 234.226776 645.319702 L 234.151184 645.357483 L 234.113373 645.433105 L 234.113373 645.508667 L 234.113373 645.659851 Z"/>
+        <path id="path24" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.50235 760.292908 L 378.188965 760.292908 L 378.188965 716.299194 L 277.313385 716.299194 L 277.313385 760.141724"/>
+        <path id="path25" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 760.481934 L 277.50235 760.141724 L 277.313385 760.141724 L 277.275604 760.141724 L 277.200012 760.179565 L 277.162201 760.217285 L 277.162201 760.292908 L 277.162201 760.36853 L 277.200012 760.444092 L 277.275604 760.481934 L 277.313385 760.481934 L 277.50235 760.481934 Z"/>
+        <path id="path26" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 760.141724 L 277.162201 760.141724 L 277.162201 760.292908 L 277.162201 760.36853 L 277.200012 760.444092 L 277.275604 760.481934 L 277.313385 760.481934 L 277.388977 760.481934 L 277.464569 760.444092 L 277.50235 760.36853 L 277.50235 760.292908 L 277.50235 760.141724 Z"/>
+        <text id="text7" xml:space="preserve" x="313" y="746" font-family="Times New Roman" font-size="18.179528" fill="#000000">CI</text>
+        <text id="text8" xml:space="preserve" x="331" y="746" font-family="Times New Roman" font-size="18.179528" fill="#000000">2</text>
+        <path id="path27" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.162201 738.296021 L 234.302368 738.296021 L 234.302368 629.748047"/>
+        <path id="path28" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.162201 738.107056 L 277.162201 738.485046 L 277.313385 738.485046 L 277.388977 738.447266 L 277.464569 738.409424 L 277.50235 738.371643 L 277.50235 738.296021 L 277.50235 738.220459 L 277.464569 738.182678 L 277.388977 738.144897 L 277.313385 738.107056 L 277.162201 738.107056 Z"/>
+        <path id="path29" fill="#000000" fill-rule="evenodd" stroke="none" d="M 234.113373 629.785828 L 234.453552 629.785828 L 234.453552 629.596863 L 234.453552 629.52124 L 234.415741 629.445679 L 234.37796 629.407837 L 234.302368 629.407837 L 234.226776 629.407837 L 234.151184 629.445679 L 234.113373 629.52124 L 234.113373 629.596863 L 234.113373 629.785828 Z"/>
+        <path id="path30" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 204.406311 1011.026794 L 397.011047 1011.026794 L 397.011047 961.968506 L 204.255127 961.968506 L 204.255127 1010.87561"/>
+        <path id="path31" fill="#000000" fill-rule="evenodd" stroke="none" d="M 204.444092 1011.177979 L 204.444092 1010.837769 L 204.255127 1010.837769 L 204.179535 1010.837769 L 204.141724 1010.87561 L 204.103943 1010.951172 L 204.066132 1011.026794 L 204.103943 1011.102356 L 204.141724 1011.140137 L 204.179535 1011.177979 L 204.255127 1011.177979 L 204.444092 1011.177979 Z"/>
+        <path id="path32" fill="#000000" fill-rule="evenodd" stroke="none" d="M 204.444092 1010.837769 L 204.066132 1010.837769 L 204.066132 1011.026794 L 204.103943 1011.102356 L 204.141724 1011.140137 L 204.179535 1011.177979 L 204.255127 1011.177979 L 204.330719 1011.177979 L 204.406311 1011.140137 L 204.444092 1011.102356 L 204.444092 1011.026794 L 204.444092 1010.837769 Z"/>
+        <text id="containers" xml:space="preserve" x="237" y="994" font-family="Times New Roman" font-size="18.179528" fill="#000000">containers</text>
+        <text id="text9" xml:space="preserve" x="311" y="994" font-family="Times New Roman" font-size="18.179528" fill="#000000">_</text>
+        <text id="group" xml:space="preserve" x="320" y="994" font-family="Times New Roman" font-size="18.179528" fill="#000000">group</text>
+        <path id="path33" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 204.103943 986.49762 L 183.165344 986.49762 L 183.165344 945.074036"/>
+        <path id="path34" fill="#000000" fill-rule="evenodd" stroke="none" d="M 204.066132 986.308655 L 204.066132 986.686646 L 204.255127 986.686646 L 204.330719 986.648804 L 204.406311 986.611023 L 204.444092 986.573242 L 204.444092 986.49762 L 204.444092 986.422058 L 204.406311 986.346436 L 204.330719 986.308655 L 204.255127 986.308655 L 204.066132 986.308655 Z"/>
+        <path id="path35" fill="#000000" fill-rule="evenodd" stroke="none" d="M 182.976379 945.111816 L 183.316528 945.111816 L 183.316528 944.922852 L 183.316528 944.847229 L 183.278748 944.809448 L 183.203156 944.771667 L 183.165344 944.733887 L 183.089752 944.771667 L 183.01416 944.809448 L 182.976379 944.847229 L 182.976379 944.922852 L 182.976379 945.111816 Z"/>
+        <path id="path36" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.50235 886.491333 L 423.807861 886.491333 L 423.807861 842.459839 L 277.313385 842.459839 L 277.313385 886.340149"/>
+        <path id="path37" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 886.642517 L 277.50235 886.302368 L 277.313385 886.302368 L 277.275604 886.302368 L 277.200012 886.340149 L 277.162201 886.415771 L 277.162201 886.491333 L 277.162201 886.566895 L 277.200012 886.604736 L 277.275604 886.642517 L 277.313385 886.642517 L 277.50235 886.642517 Z"/>
+        <path id="path38" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 886.302368 L 277.162201 886.302368 L 277.162201 886.491333 L 277.162201 886.566895 L 277.200012 886.604736 L 277.275604 886.642517 L 277.313385 886.642517 L 277.388977 886.642517 L 277.464569 886.604736 L 277.50235 886.566895 L 277.50235 886.491333 L 277.50235 886.302368 Z"/>
+        <text id="lightstate" xml:space="preserve" x="285" y="873" font-family="Times New Roman" font-size="21.20315" fill="#000000">lightstate</text>
+        <text id="text10" xml:space="preserve" x="363" y="873" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
+        <text id="sub" xml:space="preserve" x="374" y="873" font-family="Times New Roman" font-size="21.20315" fill="#000000">sub</text>
+        <text id="text11" xml:space="preserve" x="403" y="873" font-family="Times New Roman" font-size="21.20315" fill="#000000">2</text>
+        <path id="path39" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 234.302368 645.659851 L 234.302368 864.456665 L 277.162201 864.456665"/>
+        <path id="path40" fill="#000000" fill-rule="evenodd" stroke="none" d="M 234.113373 645.659851 L 234.453552 645.659851 L 234.453552 645.508667 L 234.453552 645.433105 L 234.415741 645.357483 L 234.37796 645.319702 L 234.302368 645.319702 L 234.226776 645.319702 L 234.151184 645.357483 L 234.113373 645.433105 L 234.113373 645.508667 L 234.113373 645.659851 Z"/>
+        <path id="path41" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.162201 864.305542 L 277.162201 864.645691 L 277.313385 864.645691 L 277.388977 864.645691 L 277.464569 864.60791 L 277.50235 864.532288 L 277.50235 864.456665 L 277.50235 864.381104 L 277.464569 864.343323 L 277.388977 864.305542 L 277.313385 864.305542 L 277.162201 864.305542 Z"/>
+        <path id="path42" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 151.341736 189.508667 L 371.763794 189.508667 L 371.763794 145.477173 L 151.152771 145.477173 L 151.152771 189.357483"/>
+        <path id="path43" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.341736 189.697632 L 151.341736 189.319702 L 151.152771 189.319702 L 151.11496 189.319702 L 151.039368 189.357483 L 151.001587 189.433044 L 151.001587 189.508667 L 151.001587 189.584229 L 151.039368 189.62207 L 151.11496 189.659851 L 151.152771 189.697632 L 151.341736 189.697632 Z"/>
+        <path id="path44" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.341736 189.319702 L 151.001587 189.319702 L 151.001587 189.508667 L 151.001587 189.584229 L 151.039368 189.62207 L 151.11496 189.659851 L 151.152771 189.697632 L 151.228333 189.659851 L 151.303925 189.62207 L 151.341736 189.584229 L 151.341736 189.508667 L 151.341736 189.319702 Z"/>
+        <text id="text12" xml:space="preserve" x="221" y="176" font-family="Times New Roman" font-size="21.20315" fill="#000000">light</text>
+        <text id="text13" xml:space="preserve" x="260" y="176" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
+        <text id="text14" xml:space="preserve" x="270" y="176" font-family="Times New Roman" font-size="21.20315" fill="#000000">ae</text>
+        <text id="text15" xml:space="preserve" x="289" y="176" font-family="Times New Roman" font-size="21.20315" fill="#000000">1</text>
+        <path id="path45" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 202.856689 252.62677 L 371.763794 252.62677 L 371.763794 208.595276 L 202.705505 208.595276 L 202.705505 252.475586"/>
+        <path id="path46" fill="#000000" fill-rule="evenodd" stroke="none" d="M 202.894501 252.815735 L 202.894501 252.437805 L 202.705505 252.437805 L 202.629913 252.475586 L 202.592133 252.513367 L 202.516541 252.551208 L 202.516541 252.62677 L 202.516541 252.702393 L 202.592133 252.777954 L 202.629913 252.815735 L 202.705505 252.815735 L 202.894501 252.815735 Z"/>
+        <path id="path47" fill="#000000" fill-rule="evenodd" stroke="none" d="M 202.894501 252.437805 L 202.516541 252.437805 L 202.516541 252.62677 L 202.516541 252.702393 L 202.592133 252.777954 L 202.629913 252.815735 L 202.705505 252.815735 L 202.781097 252.815735 L 202.818909 252.777954 L 202.856689 252.702393 L 202.894501 252.62677 L 202.894501 252.437805 Z"/>
+        <text id="text16" xml:space="preserve" x="267" y="239" font-family="Times New Roman" font-size="21.20315" fill="#000000">light</text>
+        <path id="path48" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 202.554321 230.629944 L 183.089752 230.629944 L 183.089752 189.659851"/>
+        <path id="path49" fill="#000000" fill-rule="evenodd" stroke="none" d="M 202.516541 230.440918 L 202.516541 230.818909 L 202.705505 230.818909 L 202.781097 230.781128 L 202.818909 230.743286 L 202.856689 230.705505 L 202.894501 230.629944 L 202.856689 230.554321 L 202.818909 230.47876 L 202.781097 230.440918 L 202.705505 230.440918 L 202.516541 230.440918 Z"/>
+        <path id="path50" fill="#000000" fill-rule="evenodd" stroke="none" d="M 182.900787 189.697632 L 183.278748 189.697632 L 183.278748 189.508667 L 183.278748 189.433044 L 183.240936 189.357483 L 183.165344 189.319702 L 183.089752 189.319702 L 183.01416 189.319702 L 182.976379 189.357483 L 182.938568 189.433044 L 182.900787 189.508667 L 182.900787 189.697632 Z"/>
+        <path id="path51" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 271.077179 318.352783 L 371.763794 318.352783 L 371.763794 274.35907 L 270.888184 274.35907 L 270.888184 318.201599"/>
+        <path id="path52" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 318.541748 L 271.077179 318.163757 L 270.888184 318.163757 L 270.850403 318.201599 L 270.774811 318.23938 L 270.737 318.277161 L 270.737 318.352783 L 270.737 318.428345 L 270.774811 318.503967 L 270.850403 318.541748 L 270.888184 318.541748 L 271.077179 318.541748 Z"/>
+        <path id="path53" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 318.163757 L 270.737 318.163757 L 270.737 318.352783 L 270.737 318.428345 L 270.774811 318.503967 L 270.850403 318.541748 L 270.888184 318.541748 L 270.963776 318.541748 L 271.039368 318.503967 L 271.077179 318.428345 L 271.077179 318.352783 L 271.077179 318.163757 Z"/>
+        <text id="text17" xml:space="preserve" x="307" y="304" font-family="Times New Roman" font-size="18.179528" fill="#000000">CI</text>
+        <text id="text18" xml:space="preserve" x="325" y="304" font-family="Times New Roman" font-size="18.179528" fill="#000000">1</text>
+        <path id="path54" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 270.737 296.355896 L 227.877167 296.355896 L 227.877167 268.689758"/>
+        <path id="path55" fill="#000000" fill-rule="evenodd" stroke="none" d="M 270.737 296.166931 L 270.737 296.544861 L 270.888184 296.544861 L 270.963776 296.50708 L 271.039368 296.469299 L 271.077179 296.431519 L 271.077179 296.355896 L 271.077179 296.280334 L 271.039368 296.204712 L 270.963776 296.166931 L 270.888184 296.166931 L 270.737 296.166931 Z"/>
+        <path id="path56" fill="#000000" fill-rule="evenodd" stroke="none" d="M 227.688202 268.727539 L 228.028351 268.727539 L 228.028351 268.538574 L 228.028351 268.463013 L 227.99054 268.425171 L 227.914948 268.349609 L 227.877167 268.349609 L 227.801575 268.349609 L 227.725983 268.425171 L 227.688202 268.463013 L 227.688202 268.538574 L 227.688202 268.727539 Z"/>
+        <path id="path57" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 271.077179 383.360657 L 371.763794 383.360657 L 371.763794 339.329163 L 270.888184 339.329163 L 270.888184 383.209473"/>
+        <path id="path58" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 383.549622 L 271.077179 383.171631 L 270.888184 383.171631 L 270.850403 383.171631 L 270.774811 383.209473 L 270.737 383.285034 L 270.737 383.360657 L 270.737 383.436218 L 270.774811 383.473999 L 270.850403 383.511841 L 270.888184 383.549622 L 271.077179 383.549622 Z"/>
+        <path id="path59" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 383.171631 L 270.737 383.171631 L 270.737 383.360657 L 270.737 383.436218 L 270.774811 383.473999 L 270.850403 383.511841 L 270.888184 383.549622 L 270.963776 383.511841 L 271.039368 383.473999 L 271.077179 383.436218 L 271.077179 383.360657 L 271.077179 383.171631 Z"/>
+        <text id="text19" xml:space="preserve" x="307" y="369" font-family="Times New Roman" font-size="18.179528" fill="#000000">CI</text>
+        <text id="text20" xml:space="preserve" x="325" y="369" font-family="Times New Roman" font-size="18.179528" fill="#000000">2</text>
+        <path id="path60" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 270.737 361.325989 L 227.877167 361.325989 L 227.877167 252.777954"/>
+        <path id="path61" fill="#000000" fill-rule="evenodd" stroke="none" d="M 270.737 361.174805 L 270.737 361.514954 L 270.888184 361.514954 L 270.963776 361.514954 L 271.039368 361.477173 L 271.077179 361.40155 L 271.077179 361.325989 L 271.077179 361.250366 L 271.039368 361.212585 L 270.963776 361.174805 L 270.888184 361.174805 L 270.737 361.174805 Z"/>
+        <path id="path62" fill="#000000" fill-rule="evenodd" stroke="none" d="M 227.688202 252.815735 L 228.028351 252.815735 L 228.028351 252.62677 L 228.028351 252.551208 L 227.99054 252.513367 L 227.914948 252.475586 L 227.877167 252.437805 L 227.801575 252.475586 L 227.725983 252.513367 L 227.688202 252.551208 L 227.688202 252.62677 L 227.688202 252.815735 Z"/>
+        <path id="path63" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 271.077179 509.596863 L 423.807861 509.596863 L 423.807861 465.603149 L 270.888184 465.603149 L 270.888184 509.445679"/>
+        <path id="path64" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 509.785828 L 271.077179 509.445679 L 270.888184 509.445679 L 270.850403 509.445679 L 270.774811 509.483459 L 270.737 509.559082 L 270.737 509.596863 L 270.737 509.672424 L 270.774811 509.748047 L 270.850403 509.785828 L 270.888184 509.785828 L 271.077179 509.785828 Z"/>
+        <path id="path65" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 509.445679 L 270.737 509.445679 L 270.737 509.596863 L 270.737 509.672424 L 270.774811 509.748047 L 270.850403 509.785828 L 270.888184 509.785828 L 270.963776 509.785828 L 271.039368 509.748047 L 271.077179 509.672424 L 271.077179 509.596863 L 271.077179 509.445679 Z"/>
+        <text id="text21" xml:space="preserve" x="282" y="496" font-family="Times New Roman" font-size="21.20315" fill="#000000">lightstate</text>
+        <text id="text22" xml:space="preserve" x="360" y="496" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
+        <text id="text23" xml:space="preserve" x="370" y="496" font-family="Times New Roman" font-size="21.20315" fill="#000000">sub</text>
+        <text id="text24" xml:space="preserve" x="400" y="496" font-family="Times New Roman" font-size="21.20315" fill="#000000">1</text>
+        <path id="path66" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 227.877167 268.689758 L 227.877167 487.599976 L 270.737 487.599976"/>
+        <path id="path67" fill="#000000" fill-rule="evenodd" stroke="none" d="M 227.688202 268.727539 L 228.028351 268.727539 L 228.028351 268.538574 L 228.028351 268.463013 L 227.99054 268.425171 L 227.914948 268.349609 L 227.877167 268.349609 L 227.801575 268.349609 L 227.725983 268.425171 L 227.688202 268.463013 L 227.688202 268.538574 L 227.688202 268.727539 Z"/>
+        <path id="path68" fill="#000000" fill-rule="evenodd" stroke="none" d="M 270.737 487.411011 L 270.737 487.789001 L 270.888184 487.789001 L 270.963776 487.75116 L 271.039368 487.713379 L 271.077179 487.675598 L 271.077179 487.599976 L 271.077179 487.524414 L 271.039368 487.486633 L 270.963776 487.448792 L 270.888184 487.411011 L 270.737 487.411011 Z"/>
+        <path id="path69" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 151.001587 167.473999 L 118.535431 167.473999 L 118.535431 66.59845"/>
+        <path id="path70" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.001587 167.322815 L 151.001587 167.662964 L 151.152771 167.662964 L 151.228333 167.662964 L 151.303925 167.625183 L 151.341736 167.549622 L 151.341736 167.473999 L 151.341736 167.436218 L 151.303925 167.360657 L 151.228333 167.322815 L 151.152771 167.322815 L 151.001587 167.322815 Z"/>
+        <path id="path71" fill="#000000" fill-rule="evenodd" stroke="none" d="M 118.384247 66.63623 L 118.724396 66.63623 L 118.724396 66.447266 L 118.724396 66.371643 L 118.686615 66.333862 L 118.611023 66.296082 L 118.535431 66.25824 L 118.49765 66.296082 L 118.422058 66.333862 L 118.384247 66.371643 L 118.384247 66.447266 L 118.384247 66.63623 Z"/>
+        <path id="path72" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 204.103943 986.49762 L 183.165344 986.49762 L 183.165344 978.900757"/>
+        <path id="path73" fill="#000000" fill-rule="evenodd" stroke="none" d="M 204.066132 986.308655 L 204.066132 986.686646 L 204.255127 986.686646 L 204.330719 986.648804 L 204.406311 986.611023 L 204.444092 986.573242 L 204.444092 986.49762 L 204.444092 986.422058 L 204.406311 986.346436 L 204.330719 986.308655 L 204.255127 986.308655 L 204.066132 986.308655 Z"/>
+        <path id="path74" fill="#000000" fill-rule="evenodd" stroke="none" d="M 182.976379 978.938599 L 183.316528 978.938599 L 183.316528 978.749634 L 183.316528 978.674011 L 183.278748 978.63623 L 183.203156 978.560608 L 183.165344 978.560608 L 183.089752 978.560608 L 183.01416 978.63623 L 182.976379 978.674011 L 182.976379 978.749634 L 182.976379 978.938599 Z"/>
+        <path id="path75" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 151.341736 127.977966 L 371.763794 127.977966 L 371.763794 83.946472 L 151.152771 83.946472 L 151.152771 127.826782"/>
+        <path id="path76" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.341736 128.166931 L 151.341736 127.789001 L 151.152771 127.789001 L 151.11496 127.826782 L 151.039368 127.864563 L 151.001587 127.902344 L 151.001587 127.977966 L 151.001587 128.053528 L 151.039368 128.091309 L 151.11496 128.12915 L 151.152771 128.166931 L 151.341736 128.166931 Z"/>
+        <path id="path77" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.341736 127.789001 L 151.001587 127.789001 L 151.001587 127.977966 L 151.001587 128.053528 L 151.039368 128.091309 L 151.11496 128.12915 L 151.152771 128.166931 L 151.228333 128.12915 L 151.303925 128.091309 L 151.341736 128.053528 L 151.341736 127.977966 L 151.341736 127.789001 Z"/>
+        <text id="text25" xml:space="preserve" x="205" y="114" font-family="Times New Roman" font-size="21.20315" fill="#000000">gateway</text>
+        <text id="text26" xml:space="preserve" x="276" y="114" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
+        <text id="acp" xml:space="preserve" x="286" y="114" font-family="Times New Roman" font-size="21.20315" fill="#000000">acp</text>
+        <path id="path78" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 118.535431 66.59845 L 118.535431 105.981079 L 151.001587 105.981079"/>
+        <path id="path79" fill="#000000" fill-rule="evenodd" stroke="none" d="M 118.384247 66.63623 L 118.724396 66.63623 L 118.724396 66.447266 L 118.724396 66.371643 L 118.686615 66.333862 L 118.611023 66.296082 L 118.535431 66.25824 L 118.49765 66.296082 L 118.422058 66.333862 L 118.384247 66.371643 L 118.384247 66.447266 L 118.384247 66.63623 Z"/>
+        <path id="path80" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.001587 105.792114 L 151.001587 106.132263 L 151.152771 106.132263 L 151.228333 106.132263 L 151.303925 106.094482 L 151.341736 106.018921 L 151.341736 105.981079 L 151.341736 105.905518 L 151.303925 105.829895 L 151.228333 105.792114 L 151.152771 105.792114 L 151.001587 105.792114 Z"/>
+        <path id="path81" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 118.535431 66.59845 L 118.535431 922.925964 L 150.207886 922.925964"/>
+        <path id="path82" fill="#000000" fill-rule="evenodd" stroke="none" d="M 118.384247 66.63623 L 118.724396 66.63623 L 118.724396 66.447266 L 118.724396 66.371643 L 118.686615 66.333862 L 118.611023 66.296082 L 118.535431 66.25824 L 118.49765 66.296082 L 118.422058 66.333862 L 118.384247 66.371643 L 118.384247 66.447266 L 118.384247 66.63623 Z"/>
+        <path id="path83" fill="#000000" fill-rule="evenodd" stroke="none" d="M 150.170074 922.737 L 150.170074 923.077148 L 150.35907 923.077148 L 150.434631 923.077148 L 150.472443 923.039368 L 150.510223 922.963745 L 150.548035 922.925964 L 150.510223 922.850403 L 150.472443 922.77478 L 150.434631 922.737 L 150.35907 922.737 L 150.170074 922.737 Z"/>
+        <path id="path84" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 271.077179 448.330688 L 371.763794 448.330688 L 371.763794 404.299194 L 270.888184 404.299194 L 270.888184 448.179504"/>
+        <path id="path85" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 448.519714 L 271.077179 448.141724 L 270.888184 448.141724 L 270.850403 448.179504 L 270.774811 448.217346 L 270.737 448.255127 L 270.737 448.330688 L 270.737 448.406311 L 270.774811 448.481873 L 270.850403 448.519714 L 270.888184 448.519714 L 271.077179 448.519714 Z"/>
+        <path id="path86" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 448.141724 L 270.737 448.141724 L 270.737 448.330688 L 270.737 448.406311 L 270.774811 448.481873 L 270.850403 448.519714 L 270.888184 448.519714 L 270.963776 448.519714 L 271.039368 448.481873 L 271.077179 448.406311 L 271.077179 448.330688 L 271.077179 448.141724 Z"/>
+        <text id="CIN" xml:space="preserve" x="305" y="434" font-family="Times New Roman" font-size="18.179528" fill="#000000">CIN</text>
+        <path id="path87" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 270.737 426.333862 L 227.877167 426.333862 L 227.877167 317.785828"/>
+        <path id="path88" fill="#000000" fill-rule="evenodd" stroke="none" d="M 270.737 426.144897 L 270.737 426.522827 L 270.888184 426.522827 L 270.963776 426.485046 L 271.039368 426.447266 L 271.077179 426.409424 L 271.077179 426.333862 L 271.077179 426.25824 L 271.039368 426.182678 L 270.963776 426.144897 L 270.888184 426.144897 L 270.737 426.144897 Z"/>
+        <path id="path89" fill="#000000" fill-rule="evenodd" stroke="none" d="M 227.688202 317.785828 L 228.028351 317.785828 L 228.028351 317.634644 L 228.028351 317.559082 L 227.99054 317.483459 L 227.914948 317.445679 L 227.877167 317.445679 L 227.801575 317.445679 L 227.725983 317.483459 L 227.688202 317.559082 L 227.688202 317.634644 L 227.688202 317.785828 Z"/>
+        <path id="path90" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.50235 825.300781 L 378.188965 825.300781 L 378.188965 781.269287 L 277.313385 781.269287 L 277.313385 825.149597"/>
+        <path id="path91" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 825.489746 L 277.50235 825.111816 L 277.313385 825.111816 L 277.275604 825.111816 L 277.200012 825.149597 L 277.162201 825.22522 L 277.162201 825.300781 L 277.162201 825.376343 L 277.200012 825.414185 L 277.275604 825.451965 L 277.313385 825.489746 L 277.50235 825.489746 Z"/>
+        <path id="path92" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 825.111816 L 277.162201 825.111816 L 277.162201 825.300781 L 277.162201 825.376343 L 277.200012 825.414185 L 277.275604 825.451965 L 277.313385 825.489746 L 277.388977 825.451965 L 277.464569 825.414185 L 277.50235 825.376343 L 277.50235 825.300781 L 277.50235 825.111816 Z"/>
+        <text id="text27" xml:space="preserve" x="311" y="811" font-family="Times New Roman" font-size="18.179528" fill="#000000">CIN</text>
+        <path id="path93" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.162201 803.266113 L 234.302368 803.266113 L 234.302368 694.71814"/>
+        <path id="path94" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.162201 803.11499 L 277.162201 803.455078 L 277.313385 803.455078 L 277.388977 803.455078 L 277.464569 803.417358 L 277.50235 803.341736 L 277.50235 803.266113 L 277.50235 803.228333 L 277.464569 803.152771 L 277.388977 803.11499 L 277.313385 803.11499 L 277.162201 803.11499 Z"/>
+        <path id="path95" fill="#000000" fill-rule="evenodd" stroke="none" d="M 234.113373 694.75592 L 234.453552 694.75592 L 234.453552 694.566895 L 234.453552 694.491333 L 234.415741 694.453552 L 234.37796 694.415771 L 234.302368 694.37793 L 234.226776 694.415771 L 234.151184 694.453552 L 234.113373 694.491333 L 234.113373 694.566895 L 234.113373 694.75592 Z"/>
+    </g>
+</svg>
diff --git a/media/MultipleLightsRemoteControlPhaseCallFlows.png b/media/MultipleLightsRemoteControlPhaseCallFlows.png
new file mode 100644
index 0000000000000000000000000000000000000000..95a1b2eb004ed046b36fb09c85ebb147051a7db8
Binary files /dev/null and b/media/MultipleLightsRemoteControlPhaseCallFlows.png differ
diff --git a/media/MultipleLightsRemoteControlPhaseCallFlows.png.svg b/media/MultipleLightsRemoteControlPhaseCallFlows.png.svg
new file mode 100644
index 0000000000000000000000000000000000000000..3ff3a052a7eb53724514eedafb27515d6f26adf1
--- /dev/null
+++ b/media/MultipleLightsRemoteControlPhaseCallFlows.png.svg
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated by Pixelmator Pro 3.5.6 -->
+<svg width="670" height="268" viewBox="0 0 670 268" xmlns="http://www.w3.org/2000/svg">
+    <clipPath id="clipPath1">
+        <path clip-rule="evenodd" d="M -17.204723 -0.881897 L 700.905506 -0.881897 L 700.905506 286.362213 L -17.204723 286.362213 Z"/>
+        <path d="M -17.204723 -0.881897 L 700.867725 -0.881897 L 700.867725 286.324402 L -17.204723 286.324402 L -17.204723 -0.881897 Z"/>
+    </clipPath>
+    <g id="Group" clip-path="url(#clipPath1)">
+        <path id="Path" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 31.62677 22.362183 L 93.648819 22.362183 L 93.648819 53.392151 L 31.62677 53.392151 L 31.62677 22.362183 Z"/>
+        <path id="path1" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 31.62677 53.392151 L 93.648819 53.392151 L 93.648819 22.362183 L 31.62677 22.362183 L 31.62677 53.392151 Z"/>
+        <path id="path2" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 62.618896 18.053528 L 62.618896 18.053528 L 62.618896 18.053528 L 62.618896 18.053528 L 62.618896 18.053528 L 62.618896 18.053528 Z"/>
+        <path id="path3" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 62.618896 53.656677 L 62.618896 250.456696"/>
+        <path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 62.316536 53.694458 L 62.921257 53.694458 L 62.921257 53.392151 L 62.921257 53.278748 L 62.845673 53.165344 L 62.770081 53.089783 L 62.618896 53.089783 L 62.505508 53.089783 L 62.429924 53.165344 L 62.354332 53.278748 L 62.316536 53.392151 L 62.316536 53.694458 Z"/>
+        <path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 62.921257 250.418884 L 62.316536 250.418884 L 62.316536 250.721252 L 62.354332 250.834656 L 62.429924 250.910248 L 62.505508 250.98584 L 62.618896 251.023621 L 62.770081 250.98584 L 62.845673 250.910248 L 62.921257 250.834656 L 62.921257 250.721252 L 62.921257 250.418884 Z"/>
+        <path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 21.308662 22.362183 L 103.966934 22.362183 L 103.966934 53.392151 L 21.308662 53.392151 L 21.308662 22.362183 Z"/>
+        <path id="path7" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 21.308662 53.392151 L 103.966934 53.392151 L 103.966934 22.362183 L 21.308662 22.362183 L 21.308662 53.392151 Z"/>
+        <text id="ADN" xml:space="preserve" x="34" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">ADN</text>
+        <text id="-" xml:space="preserve" x="62" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
+        <text id="AE" xml:space="preserve" x="66" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">AE</text>
+        <text id="1" xml:space="preserve" x="82" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">1</text>
+        <path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 124.867722 22.362183 L 186.889771 22.362183 L 186.889771 53.392151 L 124.867722 53.392151 L 124.867722 22.362183 Z"/>
+        <path id="path9" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 124.867722 53.392151 L 186.889771 53.392151 L 186.889771 22.362183 L 124.867722 22.362183 L 124.867722 53.392151 Z"/>
+        <text id="AND" xml:space="preserve" x="135" y="43" font-family="Calibri" font-size="10.922835" fill="#ffffff">AND</text>
+        <text id="text1" xml:space="preserve" x="155" y="43" font-family="Calibri" font-size="10.922835" fill="#ffffff">-</text>
+        <text id="text2" xml:space="preserve" x="158" y="43" font-family="Calibri" font-size="10.922835" fill="#ffffff">AE</text>
+        <text id="2" xml:space="preserve" x="170" y="43" font-family="Calibri" font-size="10.922835" fill="#ffffff">2</text>
+        <path id="path10" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 155.859848 18.053528 L 155.859848 18.053528 L 155.859848 18.053528 L 155.859848 18.053528 L 155.859848 18.053528 L 155.859848 18.053528 Z"/>
+        <path id="path11" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 155.859848 53.656677 L 155.859848 250.456696"/>
+        <path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 155.55748 53.694458 L 156.162201 53.694458 L 156.162201 53.392151 L 156.162201 53.278748 L 156.086609 53.165344 L 155.973221 53.089783 L 155.859848 53.089783 L 155.74646 53.089783 L 155.670868 53.165344 L 155.595276 53.278748 L 155.55748 53.392151 L 155.55748 53.694458 Z"/>
+        <path id="path13" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 156.162201 250.418884 L 155.55748 250.418884 L 155.55748 250.721252 L 155.595276 250.834656 L 155.670868 250.910248 L 155.74646 250.98584 L 155.859848 251.023621 L 155.973221 250.98584 L 156.086609 250.910248 L 156.162201 250.834656 L 156.162201 250.721252 L 156.162201 250.418884 Z"/>
+        <path id="path14" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 114.549606 22.362183 L 197.20787 22.362183 L 197.20787 53.392151 L 114.549606 53.392151 L 114.549606 22.362183 Z"/>
+        <path id="path15" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 114.549606 53.392151 L 197.20787 53.392151 L 197.20787 22.362183 L 114.549606 22.362183 L 114.549606 53.392151 Z"/>
+        <text id="text3" xml:space="preserve" x="127" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">ADN</text>
+        <text id="text4" xml:space="preserve" x="155" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
+        <text id="text5" xml:space="preserve" x="159" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">AE</text>
+        <text id="text6" xml:space="preserve" x="175" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">2</text>
+        <path id="path16" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 242.788971 22.362183 L 304.811035 22.362183 L 304.811035 53.392151 L 242.788971 53.392151 L 242.788971 22.362183 Z"/>
+        <path id="path17" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 242.788971 53.392151 L 304.811035 53.392151 L 304.811035 22.362183 L 242.788971 22.362183 L 242.788971 53.392151 Z"/>
+        <path id="path18" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 273.818909 18.053528 L 273.818909 18.053528 L 273.818909 18.053528 L 273.818909 18.053528 L 273.818909 18.053528 L 273.818909 18.053528 Z"/>
+        <path id="path19" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 273.818909 53.656677 L 273.818909 250.456696"/>
+        <path id="path20" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 273.516541 53.694458 L 274.121246 53.694458 L 274.121246 53.392151 L 274.083466 53.278748 L 274.007874 53.165344 L 273.932281 53.089783 L 273.818909 53.089783 L 273.705505 53.089783 L 273.592133 53.165344 L 273.516541 53.278748 L 273.516541 53.392151 L 273.516541 53.694458 Z"/>
+        <path id="path21" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 274.121246 250.418884 L 273.516541 250.418884 L 273.516541 250.721252 L 273.516541 250.834656 L 273.592133 250.910248 L 273.705505 250.98584 L 273.818909 251.023621 L 273.932281 250.98584 L 274.007874 250.910248 L 274.083466 250.834656 L 274.121246 250.721252 L 274.121246 250.418884 Z"/>
+        <path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 232.470856 22.362183 L 315.12912 22.362183 L 315.12912 53.392151 L 232.470856 53.392151 L 232.470856 22.362183 Z"/>
+        <path id="path23" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 232.470856 53.392151 L 315.12912 53.392151 L 315.12912 22.362183 L 232.470856 22.362183 L 232.470856 53.392151 Z"/>
+        <text id="MN" xml:space="preserve" x="251" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">MN</text>
+        <text id="text7" xml:space="preserve" x="274" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
+        <text id="text8" xml:space="preserve" x="278" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">AE</text>
+        <path id="path24" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 356.477173 24.100769 L 418.461426 24.100769 L 418.461426 55.092896 L 356.477173 55.092896 L 356.477173 24.100769 Z"/>
+        <path id="path25" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 356.477173 55.092896 L 418.461426 55.092896 L 418.461426 24.100769 L 356.477173 24.100769 L 356.477173 55.092896 Z"/>
+        <path id="path26" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 387.469299 19.792114 L 387.469299 19.792114 L 387.469299 19.792114 L 387.469299 19.792114 L 387.469299 19.792114 L 387.469299 19.792114 Z"/>
+        <path id="path27" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 387.469299 55.357483 L 387.469299 250.456696"/>
+        <path id="path28" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 387.166931 55.395264 L 387.771667 55.395264 L 387.771667 55.092896 L 387.771667 54.979553 L 387.696075 54.903931 L 387.582672 54.828369 L 387.469299 54.790527 L 387.355896 54.828369 L 387.242523 54.903931 L 387.204712 54.979553 L 387.166931 55.092896 L 387.166931 55.395264 Z"/>
+        <path id="path29" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 387.771667 250.418884 L 387.166931 250.418884 L 387.166931 250.721252 L 387.204712 250.834656 L 387.242523 250.910248 L 387.355896 250.98584 L 387.469299 251.023621 L 387.582672 250.98584 L 387.696075 250.910248 L 387.771667 250.834656 L 387.771667 250.721252 L 387.771667 250.418884 Z"/>
+        <path id="path30" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 346.159058 24.100769 L 428.817322 24.100769 L 428.817322 55.092896 L 346.159058 55.092896 L 346.159058 24.100769 Z"/>
+        <path id="path31" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 346.159058 55.092896 L 428.817322 55.092896 L 428.817322 24.100769 L 346.159058 24.100769 L 346.159058 55.092896 Z"/>
+        <text id="text9" xml:space="preserve" x="362" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">MN</text>
+        <text id="text10" xml:space="preserve" x="385" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
+        <text id="CSE" xml:space="preserve" x="389" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">CSE</text>
+        <path id="path32" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 480.483459 24.100769 L 542.467712 24.100769 L 542.467712 55.092896 L 480.483459 55.092896 L 480.483459 24.100769 Z"/>
+        <path id="path33" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 480.483459 55.092896 L 542.467712 55.092896 L 542.467712 24.100769 L 480.483459 24.100769 L 480.483459 55.092896 Z"/>
+        <path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 511.475586 19.792114 L 511.475586 19.792114 L 511.475586 19.792114 L 511.475586 19.792114 L 511.475586 19.792114 L 511.475586 19.792114 Z"/>
+        <path id="path35" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 511.475586 55.357483 L 511.475586 250.456696"/>
+        <path id="path36" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 511.173218 55.395264 L 511.777954 55.395264 L 511.777954 55.092896 L 511.777954 54.979553 L 511.702393 54.903931 L 511.588989 54.828369 L 511.475586 54.790527 L 511.362183 54.828369 L 511.24884 54.903931 L 511.210999 54.979553 L 511.173218 55.092896 L 511.173218 55.395264 Z"/>
+        <path id="path37" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 511.777954 250.418884 L 511.173218 250.418884 L 511.173218 250.721252 L 511.210999 250.834656 L 511.24884 250.910248 L 511.362183 250.98584 L 511.475586 251.023621 L 511.588989 250.98584 L 511.702393 250.910248 L 511.777954 250.834656 L 511.777954 250.721252 L 511.777954 250.418884 Z"/>
+        <path id="path38" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 470.127563 24.100769 L 552.823608 24.100769 L 552.823608 55.092896 L 470.127563 55.092896 L 470.127563 24.100769 Z"/>
+        <path id="path39" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 470.127563 55.092896 L 552.823608 55.092896 L 552.823608 24.100769 L 470.127563 24.100769 L 470.127563 55.092896 Z"/>
+        <text id="IN" xml:space="preserve" x="491" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">IN</text>
+        <text id="text11" xml:space="preserve" x="504" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
+        <text id="text12" xml:space="preserve" x="509" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">CSE</text>
+        <path id="path40" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 576.407898 24.100769 L 638.429932 24.100769 L 638.429932 55.092896 L 576.407898 55.092896 L 576.407898 24.100769 Z"/>
+        <path id="path41" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 576.407898 55.092896 L 638.429932 55.092896 L 638.429932 24.100769 L 576.407898 24.100769 L 576.407898 55.092896 Z"/>
+        <path id="path42" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 607.400024 19.792114 L 607.400024 19.792114 L 607.400024 19.792114 L 607.400024 19.792114 L 607.400024 19.792114 L 607.400024 19.792114 Z"/>
+        <path id="path43" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 607.400024 55.357483 L 607.400024 250.456696"/>
+        <path id="path44" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 607.097656 55.395264 L 607.702393 55.395264 L 607.702393 55.092896 L 607.702393 54.979553 L 607.62677 54.903931 L 607.551208 54.828369 L 607.400024 54.790527 L 607.286621 54.828369 L 607.210999 54.903931 L 607.135437 54.979553 L 607.097656 55.092896 L 607.097656 55.395264 Z"/>
+        <path id="path45" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 607.702393 250.418884 L 607.097656 250.418884 L 607.097656 250.721252 L 607.135437 250.834656 L 607.210999 250.910248 L 607.286621 250.98584 L 607.400024 251.023621 L 607.551208 250.98584 L 607.62677 250.910248 L 607.702393 250.834656 L 607.702393 250.721252 L 607.702393 250.418884 Z"/>
+        <path id="path46" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 566.089783 24.100769 L 648.748047 24.100769 L 648.748047 55.092896 L 566.089783 55.092896 L 566.089783 24.100769 Z"/>
+        <path id="path47" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 566.089783 55.092896 L 648.748047 55.092896 L 648.748047 24.100769 L 566.089783 24.100769 L 566.089783 55.092896 Z"/>
+        <text id="I" xml:space="preserve" x="589" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">I</text>
+        <text id="N" xml:space="preserve" x="593" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">N</text>
+        <text id="text13" xml:space="preserve" x="603" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
+        <text id="text14" xml:space="preserve" x="607" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">AE</text>
+        <path id="path48" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 606.644104 96.440918 L 522.360657 96.440918"/>
+        <path id="path49" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 606.49292 95.533875 L 606.49292 97.348022 L 607.400024 97.348022 L 607.777954 97.310242 L 608.080322 97.083435 L 608.269287 96.818909 L 608.34491 96.440918 L 608.269287 96.100769 L 608.080322 95.798401 L 607.777954 95.609436 L 607.400024 95.533875 L 606.49292 95.533875 Z"/>
+        <path id="path50" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 522.473999 97.348022 L 522.473999 95.533875 L 521.566956 95.533875 L 521.226746 95.609436 L 520.924438 95.798401 L 520.697632 96.100769 L 520.659851 96.440918 L 520.697632 96.818909 L 520.924438 97.083435 L 521.226746 97.310242 L 521.566956 97.348022 L 522.473999 97.348022 Z"/>
+        <path id="path51" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 523.003174 102.223633 L 511.475586 96.440918 L 523.003174 90.696045 L 523.003174 102.223633 L 523.003174 102.223633 Z"/>
+        <path id="path52" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 553.050415 90.620483 L 565.862976 90.620483 L 565.862976 102.299194 L 553.050415 102.299194 L 553.050415 90.620483 Z"/>
+        <text id="text15" xml:space="preserve" x="552" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
+        <text id="text16" xml:space="preserve" x="557" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
+        <text id="text17" xml:space="preserve" x="560" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
+        <path id="path53" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 457.050415 114.733887 L 572.439392 114.733887 L 572.439392 198.639374 L 457.050415 198.639374 L 457.050415 114.733887 Z"/>
+        <path id="path54" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 457.050415 198.639374 L 572.439392 198.639374 L 572.439392 114.733887 L 457.050415 114.733887 L 457.050415 198.639374 Z"/>
+        <text id="create-a-group-of" xml:space="preserve" x="471" y="126" font-family="Calibri" font-size="12.170079" fill="#406fc5">create a group of</text>
+        <text id="contentInstances-in-" xml:space="preserve" x="465" y="140" font-family="Calibri" font-size="12.170079" fill="#406fc5">contentInstances in</text>
+        <text id="text18" xml:space="preserve" x="465" y="155" font-family="Calibri" font-size="12.170079" fill="#406fc5">MN</text>
+        <text id="text19" xml:space="preserve" x="483" y="155" font-family="Calibri" font-size="12.170079" fill="#406fc5">-</text>
+        <text id="CSE-when-state-" xml:space="preserve" x="487" y="155" font-family="Calibri" font-size="12.170079" fill="#406fc5">CSE when state</text>
+        <text id="of-a-group-of" xml:space="preserve" x="462" y="170" font-family="Calibri" font-size="12.170079" fill="#406fc5">of a group of lights is</text>
+        <text id="updated-on-users-" xml:space="preserve" x="469" y="184" font-family="Calibri" font-size="12.170079" fill="#406fc5">updated on user’s</text>
+        <text id="smartphone-" xml:space="preserve" x="484" y="199" font-family="Calibri" font-size="12.170079" fill="#406fc5">smartphone</text>
+        <path id="path55" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 382.291351 96.440918 L 392.647247 96.440918 L 392.647247 192.932281 L 382.291351 192.932281 L 382.291351 96.440918 Z"/>
+        <path id="path56" fill="none" stroke="#6ca43e" stroke-width="0.604724" stroke-linejoin="round" d="M 392.647247 192.932281 L 392.647247 96.440918 L 382.291351 96.440918 L 382.291351 192.932281 L 392.647247 192.932281 Z"/>
+        <path id="path57" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 386.675598 210.166931 L 166.744888 208.541718"/>
+        <path id="path58" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 386.562195 209.259857 L 386.562195 211.074005 L 387.469299 211.074005 L 387.809448 210.998413 L 388.111816 210.809448 L 388.300781 210.50708 L 388.376373 210.166931 L 388.338593 209.826782 L 388.111816 209.524414 L 387.847229 209.335419 L 387.469299 209.259857 L 386.562195 209.259857 Z"/>
+        <path id="path59" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 166.858261 209.448822 L 166.858261 207.596863 L 165.951187 207.596863 L 165.611023 207.672455 L 165.308655 207.86142 L 165.11969 208.163788 L 165.044098 208.503937 L 165.11969 208.844086 L 165.308655 209.146454 L 165.611023 209.37323 L 165.951187 209.448822 L 166.858261 209.448822 Z"/>
+        <path id="path60" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 167.349609 214.286621 L 155.859848 208.428345 L 167.425201 202.759064 L 167.349609 214.286621 L 167.349609 214.286621 Z"/>
+        <path id="path61" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 261.308655 203.477173 L 282.058258 203.477173 L 282.058258 215.155914 L 261.308655 215.155914 L 261.308655 203.477173 Z"/>
+        <text id="text20" xml:space="preserve" x="260" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">2</text>
+        <text id="text21" xml:space="preserve" x="265" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
+        <text id="text22" xml:space="preserve" x="268" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
+        <text id="text23" xml:space="preserve" x="273" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
+        <text id="text24" xml:space="preserve" x="276" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
+        <path id="path62" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 386.675598 227.401581 L 73.503937 225.738586"/>
+        <path id="path63" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 386.562195 226.494476 L 386.562195 228.308655 L 387.469299 228.308655 L 387.809448 228.233063 L 388.111816 228.044098 L 388.300781 227.74173 L 388.376373 227.401581 L 388.338593 227.061432 L 388.111816 226.759064 L 387.847229 226.570068 L 387.469299 226.494476 L 386.562195 226.494476 Z"/>
+        <path id="path64" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 73.617325 226.64566 L 73.617325 224.831482 L 72.710236 224.831482 L 72.370079 224.869293 L 72.067719 225.096069 L 71.878738 225.360626 L 71.803146 225.738586 L 71.878738 226.078735 L 72.067719 226.381104 L 72.370079 226.570068 L 72.710236 226.64566 L 73.617325 226.64566 Z"/>
+        <path id="path65" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 74.108658 231.483459 L 62.618896 225.662994 L 74.18425 219.955902 L 74.108658 231.483459 L 74.108658 231.483459 Z"/>
+        <path id="path66" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 214.707092 220.711823 L 235.418884 220.711823 L 235.418884 232.352753 L 214.707092 232.352753 L 214.707092 220.711823 Z"/>
+        <text id="text25" xml:space="preserve" x="214" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">2</text>
+        <text id="text26" xml:space="preserve" x="219" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
+        <text id="text27" xml:space="preserve" x="222" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
+        <text id="text28" xml:space="preserve" x="227" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
+        <text id="text29" xml:space="preserve" x="230" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">2</text>
+        <path id="path67" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 337.23938 117.11499 L 428.817322 117.11499 L 428.817322 179.137024 L 337.23938 179.137024 L 337.23938 117.11499 Z"/>
+        <path id="path68" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 337.23938 179.137024 L 428.817322 179.137024 L 428.817322 117.11499 L 337.23938 117.11499 L 337.23938 179.137024 Z"/>
+        <text id="processing-" xml:space="preserve" x="356" y="139" font-family="Calibri" font-size="12.170079" fill="#406fc5">processing</text>
+        <text id="contentInstance-" xml:space="preserve" x="342" y="154" font-family="Calibri" font-size="12.170079" fill="#406fc5">contentInstance</text>
+        <text id="creation" xml:space="preserve" x="362" y="168" font-family="Calibri" font-size="12.170079" fill="#406fc5">creation</text>
+        <path id="path69" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 206.656708 138.053528 L 322.045654 138.053528 L 322.045654 200.075592 L 206.656708 200.075592 L 206.656708 138.053528 Z"/>
+        <path id="path70" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 206.656708 200.075592 L 322.045654 200.075592 L 322.045654 138.053528 L 206.656708 138.053528 L 206.656708 200.075592 Z"/>
+        <text id="text30" xml:space="preserve" x="228" y="153" font-family="Calibri" font-size="12.170079" fill="#406fc5">MN</text>
+        <text id="text31" xml:space="preserve" x="246" y="153" font-family="Calibri" font-size="12.170079" fill="#406fc5">-</text>
+        <text id="CSE-sends-" xml:space="preserve" x="250" y="153" font-family="Calibri" font-size="12.170079" fill="#406fc5">CSE sends</text>
+        <text id="notifications-to-each-" xml:space="preserve" x="213" y="167" font-family="Calibri" font-size="12.170079" fill="#406fc5">notifications to each</text>
+        <text id="Light-AND" xml:space="preserve" x="224" y="182" font-family="Calibri" font-size="12.170079" fill="#406fc5">Light AND</text>
+        <text id="text32" xml:space="preserve" x="274" y="182" font-family="Calibri" font-size="12.170079" fill="#406fc5">-</text>
+        <text id="AE-in-" xml:space="preserve" x="277" y="182" font-family="Calibri" font-size="12.170079" fill="#406fc5">AE in</text>
+        <text id="group--" xml:space="preserve" x="249" y="197" font-family="Calibri" font-size="12.170079" fill="#406fc5">group</text>
+        <path id="path71" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 510.681885 96.440918 L 403.494476 96.440918"/>
+        <path id="path72" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 510.568481 95.533875 L 510.568481 97.348022 L 511.475586 97.348022 L 511.815735 97.310242 L 512.118103 97.083435 L 512.307068 96.818909 L 512.38269 96.440918 L 512.307068 96.100769 L 512.118103 95.798401 L 511.815735 95.609436 L 511.475586 95.533875 L 510.568481 95.533875 Z"/>
+        <path id="path73" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 403.64566 97.348022 L 403.64566 95.533875 L 402.738586 95.533875 L 402.360626 95.609436 L 402.096069 95.798401 L 401.869293 96.100769 L 401.793701 96.440918 L 401.869293 96.818909 L 402.096069 97.083435 L 402.360626 97.310242 L 402.738586 97.348022 L 403.64566 97.348022 Z"/>
+        <path id="path74" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 404.174805 102.223633 L 392.647247 96.440918 L 404.174805 90.696045 L 404.174805 102.223633 L 404.174805 102.223633 Z"/>
+        <path id="path75" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 445.63623 90.620483 L 458.486633 90.620483 L 458.486633 102.299194 L 445.63623 102.299194 L 445.63623 90.620483 Z"/>
+        <text id="text33" xml:space="preserve" x="445" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
+        <text id="text34" xml:space="preserve" x="450" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
+        <text id="text35" xml:space="preserve" x="453" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">2</text>
+    </g>
+</svg>
diff --git a/media/RegistrationPhaseCallFlows.png b/media/RegistrationPhaseCallFlows.png
new file mode 100644
index 0000000000000000000000000000000000000000..dec5ae28436f8c98044cb7f65bcd8375b351a650
Binary files /dev/null and b/media/RegistrationPhaseCallFlows.png differ
diff --git a/media/RegistrationPhaseCallFlows.svg b/media/RegistrationPhaseCallFlows.svg
new file mode 100644
index 0000000000000000000000000000000000000000..f677eaab74fa918f8e1e0a96210c3dcd9bd87a7e
--- /dev/null
+++ b/media/RegistrationPhaseCallFlows.svg
@@ -0,0 +1,257 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated by Pixelmator Pro 3.5.6 -->
+<svg width="749" height="545" viewBox="0 0 749 545" xmlns="http://www.w3.org/2000/svg">
+    <g id="id3">
+        <path id="Path" fill="none" stroke="none" d="M 13.351645 12.135498 L 731.460876 10.91333 L 732.383972 553.312622 L 14.274743 554.534729 Z"/>
+        <path id="path1" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 23.947235 19.714355 L 78.674721 19.621216 L 78.721291 46.984924 L 23.993805 47.078064 L 23.947235 19.714355 Z"/>
+        <path id="path2" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 23.993805 47.078064 L 78.721291 46.984924 L 78.674721 19.621216 L 23.947235 19.714355 L 23.993805 47.078064 Z"/>
+        <path id="path3" fill="none" stroke="#5692c9" stroke-width="0.793701" stroke-linejoin="round" d="M 51.357479 46.993713 L 52.179138 529.789856"/>
+        <path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 50.94186 47.070038 L 51.773354 47.068634 L 51.772648 46.652863 L 51.734592 46.50174 L 51.620956 46.350739 L 51.507439 46.275391 L 51.35619 46.237793 L 51.205078 46.275879 L 51.054024 46.351715 L 50.978691 46.503021 L 50.941151 46.654266 L 50.94186 47.070038 Z"/>
+        <path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 52.594822 529.751343 L 51.763325 529.752808 L 51.763969 530.130737 L 51.802021 530.28186 L 51.877872 530.432861 L 52.029186 530.50824 L 52.180424 530.545776 L 52.331543 530.50769 L 52.444805 530.431946 L 52.557926 530.280518 L 52.595467 530.129333 L 52.594822 529.751343 Z"/>
+        <path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 14.83923 20.107788 L 87.784004 19.983643 L 87.829292 46.591492 L 14.884513 46.715637 L 14.83923 20.107788 Z"/>
+        <path id="path7" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 14.884513 46.715637 L 87.829292 46.591492 L 87.784004 19.983643 L 14.83923 20.107788 L 14.884513 46.715637 Z"/>
+        <text id="ADN" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.058654 0.071529)" xml:space="preserve" x="26" y="40" font-family="Helvetica" font-size="12.888189" fill="#ffffff">ADN</text>
+        <text id="-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.058634 0.094504)" xml:space="preserve" x="51" y="40" font-family="Helvetica" font-size="12.888189" fill="#ffffff">-</text>
+        <text id="AE" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.058619 0.112374)" xml:space="preserve" x="55" y="40" font-family="Helvetica" font-size="12.888189" fill="#ffffff">AE</text>
+        <text id="1" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.058606 0.127691)" xml:space="preserve" x="69" y="40" font-family="Helvetica" font-size="12.888189" fill="#ffffff">1</text>
+        <path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 155.247131 19.075195 L 209.974594 18.982056 L 210.021164 46.345764 L 155.293701 46.438904 L 155.247131 19.075195 Z"/>
+        <path id="path9" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 155.293701 46.438904 L 210.021164 46.345764 L 209.974594 18.982056 L 155.247131 19.075195 L 155.293701 46.438904 Z"/>
+        <text id="AND" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055055 0.300428)" xml:space="preserve" x="164" y="37" font-family="Helvetica" font-size="9.637795" fill="#ffffff">AND</text>
+        <text id="text1" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055042 0.316596)" xml:space="preserve" x="182" y="37" font-family="Helvetica" font-size="9.637795" fill="#ffffff">-</text>
+        <text id="text2" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055031 0.32936)" xml:space="preserve" x="185" y="37" font-family="Helvetica" font-size="9.637795" fill="#ffffff">AE</text>
+        <text id="2" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055021 0.340423)" xml:space="preserve" x="195" y="37" font-family="Helvetica" font-size="9.637795" fill="#ffffff">2</text>
+        <path id="path10" fill="none" stroke="#5692c9" stroke-width="0.793701" stroke-linejoin="round" d="M 182.657379 46.354492 L 183.479752 529.566406"/>
+        <path id="path11" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 182.279541 46.430756 L 183.073242 46.429413 L 183.07254 46.013641 L 183.034485 45.862518 L 182.958694 45.749298 L 182.807327 45.636139 L 182.656097 45.598633 L 182.504974 45.636658 L 182.391769 45.750275 L 182.27858 45.8638 L 182.278839 46.014984 L 182.279541 46.430756 Z"/>
+        <path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 183.895416 529.527893 L 183.101715 529.529236 L 183.102371 529.907227 L 183.102615 530.05835 L 183.216263 530.209351 L 183.329788 530.28479 L 183.481033 530.322327 L 183.632141 530.284241 L 183.783188 530.208374 L 183.858521 530.057068 L 183.896057 529.905884 L 183.895416 529.527893 Z"/>
+        <path id="path13" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 146.13913 19.468628 L 219.083893 19.344482 L 219.129166 45.952271 L 146.184402 46.076416 L 146.13913 19.468628 Z"/>
+        <path id="path14" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 146.184402 46.076416 L 219.129166 45.952271 L 219.083893 19.344482 L 146.13913 19.468628 L 146.184402 46.076416 Z"/>
+        <text id="text3" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055059 0.296174)" xml:space="preserve" x="158" y="38" font-family="Helvetica" font-size="12.888189" fill="#ffffff">ADN</text>
+        <text id="text4" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055041 0.317447)" xml:space="preserve" x="182" y="38" font-family="Helvetica" font-size="12.888189" fill="#ffffff">-</text>
+        <text id="text5" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055026 0.335317)" xml:space="preserve" x="186" y="38" font-family="Helvetica" font-size="12.888189" fill="#ffffff">AE</text>
+        <text id="text6" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.055013 0.350634)" xml:space="preserve" x="200" y="38" font-family="Helvetica" font-size="12.888189" fill="#ffffff">2</text>
+        <path id="path15" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 244.744278 17.78894 L 299.471771 17.695801 L 299.518341 45.059601 L 244.790848 45.15274 L 244.744278 17.78894 Z"/>
+        <path id="path16" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 244.790848 45.15274 L 299.518341 45.059601 L 299.471771 17.695801 L 244.744278 17.78894 L 244.790848 45.15274 Z"/>
+        <path id="path17" fill="none" stroke="#5692c9" stroke-width="0.793701" stroke-linejoin="round" d="M 272.156433 46.202179 L 272.987305 534.403076"/>
+        <path id="path18" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 271.740814 46.278503 L 272.572327 46.277069 L 272.571625 45.861298 L 272.533569 45.710205 L 272.419983 45.597046 L 272.306396 45.483826 L 272.155151 45.44632 L 272.004059 45.484344 L 271.853058 45.598022 L 271.777679 45.711487 L 271.740112 45.862732 L 271.740814 46.278503 Z"/>
+        <path id="path19" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 273.403015 534.364563 L 272.571503 534.365967 L 272.572144 534.743896 L 272.61026 534.932861 L 272.686066 535.046082 L 272.837372 535.121399 L 272.988586 535.158997 L 273.139709 535.120911 L 273.252991 535.045105 L 273.36615 534.93158 L 273.403656 534.742493 L 273.403015 534.364563 Z"/>
+        <path id="path20" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 235.634354 17.048584 L 308.579102 16.924438 L 308.628235 45.799957 L 235.683502 45.924103 L 235.634354 17.048584 Z"/>
+        <path id="path21" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 235.683502 45.924103 L 308.628235 45.799957 L 308.579102 16.924438 L 235.634354 17.048584 L 235.683502 45.924103 Z"/>
+        <text id="MN" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.053225 0.451894)" xml:space="preserve" x="253" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">MN</text>
+        <text id="text7" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.053209 0.470615)" xml:space="preserve" x="272" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">-</text>
+        <text id="text8" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.053194 0.488484)" xml:space="preserve" x="276" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">AE</text>
+        <path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 387.610229 17.545776 L 442.299896 17.452698 L 442.346466 44.816528 L 387.656799 44.909576 L 387.610229 17.545776 Z"/>
+        <path id="path23" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 387.656799 44.909576 L 442.346466 44.816528 L 442.299896 17.452698 L 387.610229 17.545776 L 387.656799 44.909576 Z"/>
+        <path id="path24" fill="none" stroke="#5692c9" stroke-width="0.793701" stroke-linejoin="round" d="M 414.984589 45.959106 L 415.81546 534.159973"/>
+        <path id="path25" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 414.606781 46.03537 L 415.400482 46.033997 L 415.39975 45.618225 L 415.361694 45.467102 L 415.28595 45.353912 L 415.134552 45.240753 L 414.983307 45.203247 L 414.832184 45.241272 L 414.718994 45.354858 L 414.605804 45.468414 L 414.606049 45.619598 L 414.606781 46.03537 Z"/>
+        <path id="path26" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 416.23114 534.121521 L 415.437439 534.122864 L 415.43808 534.500793 L 415.438416 534.689758 L 415.551971 534.802979 L 415.665497 534.878357 L 415.816742 534.915894 L 415.967865 534.877808 L 416.118927 534.802002 L 416.194275 534.688477 L 416.231781 534.499451 L 416.23114 534.121521 Z"/>
+        <path id="path27" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 378.462494 16.805481 L 451.407257 16.681335 L 451.456421 45.556885 L 378.511627 45.68103 L 378.462494 16.805481 Z"/>
+        <path id="path28" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 378.511627 45.68103 L 451.456421 45.556885 L 451.407257 16.681335 L 378.462494 16.805481 L 378.511627 45.68103 Z"/>
+        <text id="text9" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.053022 0.690157)" xml:space="preserve" x="393" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">MN</text>
+        <text id="text10" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.053005 0.710579)" xml:space="preserve" x="413" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">-</text>
+        <text id="CSE" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.052983 0.736108)" xml:space="preserve" x="417" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">CSE</text>
+        <path id="path29" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 530.439636 18.058655 L 585.129333 17.965576 L 585.175903 45.329285 L 530.486206 45.422363 L 530.439636 18.058655 Z"/>
+        <path id="path30" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 530.486206 45.422363 L 585.175903 45.329285 L 585.129333 17.965576 L 530.439636 18.058655 L 530.486206 45.422363 Z"/>
+        <path id="path31" fill="none" stroke="#5692c9" stroke-width="0.793701" stroke-linejoin="round" d="M 557.850525 45.715942 L 558.688477 538.07428"/>
+        <path id="path32" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 557.434937 45.792267 L 558.228638 45.790924 L 558.227905 45.375153 L 558.227661 45.223969 L 558.114075 45.11084 L 558.000488 44.99762 L 557.849243 44.960083 L 557.69812 44.998138 L 557.547119 45.111786 L 557.471741 45.22525 L 557.434204 45.376526 L 557.434937 45.792267 Z"/>
+        <path id="path33" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 559.066345 538.035889 L 558.272644 538.037231 L 558.273376 538.453003 L 558.311401 538.604126 L 558.387146 538.717346 L 558.538574 538.830505 L 558.689758 538.8302 L 558.840942 538.829956 L 558.954102 538.71637 L 559.067322 538.602783 L 559.067078 538.451599 L 559.066345 538.035889 Z"/>
+        <path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 521.330994 18.074158 L 594.275757 17.950012 L 594.322327 45.313721 L 521.377563 45.437866 L 521.330994 18.074158 Z"/>
+        <path id="path35" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 521.377563 45.437866 L 594.322327 45.313721 L 594.275757 17.950012 L 521.330994 18.074158 L 521.377563 45.437866 Z"/>
+        <text id="IN" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.054517 0.933527)" xml:space="preserve" x="540" y="38" font-family="Helvetica" font-size="12.888189" fill="#ffffff">IN</text>
+        <text id="text11" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.054505 0.947142)" xml:space="preserve" x="552" y="38" font-family="Helvetica" font-size="12.888189" fill="#ffffff">-</text>
+        <text id="text12" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.054483 0.97267)" xml:space="preserve" x="556" y="38" font-family="Helvetica" font-size="12.888189" fill="#ffffff">CSE</text>
+        <path id="path36" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 667.220581 17.825867 L 721.910217 17.732788 L 721.956787 45.096527 L 667.267151 45.189575 L 667.220581 17.825867 Z"/>
+        <path id="path37" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 667.267151 45.189575 L 721.956787 45.096527 L 721.910217 17.732788 L 667.220581 17.825867 L 667.267151 45.189575 Z"/>
+        <path id="path38" fill="none" stroke="#5692c9" stroke-width="0.793701" stroke-linejoin="round" d="M 694.593689 45.483246 L 695.43158 537.841614"/>
+        <path id="path39" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 694.21582 45.559509 L 695.009521 45.558136 L 695.008789 45.142365 L 694.970764 44.991241 L 694.894958 44.878052 L 694.743652 44.764893 L 694.592346 44.727386 L 694.441284 44.765411 L 694.328064 44.878998 L 694.214844 44.992554 L 694.215088 45.143738 L 694.21582 45.559509 Z"/>
+        <path id="path40" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 695.847229 537.803101 L 695.053528 537.804443 L 695.05426 538.220215 L 695.054504 538.371399 L 695.168091 538.484558 L 695.281677 538.597778 L 695.432861 538.597534 L 695.584045 538.597229 L 695.734985 538.483582 L 695.810425 538.370117 L 695.847961 538.218811 L 695.847229 537.803101 Z"/>
+        <path id="path41" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 658.074097 17.841431 L 731.01886 17.717285 L 731.06543 45.081024 L 658.120667 45.20517 L 658.074097 17.841431 Z"/>
+        <path id="path42" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 658.120667 45.20517 L 731.06543 45.081024 L 731.01886 17.717285 L 658.074097 17.841431 L 658.120667 45.20517 Z"/>
+        <text id="text13" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.052614 1.170086)" xml:space="preserve" x="679" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">IN</text>
+        <text id="text14" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.052602 1.183701)" xml:space="preserve" x="691" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">-</text>
+        <text id="text15" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.052587 1.201571)" xml:space="preserve" x="695" y="37" font-family="Helvetica" font-size="12.888189" fill="#ffffff">AE</text>
+        <path id="path43" fill="none" stroke="#7c9530" stroke-width="1.625197" stroke-linejoin="round" d="M 415.831543 121.661743 L 548.379395 121.436157"/>
+        <path id="path44" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 415.946259 122.455261 L 415.943573 120.867859 L 415.112091 120.869263 L 414.809784 120.907562 L 414.545563 121.096985 L 414.394806 121.361816 L 414.319733 121.664307 L 414.395844 121.966553 L 414.547485 122.230835 L 414.812286 122.381561 L 415.114777 122.456665 L 415.946259 122.455261 Z"/>
+        <path id="path45" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 548.264648 120.642639 L 548.267334 122.230042 L 549.061035 122.228699 L 549.401062 122.152496 L 549.627625 122.000916 L 549.816101 121.736084 L 549.891174 121.433594 L 549.815063 121.131348 L 549.625671 120.867096 L 549.39856 120.678497 L 549.05835 120.641296 L 548.264648 120.642639 Z"/>
+        <path id="path46" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 547.803772 116.334778 L 557.97937 121.41983 L 547.821045 126.501678 L 547.803772 116.334778 L 547.803772 116.334778 Z"/>
+        <path id="path47" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 484.383301 116.404877 L 488.729797 116.397461 L 488.747284 126.677795 L 484.400818 126.685181 L 484.383301 116.404877 Z"/>
+        <text id="text16" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.206071 0.831543)" xml:space="preserve" x="484" y="126" font-family="Helvetica" font-size="8.844094" fill="#607423">1</text>
+        <path id="path48" fill="none" stroke="#595959" stroke-width="1.625197" stroke-linejoin="round" d="M 273.043243 167.523712 L 405.628876 167.298065"/>
+        <path id="path49" fill="#595959" fill-rule="evenodd" stroke="none" d="M 273.157959 168.31723 L 273.155273 166.729828 L 272.361572 166.731171 L 272.059296 166.76947 L 271.795013 166.958893 L 271.606506 167.223785 L 271.569214 167.526215 L 271.607544 167.828522 L 271.796967 168.092712 L 272.061859 168.281311 L 272.364258 168.318573 L 273.157959 168.31723 Z"/>
+        <path id="path50" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.51413 166.504547 L 405.516846 168.091949 L 406.310547 168.090607 L 406.612854 168.052307 L 406.877075 167.862823 L 407.065582 167.597992 L 407.102905 167.295563 L 407.064575 166.993256 L 406.875153 166.729004 L 406.61026 166.540466 L 406.307831 166.503204 L 405.51413 166.504547 Z"/>
+        <path id="path51" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.015472 162.196747 L 415.191071 167.281799 L 405.032776 172.363678 L 405.015472 162.196747 L 405.015472 162.196747 Z"/>
+        <path id="path52" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 341.595032 162.266846 L 345.941467 162.25943 L 345.958954 172.539764 L 341.612518 172.54715 L 341.595032 162.266846 Z"/>
+        <text id="text17" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.284564 0.588241)" xml:space="preserve" x="341" y="172" font-family="Helvetica" font-size="8.844094" fill="#607423">2</text>
+        <path id="path53" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 66.29174 161.034637 L 168.112076 160.861328 L 168.205215 215.588806 L 66.38488 215.762085 L 66.29174 161.034637 Z"/>
+        <path id="path54" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 66.38488 215.762085 L 168.205215 215.588806 L 168.112076 160.861328 L 66.29174 161.034637 L 66.38488 215.762085 Z"/>
+        <text id="Light-application-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.287456 0.190004)" xml:space="preserve" x="70" y="174" font-family="Helvetica" font-size="10.469291" fill="#406fc5">Light application</text>
+        <text id="text18" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.311336 0.126204)" xml:space="preserve" x="70" y="188" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
+        <text id="text19" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.309616 0.147476)" xml:space="preserve" x="73" y="187" font-family="Helvetica" font-size="10.469291" fill="#406fc5">ADN</text>
+        <text id="text20" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.309601 0.165346)" xml:space="preserve" x="93" y="187" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="text21" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.30959 0.178961)" xml:space="preserve" x="96" y="187" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE</text>
+        <text id="text22" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.309579 0.190874)" xml:space="preserve" x="107" y="187" font-family="Helvetica" font-size="10.469291" fill="#406fc5">1</text>
+        <text id="text23" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.30957 0.201936)" xml:space="preserve" x="113" y="187" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
+        <text id="registration-into-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.331708 0.186638)" xml:space="preserve" x="70" y="200" font-family="Helvetica" font-size="10.469291" fill="#406fc5">registration into</text>
+        <text id="gateway-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.352154 0.158574)" xml:space="preserve" x="70" y="212" font-family="Helvetica" font-size="10.469291" fill="#406fc5">gateway</text>
+        <text id="text24" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.352125 0.192612)" xml:space="preserve" x="109" y="212" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
+        <text id="text25" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.352111 0.20878)" xml:space="preserve" x="112" y="212" font-family="Helvetica" font-size="10.469291" fill="#406fc5">MN</text>
+        <text id="text26" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.352097 0.224948)" xml:space="preserve" x="128" y="212" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="text27" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.352079 0.247072)" xml:space="preserve" x="132" y="212" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
+        <text id="text28" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.35207 0.257283)" xml:space="preserve" x="147" y="212" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
+        <path id="path55" fill="none" stroke="#595959" stroke-width="1.625197" stroke-linejoin="round" d="M 52.332268 220.019104 L 405.716858 219.001923"/>
+        <path id="path56" fill="#595959" fill-rule="evenodd" stroke="none" d="M 52.446999 220.812622 L 52.444233 219.187378 L 51.650532 219.188721 L 51.348301 219.264862 L 51.084061 219.454254 L 50.895466 219.681396 L 50.85825 220.021606 L 50.896557 220.323914 L 51.085987 220.588104 L 51.350811 220.738861 L 51.653297 220.813965 L 52.446999 220.812622 Z"/>
+        <path id="path57" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.602142 218.208405 L 405.604828 219.795807 L 406.398529 219.794464 L 406.700836 219.756165 L 406.965088 219.566742 L 407.153595 219.301819 L 407.190887 218.99939 L 407.152557 218.697113 L 406.963135 218.432831 L 406.698273 218.244324 L 406.395844 218.207062 L 405.602142 218.208405 Z"/>
+        <path id="path58" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.103546 213.938385 L 415.279083 218.985626 L 405.15863 224.105225 L 405.103546 213.938385 L 405.103546 213.938385 Z"/>
+        <path id="path59" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 227.806351 214.353516 L 239.107117 214.33429 L 239.124603 224.614594 L 227.823837 224.63382 L 227.806351 214.353516 Z"/>
+        <text id="3" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.373227 0.394302)" xml:space="preserve" x="227" y="224" font-family="Helvetica" font-size="8.844094" fill="#607423">3</text>
+        <text id="text29" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.373222 0.399408)" xml:space="preserve" x="231" y="224" font-family="Helvetica" font-size="8.844094" fill="#607423">-</text>
+        <text id="text30" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.373217 0.406216)" xml:space="preserve" x="234" y="224" font-family="Helvetica" font-size="8.844094" fill="#607423">1</text>
+        <path id="path60" fill="none" stroke="#595959" stroke-width="1.625197" stroke-linejoin="round" d="M 183.80452 298.447449 L 405.85141 298.06955"/>
+        <path id="path61" fill="#595959" fill-rule="evenodd" stroke="none" d="M 183.881454 299.241028 L 183.878754 297.653625 L 183.085052 297.654968 L 182.782761 297.693237 L 182.518509 297.88269 L 182.367767 298.147522 L 182.292709 298.450012 L 182.368805 298.752197 L 182.520432 299.016541 L 182.785324 299.205017 L 183.087769 299.242371 L 183.881454 299.241028 Z"/>
+        <path id="path62" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.736694 297.276031 L 405.73941 298.863434 L 406.533112 298.862091 L 406.835419 298.82373 L 407.09964 298.634338 L 407.288147 298.369385 L 407.325439 298.067017 L 407.287109 297.76474 L 407.097717 297.500488 L 406.832825 297.311951 L 406.530396 297.274689 L 405.736694 297.276031 Z"/>
+        <path id="path63" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.238037 292.96817 L 415.413635 298.053284 L 405.255402 303.172913 L 405.238037 292.96817 L 405.238037 292.96817 Z"/>
+        <path id="path64" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 293.590881 293.120392 L 304.929474 293.101074 L 304.94696 303.381409 L 293.608368 303.400696 L 293.590881 293.120392 Z"/>
+        <text id="text31" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.50758 0.506741)" xml:space="preserve" x="293" y="303" font-family="Helvetica" font-size="8.844094" fill="#607423">3</text>
+        <text id="text32" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.507575 0.511846)" xml:space="preserve" x="297" y="303" font-family="Helvetica" font-size="8.844094" fill="#607423">-</text>
+        <text id="text33" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.507569 0.518654)" xml:space="preserve" x="300" y="303" font-family="Helvetica" font-size="8.844094" fill="#607423">2</text>
+        <path id="path65" fill="none" stroke="#595959" stroke-width="1.625197" stroke-linejoin="round" d="M 694.406311 335.184753 L 567.905701 335.400085"/>
+        <path id="path66" fill="#595959" fill-rule="evenodd" stroke="none" d="M 694.291626 334.391266 L 694.294373 335.978668 L 695.088074 335.977295 L 695.39032 335.939026 L 695.654541 335.749573 L 695.843079 335.48468 L 695.918152 335.18219 L 695.842041 334.879944 L 695.652649 334.615723 L 695.387695 334.427216 L 695.085327 334.389923 L 694.291626 334.391266 Z"/>
+        <path id="path67" fill="#595959" fill-rule="evenodd" stroke="none" d="M 568.020508 336.193573 L 568.017761 334.606171 L 567.22406 334.607544 L 566.921753 334.645844 L 566.657593 334.835266 L 566.468994 335.100159 L 566.431763 335.402588 L 566.470032 335.704895 L 566.659485 335.969116 L 566.924377 336.157654 L 567.226807 336.194916 L 568.020508 336.193573 Z"/>
+        <path id="path68" fill="#595959" fill-rule="evenodd" stroke="none" d="M 568.519165 340.501404 L 558.343567 335.416321 L 568.50177 330.296692 L 568.519165 340.501404 L 568.519165 340.501404 Z"/>
+        <path id="path69" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 621.037109 330.169495 L 632.375671 330.150208 L 632.393127 340.430481 L 621.054626 340.449768 L 621.037109 330.169495 Z"/>
+        <text id="4" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.570075 1.063308)" xml:space="preserve" x="620" y="340" font-family="Helvetica" font-size="8.844094" fill="#607423">4</text>
+        <text id="text34" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.570071 1.068414)" xml:space="preserve" x="624" y="340" font-family="Helvetica" font-size="8.844094" fill="#607423">-</text>
+        <text id="text35" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.570065 1.075221)" xml:space="preserve" x="627" y="340" font-family="Helvetica" font-size="8.844094" fill="#607423">1</text>
+        <path id="path70" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 431.521332 302.107727 L 533.077148 301.934875 L 533.170288 356.662354 L 431.614471 356.835205 L 431.521332 302.107727 Z"/>
+        <path id="path71" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 431.614471 356.835205 L 533.170288 356.662354 L 533.077148 301.934875 L 431.521332 302.107727 L 431.614471 356.835205 Z"/>
+        <text id="Announcement-of-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.538801 0.816509)" xml:space="preserve" x="435" y="322" font-family="Helvetica" font-size="10.469291" fill="#406fc5">Announcement of</text>
+        <text id="text36" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.560979 0.753559)" xml:space="preserve" x="435" y="335" font-family="Helvetica" font-size="10.469291" fill="#406fc5">IN</text>
+        <text id="text37" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.560971 0.762919)" xml:space="preserve" x="444" y="335" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="AE-to-MN" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.560935 0.804615)" xml:space="preserve" x="448" y="335" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE to MN</text>
+        <text id="text38" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.560906 0.839503)" xml:space="preserve" x="489" y="335" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="CSE-by-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.560874 0.876094)" xml:space="preserve" x="493" y="335" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE by</text>
+        <text id="text39" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.583103 0.753577)" xml:space="preserve" x="435" y="348" font-family="Helvetica" font-size="10.469291" fill="#406fc5">IN</text>
+        <text id="text40" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.583095 0.762938)" xml:space="preserve" x="444" y="348" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="text41" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.583076 0.785062)" xml:space="preserve" x="448" y="348" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
+        <path id="path72" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 284.43338 108.95932 L 404.735535 108.754578 L 404.828674 163.482086 L 284.52652 163.686829 L 284.43338 108.95932 Z"/>
+        <path id="path73" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 284.52652 163.686829 L 404.828674 163.482086 L 404.735535 108.754578 L 284.43338 108.95932 L 284.52652 163.686829 Z"/>
+        <text id="Gateway-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.198667 0.532006)" xml:space="preserve" x="288" y="122" font-family="Helvetica" font-size="10.469291" fill="#406fc5">Gateway</text>
+        <text id="application" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.220787 0.537131)" xml:space="preserve" x="288" y="135" font-family="Helvetica" font-size="10.469291" fill="#406fc5">application</text>
+        <text id="text42" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.220752 0.578827)" xml:space="preserve" x="336" y="135" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
+        <text id="text43" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.220736 0.596696)" xml:space="preserve" x="340" y="135" font-family="Helvetica" font-size="10.469291" fill="#406fc5">MN</text>
+        <text id="text44" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.220723 0.612864)" xml:space="preserve" x="356" y="135" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="text45" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.220711 0.626479)" xml:space="preserve" x="359" y="135" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE</text>
+        <text id="text46" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.2207 0.639243)" xml:space="preserve" x="370" y="135" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
+        <text id="registration-into-gateway-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.242864 0.593311)" xml:space="preserve" x="288" y="148" font-family="Helvetica" font-size="10.469291" fill="#406fc5">registration into gateway</text>
+        <text id="text47" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.26507 0.497174)" xml:space="preserve" x="288" y="161" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
+        <text id="text48" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.265056 0.513342)" xml:space="preserve" x="291" y="161" font-family="Helvetica" font-size="10.469291" fill="#406fc5">MN</text>
+        <text id="text49" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.265042 0.52951)" xml:space="preserve" x="307" y="161" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="text50" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.265024 0.551634)" xml:space="preserve" x="311" y="161" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
+        <text id="text51" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.265015 0.561845)" xml:space="preserve" x="326" y="161" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
+        <path id="path74" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 188.12178 236.87146 L 289.942078 236.698181 L 290.035217 291.425659 L 188.21492 291.598938 L 188.12178 236.87146 Z"/>
+        <path id="path75" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 188.21492 291.598938 L 290.035217 291.425659 L 289.942078 236.698181 L 188.12178 236.87146 L 188.21492 291.598938 Z"/>
+        <text id="text52" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.416623 0.396041)" xml:space="preserve" x="191" y="250" font-family="Helvetica" font-size="10.469291" fill="#406fc5">Light application</text>
+        <text id="text53" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.438802 0.33224)" xml:space="preserve" x="191" y="263" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
+        <text id="text54" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.438782 0.355215)" xml:space="preserve" x="195" y="263" font-family="Helvetica" font-size="10.469291" fill="#406fc5">ADN</text>
+        <text id="text55" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.438769 0.371383)" xml:space="preserve" x="214" y="263" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="text56" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.438756 0.3867)" xml:space="preserve" x="218" y="263" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE</text>
+        <text id="text57" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.438745 0.398613)" xml:space="preserve" x="229" y="263" font-family="Helvetica" font-size="10.469291" fill="#406fc5">2</text>
+        <text id="text58" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.438736 0.409675)" xml:space="preserve" x="235" y="263" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
+        <text id="text59" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.460875 0.392675)" xml:space="preserve" x="191" y="276" font-family="Helvetica" font-size="10.469291" fill="#406fc5">registration into</text>
+        <text id="text60" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.481321 0.364612)" xml:space="preserve" x="191" y="288" font-family="Helvetica" font-size="10.469291" fill="#406fc5">gateway</text>
+        <text id="text61" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.481291 0.400351)" xml:space="preserve" x="231" y="288" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
+        <text id="text62" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.481277 0.416519)" xml:space="preserve" x="234" y="288" font-family="Helvetica" font-size="10.469291" fill="#406fc5">MN</text>
+        <text id="text63" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.481263 0.432687)" xml:space="preserve" x="250" y="288" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="text64" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.481246 0.453109)" xml:space="preserve" x="253" y="288" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
+        <text id="text65" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.481236 0.465022)" xml:space="preserve" x="269" y="288" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
+        <path id="path76" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 583.269104 257.402191 L 685.089478 257.228912 L 685.208435 327.150024 L 583.388123 327.323303 L 583.269104 257.402191 Z"/>
+        <path id="path77" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 583.388123 327.323303 L 685.208435 327.150024 L 685.089478 257.228912 L 583.269104 257.402191 L 583.388123 327.323303 Z"/>
+        <text id="smartphone-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.453506 1.052998)" xml:space="preserve" x="587" y="272" font-family="Helvetica" font-size="10.469291" fill="#406fc5">smartphone</text>
+        <text id="application-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.475634 1.047911)" xml:space="preserve" x="587" y="285" font-family="Helvetica" font-size="10.469291" fill="#406fc5">application</text>
+        <text id="text66" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.475597 1.091309)" xml:space="preserve" x="637" y="285" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
+        <text id="I" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.475592 1.097265)" xml:space="preserve" x="641" y="285" font-family="Helvetica" font-size="10.469291" fill="#406fc5">I</text>
+        <text id="N" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.475586 1.104924)" xml:space="preserve" x="643" y="285" font-family="Helvetica" font-size="10.469291" fill="#406fc5">N</text>
+        <text id="text67" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.475579 1.113433)" xml:space="preserve" x="650" y="285" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="text68" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.475565 1.12875)" xml:space="preserve" x="654" y="285" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE</text>
+        <text id="text69" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.473853 1.141513)" xml:space="preserve" x="665" y="284" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
+        <text id="text70" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.497743 1.06665)" xml:space="preserve" x="587" y="298" font-family="Helvetica" font-size="10.469291" fill="#406fc5">registration into</text>
+        <text id="oneM" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.519902 1.025824)" xml:space="preserve" x="587" y="311" font-family="Helvetica" font-size="10.469291" fill="#406fc5">oneM</text>
+        <text id="text71" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.519881 1.050501)" xml:space="preserve" x="612" y="311" font-family="Helvetica" font-size="10.469291" fill="#406fc5">2</text>
+        <text id="M-service-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.519842 1.096452)" xml:space="preserve" x="618" y="311" font-family="Helvetica" font-size="10.469291" fill="#406fc5">M service</text>
+        <text id="platform-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.542016 1.037756)" xml:space="preserve" x="587" y="324" font-family="Helvetica" font-size="10.469291" fill="#406fc5">platform</text>
+        <text id="text72" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.541985 1.074347)" xml:space="preserve" x="627" y="324" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
+        <text id="text73" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.541976 1.085409)" xml:space="preserve" x="630" y="324" font-family="Helvetica" font-size="10.469291" fill="#406fc5">IN</text>
+        <text id="text74" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.541966 1.096471)" xml:space="preserve" x="640" y="324" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="text75" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.541949 1.116894)" xml:space="preserve" x="643" y="324" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
+        <text id="text76" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.541939 1.128807)" xml:space="preserve" x="659" y="324" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
+        <path id="path78" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 562.922729 361.109375 L 562.877625 334.614929 L 553.768982 334.630432 L 553.814026 361.124878 L 562.922729 361.109375 L 562.922729 361.109375 Z"/>
+        <path id="path79" fill="none" stroke="#6ca43e" stroke-width="0.793701" stroke-linejoin="round" d="M 562.922729 361.109375 L 562.877625 334.614929 L 553.768982 334.630432 L 553.814026 361.124878 L 562.922729 361.109375 Z"/>
+        <path id="path80" fill="none" stroke="#007f7f" stroke-width="1.625197" stroke-linejoin="round" d="M 557.673218 363.461609 L 425.125366 363.687195"/>
+        <path id="path81" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 557.558472 362.668091 L 557.561157 364.255493 L 558.392639 364.254089 L 558.694946 364.21582 L 558.959167 364.026367 L 559.109924 363.761536 L 559.184998 363.459045 L 559.108887 363.156799 L 558.957275 362.892517 L 558.692383 362.703979 L 558.389954 362.666687 L 557.558472 362.668091 Z"/>
+        <path id="path82" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 425.240082 364.480713 L 425.237366 362.893311 L 424.443665 362.894653 L 424.103607 362.933044 L 423.877136 363.122375 L 423.688599 363.387268 L 423.613556 363.689758 L 423.689636 363.992004 L 423.879059 364.256226 L 424.106171 364.444855 L 424.446381 364.482056 L 425.240082 364.480713 Z"/>
+        <path id="path83" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 425.700958 368.788574 L 415.52536 363.703552 L 425.683655 358.621643 L 425.700958 368.788574 L 425.700958 368.788574 Z"/>
+        <path id="path84" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 481.280273 358.451477 L 492.618835 358.432159 L 492.636322 368.712463 L 481.297791 368.731781 L 481.280273 358.451477 Z"/>
+        <text id="text77" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.617931 0.825086)" xml:space="preserve" x="480" y="368" font-family="Helvetica" font-size="8.844094" fill="#607423">4</text>
+        <text id="text78" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.617926 0.830192)" xml:space="preserve" x="484" y="368" font-family="Helvetica" font-size="8.844094" fill="#607423">-</text>
+        <text id="text79" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.617921 0.836999)" xml:space="preserve" x="487" y="368" font-family="Helvetica" font-size="8.844094" fill="#607423">2</text>
+        <path id="path85" fill="none" stroke="#595959" stroke-width="1.625197" stroke-linejoin="round" d="M 273.466736 416.367432 L 406.052368 416.141785"/>
+        <path id="path86" fill="#595959" fill-rule="evenodd" stroke="none" d="M 273.581482 417.16095 L 273.578766 415.573547 L 272.785065 415.57489 L 272.482788 415.61319 L 272.218536 415.802612 L 272.029999 416.067505 L 271.992706 416.369934 L 272.031036 416.672241 L 272.220459 416.936462 L 272.485352 417.125 L 272.787781 417.162292 L 273.581482 417.16095 Z"/>
+        <path id="path87" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.937653 415.348267 L 405.940338 416.935669 L 406.734039 416.934326 L 407.036346 416.895996 L 407.300598 416.706604 L 407.489105 416.441711 L 407.526398 416.139282 L 407.488068 415.836975 L 407.298645 415.572754 L 407.033783 415.384216 L 406.731354 415.346924 L 405.937653 415.348267 Z"/>
+        <path id="path88" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.438965 411.040466 L 415.614594 416.125519 L 405.45636 421.245178 L 405.438965 411.040466 L 405.438965 411.040466 Z"/>
+        <path id="path89" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 342.018524 411.110596 L 346.36496 411.10321 L 346.382446 421.383484 L 342.036041 421.390869 L 342.018524 411.110596 Z"/>
+        <text id="5" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.708332 0.588602)" xml:space="preserve" x="341" y="421" font-family="Helvetica" font-size="8.844094" fill="#607423">5</text>
+        <path id="path90" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 289.389984 356.434753 L 391.210297 356.261444 L 391.303497 411.026733 L 289.483185 411.200012 L 289.389984 356.434753 Z"/>
+        <path id="path91" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 289.483185 411.200012 L 391.303497 411.026733 L 391.210297 356.261444 L 289.389984 356.434753 L 289.483185 411.200012 Z"/>
+        <text id="Discovery-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.630934 0.544287)" xml:space="preserve" x="293" y="376" font-family="Helvetica" font-size="10.469291" fill="#406fc5">Discovery</text>
+        <text id="text80" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.630903 0.580877)" xml:space="preserve" x="337" y="376" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
+        <text id="GET" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.630885 0.6013)" xml:space="preserve" x="340" y="376" font-family="Helvetica" font-size="10.469291" fill="#406fc5">GET</text>
+        <text id="text81" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.63087 0.61917)" xml:space="preserve" x="358" y="376" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
+        <text id="of-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.630859 0.631934)" xml:space="preserve" x="363" y="376" font-family="Helvetica" font-size="10.469291" fill="#406fc5">of</text>
+        <text id="text82" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.653086 0.51197)" xml:space="preserve" x="293" y="389" font-family="Helvetica" font-size="10.469291" fill="#406fc5">IN</text>
+        <text id="text83" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.653078 0.521331)" xml:space="preserve" x="302" y="389" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="text84" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.653066 0.534946)" xml:space="preserve" x="305" y="389" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE</text>
+        <text id="announced-to" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.65301 0.601319)" xml:space="preserve" x="319" y="389" font-family="Helvetica" font-size="10.469291" fill="#406fc5">announced to</text>
+        <text id="text85" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.675206 0.517095)" xml:space="preserve" x="293" y="402" font-family="Helvetica" font-size="10.469291" fill="#406fc5">MN</text>
+        <text id="text86" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.675192 0.533263)" xml:space="preserve" x="309" y="402" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="text87" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.675175 0.553685)" xml:space="preserve" x="312" y="402" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
+        <path id="path92" fill="none" stroke="#595959" stroke-width="1.625197" stroke-linejoin="round" d="M 273.650909 524.575134 L 406.236511 524.349487"/>
+        <path id="path93" fill="#595959" fill-rule="evenodd" stroke="none" d="M 273.765625 525.368652 L 273.762909 523.78125 L 272.969208 523.782593 L 272.666962 523.820923 L 272.402679 524.010315 L 272.214172 524.275269 L 272.17688 524.577637 L 272.21521 524.879944 L 272.404602 525.144226 L 272.669525 525.332703 L 272.971924 525.369995 L 273.765625 525.368652 Z"/>
+        <path id="path94" fill="#595959" fill-rule="evenodd" stroke="none" d="M 406.121796 523.555969 L 406.124512 525.143372 L 406.918213 525.142029 L 407.22052 525.10376 L 407.484741 524.914307 L 407.673248 524.649414 L 407.710541 524.346985 L 407.672211 524.044678 L 407.482819 523.780457 L 407.217926 523.591919 L 406.915497 523.554626 L 406.121796 523.555969 Z"/>
+        <path id="path95" fill="#595959" fill-rule="evenodd" stroke="none" d="M 405.623138 519.248169 L 415.798737 524.333191 L 405.640503 529.452881 L 405.623138 519.248169 L 405.623138 519.248169 Z"/>
+        <path id="path96" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 342.202698 519.318298 L 346.549133 519.310913 L 346.56662 529.591187 L 342.220184 529.598633 L 342.202698 519.318298 Z"/>
+        <text id="6" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.892134 0.588758)" xml:space="preserve" x="341" y="529" font-family="Helvetica" font-size="8.844094" fill="#607423">6</text>
+        <path id="path97" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 280.767792 420.210114 L 401.107758 420.00531 L 401.26889 514.682373 L 280.928925 514.887146 L 280.767792 420.210114 Z"/>
+        <path id="path98" fill="none" stroke="#ffffff" stroke-width="0.793701" stroke-linejoin="round" d="M 280.928925 514.887146 L 401.26889 514.682373 L 401.107758 420.00531 L 280.767792 420.210114 L 280.928925 514.887146 Z"/>
+        <text id="Access-control-polic" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.739835 0.566504)" xml:space="preserve" x="284" y="440" font-family="Helvetica" font-size="10.469291" fill="#406fc5">Access control polic</text>
+        <text id="y" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.739774 0.638834)" xml:space="preserve" x="370" y="440" font-family="Helvetica" font-size="10.469291" fill="#406fc5">y</text>
+        <text id="creation" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.761999 0.519721)" xml:space="preserve" x="284" y="453" font-family="Helvetica" font-size="10.469291" fill="#406fc5">creation</text>
+        <text id="granting-ADN" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.761926 0.605666)" xml:space="preserve" x="322" y="453" font-family="Helvetica" font-size="10.469291" fill="#406fc5">granting ADN</text>
+        <text id="text88" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.761883 0.655872)" xml:space="preserve" x="381" y="453" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="AEs" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.784137 0.504423)" xml:space="preserve" x="284" y="466" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AEs</text>
+        <text id="text89" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.784125 0.518038)" xml:space="preserve" x="299" y="466" font-family="Helvetica" font-size="10.469291" fill="#406fc5">,</text>
+        <text id="text90" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.784109 0.53761)" xml:space="preserve" x="305" y="466" font-family="Helvetica" font-size="10.469291" fill="#406fc5">MN</text>
+        <text id="text91" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.784095 0.553778)" xml:space="preserve" x="321" y="466" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="AE-and-IN" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.784059 0.596325)" xml:space="preserve" x="324" y="466" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE and IN</text>
+        <text id="text92" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.78403 0.630362)" xml:space="preserve" x="366" y="466" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="AE--" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.784012 0.650785)" xml:space="preserve" x="370" y="466" font-family="Helvetica" font-size="10.469291" fill="#406fc5">AE</text>
+        <text id="can-access-to-remote" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.806201 0.57507)" xml:space="preserve" x="284" y="479" font-family="Helvetica" font-size="10.469291" fill="#406fc5">can access to remote</text>
+        <text id="light-control-service-" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.828333 0.566579)" xml:space="preserve" x="284" y="492" font-family="Helvetica" font-size="10.469291" fill="#406fc5">light control service</text>
+        <text id="containers" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.850489 0.529157)" xml:space="preserve" x="284" y="505" font-family="Helvetica" font-size="10.469291" fill="#406fc5">containers</text>
+        <path id="path99" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 421.703552 63.10675 L 542.043579 62.901947 L 542.136719 117.629456 L 421.796692 117.834259 L 421.703552 63.10675 Z"/>
+        <text id="text93" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.120182 0.765097)" xml:space="preserve" x="425" y="76" font-family="Helvetica" font-size="10.469291" fill="#406fc5">Gateway</text>
+        <text id="text94" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.120153 0.799985)" xml:space="preserve" x="466" y="76" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
+        <text id="text95" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.120137 0.817855)" xml:space="preserve" x="470" y="76" font-family="Helvetica" font-size="10.469291" fill="#406fc5">MN</text>
+        <text id="text96" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.120124 0.834023)" xml:space="preserve" x="486" y="76" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="text97" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.120106 0.854445)" xml:space="preserve" x="489" y="76" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
+        <text id="text98" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.120094 0.868911)" xml:space="preserve" x="505" y="76" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
+        <text id="text99" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.142285 0.790644)" xml:space="preserve" x="425" y="89" font-family="Helvetica" font-size="10.469291" fill="#406fc5">registration into</text>
+        <text id="text100" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.164444 0.749817)" xml:space="preserve" x="425" y="102" font-family="Helvetica" font-size="10.469291" fill="#406fc5">oneM</text>
+        <text id="text101" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.164422 0.776197)" xml:space="preserve" x="451" y="102" font-family="Helvetica" font-size="10.469291" fill="#406fc5">2</text>
+        <text id="text102" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.164383 0.822147)" xml:space="preserve" x="457" y="102" font-family="Helvetica" font-size="10.469291" fill="#406fc5">M service</text>
+        <text id="text103" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.186558 0.761749)" xml:space="preserve" x="425" y="115" font-family="Helvetica" font-size="10.469291" fill="#406fc5">platform</text>
+        <text id="text104" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.186526 0.800042)" xml:space="preserve" x="466" y="115" font-family="Helvetica" font-size="10.469291" fill="#406fc5">(</text>
+        <text id="text105" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.186516 0.811104)" xml:space="preserve" x="469" y="115" font-family="Helvetica" font-size="10.469291" fill="#406fc5">IN</text>
+        <text id="text106" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.186507 0.822166)" xml:space="preserve" x="479" y="115" font-family="Helvetica" font-size="10.469291" fill="#406fc5">-</text>
+        <text id="text107" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.18649 0.842589)" xml:space="preserve" x="482" y="115" font-family="Helvetica" font-size="10.469291" fill="#406fc5">CSE</text>
+        <text id="text108" transform="matrix(0.999999 -0.001702 0.001702 0.999999 -0.18648 0.854502)" xml:space="preserve" x="498" y="115" font-family="Helvetica" font-size="10.469291" fill="#406fc5">)</text>
+    </g>
+</svg>
diff --git a/media/RemoteLightsControlUseCase.png b/media/RemoteLightsControlUseCase.png
new file mode 100644
index 0000000000000000000000000000000000000000..a0fa52fb83f213cf08cf86900bf1f634369bf874
Binary files /dev/null and b/media/RemoteLightsControlUseCase.png differ
diff --git a/media/RemoteLightsControlUseCase.svg b/media/RemoteLightsControlUseCase.svg
new file mode 100644
index 0000000000000000000000000000000000000000..30745c532aa3e5abe6c0037f29707f42cf72177e
--- /dev/null
+++ b/media/RemoteLightsControlUseCase.svg
@@ -0,0 +1,2478 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated by Pixelmator Pro 3.5.6 -->
+<svg width="715" height="411" viewBox="0 0 715 411" xmlns="http://www.w3.org/2000/svg">
+    <g id="id3">
+        <path id="Path" fill="none" stroke="none" d="M -8.204723 9.50708 L 709.905518 9.50708 L 709.905518 401.973236 L -8.204723 401.973236 Z"/>
+        <clipPath id="clipPath1">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="Group" clip-path="url(#clipPath1)"/>
+        <clipPath id="clipPath2">
+            <path d="M 181.300781 365.122833 L 181.300781 271.541718 L 261.12442 141.752747 L 329.874023 175.466125 L 329.722839 279.025208 L 284.822052 305.217316 L 284.822052 205.400024 L 238.674011 231.592102 L 238.674011 332.051971 L 181.300781 365.122833 L 181.300781 365.122833 Z"/>
+        </clipPath>
+        <g id="g1" clip-path="url(#clipPath2)"/>
+        <clipPath id="clipPath3">
+            <path d="M 181.300781 365.122833 L 181.300781 271.541718 L 261.12442 141.752747 L 329.874023 175.466125 L 329.722839 279.025208 L 284.822052 305.217316 L 284.822052 205.400024 L 238.674011 231.592102 L 238.674011 332.051971 L 181.300781 365.122833 L 181.300781 365.122833 Z"/>
+        </clipPath>
+        <g id="g2" clip-path="url(#clipPath3)">
+            <path id="path1" fill="#b6a06d" fill-rule="evenodd" stroke="none" d="M 543.606323 140.807861 C 543.606323 196.744873 533.74176 251.661438 515.070862 300.077179 C 496.400024 348.49292 469.565369 388.707092 437.212585 416.675598 C 404.859833 444.606293 368.160645 459.346466 330.818909 459.346466 C 293.477173 459.346466 256.777954 444.606293 224.425201 416.675598 C 192.072433 388.707092 165.237793 348.49292 146.566925 300.077179 C 127.896057 251.661438 118.031494 196.744873 118.031494 140.807861 C 118.031494 84.908691 127.896057 29.992126 146.566925 -18.423645 C 165.237793 -66.839355 192.072433 -107.053528 224.425201 -135.022034 C 256.777954 -162.952759 293.477173 -177.692932 330.818909 -177.692932 C 368.160645 -177.692932 404.859833 -162.952759 437.212585 -135.022034 C 469.565369 -107.053528 496.400024 -66.839355 515.070862 -18.423645 C 533.74176 29.992126 543.606323 84.908691 543.606323 140.807861 L 543.606323 140.807861 Z"/>
+            <path id="path2" fill="#b6a06d" fill-rule="evenodd" stroke="none" d="M 436.116547 140.807861 C 436.116547 168.511841 431.278748 195.686584 422.01889 219.648804 C 412.796844 243.611023 399.49292 263.529144 383.467712 277.362213 C 367.480316 291.195282 349.300781 298.489777 330.818909 298.489777 C 312.337006 298.489777 294.157471 291.195282 278.170074 277.362213 C 262.144867 263.529144 248.840942 243.611023 239.618896 219.648804 C 230.35907 195.686584 225.521271 168.511841 225.521271 140.807861 C 225.521271 113.141724 230.35907 85.966919 239.618896 62.0047 C 248.840942 38.042542 262.144867 18.12439 278.170074 4.291321 C 294.157471 -9.541748 312.337006 -16.836243 330.818909 -16.836243 C 349.300781 -16.836243 367.480316 -9.541748 383.467712 4.291321 C 399.49292 18.12439 412.796844 38.042542 422.01889 62.0047 C 431.278748 85.966919 436.116547 113.141724 436.116547 140.807861 L 436.116547 140.807861 Z"/>
+            <path id="path3" fill="#b7a16e" fill-rule="evenodd" stroke="none" d="M 435.13385 140.807861 C 435.13385 168.247253 430.296051 195.157471 421.149597 218.892883 C 412.003143 242.628357 398.850403 262.357483 382.976379 276.039368 C 367.102356 289.759064 349.111816 296.977966 330.818909 296.977966 C 312.52597 296.977966 294.535431 289.759064 278.661407 276.039368 C 262.787415 262.357483 249.634644 242.628357 240.48819 218.892883 C 231.341736 195.157471 226.503937 168.247253 226.503937 140.807861 C 226.503937 113.406311 231.341736 86.496033 240.48819 62.76062 C 249.634644 39.025208 262.787415 19.296082 278.661407 5.576355 C 294.535431 -8.10553 312.52597 -15.324402 330.818909 -15.324402 C 349.111816 -15.324402 367.102356 -8.10553 382.976379 5.576355 C 398.850403 19.296082 412.003143 39.025208 421.149597 62.76062 C 430.296051 86.496033 435.13385 113.406311 435.13385 140.807861 L 435.13385 140.807861 Z"/>
+            <path id="path4" fill="#b7a270" fill-rule="evenodd" stroke="none" d="M 434.113373 140.807861 C 434.113373 167.982666 429.351196 194.628357 420.280304 218.137024 C 411.209442 241.645691 398.170074 261.185822 382.485046 274.754333 C 366.762207 288.322845 348.960632 295.466156 330.818909 295.466156 C 312.677155 295.466156 294.87558 288.322845 279.152771 274.754333 C 263.467712 261.185822 250.428345 241.645691 241.357483 218.137024 C 232.286621 194.628357 227.524414 167.982666 227.524414 140.807861 C 227.524414 113.670837 232.286621 87.025208 241.357483 63.516541 C 250.428345 40.007874 263.467712 20.467712 279.152771 6.899231 C 294.87558 -6.669312 312.677155 -13.812622 330.818909 -13.812622 C 348.960632 -13.812622 366.762207 -6.669312 382.485046 6.899231 C 398.170074 20.467712 411.209442 40.007874 420.280304 63.516541 C 429.351196 87.025208 434.113373 113.670837 434.113373 140.807861 L 434.113373 140.807861 Z"/>
+            <path id="path5" fill="#b8a371" fill-rule="evenodd" stroke="none" d="M 433.130707 140.807861 C 433.130707 167.71814 428.406311 194.099182 419.411011 217.381104 C 410.453552 240.662964 397.527557 260.01416 381.955902 273.469299 C 366.422058 286.886627 348.771667 293.954346 330.818909 293.954346 C 312.86615 293.954346 295.215759 286.886627 279.681885 273.469299 C 264.110229 260.01416 251.184265 240.662964 242.226776 217.381104 C 233.231506 194.099182 228.50708 167.71814 228.50708 140.807861 C 228.50708 113.935425 233.231506 87.516541 242.226776 64.234619 C 251.184265 40.952759 264.110229 21.639343 279.681885 8.184265 C 295.215759 -5.233093 312.86615 -12.338562 330.818909 -12.338562 C 348.771667 -12.338562 366.422058 -5.233093 381.955902 8.184265 C 397.527557 21.639343 410.453552 40.952759 419.411011 64.234619 C 428.406311 87.516541 433.130707 113.935425 433.130707 140.807861 L 433.130707 140.807861 Z"/>
+            <path id="path6" fill="#b9a473" fill-rule="evenodd" stroke="none" d="M 432.110229 140.807861 C 432.110229 167.453552 427.423615 193.607849 418.541718 216.662964 C 409.659851 239.71814 396.88504 258.842529 381.464569 272.146454 C 366.081879 285.450409 348.582672 292.480316 330.818909 292.480316 C 313.055115 292.480316 295.555908 285.450409 280.173218 272.146454 C 264.752747 258.842529 251.977966 239.71814 243.096069 216.662964 C 234.214172 193.607849 229.527557 167.453552 229.527557 140.807861 C 229.527557 114.200012 234.214172 88.045654 243.096069 64.99054 C 251.977966 41.935425 264.752747 22.811035 280.173218 9.50708 C 295.555908 -3.796875 313.055115 -10.826782 330.818909 -10.826782 C 348.582672 -10.826782 366.081879 -3.796875 381.464569 9.50708 C 396.88504 22.811035 409.659851 41.935425 418.541718 64.99054 C 427.423615 88.045654 432.110229 114.200012 432.110229 140.807861 L 432.110229 140.807861 Z"/>
+            <path id="path7" fill="#b9a574" fill-rule="evenodd" stroke="none" d="M 431.127563 140.807861 C 431.127563 167.188965 426.478729 193.078735 417.672455 215.907104 C 408.86615 238.735413 396.204712 257.670868 380.973236 270.86142 C 365.703949 284.01416 348.431488 290.968506 330.818909 290.968506 C 313.206299 290.968506 295.933868 284.01416 280.664581 270.86142 C 265.433075 257.670868 252.771667 238.735413 243.965363 215.907104 C 235.159058 193.078735 230.510223 167.188965 230.510223 140.807861 C 230.510223 114.464539 235.159058 88.574829 243.965363 65.74646 C 252.771667 42.918091 265.433075 23.982666 280.664581 10.792114 C 295.933868 -2.398438 313.206299 -9.314941 330.818909 -9.314941 C 348.431488 -9.314941 365.703949 -2.398438 380.973236 10.792114 C 396.204712 23.982666 408.86615 42.918091 417.672455 65.74646 C 426.478729 88.574829 431.127563 114.464539 431.127563 140.807861 L 431.127563 140.807861 Z"/>
+            <path id="path8" fill="#baa575" fill-rule="evenodd" stroke="none" d="M 430.107086 140.807861 C 430.107086 166.924438 425.533844 192.549622 416.803162 215.151184 C 408.110229 237.752747 395.562195 256.499207 380.481903 269.538574 C 365.36377 282.615753 348.242523 289.456696 330.818909 289.456696 C 313.395264 289.456696 296.274017 282.615753 281.155914 269.538574 C 266.075592 256.499207 253.527557 237.752747 244.834656 215.151184 C 236.103943 192.549622 231.530701 166.924438 231.530701 140.807861 C 231.530701 114.729126 236.103943 89.103943 244.834656 66.50238 C 253.527557 43.900818 266.075592 25.154358 281.155914 12.077148 C 296.274017 -0.962219 313.395264 -7.803162 330.818909 -7.803162 C 348.242523 -7.803162 365.36377 -0.962219 380.481903 12.077148 C 395.562195 25.154358 408.110229 43.900818 416.803162 66.50238 C 425.533844 89.103943 430.107086 114.729126 430.107086 140.807861 L 430.107086 140.807861 Z"/>
+            <path id="path9" fill="#bba677" fill-rule="evenodd" stroke="none" d="M 429.12442 140.807861 C 429.12442 166.659851 424.588989 192.020447 415.933868 214.395264 C 407.316528 236.770081 394.919678 255.327545 379.952759 268.25354 C 365.023621 281.179535 348.091339 287.982666 330.818909 287.982666 C 313.546448 287.982666 296.614166 281.179535 281.685028 268.25354 C 266.718109 255.327545 254.321259 236.770081 245.703949 214.395264 C 237.048828 192.020447 232.513397 166.659851 232.513397 140.807861 C 232.513397 114.993713 237.048828 89.633057 245.703949 67.25824 C 254.321259 44.883484 266.718109 26.325989 281.685028 13.400024 C 296.614166 0.473999 313.546448 -6.329163 330.818909 -6.329163 C 348.091339 -6.329163 365.023621 0.473999 379.952759 13.400024 C 394.919678 26.325989 407.316528 44.883484 415.933868 67.25824 C 424.588989 89.633057 429.12442 114.993713 429.12442 140.807861 L 429.12442 140.807861 Z"/>
+            <path id="path10" fill="#bca778" fill-rule="evenodd" stroke="none" d="M 428.103943 140.807861 C 428.103943 166.395264 423.606293 191.491333 415.064575 213.639343 C 406.522827 235.787415 394.23938 254.155884 379.461426 266.968506 C 364.683472 279.743317 347.902374 286.470856 330.818909 286.470856 C 313.735443 286.470856 296.954346 279.743317 282.176392 266.968506 C 267.398438 254.155884 255.11496 235.787415 246.573242 213.639343 C 238.031494 191.491333 233.533844 166.395264 233.533844 140.807861 C 233.533844 115.25824 238.031494 90.162231 246.573242 68.01416 C 255.11496 45.86615 267.398438 27.49762 282.176392 14.685059 C 296.954346 1.910217 313.735443 -4.817322 330.818909 -4.817322 C 347.902374 -4.817322 364.683472 1.910217 379.461426 14.685059 C 394.23938 27.49762 406.522827 45.86615 415.064575 68.01416 C 423.606293 90.162231 428.103943 115.25824 428.103943 140.807861 L 428.103943 140.807861 Z"/>
+            <path id="path11" fill="#bca87a" fill-rule="evenodd" stroke="none" d="M 427.121246 140.807861 C 427.121246 166.130737 422.661407 191 414.195282 212.883484 C 405.766937 234.804749 393.596863 252.984253 378.970093 265.64566 C 364.343292 278.307098 347.713379 284.959045 330.818909 284.959045 C 313.924408 284.959045 297.294495 278.307098 282.667725 265.64566 C 268.040955 252.984253 255.87088 234.804749 247.442505 212.883484 C 238.976379 191 234.516541 166.130737 234.516541 140.807861 C 234.516541 115.522827 238.976379 90.653564 247.442505 68.770081 C 255.87088 46.848816 268.040955 28.63147 282.667725 16.007874 C 297.294495 3.346436 313.924408 -3.305542 330.818909 -3.305542 C 347.713379 -3.305542 364.343292 3.346436 378.970093 16.007874 C 393.596863 28.63147 405.766937 46.848816 414.195282 68.770081 C 422.661407 90.653564 427.121246 115.522827 427.121246 140.807861 L 427.121246 140.807861 Z"/>
+            <path id="path12" fill="#bda97b" fill-rule="evenodd" stroke="none" d="M 426.1008 140.807861 C 426.1008 165.86615 421.716522 190.470886 413.325989 212.127563 C 404.973236 233.822021 392.954346 251.850403 378.478729 264.360626 C 363.965363 276.87088 347.562195 283.447235 330.818909 283.447235 C 314.075592 283.447235 297.672455 276.87088 283.159058 264.360626 C 268.683472 251.850403 256.664581 233.822021 248.311798 212.127563 C 239.921265 190.470886 235.537018 165.86615 235.537018 140.807861 C 235.537018 115.787415 239.921265 91.182678 248.311798 69.488159 C 256.664581 47.831482 268.683472 29.803162 283.159058 17.292908 C 297.672455 4.782654 314.075592 -1.831482 330.818909 -1.831482 C 347.562195 -1.831482 363.965363 4.782654 378.478729 17.292908 C 392.954346 29.803162 404.973236 47.831482 413.325989 69.488159 C 421.716522 91.182678 426.1008 115.787415 426.1008 140.807861 L 426.1008 140.807861 Z"/>
+            <path id="path13" fill="#beaa7c" fill-rule="evenodd" stroke="none" d="M 425.118103 140.807861 C 425.118103 165.601563 420.733856 189.941711 412.456696 211.409424 C 404.179535 232.839355 392.274017 250.678711 377.949615 263.037781 C 363.625183 275.434631 347.37323 281.973236 330.818909 281.973236 C 314.264557 281.973236 298.012604 275.434631 283.688202 263.037781 C 269.325989 250.678711 257.458282 232.839355 249.181091 211.409424 C 240.903931 189.941711 236.519684 165.601563 236.519684 140.807861 C 236.519684 116.051941 240.903931 91.711792 249.181091 70.24408 C 257.458282 48.814148 269.325989 30.974792 283.688202 18.615723 C 298.012604 6.218872 314.264557 -0.319702 330.818909 -0.319702 C 347.37323 -0.319702 363.625183 6.218872 377.949615 18.615723 C 392.274017 30.974792 404.179535 48.814148 412.456696 70.24408 C 420.733856 91.711792 425.118103 116.051941 425.118103 140.807861 L 425.118103 140.807861 Z"/>
+            <path id="path14" fill="#beab7e" fill-rule="evenodd" stroke="none" d="M 424.097626 140.807861 C 424.097626 165.337036 419.788971 189.412598 411.587402 210.653564 C 403.423615 231.856689 391.6315 249.50708 377.458282 261.752747 C 363.285034 273.998413 347.184265 280.461426 330.818909 280.461426 C 314.453552 280.461426 298.352753 273.998413 284.179535 261.752747 C 270.006287 249.50708 258.214172 231.856689 250.050385 210.653564 C 241.848816 189.412598 237.540161 165.337036 237.540161 140.807861 C 237.540161 116.316528 241.848816 92.240967 250.050385 71 C 258.214172 49.796875 270.006287 32.146484 284.179535 19.900818 C 298.352753 7.65509 314.453552 1.192139 330.818909 1.192139 C 347.184265 1.192139 363.285034 7.65509 377.458282 19.900818 C 391.6315 32.146484 403.423615 49.796875 411.587402 71 C 419.788971 92.240967 424.097626 116.316528 424.097626 140.807861 L 424.097626 140.807861 Z"/>
+            <path id="path15" fill="#bfac7f" fill-rule="evenodd" stroke="none" d="M 423.077179 140.807861 C 423.077179 165.072449 418.844086 188.883484 410.718109 209.897644 C 402.629913 230.874023 390.988983 248.335449 376.966919 260.467712 C 362.944885 272.562195 347.033081 278.949615 330.818909 278.949615 C 314.604736 278.949615 298.692902 272.562195 284.670868 260.467712 C 270.648804 248.335449 259.007874 230.874023 250.919678 209.897644 C 242.793701 188.883484 238.560638 165.072449 238.560638 140.807861 C 238.560638 116.581116 242.793701 92.770081 250.919678 71.75592 C 259.007874 50.74176 270.648804 33.318115 284.670868 21.185852 C 298.692902 9.091309 314.604736 2.703918 330.818909 2.703918 C 347.033081 2.703918 362.944885 9.091309 376.966919 21.185852 C 390.988983 33.318115 402.629913 50.74176 410.718109 71.75592 C 418.844086 92.770081 423.077179 116.581116 423.077179 140.807861 L 423.077179 140.807861 Z"/>
+            <path id="path16" fill="#c0ad80" fill-rule="evenodd" stroke="none" d="M 422.094482 140.807861 C 422.094482 164.807861 417.86142 188.354309 409.848816 209.141724 C 401.836212 229.929138 390.346466 247.163757 376.437805 259.144867 C 362.566925 271.125977 346.844086 277.437805 330.818909 277.437805 C 314.793701 277.437805 299.070862 271.125977 285.200012 259.144867 C 271.291351 247.163757 259.801575 229.929138 251.788971 209.141724 C 243.776367 188.354309 239.543304 164.807861 239.543304 140.807861 C 239.543304 116.845642 243.776367 93.261414 251.788971 72.511841 C 259.801575 51.724426 271.291351 34.489746 285.200012 22.508667 C 299.070862 10.489746 314.793701 4.177979 330.818909 4.177979 C 346.844086 4.177979 362.566925 10.489746 376.437805 22.508667 C 390.346466 34.489746 401.836212 51.724426 409.848816 72.511841 C 417.86142 93.261414 422.094482 116.845642 422.094482 140.807861 L 422.094482 140.807861 Z"/>
+            <path id="path17" fill="#c0ae82" fill-rule="evenodd" stroke="none" d="M 421.074005 140.807861 C 421.074005 164.543335 416.916534 187.862976 408.979523 208.385803 C 401.080322 228.946472 389.666138 245.992126 375.946442 257.859833 C 362.226776 269.72757 346.655121 275.963776 330.818909 275.963776 C 314.982666 275.963776 299.411011 269.72757 285.691345 257.859833 C 271.971649 245.992126 260.557495 228.946472 252.658264 208.385803 C 244.721252 187.862976 240.563782 164.543335 240.563782 140.807861 C 240.563782 117.110229 244.721252 93.790527 252.658264 73.2677 C 260.557495 52.707092 271.971649 35.661438 285.691345 23.793701 C 299.411011 11.925964 314.982666 5.689758 330.818909 5.689758 C 346.655121 5.689758 362.226776 11.925964 375.946442 23.793701 C 389.666138 35.661438 401.080322 52.707092 408.979523 73.2677 C 416.916534 93.790527 421.074005 117.110229 421.074005 140.807861 L 421.074005 140.807861 Z"/>
+            <path id="path18" fill="#c1ae83" fill-rule="evenodd" stroke="none" d="M 420.091339 140.807861 C 420.091339 164.278748 415.971649 187.333862 408.110229 207.629944 C 400.286621 227.963806 389.023621 244.820496 375.455109 256.537018 C 361.886627 268.291351 346.503937 274.451965 330.818909 274.451965 C 315.13385 274.451965 299.75119 268.291351 286.182678 256.537018 C 272.614166 244.820496 261.351196 227.963806 253.527557 207.629944 C 245.666138 187.333862 241.546448 164.278748 241.546448 140.807861 C 241.546448 117.374817 245.666138 94.319702 253.527557 74.023621 C 261.351196 53.689758 272.614166 36.833069 286.182678 25.116516 C 299.75119 13.362183 315.13385 7.201599 330.818909 7.201599 C 346.503937 7.201599 361.886627 13.362183 375.455109 25.116516 C 389.023621 36.833069 400.286621 53.689758 408.110229 74.023621 C 415.971649 94.319702 420.091339 117.374817 420.091339 140.807861 L 420.091339 140.807861 Z"/>
+            <path id="path19" fill="#c2af85" fill-rule="evenodd" stroke="none" d="M 419.070862 140.807861 C 419.070862 164.01416 414.988983 186.804749 407.240936 206.874023 C 399.49292 226.981079 388.381104 243.648804 374.963776 255.251984 C 361.546448 266.855133 346.314972 272.940155 330.818909 272.940155 C 315.322845 272.940155 300.091339 266.855133 286.674011 255.251984 C 273.256683 243.648804 262.144867 226.981079 254.396851 206.874023 C 246.648804 186.804749 242.566925 164.01416 242.566925 140.807861 C 242.566925 117.639343 246.648804 94.848816 254.396851 74.779541 C 262.144867 54.672424 273.256683 38.0047 286.674011 26.40155 C 300.091339 14.798401 315.322845 8.713379 330.818909 8.713379 C 346.314972 8.713379 361.546448 14.798401 374.963776 26.40155 C 388.381104 38.0047 399.49292 54.672424 407.240936 74.779541 C 414.988983 94.848816 419.070862 117.639343 419.070862 140.807861 L 419.070862 140.807861 Z"/>
+            <path id="path20" fill="#c3b086" fill-rule="evenodd" stroke="none" d="M 418.088196 140.807861 C 418.088196 163.749634 414.044098 186.275574 406.371643 206.155884 C 398.737 225.998413 387.700775 242.477173 374.434631 253.966919 C 361.168518 265.418884 346.125977 271.466156 330.818909 271.466156 C 315.51181 271.466156 300.469299 265.418884 287.203156 253.966919 C 273.937012 242.477173 262.900787 225.998413 255.266144 206.155884 C 247.593689 186.275574 243.549591 163.749634 243.549591 140.807861 C 243.549591 117.903931 247.593689 95.37793 255.266144 75.49762 C 262.900787 55.65509 273.937012 39.176392 287.203156 27.686584 C 300.469299 16.234619 315.51181 10.187378 330.818909 10.187378 C 346.125977 10.187378 361.168518 16.234619 374.434631 27.686584 C 387.700775 39.176392 398.737 55.65509 406.371643 75.49762 C 414.044098 95.37793 418.088196 117.903931 418.088196 140.807861 L 418.088196 140.807861 Z"/>
+            <path id="path21" fill="#c3b187" fill-rule="evenodd" stroke="none" d="M 417.067719 140.807861 C 417.067719 163.485046 413.099213 185.74646 405.50235 205.400024 C 397.943298 225.015747 387.058258 241.305542 373.943298 252.644104 C 360.828339 263.982666 345.974792 269.954346 330.818909 269.954346 C 315.662994 269.954346 300.809448 263.982666 287.694489 252.644104 C 274.579529 241.305542 263.694489 225.015747 256.135437 205.400024 C 248.538574 185.74646 244.570068 163.485046 244.570068 140.807861 C 244.570068 118.168518 248.538574 95.907104 256.135437 76.25354 C 263.694489 56.637817 274.579529 40.348022 287.694489 29.00946 C 300.809448 17.670837 315.662994 11.699219 330.818909 11.699219 C 345.974792 11.699219 360.828339 17.670837 373.943298 29.00946 C 387.058258 40.348022 397.943298 56.637817 405.50235 76.25354 C 413.099213 95.907104 417.067719 118.168518 417.067719 140.807861 L 417.067719 140.807861 Z"/>
+            <path id="path22" fill="#c4b289" fill-rule="evenodd" stroke="none" d="M 416.085052 140.807861 C 416.085052 163.220459 412.116547 185.217346 404.670868 204.644104 C 397.187408 224.033081 386.415741 240.13385 373.451965 251.35907 C 360.48819 262.546448 345.785828 268.442505 330.818909 268.442505 C 315.851959 268.442505 301.149597 262.546448 288.185822 251.35907 C 275.222046 240.13385 264.450409 224.033081 256.966919 204.644104 C 249.521271 185.217346 245.552765 163.220459 245.552765 140.807861 C 245.552765 118.433044 249.521271 96.398438 256.966919 77.00946 C 264.450409 57.620483 275.222046 41.519714 288.185822 30.294495 C 301.149597 19.107117 315.851959 13.210999 330.818909 13.210999 C 345.785828 13.210999 360.48819 19.107117 373.451965 30.294495 C 386.415741 41.519714 397.187408 57.620483 404.670868 77.00946 C 412.116547 96.398438 416.085052 118.433044 416.085052 140.807861 L 416.085052 140.807861 Z"/>
+            <path id="path23" fill="#c5b38a" fill-rule="evenodd" stroke="none" d="M 415.064575 140.807861 C 415.064575 162.955933 411.171661 184.726013 403.801575 203.888184 C 396.393707 223.050415 385.735443 238.962219 372.960632 250.036194 C 360.148041 261.110229 345.596863 266.930695 330.818909 266.930695 C 316.040955 266.930695 301.489777 261.110229 288.677155 250.036194 C 275.902374 238.962219 265.24408 223.050415 257.836212 203.888184 C 250.466156 184.726013 246.573242 162.955933 246.573242 140.807861 C 246.573242 118.697632 250.466156 96.927551 257.836212 77.765381 C 265.24408 58.603149 275.902374 42.653564 288.677155 31.61731 C 301.489777 20.543335 316.040955 14.685059 330.818909 14.685059 C 345.596863 14.685059 360.148041 20.543335 372.960632 31.61731 C 385.735443 42.653564 396.393707 58.603149 403.801575 77.765381 C 411.171661 96.927551 415.064575 118.697632 415.064575 140.807861 L 415.064575 140.807861 Z"/>
+            <path id="path24" fill="#c5b48c" fill-rule="evenodd" stroke="none" d="M 414.081879 140.807861 C 414.081879 162.691345 410.226776 184.196838 402.932281 203.132263 C 395.600006 222.067688 385.092926 237.828369 372.431488 248.75116 C 359.770081 259.674011 345.445679 265.456696 330.818909 265.456696 C 316.192139 265.456696 301.867706 259.674011 289.206299 248.75116 C 276.544891 237.828369 266.037781 222.067688 258.705505 203.132263 C 251.411011 184.196838 247.555908 162.691345 247.555908 140.807861 C 247.555908 118.962219 251.411011 97.456665 258.705505 78.52124 C 266.037781 59.585815 276.544891 43.825195 289.206299 32.902344 C 301.867706 21.979553 316.192139 16.196838 330.818909 16.196838 C 345.445679 16.196838 359.770081 21.979553 372.431488 32.902344 C 385.092926 43.825195 395.600006 59.585815 402.932281 78.52124 C 410.226776 97.456665 414.081879 118.962219 414.081879 140.807861 L 414.081879 140.807861 Z"/>
+            <path id="path25" fill="#c6b58d" fill-rule="evenodd" stroke="none" d="M 413.061432 140.807861 C 413.061432 162.426758 409.281891 183.667725 402.062988 202.376404 C 394.844086 221.085022 384.450409 236.656677 371.940155 247.466125 C 359.429932 258.237793 345.256683 263.944885 330.818909 263.944885 C 316.381104 263.944885 302.207886 258.237793 289.697632 247.466125 C 277.187408 236.656677 266.793701 221.085022 259.574799 202.376404 C 252.355896 183.667725 248.576385 162.426758 248.576385 140.807861 C 248.576385 119.226746 252.355896 97.98584 259.574799 79.277161 C 266.793701 60.530701 277.187408 44.996826 289.697632 34.187378 C 302.207886 23.37793 316.381104 17.708679 330.818909 17.708679 C 345.256683 17.708679 359.429932 23.37793 371.940155 34.187378 C 384.450409 44.996826 394.844086 60.530701 402.062988 79.277161 C 409.281891 97.98584 413.061432 119.226746 413.061432 140.807861 L 413.061432 140.807861 Z"/>
+            <path id="path26" fill="#c7b68e" fill-rule="evenodd" stroke="none" d="M 412.078735 140.807861 C 412.078735 162.162231 408.299225 183.138611 401.193695 201.620483 C 394.050385 220.140137 383.807861 235.485046 371.448822 246.143311 C 359.089752 256.839355 345.067719 262.433075 330.818909 262.433075 C 316.570068 262.433075 302.548035 256.839355 290.188965 246.143311 C 277.829926 235.485046 267.587402 220.140137 260.444092 201.620483 C 253.338593 183.138611 249.559052 162.162231 249.559052 140.807861 C 249.559052 119.491333 253.338593 98.514954 260.444092 80.033081 C 267.587402 61.513367 277.829926 46.168518 290.188965 35.510254 C 302.548035 24.814148 316.570068 19.220459 330.818909 19.220459 C 345.067719 19.220459 359.089752 24.814148 371.448822 35.510254 C 383.807861 46.168518 394.050385 61.513367 401.193695 80.033081 C 408.299225 98.514954 412.078735 119.491333 412.078735 140.807861 L 412.078735 140.807861 Z"/>
+            <path id="path27" fill="#c7b790" fill-rule="evenodd" stroke="none" d="M 411.058258 140.807861 C 411.058258 161.897644 407.35434 182.609436 400.324402 200.864563 C 393.256683 219.157471 383.127563 234.313416 370.957489 244.858276 C 358.749603 255.403137 344.916534 260.959045 330.818909 260.959045 C 316.721252 260.959045 302.888184 255.403137 290.680328 244.858276 C 278.510223 234.313416 268.381104 219.157471 261.313385 200.864563 C 254.283478 182.609436 250.579529 161.897644 250.579529 140.807861 C 250.579529 119.75592 254.283478 99.044067 261.313385 80.75116 C 268.381104 62.496033 278.510223 47.340149 290.680328 36.795288 C 302.888184 26.250366 316.721252 20.694458 330.818909 20.694458 C 344.916534 20.694458 358.749603 26.250366 370.957489 36.795288 C 383.127563 47.340149 393.256683 62.496033 400.324402 80.75116 C 407.35434 99.044067 411.058258 119.75592 411.058258 140.807861 L 411.058258 140.807861 Z"/>
+            <path id="path28" fill="#c8b891" fill-rule="evenodd" stroke="none" d="M 410.037781 140.807861 C 410.037781 161.633057 406.409454 182.118103 399.455109 200.146484 C 392.500793 218.174805 382.485046 233.141724 370.428345 243.535461 C 358.409454 253.966919 344.72757 259.447235 330.818909 259.447235 C 316.910248 259.447235 303.228333 253.966919 291.209442 243.535461 C 279.152771 233.141724 269.136993 218.174805 262.182678 200.146484 C 255.228333 182.118103 251.600006 161.633057 251.600006 140.807861 C 251.600006 120.020447 255.228333 99.535461 262.182678 81.50708 C 269.136993 63.47876 279.152771 48.511841 291.209442 38.118103 C 303.228333 27.686584 316.910248 22.206299 330.818909 22.206299 C 344.72757 22.206299 358.409454 27.686584 370.428345 38.118103 C 382.485046 48.511841 392.500793 63.47876 399.455109 81.50708 C 406.409454 99.535461 410.037781 120.020447 410.037781 140.807861 L 410.037781 140.807861 Z"/>
+            <path id="path29" fill="#c9b893" fill-rule="evenodd" stroke="none" d="M 409.055115 140.807861 C 409.055115 161.36853 405.426758 181.588989 398.585815 199.390564 C 391.707092 217.192139 381.842529 231.970093 369.937012 242.250366 C 358.031494 252.530701 344.538574 257.935425 330.818909 257.935425 C 317.099213 257.935425 303.606293 252.530701 291.700775 242.250366 C 279.795288 231.970093 269.930695 217.192139 263.051971 199.390564 C 256.211029 181.588989 252.582672 161.36853 252.582672 140.807861 C 252.582672 120.285034 256.211029 100.064575 263.051971 82.263 C 269.930695 64.461426 279.795288 49.683472 291.700775 39.403137 C 303.606293 29.122864 317.099213 23.71814 330.818909 23.71814 C 344.538574 23.71814 358.031494 29.122864 369.937012 39.403137 C 381.842529 49.683472 391.707092 64.461426 398.585815 82.263 C 405.426758 100.064575 409.055115 120.285034 409.055115 140.807861 L 409.055115 140.807861 Z"/>
+            <path id="path30" fill="#c9b994" fill-rule="evenodd" stroke="none" d="M 408.034637 140.807861 C 408.034637 161.103943 404.481903 181.059814 397.716522 198.634644 C 390.913391 216.209473 381.162201 230.798401 369.445679 240.965332 C 357.691345 251.094482 344.38739 256.423615 330.818909 256.423615 C 317.250397 256.423615 303.946442 251.094482 292.192139 240.965332 C 280.475586 230.798401 270.724396 216.209473 263.921265 198.634644 C 257.155914 181.059814 253.603149 161.103943 253.603149 140.807861 C 253.603149 120.511841 257.155914 100.593689 263.921265 83.018921 C 270.724396 65.444092 280.475586 50.855103 292.192139 40.688171 C 303.946442 30.559082 317.250397 25.229919 330.818909 25.229919 C 344.38739 25.229919 357.691345 30.559082 369.445679 40.688171 C 381.162201 50.855103 390.913391 65.444092 397.716522 83.018921 C 404.481903 100.593689 408.034637 120.511841 408.034637 140.807861 L 408.034637 140.807861 Z"/>
+            <path id="path31" fill="#caba95" fill-rule="evenodd" stroke="none" d="M 407.051971 140.807861 C 407.051971 160.839355 403.537018 180.530701 396.847229 197.878723 C 390.157471 215.226746 380.519684 229.62677 368.916534 239.642517 C 357.351196 249.658264 344.198425 254.949585 330.818909 254.949585 C 317.439362 254.949585 304.286621 249.658264 292.721252 239.642517 C 281.118103 229.62677 271.480316 215.226746 264.790558 197.878723 C 258.1008 180.530701 254.585815 160.839355 254.585815 140.807861 C 254.585815 120.776367 258.1008 101.122864 264.790558 83.77478 C 271.480316 66.426758 281.118103 52.026794 292.721252 42.011047 C 304.286621 31.9953 317.439362 26.703918 330.818909 26.703918 C 344.198425 26.703918 357.351196 31.9953 368.916534 42.011047 C 380.519684 52.026794 390.157471 66.426758 396.847229 83.77478 C 403.537018 101.122864 407.051971 120.776367 407.051971 140.807861 L 407.051971 140.807861 Z"/>
+            <path id="path32" fill="#cbbb97" fill-rule="evenodd" stroke="none" d="M 406.031494 140.807861 C 406.031494 160.574829 402.554321 180.001587 395.977966 197.122864 C 389.36377 214.24408 379.877167 228.455139 368.425201 238.357483 C 357.011017 248.222046 344.00946 253.437805 330.818909 253.437805 C 317.628357 253.437805 304.62677 248.222046 293.212585 238.357483 C 281.76062 228.455139 272.274017 214.24408 265.659851 197.122864 C 259.083466 180.001587 255.606293 160.574829 255.606293 140.807861 C 255.606293 121.040955 259.083466 101.651978 265.659851 84.530701 C 272.274017 67.409424 281.76062 53.198425 293.212585 43.296082 C 304.62677 33.431519 317.628357 28.215759 330.818909 28.215759 C 344.00946 28.215759 357.011017 33.431519 368.425201 43.296082 C 379.877167 53.198425 389.36377 67.409424 395.977966 84.530701 C 402.554321 101.651978 406.031494 121.040955 406.031494 140.807861 L 406.031494 140.807861 Z"/>
+            <path id="path33" fill="#ccbc98" fill-rule="evenodd" stroke="none" d="M 405.048828 140.807861 C 405.048828 160.310242 401.609436 179.472412 395.108673 196.366943 C 388.570068 213.261414 379.196838 227.283447 367.933868 237.034668 C 356.633057 246.785828 343.858276 251.925964 330.818909 251.925964 C 317.779541 251.925964 305.00473 246.785828 293.703949 237.034668 C 282.440948 227.283447 273.067719 213.261414 266.529144 196.366943 C 260.028351 179.472412 256.588989 160.310242 256.588989 140.807861 C 256.588989 121.305542 260.028351 102.143311 266.529144 85.286621 C 273.067719 68.392151 282.440948 54.370056 293.703949 44.618896 C 305.00473 34.867737 317.779541 29.727539 330.818909 29.727539 C 343.858276 29.727539 356.633057 34.867737 367.933868 44.618896 C 379.196838 54.370056 388.570068 68.392151 395.108673 85.286621 C 401.609436 102.143311 405.048828 121.305542 405.048828 140.807861 L 405.048828 140.807861 Z"/>
+            <path id="path34" fill="#ccbd99" fill-rule="evenodd" stroke="none" d="M 404.028351 140.807861 C 404.028351 160.045654 400.664581 178.981079 394.23938 195.611023 C 387.814178 212.278748 378.554321 226.111816 367.442505 235.749634 C 356.292908 245.349609 343.669281 250.414185 330.818909 250.414185 C 317.968506 250.414185 305.344879 245.349609 294.195282 235.749634 C 283.083466 226.111816 273.823608 212.278748 267.398438 195.611023 C 260.973236 178.981079 257.609436 160.045654 257.609436 140.807861 C 257.609436 121.570068 260.973236 102.672424 267.398438 86.0047 C 273.823608 69.374817 283.083466 55.541748 294.195282 45.903931 C 305.344879 36.266113 317.968506 31.201599 330.818909 31.201599 C 343.669281 31.201599 356.292908 36.266113 367.442505 45.903931 C 378.554321 55.541748 387.814178 69.374817 394.23938 86.0047 C 400.664581 102.672424 404.028351 121.570068 404.028351 140.807861 L 404.028351 140.807861 Z"/>
+            <path id="path35" fill="#cdbe9b" fill-rule="evenodd" stroke="none" d="M 403.045654 140.807861 C 403.045654 159.818909 399.681885 178.451965 393.370087 194.892883 C 387.020477 211.296082 377.911804 224.940186 366.913391 234.426758 C 355.952759 243.951172 343.480316 248.940186 330.818909 248.940186 C 318.157471 248.940186 305.685028 243.951172 294.724396 234.426758 C 283.725983 224.940186 274.61731 211.296082 268.267731 194.892883 C 261.955902 178.451965 258.592133 159.818909 258.592133 140.807861 C 258.592133 121.834656 261.955902 103.201599 268.267731 86.76062 C 274.61731 70.319702 283.725983 56.675598 294.724396 47.188965 C 305.685028 37.702393 318.157471 32.713379 330.818909 32.713379 C 343.480316 32.713379 355.952759 37.702393 366.913391 47.188965 C 377.911804 56.675598 387.020477 70.319702 393.370087 86.76062 C 399.681885 103.201599 403.045654 121.834656 403.045654 140.807861 L 403.045654 140.807861 Z"/>
+            <path id="path36" fill="#cebf9c" fill-rule="evenodd" stroke="none" d="M 402.025208 140.807861 C 402.025208 159.554321 398.737 177.922852 392.500793 194.137024 C 386.226776 210.313416 377.269287 223.806274 366.422058 233.141724 C 355.61261 242.514954 343.329132 247.428345 330.818909 247.428345 C 318.308655 247.428345 306.025208 242.514954 295.215759 233.141724 C 284.3685 223.806274 275.411011 210.313416 269.136993 194.137024 C 262.900787 177.922852 259.61261 159.554321 259.61261 140.807861 C 259.61261 122.099182 262.900787 103.730713 269.136993 87.516541 C 275.411011 71.302368 284.3685 57.847229 295.215759 48.511841 C 306.025208 39.138611 318.308655 34.22522 330.818909 34.22522 C 343.329132 34.22522 355.61261 39.138611 366.422058 48.511841 C 377.269287 57.847229 386.226776 71.302368 392.500793 87.516541 C 398.737 103.730713 402.025208 122.099182 402.025208 140.807861 L 402.025208 140.807861 Z"/>
+            <path id="path37" fill="#cec09e" fill-rule="evenodd" stroke="none" d="M 401.042511 140.807861 C 401.042511 159.289734 397.792114 177.393677 391.6315 193.381104 C 385.470856 209.36853 376.588989 222.634644 365.930695 231.856689 C 355.23465 241.078735 343.140167 245.916565 330.818909 245.916565 C 318.49765 245.916565 306.403137 241.078735 295.707092 231.856689 C 285.048828 222.634644 276.166931 209.36853 270.006287 193.381104 C 263.845673 177.393677 260.595276 159.289734 260.595276 140.807861 C 260.595276 122.36377 263.845673 104.259827 270.006287 88.272461 C 276.166931 72.285034 285.048828 59.018921 295.707092 49.796875 C 306.403137 40.574829 318.49765 35.737 330.818909 35.737 C 343.140167 35.737 355.23465 40.574829 365.930695 49.796875 C 376.588989 59.018921 385.470856 72.285034 391.6315 88.272461 C 397.792114 104.259827 401.042511 122.36377 401.042511 140.807861 L 401.042511 140.807861 Z"/>
+            <path id="path38" fill="#cfc19f" fill-rule="evenodd" stroke="none" d="M 400.022034 140.807861 C 400.022034 159.025208 396.847229 176.864563 390.762207 192.625183 C 384.677155 208.385803 375.946442 221.463013 365.439362 230.533875 C 354.894501 239.642517 342.951172 244.442505 330.818909 244.442505 C 318.686615 244.442505 306.743317 239.642517 296.198425 230.533875 C 285.691345 221.463013 276.960632 208.385803 270.87558 192.625183 C 264.790558 176.864563 261.615753 159.025208 261.615753 140.807861 C 261.615753 122.628357 264.790558 104.789001 270.87558 89.02832 C 276.960632 73.2677 285.691345 60.190552 296.198425 51.11969 C 306.743317 42.011047 318.686615 37.210999 330.818909 37.210999 C 342.951172 37.210999 354.894501 42.011047 365.439362 51.11969 C 375.946442 60.190552 384.677155 73.2677 390.762207 89.02832 C 396.847229 104.789001 400.022034 122.628357 400.022034 140.807861 L 400.022034 140.807861 Z"/>
+            <path id="path39" fill="#d0c1a0" fill-rule="evenodd" stroke="none" d="M 399.039368 140.807861 C 399.039368 158.76062 395.864563 176.335449 389.892914 191.869263 C 383.883453 207.403137 375.303925 220.291321 364.910248 229.24884 C 354.554321 238.206299 342.799988 242.930725 330.818909 242.930725 C 318.837799 242.930725 307.083466 238.206299 296.72757 229.24884 C 286.333862 220.291321 277.754333 207.403137 271.744873 191.869263 C 265.773224 176.335449 262.598419 158.76062 262.598419 140.807861 C 262.598419 122.892883 265.773224 105.280334 271.744873 89.784241 C 277.754333 74.250366 286.333862 61.362183 296.72757 52.404724 C 307.083466 43.447266 318.837799 38.722839 330.818909 38.722839 C 342.799988 38.722839 354.554321 43.447266 364.910248 52.404724 C 375.303925 61.362183 383.883453 74.250366 389.892914 89.784241 C 395.864563 105.280334 399.039368 122.892883 399.039368 140.807861 L 399.039368 140.807861 Z"/>
+            <path id="path40" fill="#d0c2a2" fill-rule="evenodd" stroke="none" d="M 398.01889 140.807861 C 398.01889 158.496033 394.919678 175.844116 389.023621 191.113403 C 383.127563 206.420471 374.623627 219.11969 364.418884 227.925964 C 354.214172 236.770081 342.611023 241.418884 330.818909 241.418884 C 319.026764 241.418884 307.423615 236.770081 297.218903 227.925964 C 287.01416 219.11969 278.510223 206.420471 272.614166 191.113403 C 266.718109 175.844116 263.618896 158.496033 263.618896 140.807861 C 263.618896 123.157471 266.718109 105.809448 272.614166 90.540161 C 278.510223 75.233093 287.01416 62.533875 297.218903 53.689758 C 307.423615 44.883484 319.026764 40.234619 330.818909 40.234619 C 342.611023 40.234619 354.214172 44.883484 364.418884 53.689758 C 374.623627 62.533875 383.127563 75.233093 389.023621 90.540161 C 394.919678 105.809448 398.01889 123.157471 398.01889 140.807861 L 398.01889 140.807861 Z"/>
+            <path id="path41" fill="#d1c3a3" fill-rule="evenodd" stroke="none" d="M 396.998413 140.807861 C 396.998413 158.231506 393.974792 175.314941 388.154327 190.357483 C 382.333862 205.437805 373.98111 217.948059 363.927551 226.64093 C 353.836212 235.333862 342.422058 239.907104 330.818909 239.907104 C 319.215759 239.907104 307.801575 235.333862 297.710236 226.64093 C 287.656708 217.948059 279.303925 205.437805 273.483459 190.357483 C 267.662994 175.314941 264.601563 158.231506 264.601563 140.807861 C 264.601563 123.422058 267.662994 106.338562 273.483459 91.25824 C 279.303925 76.215759 287.656708 63.705505 297.710236 55.012573 C 307.801575 46.319702 319.215759 41.74646 330.818909 41.74646 C 342.422058 41.74646 353.836212 46.319702 363.927551 55.012573 C 373.98111 63.705505 382.333862 76.215759 388.154327 91.25824 C 393.974792 106.338562 396.998413 123.422058 396.998413 140.807861 L 396.998413 140.807861 Z"/>
+            <path id="path42" fill="#d2c4a5" fill-rule="evenodd" stroke="none" d="M 396.015747 140.807861 C 396.015747 157.966919 392.992126 174.785828 387.285034 189.639343 C 381.540161 204.455139 373.338593 216.776367 363.398438 225.355896 C 353.496063 233.897644 342.270874 238.433044 330.818909 238.433044 C 319.366943 238.433044 308.141724 233.897644 298.23938 225.355896 C 288.299225 216.776367 280.097626 204.455139 274.352753 189.639343 C 268.64566 174.785828 265.62204 157.966919 265.62204 140.807861 C 265.62204 123.686584 268.64566 106.867737 274.352753 92.01416 C 280.097626 77.198425 288.299225 64.877136 298.23938 56.297607 C 308.141724 47.75592 319.366943 43.220459 330.818909 43.220459 C 342.270874 43.220459 353.496063 47.75592 363.398438 56.297607 C 373.338593 64.877136 381.540161 77.198425 387.285034 92.01416 C 392.992126 106.867737 396.015747 123.686584 396.015747 140.807861 L 396.015747 140.807861 Z"/>
+            <path id="path43" fill="#d3c5a6" fill-rule="evenodd" stroke="none" d="M 394.99527 140.807861 C 394.99527 157.702393 392.047241 174.256714 386.415741 188.883484 C 380.784241 203.472412 372.658264 215.604736 362.907074 224.033081 C 353.155914 232.461426 342.081879 236.921265 330.818909 236.921265 C 319.555908 236.921265 308.481903 232.461426 298.730713 224.033081 C 288.979523 215.604736 280.853546 203.472412 275.222046 188.883484 C 269.590546 174.256714 266.642517 157.702393 266.642517 140.807861 C 266.642517 123.951172 269.590546 107.396851 275.222046 92.770081 C 280.853546 78.181091 288.979523 66.048828 298.730713 57.620483 C 308.481903 49.154358 319.555908 44.7323 330.818909 44.7323 C 342.081879 44.7323 353.155914 49.154358 362.907074 57.620483 C 372.658264 66.048828 380.784241 78.181091 386.415741 92.770081 C 392.047241 107.396851 394.99527 123.951172 394.99527 140.807861 L 394.99527 140.807861 Z"/>
+            <path id="path44" fill="#d3c6a7" fill-rule="evenodd" stroke="none" d="M 394.012604 140.807861 C 394.012604 157.437805 391.102356 173.727539 385.546448 188.127563 C 379.99054 202.489746 372.015747 214.433044 362.415741 222.748047 C 352.815735 231.062988 341.892914 235.409424 330.818909 235.409424 C 319.744873 235.409424 308.822052 231.062988 299.222046 222.748047 C 289.62204 214.433044 281.647247 202.489746 276.091339 188.127563 C 270.535431 173.727539 267.625183 157.437805 267.625183 140.807861 C 267.625183 124.215759 270.535431 107.925964 276.091339 93.526001 C 281.647247 79.163757 289.62204 67.220459 299.222046 58.905518 C 308.822052 50.590576 319.744873 46.24408 330.818909 46.24408 C 341.892914 46.24408 352.815735 50.590576 362.415741 58.905518 C 372.015747 67.220459 379.99054 79.163757 385.546448 93.526001 C 391.102356 107.925964 394.012604 124.215759 394.012604 140.807861 L 394.012604 140.807861 Z"/>
+            <path id="path45" fill="#d4c7a9" fill-rule="evenodd" stroke="none" d="M 392.992126 140.807861 C 392.992126 157.173218 390.11969 173.236206 384.677155 187.371643 C 379.23465 201.50708 371.37323 213.261414 361.924408 221.425171 C 352.475586 229.62677 341.74173 233.897644 330.818909 233.897644 C 319.896057 233.897644 309.162201 229.62677 299.713379 221.425171 C 290.264557 213.261414 282.403137 201.50708 276.960632 187.371643 C 271.518097 173.236206 268.64566 157.173218 268.64566 140.807861 C 268.64566 124.480286 271.518097 108.417297 276.960632 94.28186 C 282.403137 80.146484 290.264557 68.392151 299.713379 60.190552 C 309.162201 52.026794 319.896057 47.71814 330.818909 47.71814 C 341.74173 47.71814 352.475586 52.026794 361.924408 60.190552 C 371.37323 68.392151 379.23465 80.146484 384.677155 94.28186 C 390.11969 108.417297 392.992126 124.480286 392.992126 140.807861 L 392.992126 140.807861 Z"/>
+            <path id="path46" fill="#d5c8aa" fill-rule="evenodd" stroke="none" d="M 392.00946 140.807861 C 392.00946 156.908691 389.174805 172.707092 383.807861 186.615723 C 378.440948 200.524414 370.692902 212.089783 361.395264 220.140137 C 352.097626 228.190552 341.552765 232.423645 330.818909 232.423645 C 320.085052 232.423645 309.540161 228.190552 300.242523 220.140137 C 290.944885 212.089783 283.196838 200.524414 277.829926 186.615723 C 272.462982 172.707092 269.628357 156.908691 269.628357 140.807861 C 269.628357 124.744873 272.462982 108.946472 277.829926 95.037781 C 283.196838 81.091309 290.944885 69.563782 300.242523 61.513367 C 309.540161 53.463013 320.085052 49.229919 330.818909 49.229919 C 341.552765 49.229919 352.097626 53.463013 361.395264 61.513367 C 370.692902 69.563782 378.440948 81.091309 383.807861 95.037781 C 389.174805 108.946472 392.00946 124.744873 392.00946 140.807861 L 392.00946 140.807861 Z"/>
+            <path id="path47" fill="#d5c9ac" fill-rule="evenodd" stroke="none" d="M 390.988983 140.807861 C 390.988983 156.644104 388.229919 172.177979 382.938568 185.859863 C 377.647247 199.579529 370.050385 210.918091 360.903931 218.855103 C 351.757477 226.754333 341.401581 230.911804 330.818909 230.911804 C 320.236206 230.911804 309.88031 226.754333 300.733856 218.855103 C 291.587402 210.918091 283.99054 199.579529 278.699219 185.859863 C 273.407867 172.177979 270.648804 156.644104 270.648804 140.807861 C 270.648804 125.00946 273.407867 109.475586 278.699219 95.793701 C 283.99054 82.074036 291.587402 70.697632 300.733856 62.798401 C 309.88031 54.899231 320.236206 50.74176 330.818909 50.74176 C 341.401581 50.74176 351.757477 54.899231 360.903931 62.798401 C 370.050385 70.697632 377.647247 82.074036 382.938568 95.793701 C 388.229919 109.475586 390.988983 125.00946 390.988983 140.807861 L 390.988983 140.807861 Z"/>
+            <path id="path48" fill="#d6caad" fill-rule="evenodd" stroke="none" d="M 390.006287 140.807861 C 390.006287 156.379517 387.247253 171.648804 382.069305 185.103943 C 376.891327 198.596863 369.407867 209.784241 360.412598 217.532288 C 351.417328 225.318115 341.212585 229.400024 330.818909 229.400024 C 320.425201 229.400024 310.220459 225.318115 301.225189 217.532288 C 292.229919 209.784241 284.74646 198.596863 279.568512 185.103943 C 274.390564 171.648804 271.6315 156.379517 271.6315 140.807861 C 271.6315 125.273987 274.390564 110.0047 279.568512 96.549622 C 284.74646 83.056702 292.229919 71.869263 301.225189 64.121277 C 310.220459 56.335449 320.425201 52.25354 330.818909 52.25354 C 341.212585 52.25354 351.417328 56.335449 360.412598 64.121277 C 369.407867 71.869263 376.891327 83.056702 382.069305 96.549622 C 387.247253 110.0047 390.006287 125.273987 390.006287 140.807861 L 390.006287 140.807861 Z"/>
+            <path id="path49" fill="#d7cbae" fill-rule="evenodd" stroke="none" d="M 388.98584 140.807861 C 388.98584 156.11499 386.302368 171.11969 381.200012 184.348022 C 376.097626 197.614197 368.76535 208.61261 359.921265 216.247253 C 351.077179 223.881897 341.023621 227.925964 330.818909 227.925964 C 320.614166 227.925964 310.560638 223.881897 301.716522 216.247253 C 292.872437 208.61261 285.540161 197.614197 280.437805 184.348022 C 275.335419 171.11969 272.651978 156.11499 272.651978 140.807861 C 272.651978 125.538574 275.335419 110.533875 280.437805 97.2677 C 285.540161 84.039368 292.872437 73.040955 301.716522 65.406311 C 310.560638 57.771667 320.614166 53.727539 330.818909 53.727539 C 341.023621 53.727539 351.077179 57.771667 359.921265 65.406311 C 368.76535 73.040955 376.097626 84.039368 381.200012 97.2677 C 386.302368 110.533875 388.98584 125.538574 388.98584 140.807861 L 388.98584 140.807861 Z"/>
+            <path id="path50" fill="#d7cbb0" fill-rule="evenodd" stroke="none" d="M 388.003143 140.807861 C 388.003143 155.850403 385.357483 170.590576 380.330719 183.629944 C 375.303925 196.63147 368.085052 207.440918 359.39212 214.924438 C 350.699219 222.445679 340.872437 226.414185 330.818909 226.414185 C 320.76535 226.414185 310.938568 222.445679 302.245667 214.924438 C 293.552765 207.440918 286.333862 196.63147 281.307098 183.629944 C 276.280304 170.590576 273.634644 155.850403 273.634644 140.807861 C 273.634644 125.803162 276.280304 111.025208 281.307098 98.023621 C 286.333862 85.022034 293.552765 74.212585 302.245667 66.691345 C 310.938568 59.207886 320.76535 55.23938 330.818909 55.23938 C 340.872437 55.23938 350.699219 59.207886 359.39212 66.691345 C 368.085052 74.212585 375.303925 85.022034 380.330719 98.023621 C 385.357483 111.025208 388.003143 125.803162 388.003143 140.807861 L 388.003143 140.807861 Z"/>
+            <path id="path51" fill="#d8ccb1" fill-rule="evenodd" stroke="none" d="M 386.982666 140.807861 C 386.982666 155.585815 384.374817 170.099182 379.461426 182.874023 C 374.548035 195.648804 367.442505 206.269287 358.900787 213.639343 C 350.35907 221.00946 340.683472 224.902344 330.818909 224.902344 C 320.954346 224.902344 311.278748 221.00946 302.737 213.639343 C 294.195282 206.269287 287.089752 195.648804 282.176392 182.874023 C 277.263 170.099182 274.655121 155.585815 274.655121 140.807861 C 274.655121 126.067688 277.263 111.554321 282.176392 98.779541 C 287.089752 86.0047 294.195282 75.384277 302.737 68.01416 C 311.278748 60.644104 320.954346 56.75116 330.818909 56.75116 C 340.683472 56.75116 350.35907 60.644104 358.900787 68.01416 C 367.442505 75.384277 374.548035 86.0047 379.461426 98.779541 C 384.374817 111.554321 386.982666 126.067688 386.982666 140.807861 L 386.982666 140.807861 Z"/>
+            <path id="path52" fill="#d9cdb3" fill-rule="evenodd" stroke="none" d="M 386 140.807861 C 386 155.321289 383.429932 169.570068 378.592133 182.118103 C 373.754333 194.666138 366.799988 205.097656 358.409454 212.354309 C 350.01889 219.573242 340.494476 223.390564 330.818909 223.390564 C 321.143311 223.390564 311.618896 219.573242 303.228333 212.354309 C 294.837799 205.097656 287.883453 194.666138 283.045654 182.118103 C 278.207886 169.570068 275.637787 155.321289 275.637787 140.807861 C 275.637787 126.332275 278.207886 112.083435 283.045654 99.535461 C 287.883453 86.987427 294.837799 76.555908 303.228333 69.299194 C 311.618896 62.042542 321.143311 58.263 330.818909 58.263 C 340.494476 58.263 350.01889 62.042542 358.409454 69.299194 C 366.799988 76.555908 373.754333 86.987427 378.592133 99.535461 C 383.429932 112.083435 386 126.332275 386 140.807861 L 386 140.807861 Z"/>
+            <path id="path53" fill="#d9ceb4" fill-rule="evenodd" stroke="none" d="M 384.979523 140.807861 C 384.979523 155.056702 382.485046 169.040955 377.722839 181.362183 C 372.960632 193.683472 366.11969 203.925964 357.918121 211.031494 C 349.678741 218.174805 340.343292 221.916565 330.818909 221.916565 C 321.294495 221.916565 311.959045 218.174805 303.719696 211.031494 C 295.518097 203.925964 288.677155 193.683472 283.914948 181.362183 C 279.152771 169.040955 276.658264 155.056702 276.658264 140.807861 C 276.658264 126.596863 279.152771 112.61261 283.914948 100.291321 C 288.677155 87.970093 295.518097 77.727539 303.719696 70.62207 C 311.959045 63.47876 321.294495 59.737 330.818909 59.737 C 340.343292 59.737 349.678741 63.47876 357.918121 70.62207 C 366.11969 77.727539 372.960632 87.970093 377.722839 100.291321 C 382.485046 112.61261 384.979523 126.596863 384.979523 140.807861 L 384.979523 140.807861 Z"/>
+            <path id="path54" fill="#dacfb5" fill-rule="evenodd" stroke="none" d="M 383.996857 140.807861 C 383.996857 154.792114 381.540161 168.511841 376.853546 180.606323 C 372.204712 192.700806 365.477173 202.754333 357.388977 209.74646 C 349.300781 216.738586 340.154327 220.404724 330.818909 220.404724 C 321.483459 220.404724 312.337006 216.738586 304.24881 209.74646 C 296.160645 202.754333 289.433075 192.700806 284.784241 180.606323 C 280.097626 168.511841 277.64093 154.792114 277.64093 140.807861 C 277.64093 126.861389 280.097626 113.141724 284.784241 101.047241 C 289.433075 88.952759 296.160645 78.899231 304.24881 71.907104 C 312.337006 64.914978 321.483459 61.24884 330.818909 61.24884 C 340.154327 61.24884 349.300781 64.914978 357.388977 71.907104 C 365.477173 78.899231 372.204712 88.952759 376.853546 101.047241 C 381.540161 113.141724 383.996857 126.861389 383.996857 140.807861 L 383.996857 140.807861 Z"/>
+            <path id="path55" fill="#dbd0b7" fill-rule="evenodd" stroke="none" d="M 382.976379 140.807861 C 382.976379 154.527588 380.557495 167.982666 375.984253 179.850403 C 371.411011 191.71814 364.834656 201.582703 356.897644 208.423645 C 348.960632 215.302368 339.965363 218.892883 330.818909 218.892883 C 321.672455 218.892883 312.677155 215.302368 304.740143 208.423645 C 296.803162 201.582703 290.226776 191.71814 285.653534 179.850403 C 281.080322 167.982666 278.661407 154.527588 278.661407 140.807861 C 278.661407 127.125977 281.080322 113.670837 285.653534 101.803162 C 290.226776 89.935425 296.803162 80.070862 304.740143 73.192139 C 312.677155 66.351196 321.672455 62.76062 330.818909 62.76062 C 339.965363 62.76062 348.960632 66.351196 356.897644 73.192139 C 364.834656 80.070862 371.411011 89.935425 375.984253 101.803162 C 380.557495 113.670837 382.976379 127.125977 382.976379 140.807861 L 382.976379 140.807861 Z"/>
+            <path id="path56" fill="#dcd1b8" fill-rule="evenodd" stroke="none" d="M 381.955902 140.807861 C 381.955902 154.263 379.61261 167.453552 375.11496 179.094482 C 370.61731 190.735413 364.154327 200.411011 356.406311 207.138611 C 348.620483 213.86615 339.814178 217.381104 330.818909 217.381104 C 321.823608 217.381104 313.017334 213.86615 305.231506 207.138611 C 297.483459 200.411011 291.020477 190.735413 286.522827 179.094482 C 282.025208 167.453552 279.681885 154.263 279.681885 140.807861 C 279.681885 127.390564 282.025208 114.162231 286.522827 102.52124 C 291.020477 90.88031 297.483459 81.242493 305.231506 74.514954 C 313.017334 67.787415 321.823608 64.234619 330.818909 64.234619 C 339.814178 64.234619 348.620483 67.787415 356.406311 74.514954 C 364.154327 81.242493 370.61731 90.88031 375.11496 102.52124 C 379.61261 114.162231 381.955902 127.390564 381.955902 140.807861 L 381.955902 140.807861 Z"/>
+            <path id="path57" fill="#dcd2b9" fill-rule="evenodd" stroke="none" d="M 380.973236 140.807861 C 380.973236 153.998413 378.667725 166.962219 374.245667 178.376404 C 369.86142 189.790527 363.51181 199.23938 355.877167 205.853516 C 348.280304 212.429932 339.625183 215.907104 330.818909 215.907104 C 322.012604 215.907104 313.357483 212.429932 305.76062 205.853516 C 298.125977 199.23938 291.776367 189.790527 287.39212 178.376404 C 282.970093 166.962219 280.664581 153.998413 280.664581 140.807861 C 280.664581 127.65509 282.970093 114.691345 287.39212 103.277161 C 291.776367 91.862976 298.125977 82.414185 305.76062 75.799988 C 313.357483 69.223633 322.012604 65.74646 330.818909 65.74646 C 339.625183 65.74646 348.280304 69.223633 355.877167 75.799988 C 363.51181 82.414185 369.86142 91.862976 374.245667 103.277161 C 378.667725 114.691345 380.973236 127.65509 380.973236 140.807861 L 380.973236 140.807861 Z"/>
+            <path id="path58" fill="#ddd3bb" fill-rule="evenodd" stroke="none" d="M 379.952759 140.807861 C 379.952759 153.733887 377.685028 166.433044 373.376373 177.620483 C 369.067719 188.807861 362.869293 198.067688 355.385834 204.530701 C 347.902374 210.993713 339.436218 214.395264 330.818909 214.395264 C 322.201569 214.395264 313.697632 210.993713 306.251984 204.530701 C 298.768494 198.067688 292.570068 188.807861 288.261414 177.620483 C 283.952759 166.433044 281.685028 153.733887 281.685028 140.807861 C 281.685028 127.919678 283.952759 115.220459 288.261414 104.033081 C 292.570068 92.845642 298.768494 83.585815 306.251984 77.122864 C 313.697632 70.659851 322.201569 67.25824 330.818909 67.25824 C 339.436218 67.25824 347.902374 70.659851 355.385834 77.122864 C 362.869293 83.585815 369.067719 92.845642 373.376373 104.033081 C 377.685028 115.220459 379.952759 127.919678 379.952759 140.807861 L 379.952759 140.807861 Z"/>
+            <path id="path59" fill="#ded4bc" fill-rule="evenodd" stroke="none" d="M 378.970093 140.807861 C 378.970093 153.469299 376.740143 165.903931 372.50708 176.864563 C 368.274017 187.825195 362.226776 196.896057 354.894501 203.245667 C 347.562195 209.557495 339.285034 212.883484 330.818909 212.883484 C 322.352753 212.883484 314.075592 209.557495 306.743317 203.245667 C 299.411011 196.896057 293.36377 187.825195 289.130707 176.864563 C 284.897644 165.903931 282.667725 153.469299 282.667725 140.807861 C 282.667725 128.184265 284.897644 115.749634 289.130707 104.789001 C 293.36377 93.828369 299.411011 84.719666 306.743317 78.407898 C 314.075592 72.096069 322.352753 68.770081 330.818909 68.770081 C 339.285034 68.770081 347.562195 72.096069 354.894501 78.407898 C 362.226776 84.719666 368.274017 93.828369 372.50708 104.789001 C 376.740143 115.749634 378.970093 128.184265 378.970093 140.807861 L 378.970093 140.807861 Z"/>
+            <path id="path60" fill="#ded4be" fill-rule="evenodd" stroke="none" d="M 377.949615 140.807861 C 377.949615 153.204712 375.795288 165.374817 371.637787 176.108643 C 367.518097 186.842529 361.546448 195.762207 354.403137 201.922852 C 347.222046 208.121277 339.096069 211.409424 330.818909 211.409424 C 322.541718 211.409424 314.415741 208.121277 307.23465 201.922852 C 300.091339 195.762207 294.11969 186.842529 290 176.108643 C 285.842529 165.374817 283.688202 153.204712 283.688202 140.807861 C 283.688202 128.448792 285.842529 116.278748 290 105.544861 C 294.11969 94.811035 300.091339 85.891357 307.23465 79.692932 C 314.415741 73.532288 322.541718 70.24408 330.818909 70.24408 C 339.096069 70.24408 347.222046 73.532288 354.403137 79.692932 C 361.546448 85.891357 367.518097 94.811035 371.637787 105.544861 C 375.795288 116.278748 377.949615 128.448792 377.949615 140.807861 L 377.949615 140.807861 Z"/>
+            <path id="path61" fill="#dfd5bf" fill-rule="evenodd" stroke="none" d="M 376.966919 140.807861 C 376.966919 152.940186 374.812592 164.845642 370.768494 175.352783 C 366.724396 185.859863 360.903931 194.590576 353.874023 200.637817 C 346.881897 206.685059 338.907074 209.897644 330.818909 209.897644 C 322.730713 209.897644 314.75592 206.685059 307.763794 200.637817 C 300.733856 194.590576 294.913391 185.859863 290.869293 175.352783 C 286.825195 164.845642 284.670868 152.940186 284.670868 140.807861 C 284.670868 128.713379 286.825195 116.807861 290.869293 106.300781 C 294.913391 95.793701 300.733856 87.062988 307.763794 81.015747 C 314.75592 74.930725 322.730713 71.75592 330.818909 71.75592 C 338.907074 71.75592 346.881897 74.930725 353.874023 81.015747 C 360.903931 87.062988 366.724396 95.793701 370.768494 106.300781 C 374.812592 116.807861 376.966919 128.713379 376.966919 140.807861 L 376.966919 140.807861 Z"/>
+            <path id="path62" fill="#e0d6c0" fill-rule="evenodd" stroke="none" d="M 375.946442 140.807861 C 375.946442 152.675598 373.867706 164.354309 369.8992 174.596863 C 365.930695 184.877136 360.261414 193.418884 353.38269 199.352783 C 346.541718 205.24884 338.75592 208.385803 330.818909 208.385803 C 322.881897 208.385803 315.096069 205.24884 308.255127 199.352783 C 301.376373 193.418884 295.707092 184.877136 291.738586 174.596863 C 287.770081 164.354309 285.691345 152.675598 285.691345 140.807861 C 285.691345 128.977966 287.770081 117.299194 291.738586 107.056702 C 295.707092 96.776367 301.376373 88.234619 308.255127 82.300781 C 315.096069 76.366943 322.881897 73.2677 330.818909 73.2677 C 338.75592 73.2677 346.541718 76.366943 353.38269 82.300781 C 360.261414 88.234619 365.930695 96.776367 369.8992 107.056702 C 373.867706 117.299194 375.946442 128.977966 375.946442 140.807861 L 375.946442 140.807861 Z"/>
+            <path id="path63" fill="#e0d7c2" fill-rule="evenodd" stroke="none" d="M 374.963776 140.807861 C 374.963776 152.411011 372.922821 163.825195 369.029907 173.840942 C 365.174805 183.89447 359.581116 192.247253 352.891327 198.029907 C 346.163788 203.850403 338.566925 206.874023 330.818909 206.874023 C 323.070862 206.874023 315.47403 203.850403 308.74646 198.029907 C 302.056702 192.247253 296.462982 183.89447 292.60788 173.840942 C 288.714966 163.825195 286.674011 152.411011 286.674011 140.807861 C 286.674011 129.242493 288.714966 117.828369 292.60788 107.77478 C 296.462982 97.759033 302.056702 89.406311 308.74646 83.623596 C 315.47403 77.803162 323.070862 74.779541 330.818909 74.779541 C 338.566925 74.779541 346.163788 77.803162 352.891327 83.623596 C 359.581116 89.406311 365.174805 97.759033 369.029907 107.77478 C 372.922821 117.828369 374.963776 129.242493 374.963776 140.807861 L 374.963776 140.807861 Z"/>
+            <path id="path64" fill="#e1d8c3" fill-rule="evenodd" stroke="none" d="M 373.943298 140.807861 C 373.943298 152.146484 371.940155 163.296082 368.160645 173.122864 C 364.381104 182.911804 358.938568 191.075562 352.399994 196.744873 C 345.823608 202.414185 338.37796 205.400024 330.818909 205.400024 C 323.259857 205.400024 315.814178 202.414185 309.237793 196.744873 C 302.699219 191.075562 297.256683 182.911804 293.477173 173.122864 C 289.697632 163.296082 287.694489 152.146484 287.694489 140.807861 C 287.694489 129.50708 289.697632 118.357483 293.477173 108.530701 C 297.256683 98.74176 302.699219 90.577942 309.237793 84.908691 C 315.814178 79.23938 323.259857 76.25354 330.818909 76.25354 C 338.37796 76.25354 345.823608 79.23938 352.399994 84.908691 C 358.938568 90.577942 364.381104 98.74176 368.160645 108.530701 C 371.940155 118.357483 373.943298 129.50708 373.943298 140.807861 L 373.943298 140.807861 Z"/>
+            <path id="path65" fill="#e2d9c5" fill-rule="evenodd" stroke="none" d="M 372.960632 140.807861 C 372.960632 151.881897 370.99527 162.766907 367.291351 172.366943 C 363.587402 181.929138 358.296051 189.903931 351.87088 195.422058 C 345.483459 200.977966 338.226776 203.888184 330.818909 203.888184 C 323.411011 203.888184 316.154327 200.977966 309.766937 195.422058 C 303.341736 189.903931 298.050385 181.929138 294.346466 172.366943 C 290.642517 162.766907 288.677155 151.881897 288.677155 140.807861 C 288.677155 129.771667 290.642517 118.886597 294.346466 109.286621 C 298.050385 99.724426 303.341736 91.749634 309.766937 86.193726 C 316.154327 80.675598 323.411011 77.765381 330.818909 77.765381 C 338.226776 77.765381 345.483459 80.675598 351.87088 86.193726 C 358.296051 91.749634 363.587402 99.724426 367.291351 109.286621 C 370.99527 118.886597 372.960632 129.771667 372.960632 140.807861 L 372.960632 140.807861 Z"/>
+            <path id="path66" fill="#e2dac6" fill-rule="evenodd" stroke="none" d="M 371.940155 140.807861 C 371.940155 151.61731 370.050385 162.237793 366.422058 171.611023 C 362.831482 180.946472 357.615753 188.7323 351.379517 194.137024 C 345.143311 199.541748 338.037781 202.376404 330.818909 202.376404 C 323.600006 202.376404 316.494476 199.541748 310.25827 194.137024 C 304.022034 188.7323 298.806305 180.946472 295.215759 171.611023 C 291.587402 162.237793 289.697632 151.61731 289.697632 140.807861 C 289.697632 130.036194 291.587402 119.415771 295.215759 110.042542 C 298.806305 100.669312 304.022034 92.921265 310.25827 87.516541 C 316.494476 82.111816 323.600006 79.277161 330.818909 79.277161 C 338.037781 79.277161 345.143311 82.111816 351.379517 87.516541 C 357.615753 92.921265 362.831482 100.669312 366.422058 110.042542 C 370.050385 119.415771 371.940155 130.036194 371.940155 140.807861 L 371.940155 140.807861 Z"/>
+            <path id="path67" fill="#e3dbc7" fill-rule="evenodd" stroke="none" d="M 370.957489 140.807861 C 370.957489 151.352783 369.067719 161.708679 365.552765 170.855103 C 362.037781 180.001587 356.973236 187.560608 350.888184 192.85199 C 344.76535 198.10553 337.848816 200.864563 330.818909 200.864563 C 323.788971 200.864563 316.872437 198.10553 310.749603 192.85199 C 304.664581 187.560608 299.600006 180.001587 296.085052 170.855103 C 292.570068 161.708679 290.680328 151.352783 290.680328 140.807861 C 290.680328 130.300781 292.570068 119.907104 296.085052 110.798401 C 299.600006 101.651978 304.664581 94.092896 310.749603 88.801575 C 316.872437 83.548035 323.788971 80.75116 330.818909 80.75116 C 337.848816 80.75116 344.76535 83.548035 350.888184 88.801575 C 356.973236 94.092896 362.037781 101.651978 365.552765 110.798401 C 369.067719 119.907104 370.957489 130.300781 370.957489 140.807861 L 370.957489 140.807861 Z"/>
+            <path id="path68" fill="#e4dcc9" fill-rule="evenodd" stroke="none" d="M 369.937012 140.807861 C 369.937012 151.088196 368.122833 161.217346 364.683472 170.099182 C 361.24408 179.018921 356.330719 186.388977 350.35907 191.529114 C 344.425201 196.669312 337.697632 199.390564 330.818909 199.390564 C 323.940155 199.390564 317.212585 196.669312 311.278748 191.529114 C 305.307098 186.388977 300.393707 179.018921 296.954346 170.099182 C 293.514954 161.217346 291.700775 151.088196 291.700775 140.807861 C 291.700775 130.527588 293.514954 120.436218 296.954346 111.554321 C 300.393707 102.634644 305.307098 95.264587 311.278748 90.12439 C 317.212585 84.984253 323.940155 82.263 330.818909 82.263 C 337.697632 82.263 344.425201 84.984253 350.35907 90.12439 C 356.330719 95.264587 361.24408 102.634644 364.683472 111.554321 C 368.122833 120.436218 369.937012 130.527588 369.937012 140.807861 L 369.937012 140.807861 Z"/>
+            <path id="path69" fill="#e5ddca" fill-rule="evenodd" stroke="none" d="M 368.916534 140.807861 C 368.916534 150.823608 367.177948 160.688171 363.814178 169.343323 C 360.48819 178.036194 355.688202 185.217346 349.867706 190.24408 C 344.085052 195.233093 337.508667 197.878723 330.818909 197.878723 C 324.12912 197.878723 317.552765 195.233093 311.770081 190.24408 C 305.949615 185.217346 301.149597 178.036194 297.823608 169.343323 C 294.459839 160.688171 292.721252 150.823608 292.721252 140.807861 C 292.721252 130.792114 294.459839 120.965332 297.823608 112.310242 C 301.149597 103.61731 305.949615 96.436218 311.770081 91.409424 C 317.552765 86.420471 324.12912 83.77478 330.818909 83.77478 C 337.508667 83.77478 344.085052 86.420471 349.867706 91.409424 C 355.688202 96.436218 360.48819 103.61731 363.814178 112.310242 C 367.177948 120.965332 368.916534 130.792114 368.916534 140.807861 L 368.916534 140.807861 Z"/>
+            <path id="path70" fill="#e5decc" fill-rule="evenodd" stroke="none" d="M 367.933868 140.807861 C 367.933868 150.559082 366.233063 160.159058 362.944885 168.587402 C 359.694489 177.053528 355.007874 184.045654 349.376373 188.921265 C 343.744873 193.796875 337.319672 196.366943 330.818909 196.366943 C 324.318115 196.366943 317.892914 193.796875 312.261414 188.921265 C 306.629913 184.045654 301.943298 177.053528 298.692902 168.587402 C 295.404724 160.159058 293.703949 150.559082 293.703949 140.807861 C 293.703949 131.056702 295.404724 121.494507 298.692902 113.066162 C 301.943298 104.599976 306.629913 97.607849 312.261414 92.7323 C 317.892914 87.856689 324.318115 85.286621 330.818909 85.286621 C 337.319672 85.286621 343.744873 87.856689 349.376373 92.7323 C 355.007874 97.607849 359.694489 104.599976 362.944885 113.066162 C 366.233063 121.494507 367.933868 131.056702 367.933868 140.807861 L 367.933868 140.807861 Z"/>
+            <path id="path71" fill="#e6decd" fill-rule="evenodd" stroke="none" d="M 366.913391 140.807861 C 366.913391 150.294495 365.250397 159.629944 362.075592 167.869263 C 358.938568 176.070862 354.365356 182.874023 348.88504 187.63623 C 343.366943 192.360657 337.168518 194.892883 330.818909 194.892883 C 324.469299 194.892883 318.270874 192.360657 312.752747 187.63623 C 307.27243 182.874023 302.699219 176.070862 299.562195 167.869263 C 296.38739 159.629944 294.724396 150.294495 294.724396 140.807861 C 294.724396 131.321289 296.38739 122.023621 299.562195 113.784241 C 302.699219 105.582703 307.27243 98.74176 312.752747 94.017334 C 318.270874 89.255127 324.469299 86.76062 330.818909 86.76062 C 337.168518 86.76062 343.366943 89.255127 348.88504 94.017334 C 354.365356 98.74176 358.938568 105.582703 362.075592 113.784241 C 365.250397 122.023621 366.913391 131.321289 366.913391 140.807861 L 366.913391 140.807861 Z"/>
+            <path id="path72" fill="#e7dfce" fill-rule="evenodd" stroke="none" d="M 365.930695 140.807861 C 365.930695 150.067688 364.305511 159.100769 361.206299 167.113403 C 358.144867 175.088196 353.722839 181.740173 348.355896 186.351196 C 343.026764 190.962219 336.979523 193.381104 330.818909 193.381104 C 324.658264 193.381104 318.611023 190.962219 313.281891 186.351196 C 307.914948 181.740173 303.49292 175.088196 300.431488 167.113403 C 297.332275 159.100769 295.707092 150.067688 295.707092 140.807861 C 295.707092 131.585815 297.332275 122.552734 300.431488 114.540161 C 303.49292 106.565369 307.914948 99.913391 313.281891 95.302368 C 318.611023 90.691345 324.658264 88.272461 330.818909 88.272461 C 336.979523 88.272461 343.026764 90.691345 348.355896 95.302368 C 353.722839 99.913391 358.144867 106.565369 361.206299 114.540161 C 364.305511 122.552734 365.930695 131.585815 365.930695 140.807861 L 365.930695 140.807861 Z"/>
+            <path id="path73" fill="#e7e0d0" fill-rule="evenodd" stroke="none" d="M 364.910248 140.807861 C 364.910248 149.803162 363.360626 158.571655 360.337006 166.357483 C 357.351196 174.10553 353.042511 180.568481 347.864563 185.02832 C 342.686615 189.526001 336.790558 191.869263 330.818909 191.869263 C 324.847229 191.869263 318.951172 189.526001 313.773224 185.02832 C 308.595276 180.568481 304.286621 174.10553 301.300781 166.357483 C 298.277161 158.571655 296.72757 149.803162 296.72757 140.807861 C 296.72757 131.850403 298.277161 123.044067 301.300781 115.296082 C 304.286621 107.548035 308.595276 101.085022 313.773224 96.625183 C 318.951172 92.127563 324.847229 89.784241 330.818909 89.784241 C 336.790558 89.784241 342.686615 92.127563 347.864563 96.625183 C 353.042511 101.085022 357.351196 107.548035 360.337006 115.296082 C 363.360626 123.044067 364.910248 131.850403 364.910248 140.807861 L 364.910248 140.807861 Z"/>
+            <path id="path74" fill="#e8e1d1" fill-rule="evenodd" stroke="none" d="M 363.927551 140.807861 C 363.927551 149.538574 362.37796 158.080322 359.467712 165.601563 C 356.595276 173.122864 352.399994 179.396851 347.37323 183.743286 C 342.346466 188.089783 336.639374 190.357483 330.818909 190.357483 C 324.998413 190.357483 319.291351 188.089783 314.264557 183.743286 C 309.237793 179.396851 305.042511 173.122864 302.170074 165.601563 C 299.259857 158.080322 297.710236 149.538574 297.710236 140.807861 C 297.710236 132.11499 299.259857 123.573242 302.170074 116.051941 C 305.042511 108.530701 309.237793 102.256714 314.264557 97.910217 C 319.291351 93.563782 324.998413 91.25824 330.818909 91.25824 C 336.639374 91.25824 342.346466 93.563782 347.37323 97.910217 C 352.399994 102.256714 356.595276 108.530701 359.467712 116.051941 C 362.37796 123.573242 363.927551 132.11499 363.927551 140.807861 L 363.927551 140.807861 Z"/>
+            <path id="path75" fill="#e9e2d3" fill-rule="evenodd" stroke="none" d="M 362.907074 140.807861 C 362.907074 149.273987 361.433075 157.551208 358.598419 164.845642 C 355.801575 172.140137 351.757477 178.22522 346.881897 182.420471 C 342.006287 186.653564 336.450409 188.883484 330.818909 188.883484 C 325.187408 188.883484 319.6315 186.653564 314.75592 182.420471 C 309.88031 178.22522 305.836212 172.140137 303.039368 164.845642 C 300.204712 157.551208 298.730713 149.273987 298.730713 140.807861 C 298.730713 132.379517 300.204712 124.102356 303.039368 116.807861 C 305.836212 109.513367 309.88031 103.428345 314.75592 99.233093 C 319.6315 95 325.187408 92.770081 330.818909 92.770081 C 336.450409 92.770081 342.006287 95 346.881897 99.233093 C 351.757477 103.428345 355.801575 109.513367 358.598419 116.807861 C 361.433075 124.102356 362.907074 132.379517 362.907074 140.807861 L 362.907074 140.807861 Z"/>
+            <path id="path76" fill="#e9e3d4" fill-rule="evenodd" stroke="none" d="M 361.924408 140.807861 C 361.924408 149.00946 360.48819 157.022034 357.729126 164.089783 C 355.007874 171.157471 351.077179 177.053528 346.352753 181.135437 C 341.628357 185.217346 336.261414 187.371643 330.818909 187.371643 C 325.376373 187.371643 320.00946 185.217346 315.285034 181.135437 C 310.560638 177.053528 306.629913 171.157471 303.908661 164.089783 C 301.149597 157.022034 299.713379 149.00946 299.713379 140.807861 C 299.713379 132.644104 301.149597 124.63147 303.908661 117.563782 C 306.629913 110.458252 310.560638 104.599976 315.285034 100.518127 C 320.00946 96.436218 325.376373 94.28186 330.818909 94.28186 C 336.261414 94.28186 341.628357 96.436218 346.352753 100.518127 C 351.077179 104.599976 355.007874 110.458252 357.729126 117.563782 C 360.48819 124.63147 361.924408 132.644104 361.924408 140.807861 L 361.924408 140.807861 Z"/>
+            <path id="path77" fill="#eae4d5" fill-rule="evenodd" stroke="none" d="M 360.903931 140.807861 C 360.903931 148.744873 359.505524 156.49292 356.859833 163.333862 C 354.251984 170.212585 350.434631 175.881897 345.86142 179.850403 C 341.288177 183.781128 336.110229 185.859863 330.818909 185.859863 C 325.527557 185.859863 320.349609 183.781128 315.776367 179.850403 C 311.203156 175.881897 307.385834 170.212585 304.777954 163.333862 C 302.132294 156.49292 300.733856 148.744873 300.733856 140.807861 C 300.733856 132.908691 302.132294 125.160645 304.777954 118.319702 C 307.385834 111.440918 311.203156 105.771667 315.776367 101.803162 C 320.349609 97.872437 325.527557 95.793701 330.818909 95.793701 C 336.110229 95.793701 341.288177 97.872437 345.86142 101.803162 C 350.434631 105.771667 354.251984 111.440918 356.859833 118.319702 C 359.505524 125.160645 360.903931 132.908691 360.903931 140.807861 L 360.903931 140.807861 Z"/>
+            <path id="path78" fill="#ebe5d7" fill-rule="evenodd" stroke="none" d="M 359.921265 140.807861 C 359.921265 148.480286 358.560638 155.963806 355.99054 162.577942 C 353.458282 169.229919 349.792114 174.710266 345.370087 178.527588 C 340.948029 182.34491 335.921265 184.348022 330.818909 184.348022 C 325.716522 184.348022 320.689758 182.34491 316.267731 178.527588 C 311.845673 174.710266 308.179535 169.229919 305.647247 162.577942 C 303.077179 155.963806 301.716522 148.480286 301.716522 140.807861 C 301.716522 133.173218 303.077179 125.689758 305.647247 119.037781 C 308.179535 112.423645 311.845673 106.943298 316.267731 103.125977 C 320.689758 99.308655 325.716522 97.2677 330.818909 97.2677 C 335.921265 97.2677 340.948029 99.308655 345.370087 103.125977 C 349.792114 106.943298 353.458282 112.423645 355.99054 119.037781 C 358.560638 125.689758 359.921265 133.173218 359.921265 140.807861 L 359.921265 140.807861 Z"/>
+            <path id="path79" fill="#ece6d8" fill-rule="evenodd" stroke="none" d="M 358.900787 140.807861 C 358.900787 148.215759 357.615753 155.472412 355.159058 161.859863 C 352.664581 168.247253 349.111816 173.538574 344.878754 177.242493 C 340.60788 180.908691 335.732269 182.874023 330.818909 182.874023 C 325.905518 182.874023 321.029907 180.908691 316.759064 177.242493 C 312.52597 173.538574 308.973236 168.247253 306.478729 161.859863 C 304.022034 155.472412 302.737 148.215759 302.737 140.807861 C 302.737 133.437805 304.022034 126.181091 306.478729 119.793701 C 308.973236 113.406311 312.52597 108.11499 316.759064 104.411011 C 321.029907 100.744873 325.905518 98.779541 330.818909 98.779541 C 335.732269 98.779541 340.60788 100.744873 344.878754 104.411011 C 349.111816 108.11499 352.664581 113.406311 355.159058 119.793701 C 357.615753 126.181091 358.900787 133.437805 358.900787 140.807861 L 358.900787 140.807861 Z"/>
+            <path id="path80" fill="#ece7d9" fill-rule="evenodd" stroke="none" d="M 357.918121 140.807861 C 357.918121 147.951172 356.633057 154.943298 354.289764 161.103943 C 351.908661 167.264587 348.469299 172.366943 344.349609 175.919678 C 340.229919 179.472412 335.581116 181.362183 330.818909 181.362183 C 326.056702 181.362183 321.407867 179.472412 317.288177 175.919678 C 313.168518 172.366943 309.729126 167.264587 307.348022 161.103943 C 305.00473 154.943298 303.719696 147.951172 303.719696 140.807861 C 303.719696 133.702393 305.00473 126.710266 307.348022 120.549622 C 309.729126 114.388977 313.168518 109.286621 317.288177 105.733887 C 321.407867 102.143311 326.056702 100.291321 330.818909 100.291321 C 335.581116 100.291321 340.229919 102.143311 344.349609 105.733887 C 348.469299 109.286621 351.908661 114.388977 354.289764 120.549622 C 356.633057 126.710266 357.918121 133.702393 357.918121 140.807861 L 357.918121 140.807861 Z"/>
+            <path id="path81" fill="#ede7db" fill-rule="evenodd" stroke="none" d="M 356.897644 140.807861 C 356.897644 147.686584 355.688202 154.414185 353.420471 160.348022 C 351.11496 166.28186 347.826782 171.195251 343.858276 174.634644 C 339.889771 178.074036 335.39212 179.850403 330.818909 179.850403 C 326.245667 179.850403 321.748016 178.074036 317.779541 174.634644 C 313.811035 171.195251 310.522827 166.28186 308.217316 160.348022 C 305.949615 154.414185 304.740143 147.686584 304.740143 140.807861 C 304.740143 133.966919 305.949615 127.23938 308.217316 121.305542 C 310.522827 115.371643 313.811035 110.458252 317.779541 107.018921 C 321.748016 103.579529 326.245667 101.803162 330.818909 101.803162 C 335.39212 101.803162 339.889771 103.579529 343.858276 107.018921 C 347.826782 110.458252 351.11496 115.371643 353.420471 121.305542 C 355.688202 127.23938 356.897644 133.966919 356.897644 140.807861 L 356.897644 140.807861 Z"/>
+            <path id="path82" fill="#eee8dc" fill-rule="evenodd" stroke="none" d="M 355.877167 140.807861 C 355.877167 147.422058 354.743317 153.88501 352.551178 159.592102 C 350.321259 165.299194 347.184265 170.023621 343.366943 173.349609 C 339.549591 176.637817 335.203156 178.376404 330.818909 178.376404 C 326.434631 178.376404 322.088196 176.637817 318.270874 173.349609 C 314.453552 170.023621 311.316528 165.299194 309.086609 159.592102 C 306.894501 153.88501 305.76062 147.422058 305.76062 140.807861 C 305.76062 134.231506 306.894501 127.768494 309.086609 122.061401 C 311.316528 116.354309 314.453552 111.629944 318.270874 108.303955 C 322.088196 105.015747 326.434631 103.277161 330.818909 103.277161 C 335.203156 103.277161 339.549591 105.015747 343.366943 108.303955 C 347.184265 111.629944 350.321259 116.354309 352.551178 122.061401 C 354.743317 127.768494 355.877167 134.231506 355.877167 140.807861 L 355.877167 140.807861 Z"/>
+            <path id="path83" fill="#eee9de" fill-rule="evenodd" stroke="none" d="M 354.894501 140.807861 C 354.894501 147.157471 353.76062 153.355896 351.681885 158.836243 C 349.565369 164.316528 346.503937 168.85199 342.837799 172.026794 C 339.209442 175.201599 335.051971 176.864563 330.818909 176.864563 C 326.585815 176.864563 322.428345 175.201599 318.799988 172.026794 C 315.13385 168.85199 312.072449 164.316528 309.955902 158.836243 C 307.877167 153.355896 306.743317 147.157471 306.743317 140.807861 C 306.743317 134.496033 307.877167 128.297607 309.955902 122.817322 C 312.072449 117.337036 315.13385 112.763794 318.799988 109.62677 C 322.428345 106.451965 326.585815 104.789001 330.818909 104.789001 C 335.051971 104.789001 339.209442 106.451965 342.837799 109.62677 C 346.503937 112.763794 349.565369 117.337036 351.681885 122.817322 C 353.76062 128.297607 354.894501 134.496033 354.894501 140.807861 L 354.894501 140.807861 Z"/>
+            <path id="path84" fill="#efeadf" fill-rule="evenodd" stroke="none" d="M 353.874023 140.807861 C 353.874023 146.892883 352.815735 152.826782 350.812592 158.080322 C 348.771667 163.333862 345.86142 167.71814 342.346466 170.74176 C 338.831482 173.765381 334.863007 175.352783 330.818909 175.352783 C 326.774811 175.352783 322.806305 173.765381 319.291351 170.74176 C 315.776367 167.71814 312.86615 163.333862 310.825195 158.080322 C 308.822052 152.826782 307.763794 146.892883 307.763794 140.807861 C 307.763794 134.76062 308.822052 128.789001 310.825195 123.573242 C 312.86615 118.319702 315.776367 113.935425 319.291351 110.911804 C 322.806305 107.888184 326.774811 106.300781 330.818909 106.300781 C 334.863007 106.300781 338.831482 107.888184 342.346466 110.911804 C 345.86142 113.935425 348.771667 118.319702 350.812592 123.573242 C 352.815735 128.789001 353.874023 134.76062 353.874023 140.807861 L 353.874023 140.807861 Z"/>
+            <path id="path85" fill="#f0ebe0" fill-rule="evenodd" stroke="none" d="M 352.891327 140.807861 C 352.891327 146.628357 351.87088 152.335449 349.943298 157.324402 C 347.977966 162.351196 345.218903 166.546448 341.855133 169.418884 C 338.491333 172.329163 334.674011 173.840942 330.818909 173.840942 C 326.963776 173.840942 323.146454 172.329163 319.782684 169.418884 C 316.418884 166.546448 313.659851 162.351196 311.694489 157.324402 C 309.766937 152.335449 308.74646 146.628357 308.74646 140.807861 C 308.74646 135.025208 309.766937 129.318115 311.694489 124.291321 C 313.659851 119.302368 316.418884 115.107117 319.782684 112.234619 C 323.146454 109.324402 326.963776 107.77478 330.818909 107.77478 C 334.674011 107.77478 338.491333 109.324402 341.855133 112.234619 C 345.218903 115.107117 347.977966 119.302368 349.943298 124.291321 C 351.87088 129.318115 352.891327 135.025208 352.891327 140.807861 L 352.891327 140.807861 Z"/>
+            <path id="path86" fill="#f0ece2" fill-rule="evenodd" stroke="none" d="M 351.87088 140.807861 C 351.87088 146.36377 350.925995 151.806274 349.074005 156.606323 C 347.222046 161.36853 344.538574 165.374817 341.36377 168.13385 C 338.151184 170.892883 334.522827 172.366943 330.818909 172.366943 C 327.11496 172.366943 323.486603 170.892883 320.274017 168.13385 C 317.099213 165.374817 314.415741 161.36853 312.563782 156.606323 C 310.711823 151.806274 309.766937 146.36377 309.766937 140.807861 C 309.766937 135.289734 310.711823 129.847229 312.563782 125.047241 C 314.415741 120.247253 317.099213 116.278748 320.274017 113.519714 C 323.486603 110.76062 327.11496 109.286621 330.818909 109.286621 C 334.522827 109.286621 338.151184 110.76062 341.36377 113.519714 C 344.538574 116.278748 347.222046 120.247253 349.074005 125.047241 C 350.925995 129.847229 351.87088 135.289734 351.87088 140.807861 L 351.87088 140.807861 Z"/>
+            <path id="path87" fill="#f1ede3" fill-rule="evenodd" stroke="none" d="M 350.888184 140.807861 C 350.888184 146.099182 349.943298 151.277161 348.204712 155.850403 C 346.428345 160.385803 343.896057 164.203125 340.834656 166.848816 C 337.811035 169.456665 334.333862 170.855103 330.818909 170.855103 C 327.303925 170.855103 323.826782 169.456665 320.803162 166.848816 C 317.74173 164.203125 315.209442 160.385803 313.433075 155.850403 C 311.694489 151.277161 310.749603 146.099182 310.749603 140.807861 C 310.749603 135.554321 311.694489 130.376404 313.433075 125.803162 C 315.209442 121.229919 317.74173 117.450378 320.803162 114.804749 C 323.826782 112.196838 327.303925 110.798401 330.818909 110.798401 C 334.333862 110.798401 337.811035 112.196838 340.834656 114.804749 C 343.896057 117.450378 346.428345 121.229919 348.204712 125.803162 C 349.943298 130.376404 350.888184 135.554321 350.888184 140.807861 L 350.888184 140.807861 Z"/>
+            <path id="path88" fill="#f2eee5" fill-rule="evenodd" stroke="none" d="M 349.867706 140.807861 C 349.867706 145.834656 348.998413 150.748047 347.335419 155.094482 C 345.634644 159.440918 343.25354 163.031494 340.343292 165.526001 C 337.433075 168.020447 334.182678 169.343323 330.818909 169.343323 C 327.455109 169.343323 324.204712 168.020447 321.294495 165.526001 C 318.384247 163.031494 316.003143 159.440918 314.302368 155.094482 C 312.639374 150.748047 311.770081 145.834656 311.770081 140.807861 C 311.770081 135.818909 312.639374 130.905518 314.302368 126.559082 C 316.003143 122.212585 318.384247 118.62207 321.294495 116.127563 C 324.204712 113.633057 327.455109 112.310242 330.818909 112.310242 C 334.182678 112.310242 337.433075 113.633057 340.343292 116.127563 C 343.25354 118.62207 345.634644 122.212585 347.335419 126.559082 C 348.998413 130.905518 349.867706 135.818909 349.867706 140.807861 L 349.867706 140.807861 Z"/>
+            <path id="path89" fill="#f2efe6" fill-rule="evenodd" stroke="none" d="M 348.88504 140.807861 C 348.88504 145.570068 348.053558 150.218872 346.466156 154.338562 C 344.878754 158.458252 342.573242 161.859863 339.851959 164.240967 C 337.092926 166.584229 333.993713 167.869263 330.818909 167.869263 C 327.644104 167.869263 324.544891 166.584229 321.785828 164.240967 C 319.064575 161.859863 316.759064 158.458252 315.171661 154.338562 C 313.584259 150.218872 312.752747 145.570068 312.752747 140.807861 C 312.752747 136.083435 313.584259 131.434631 315.171661 127.314941 C 316.759064 123.195251 319.064575 119.793701 321.785828 117.412598 C 324.544891 115.031494 327.644104 113.784241 330.818909 113.784241 C 333.993713 113.784241 337.092926 115.031494 339.851959 117.412598 C 342.573242 119.793701 344.878754 123.195251 346.466156 127.314941 C 348.053558 131.434631 348.88504 136.083435 348.88504 140.807861 L 348.88504 140.807861 Z"/>
+            <path id="path90" fill="#f3f0e7" fill-rule="evenodd" stroke="none" d="M 347.864563 140.807861 C 347.864563 145.305542 347.070862 149.689758 345.596863 153.582703 C 344.085052 157.475586 341.930695 160.688171 339.360626 162.918091 C 336.752747 165.185852 333.804718 166.357483 330.818909 166.357483 C 327.833069 166.357483 324.88504 165.185852 322.277161 162.918091 C 319.707092 160.688171 317.552765 157.475586 316.040955 153.582703 C 314.566925 149.689758 313.773224 145.305542 313.773224 140.807861 C 313.773224 136.348022 314.566925 131.925964 316.040955 128.070862 C 317.552765 124.177979 319.707092 120.965332 322.277161 118.735413 C 324.88504 116.467712 327.833069 115.296082 330.818909 115.296082 C 333.804718 115.296082 336.752747 116.467712 339.360626 118.735413 C 341.930695 120.965332 344.085052 124.177979 345.596863 128.070862 C 347.070862 131.925964 347.864563 136.348022 347.864563 140.807861 L 347.864563 140.807861 Z"/>
+            <path id="path91" fill="#f4f1e9" fill-rule="evenodd" stroke="none" d="M 346.881897 140.807861 C 346.881897 145.040955 346.125977 149.198425 344.72757 152.826782 C 343.291351 156.49292 341.288177 159.516541 338.831482 161.633057 C 336.412598 163.749634 333.653534 164.845642 330.818909 164.845642 C 327.984253 164.845642 325.225189 163.749634 322.806305 161.633057 C 320.349609 159.516541 318.346466 156.49292 316.910248 152.826782 C 315.51181 149.198425 314.75592 145.040955 314.75592 140.807861 C 314.75592 136.61261 315.51181 132.455139 316.910248 128.826782 C 318.346466 125.160645 320.349609 122.137024 322.806305 120.020447 C 325.225189 117.903931 327.984253 116.807861 330.818909 116.807861 C 333.653534 116.807861 336.412598 117.903931 338.831482 120.020447 C 341.288177 122.137024 343.291351 125.160645 344.72757 128.826782 C 346.125977 132.455139 346.881897 136.61261 346.881897 140.807861 L 346.881897 140.807861 Z"/>
+            <path id="path92" fill="#f5f1ea" fill-rule="evenodd" stroke="none" d="M 345.86142 140.807861 C 345.86142 144.776367 345.181091 148.669312 343.858276 152.070862 C 342.535431 155.510254 340.64566 158.34491 338.340149 160.310242 C 336.072449 162.313416 333.464569 163.333862 330.818909 163.333862 C 328.173218 163.333862 325.565369 162.313416 323.297638 160.310242 C 320.992126 158.34491 319.102356 155.510254 317.779541 152.070862 C 316.456696 148.669312 315.776367 144.776367 315.776367 140.807861 C 315.776367 136.877136 316.456696 132.984253 317.779541 129.544861 C 319.102356 126.143311 320.992126 123.308655 323.297638 121.305542 C 325.565369 119.340149 328.173218 118.319702 330.818909 118.319702 C 333.464569 118.319702 336.072449 119.340149 338.340149 121.305542 C 340.64566 123.308655 342.535431 126.143311 343.858276 129.544861 C 345.181091 132.984253 345.86142 136.877136 345.86142 140.807861 L 345.86142 140.807861 Z"/>
+            <path id="path93" fill="#f5f2ec" fill-rule="evenodd" stroke="none" d="M 344.878754 140.807861 C 344.878754 144.511841 344.198425 148.140137 342.988983 151.352783 C 341.74173 154.527588 339.965363 157.173218 337.848816 159.025208 C 335.694489 160.877136 333.275604 161.859863 330.818909 161.859863 C 328.362213 161.859863 325.943298 160.877136 323.788971 159.025208 C 321.672455 157.173218 319.896057 154.527588 318.648804 151.352783 C 317.439362 148.140137 316.759064 144.511841 316.759064 140.807861 C 316.759064 137.141724 317.439362 133.513367 318.648804 130.300781 C 319.896057 127.125977 321.672455 124.480286 323.788971 122.628357 C 325.943298 120.776367 328.362213 119.793701 330.818909 119.793701 C 333.275604 119.793701 335.694489 120.776367 337.848816 122.628357 C 339.965363 124.480286 341.74173 127.125977 342.988983 130.300781 C 344.198425 133.513367 344.878754 137.141724 344.878754 140.807861 L 344.878754 140.807861 Z"/>
+            <path id="path94" fill="#f6f3ed" fill-rule="evenodd" stroke="none" d="M 343.858276 140.807861 C 343.858276 144.247253 343.25354 147.611023 342.11969 150.596863 C 340.948029 153.544861 339.322845 156.001587 337.319672 157.740173 C 335.35434 159.440918 333.12442 160.348022 330.818909 160.348022 C 328.513397 160.348022 326.283478 159.440918 324.318115 157.740173 C 322.314972 156.001587 320.689758 153.544861 319.518097 150.596863 C 318.384247 147.611023 317.779541 144.247253 317.779541 140.807861 C 317.779541 137.406311 318.384247 134.042542 319.518097 131.056702 C 320.689758 128.108643 322.314972 125.651978 324.318115 123.913391 C 326.283478 122.212585 328.513397 121.305542 330.818909 121.305542 C 333.12442 121.305542 335.35434 122.212585 337.319672 123.913391 C 339.322845 125.651978 340.948029 128.108643 342.11969 131.056702 C 343.25354 134.042542 343.858276 137.406311 343.858276 140.807861 L 343.858276 140.807861 Z"/>
+            <path id="path95" fill="#f7f4ee" fill-rule="evenodd" stroke="none" d="M 342.837799 140.807861 C 342.837799 143.982666 342.308655 147.081909 341.250397 149.840942 C 340.192139 152.562195 338.680328 154.829895 336.828339 156.417297 C 335.01416 158.0047 332.935425 158.836243 330.818909 158.836243 C 328.702362 158.836243 326.623627 158.0047 324.809448 156.417297 C 322.957489 154.829895 321.445679 152.562195 320.38739 149.840942 C 319.329132 147.081909 318.799988 143.982666 318.799988 140.807861 C 318.799988 137.670837 319.329132 134.571655 320.38739 131.812622 C 321.445679 129.091309 322.957489 126.785828 324.809448 125.236206 C 326.623627 123.648804 328.702362 122.817322 330.818909 122.817322 C 332.935425 122.817322 335.01416 123.648804 336.828339 125.236206 C 338.680328 126.785828 340.192139 129.091309 341.250397 131.812622 C 342.308655 134.571655 342.837799 137.670837 342.837799 140.807861 L 342.837799 140.807861 Z"/>
+            <path id="path96" fill="#f7f5f0" fill-rule="evenodd" stroke="none" d="M 341.855133 140.807861 C 341.855133 143.71814 341.325989 146.590576 340.381104 149.085022 C 339.398438 151.579529 338 153.696045 336.337006 155.132263 C 334.674011 156.568481 332.74646 157.324402 330.818909 157.324402 C 328.891327 157.324402 326.963776 156.568481 325.300781 155.132263 C 323.637787 153.696045 322.23938 151.579529 321.256683 149.085022 C 320.311798 146.590576 319.782684 143.71814 319.782684 140.807861 C 319.782684 137.935425 320.311798 135.062988 321.256683 132.568481 C 322.23938 130.074036 323.637787 127.957458 325.300781 126.52124 C 326.963776 125.085022 328.891327 124.291321 330.818909 124.291321 C 332.74646 124.291321 334.674011 125.085022 336.337006 126.52124 C 338 127.957458 339.398438 130.074036 340.381104 132.568481 C 341.325989 135.062988 341.855133 137.935425 341.855133 140.807861 L 341.855133 140.807861 Z"/>
+            <path id="path97" fill="#f8f6f1" fill-rule="evenodd" stroke="none" d="M 340.834656 140.807861 C 340.834656 143.453552 340.381104 146.061401 339.51181 148.329163 C 338.642517 150.596863 337.357483 152.524414 335.845673 153.809448 C 334.296051 155.132263 332.595276 155.850403 330.818909 155.850403 C 329.042511 155.850403 327.341736 155.132263 325.792114 153.809448 C 324.280304 152.524414 322.99527 150.596863 322.125977 148.329163 C 321.256683 146.061401 320.803162 143.453552 320.803162 140.807861 C 320.803162 138.200012 321.256683 135.592102 322.125977 133.324402 C 322.99527 131.018921 324.280304 129.12915 325.792114 127.806274 C 327.341736 126.52124 329.042511 125.803162 330.818909 125.803162 C 332.595276 125.803162 334.296051 126.52124 335.845673 127.806274 C 337.357483 129.12915 338.642517 131.018921 339.51181 133.324402 C 340.381104 135.592102 340.834656 138.200012 340.834656 140.807861 L 340.834656 140.807861 Z"/>
+            <path id="path98" fill="#f9f7f2" fill-rule="evenodd" stroke="none" d="M 339.851959 140.807861 C 339.851959 143.188965 339.436218 145.532288 338.642517 147.573242 C 337.848816 149.651978 336.714966 151.352783 335.316528 152.524414 C 333.955902 153.696045 332.406311 154.338562 330.818909 154.338562 C 329.231506 154.338562 327.681885 153.696045 326.321259 152.524414 C 324.922821 151.352783 323.788971 149.651978 322.99527 147.573242 C 322.201569 145.532288 321.785828 143.188965 321.785828 140.807861 C 321.785828 138.464539 322.201569 136.121277 322.99527 134.080322 C 323.788971 132.001587 324.922821 130.300781 326.321259 129.12915 C 327.681885 127.919678 329.231506 127.314941 330.818909 127.314941 C 332.406311 127.314941 333.955902 127.919678 335.316528 129.12915 C 336.714966 130.300781 337.848816 132.001587 338.642517 134.080322 C 339.436218 136.121277 339.851959 138.464539 339.851959 140.807861 L 339.851959 140.807861 Z"/>
+            <path id="path99" fill="#f9f8f4" fill-rule="evenodd" stroke="none" d="M 338.831482 140.807861 C 338.831482 142.924438 338.453552 145.003174 337.773224 146.817322 C 337.055115 148.669312 336.034637 150.181091 334.825195 151.23938 C 333.615753 152.297607 332.217316 152.826782 330.818909 152.826782 C 329.420471 152.826782 328.022034 152.297607 326.812592 151.23938 C 325.603149 150.181091 324.582672 148.669312 323.864563 146.817322 C 323.184265 145.003174 322.806305 142.924438 322.806305 140.807861 C 322.806305 138.729126 323.184265 136.650391 323.864563 134.836243 C 324.582672 132.984253 325.603149 131.472412 326.812592 130.414185 C 328.022034 129.355896 329.420471 128.826782 330.818909 128.826782 C 332.217316 128.826782 333.615753 129.355896 334.825195 130.414185 C 336.034637 131.472412 337.055115 132.984253 337.773224 134.836243 C 338.453552 136.650391 338.831482 138.729126 338.831482 140.807861 L 338.831482 140.807861 Z"/>
+            <path id="path100" fill="#faf9f5" fill-rule="evenodd" stroke="none" d="M 337.848816 140.807861 C 337.848816 142.659851 337.508667 144.473999 336.903931 146.061401 C 336.299225 147.686584 335.39212 149.00946 334.333862 149.916565 C 333.275604 150.861389 332.066132 151.352783 330.818909 151.352783 C 329.571655 151.352783 328.362213 150.861389 327.303925 149.916565 C 326.245667 149.00946 325.338593 147.686584 324.733856 146.061401 C 324.12912 144.473999 323.788971 142.659851 323.788971 140.807861 C 323.788971 138.993713 324.12912 137.179504 324.733856 135.554321 C 325.338593 133.966919 326.245667 132.644104 327.303925 131.737 C 328.362213 130.792114 329.571655 130.300781 330.818909 130.300781 C 332.066132 130.300781 333.275604 130.792114 334.333862 131.737 C 335.39212 132.644104 336.299225 133.966919 336.903931 135.554321 C 337.508667 137.179504 337.848816 138.993713 337.848816 140.807861 L 337.848816 140.807861 Z"/>
+            <path id="path101" fill="#fbfaf7" fill-rule="evenodd" stroke="none" d="M 336.828339 140.807861 C 336.828339 142.395264 336.563782 143.944885 336.034637 145.343323 C 335.505524 146.703918 334.749603 147.837769 333.842529 148.63147 C 332.897644 149.425171 331.877167 149.840942 330.818909 149.840942 C 329.76062 149.840942 328.740143 149.425171 327.795288 148.63147 C 326.888184 147.837769 326.132294 146.703918 325.603149 145.343323 C 325.074005 143.944885 324.809448 142.395264 324.809448 140.807861 C 324.809448 139.25824 325.074005 137.670837 325.603149 136.310242 C 326.132294 134.949585 326.888184 133.815735 327.795288 133.022034 C 328.740143 132.228333 329.76062 131.812622 330.818909 131.812622 C 331.877167 131.812622 332.897644 132.228333 333.842529 133.022034 C 334.749603 133.815735 335.505524 134.949585 336.034637 136.310242 C 336.563782 137.670837 336.828339 139.25824 336.828339 140.807861 L 336.828339 140.807861 Z"/>
+            <path id="path102" fill="#fcfaf8" fill-rule="evenodd" stroke="none" d="M 335.845673 140.807861 C 335.845673 142.130737 335.618896 143.453552 335.165344 144.587402 C 334.711823 145.721252 334.107086 146.666138 333.313385 147.308655 C 332.557495 147.988953 331.688202 148.329163 330.818909 148.329163 C 329.949615 148.329163 329.080322 147.988953 328.324402 147.308655 C 327.530701 146.666138 326.925995 145.721252 326.472443 144.587402 C 326.01889 143.453552 325.792114 142.130737 325.792114 140.807861 C 325.792114 139.522827 326.01889 138.200012 326.472443 137.066162 C 326.925995 135.932312 327.530701 134.987427 328.324402 134.307068 C 329.080322 133.664551 329.949615 133.324402 330.818909 133.324402 C 331.688202 133.324402 332.557495 133.664551 333.313385 134.307068 C 334.107086 134.987427 334.711823 135.932312 335.165344 137.066162 C 335.618896 138.200012 335.845673 139.522827 335.845673 140.807861 L 335.845673 140.807861 Z"/>
+            <path id="path103" fill="#fcfbf9" fill-rule="evenodd" stroke="none" d="M 334.825195 140.807861 C 334.825195 141.86615 334.63623 142.924438 334.296051 143.831482 C 333.955902 144.738586 333.426758 145.494507 332.822052 146.023621 C 332.217316 146.552734 331.537018 146.817322 330.818909 146.817322 C 330.1008 146.817322 329.420471 146.552734 328.815735 146.023621 C 328.211029 145.494507 327.681885 144.738586 327.341736 143.831482 C 327.001587 142.924438 326.812592 141.86615 326.812592 140.807861 C 326.812592 139.787415 327.001587 138.729126 327.341736 137.822021 C 327.681885 136.914978 328.211029 136.159058 328.815735 135.629944 C 329.420471 135.100769 330.1008 134.836243 330.818909 134.836243 C 331.537018 134.836243 332.217316 135.100769 332.822052 135.629944 C 333.426758 136.159058 333.955902 136.914978 334.296051 137.822021 C 334.63623 138.729126 334.825195 139.787415 334.825195 140.807861 L 334.825195 140.807861 Z"/>
+            <path id="path104" fill="#fdfcfb" fill-rule="evenodd" stroke="none" d="M 333.842529 140.807861 C 333.842529 141.601563 333.691345 142.395264 333.426758 143.075562 C 333.162201 143.75592 332.784241 144.322815 332.330719 144.738586 C 331.877167 145.116516 331.348022 145.343323 330.818909 145.343323 C 330.289764 145.343323 329.76062 145.116516 329.307098 144.738586 C 328.853546 144.322815 328.475586 143.75592 328.211029 143.075562 C 327.946442 142.395264 327.795288 141.601563 327.795288 140.807861 C 327.795288 140.051941 327.946442 139.25824 328.211029 138.577942 C 328.475586 137.897644 328.853546 137.330688 329.307098 136.914978 C 329.76062 136.536987 330.289764 136.310242 330.818909 136.310242 C 331.348022 136.310242 331.877167 136.536987 332.330719 136.914978 C 332.784241 137.330688 333.162201 137.897644 333.426758 138.577942 C 333.691345 139.25824 333.842529 140.051941 333.842529 140.807861 L 333.842529 140.807861 Z"/>
+            <path id="path105" fill="#fefdfc" fill-rule="evenodd" stroke="none" d="M 332.822052 140.807861 C 332.822052 141.337036 332.74646 141.86615 332.557495 142.319702 C 332.3685 142.773254 332.141724 143.151184 331.839355 143.415771 C 331.499207 143.680298 331.159058 143.831482 330.818909 143.831482 C 330.478729 143.831482 330.13858 143.680298 329.798431 143.415771 C 329.496063 143.151184 329.269287 142.773254 329.080322 142.319702 C 328.891327 141.86615 328.815735 141.337036 328.815735 140.807861 C 328.815735 140.278748 328.891327 139.787415 329.080322 139.333862 C 329.269287 138.88031 329.496063 138.50238 329.798431 138.237793 C 330.13858 137.973206 330.478729 137.822021 330.818909 137.822021 C 331.159058 137.822021 331.499207 137.973206 331.839355 138.237793 C 332.141724 138.50238 332.3685 138.88031 332.557495 139.333862 C 332.74646 139.787415 332.822052 140.278748 332.822052 140.807861 L 332.822052 140.807861 Z"/>
+            <path id="path106" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 331.839355 140.807861 C 331.839355 141.072449 331.763794 141.337036 331.688202 141.563782 C 331.61261 141.790527 331.461426 141.979553 331.310242 142.130737 C 331.159058 142.24408 331.007874 142.319702 330.818909 142.319702 C 330.629913 142.319702 330.478729 142.24408 330.327545 142.130737 C 330.176392 141.979553 330.025208 141.790527 329.949615 141.563782 C 329.874023 141.337036 329.798431 141.072449 329.798431 140.807861 C 329.798431 140.543335 329.874023 140.316528 329.949615 140.089783 C 330.025208 139.862976 330.176392 139.674011 330.327545 139.522827 C 330.478729 139.409424 330.629913 139.333862 330.818909 139.333862 C 331.007874 139.333862 331.159058 139.409424 331.310242 139.522827 C 331.461426 139.674011 331.61261 139.862976 331.688202 140.089783 C 331.763794 140.316528 331.839355 140.543335 331.839355 140.807861 L 331.839355 140.807861 Z"/>
+        </g>
+        <clipPath id="clipPath4">
+            <path d="M 181.300781 365.122833 L 181.300781 271.541718 L 261.12442 141.752747 L 329.874023 175.466125 L 329.722839 279.025208 L 284.822052 305.217316 L 284.822052 205.400024 L 238.674011 231.592102 L 238.674011 332.051971 L 181.300781 365.122833 L 181.300781 365.122833 Z"/>
+        </clipPath>
+        <g id="g3" clip-path="url(#clipPath4)"/>
+        <clipPath id="clipPath5">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g4" clip-path="url(#clipPath5)">
+            <path id="path107" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 181.300781 365.122833 L 181.300781 271.541718 L 261.12442 141.752747 L 329.874023 175.466125 L 329.722839 279.025208 L 284.822052 305.217316 L 284.822052 205.400024 L 238.674011 231.592102 L 238.674011 332.051971 L 181.300781 365.122833 Z"/>
+        </g>
+        <clipPath id="clipPath6">
+            <path d="M 189.540161 79.390564 L 160.399994 62.533875 L 189.540161 45.677185 L 218.718109 62.533875 L 189.540161 79.390564 L 189.540161 79.390564 Z"/>
+        </clipPath>
+        <g id="g5" clip-path="url(#clipPath6)"/>
+        <clipPath id="clipPath7">
+            <path d="M 189.540161 79.390564 L 160.399994 62.533875 L 189.540161 45.677185 L 218.718109 62.533875 L 189.540161 79.390564 L 189.540161 79.390564 Z"/>
+        </clipPath>
+        <g id="g6" clip-path="url(#clipPath7)">
+            <path id="path108" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 159.455124 116.467712 L 159.455124 114.388977 L 219.662994 114.388977 L 219.662994 116.467712 L 159.455124 116.467712 Z"/>
+            <path id="path109" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 159.455124 115.560608 L 159.455124 113.481873 L 219.662994 113.481873 L 219.662994 115.560608 L 159.455124 115.560608 Z"/>
+            <path id="path110" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 159.455124 114.691345 L 159.455124 112.61261 L 219.662994 112.61261 L 219.662994 114.691345 L 159.455124 114.691345 Z"/>
+            <path id="path111" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 159.455124 113.784241 L 159.455124 111.705505 L 219.662994 111.705505 L 219.662994 113.784241 L 159.455124 113.784241 Z"/>
+            <path id="path112" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 159.455124 112.914978 L 159.455124 110.836243 L 219.662994 110.836243 L 219.662994 112.914978 L 159.455124 112.914978 Z"/>
+            <path id="path113" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 159.455124 112.007874 L 159.455124 109.929138 L 219.662994 109.929138 L 219.662994 112.007874 L 159.455124 112.007874 Z"/>
+            <path id="path114" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 159.455124 111.138611 L 159.455124 109.059814 L 219.662994 109.059814 L 219.662994 111.138611 L 159.455124 111.138611 Z"/>
+            <path id="path115" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 159.455124 110.231506 L 159.455124 108.152771 L 219.662994 108.152771 L 219.662994 110.231506 L 159.455124 110.231506 Z"/>
+            <path id="path116" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 159.455124 109.362183 L 159.455124 107.283447 L 219.662994 107.283447 L 219.662994 109.362183 L 159.455124 109.362183 Z"/>
+            <path id="path117" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 159.455124 108.455139 L 159.455124 106.376404 L 219.662994 106.376404 L 219.662994 108.455139 L 159.455124 108.455139 Z"/>
+            <path id="path118" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 159.455124 107.548035 L 159.455124 105.50708 L 219.662994 105.50708 L 219.662994 107.548035 L 159.455124 107.548035 Z"/>
+            <path id="path119" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 159.455124 106.678711 L 159.455124 104.599976 L 219.662994 104.599976 L 219.662994 106.678711 L 159.455124 106.678711 Z"/>
+            <path id="path120" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 159.455124 105.771667 L 159.455124 103.730713 L 219.662994 103.730713 L 219.662994 105.771667 L 159.455124 105.771667 Z"/>
+            <path id="path121" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 159.455124 104.902344 L 159.455124 102.823608 L 219.662994 102.823608 L 219.662994 104.902344 L 159.455124 104.902344 Z"/>
+            <path id="path122" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 159.455124 103.9953 L 159.455124 101.954346 L 219.662994 101.954346 L 219.662994 103.9953 L 159.455124 103.9953 Z"/>
+            <path id="path123" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 159.455124 103.125977 L 159.455124 101.047241 L 219.662994 101.047241 L 219.662994 103.125977 L 159.455124 103.125977 Z"/>
+            <path id="path124" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 159.455124 102.218872 L 159.455124 100.177979 L 219.662994 100.177979 L 219.662994 102.218872 L 159.455124 102.218872 Z"/>
+            <path id="path125" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 159.455124 101.349609 L 159.455124 99.270874 L 219.662994 99.270874 L 219.662994 101.349609 L 159.455124 101.349609 Z"/>
+            <path id="path126" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 159.455124 100.442505 L 159.455124 98.40155 L 219.662994 98.40155 L 219.662994 100.442505 L 159.455124 100.442505 Z"/>
+            <path id="path127" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 159.455124 99.573242 L 159.455124 97.494507 L 219.662994 97.494507 L 219.662994 99.573242 L 159.455124 99.573242 Z"/>
+            <path id="path128" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 159.455124 98.666138 L 159.455124 96.625183 L 219.662994 96.625183 L 219.662994 98.666138 L 159.455124 98.666138 Z"/>
+            <path id="path129" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 159.455124 97.796875 L 159.455124 95.71814 L 219.662994 95.71814 L 219.662994 97.796875 L 159.455124 97.796875 Z"/>
+            <path id="path130" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 159.455124 96.889771 L 159.455124 94.811035 L 219.662994 94.811035 L 219.662994 96.889771 L 159.455124 96.889771 Z"/>
+            <path id="path131" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 159.455124 96.020447 L 159.455124 93.941711 L 219.662994 93.941711 L 219.662994 96.020447 L 159.455124 96.020447 Z"/>
+            <path id="path132" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 159.455124 95.113403 L 159.455124 93.034668 L 219.662994 93.034668 L 219.662994 95.113403 L 159.455124 95.113403 Z"/>
+            <path id="path133" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 159.455124 94.24408 L 159.455124 92.165344 L 219.662994 92.165344 L 219.662994 94.24408 L 159.455124 94.24408 Z"/>
+            <path id="path134" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 159.455124 93.337036 L 159.455124 91.25824 L 219.662994 91.25824 L 219.662994 93.337036 L 159.455124 93.337036 Z"/>
+            <path id="path135" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 159.455124 92.467712 L 159.455124 90.388977 L 219.662994 90.388977 L 219.662994 92.467712 L 159.455124 92.467712 Z"/>
+            <path id="path136" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 159.455124 91.560608 L 159.455124 89.481873 L 219.662994 89.481873 L 219.662994 91.560608 L 159.455124 91.560608 Z"/>
+            <path id="path137" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 159.455124 90.691345 L 159.455124 88.61261 L 219.662994 88.61261 L 219.662994 90.691345 L 159.455124 90.691345 Z"/>
+            <path id="path138" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 159.455124 89.784241 L 159.455124 87.705505 L 219.662994 87.705505 L 219.662994 89.784241 L 159.455124 89.784241 Z"/>
+            <path id="path139" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 159.455124 88.914978 L 159.455124 86.836243 L 219.662994 86.836243 L 219.662994 88.914978 L 159.455124 88.914978 Z"/>
+            <path id="path140" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 159.455124 88.007874 L 159.455124 85.929138 L 219.662994 85.929138 L 219.662994 88.007874 L 159.455124 88.007874 Z"/>
+            <path id="path141" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 159.455124 87.138611 L 159.455124 85.059814 L 219.662994 85.059814 L 219.662994 87.138611 L 159.455124 87.138611 Z"/>
+            <path id="path142" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 159.455124 86.231506 L 159.455124 84.152771 L 219.662994 84.152771 L 219.662994 86.231506 L 159.455124 86.231506 Z"/>
+            <path id="path143" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 159.455124 85.324402 L 159.455124 83.283447 L 219.662994 83.283447 L 219.662994 85.324402 L 159.455124 85.324402 Z"/>
+            <path id="path144" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 159.455124 84.455139 L 159.455124 82.376404 L 219.662994 82.376404 L 219.662994 84.455139 L 159.455124 84.455139 Z"/>
+            <path id="path145" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 159.455124 83.548035 L 159.455124 81.50708 L 219.662994 81.50708 L 219.662994 83.548035 L 159.455124 83.548035 Z"/>
+            <path id="path146" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 159.455124 82.678711 L 159.455124 80.599976 L 219.662994 80.599976 L 219.662994 82.678711 L 159.455124 82.678711 Z"/>
+            <path id="path147" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 159.455124 81.771667 L 159.455124 79.730713 L 219.662994 79.730713 L 219.662994 81.771667 L 159.455124 81.771667 Z"/>
+            <path id="path148" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 159.455124 80.902344 L 159.455124 78.823608 L 219.662994 78.823608 L 219.662994 80.902344 L 159.455124 80.902344 Z"/>
+            <path id="path149" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 159.455124 79.9953 L 159.455124 77.954346 L 219.662994 77.954346 L 219.662994 79.9953 L 159.455124 79.9953 Z"/>
+            <path id="path150" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 159.455124 79.125977 L 159.455124 77.047241 L 219.662994 77.047241 L 219.662994 79.125977 L 159.455124 79.125977 Z"/>
+            <path id="path151" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 159.455124 78.218872 L 159.455124 76.177979 L 219.662994 76.177979 L 219.662994 78.218872 L 159.455124 78.218872 Z"/>
+            <path id="path152" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 159.455124 77.349609 L 159.455124 75.270874 L 219.662994 75.270874 L 219.662994 77.349609 L 159.455124 77.349609 Z"/>
+            <path id="path153" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 159.455124 76.442505 L 159.455124 74.36377 L 219.662994 74.36377 L 219.662994 76.442505 L 159.455124 76.442505 Z"/>
+            <path id="path154" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 159.455124 75.573242 L 159.455124 73.494507 L 219.662994 73.494507 L 219.662994 75.573242 L 159.455124 75.573242 Z"/>
+            <path id="path155" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 159.455124 74.666138 L 159.455124 72.587402 L 219.662994 72.587402 L 219.662994 74.666138 L 159.455124 74.666138 Z"/>
+            <path id="path156" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 159.455124 73.796875 L 159.455124 71.71814 L 219.662994 71.71814 L 219.662994 73.796875 L 159.455124 73.796875 Z"/>
+            <path id="path157" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 159.455124 72.889771 L 159.455124 70.811035 L 219.662994 70.811035 L 219.662994 72.889771 L 159.455124 72.889771 Z"/>
+            <path id="path158" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 159.455124 72.020447 L 159.455124 69.941711 L 219.662994 69.941711 L 219.662994 72.020447 L 159.455124 72.020447 Z"/>
+            <path id="path159" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 159.455124 71.113403 L 159.455124 69.034668 L 219.662994 69.034668 L 219.662994 71.113403 L 159.455124 71.113403 Z"/>
+            <path id="path160" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 159.455124 70.24408 L 159.455124 68.165344 L 219.662994 68.165344 L 219.662994 70.24408 L 159.455124 70.24408 Z"/>
+            <path id="path161" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 159.455124 69.337036 L 159.455124 67.25824 L 219.662994 67.25824 L 219.662994 69.337036 L 159.455124 69.337036 Z"/>
+            <path id="path162" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 159.455124 68.467712 L 159.455124 66.388977 L 219.662994 66.388977 L 219.662994 68.467712 L 159.455124 68.467712 Z"/>
+            <path id="path163" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 159.455124 67.560608 L 159.455124 65.481873 L 219.662994 65.481873 L 219.662994 67.560608 L 159.455124 67.560608 Z"/>
+            <path id="path164" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 159.455124 66.691345 L 159.455124 64.61261 L 219.662994 64.61261 L 219.662994 66.691345 L 159.455124 66.691345 Z"/>
+            <path id="path165" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 159.455124 65.784241 L 159.455124 63.705505 L 219.662994 63.705505 L 219.662994 65.784241 L 159.455124 65.784241 Z"/>
+            <path id="path166" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 159.455124 64.877136 L 159.455124 62.836243 L 219.662994 62.836243 L 219.662994 64.877136 L 159.455124 64.877136 Z"/>
+            <path id="path167" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 159.455124 64.007874 L 159.455124 61.929138 L 219.662994 61.929138 L 219.662994 64.007874 L 159.455124 64.007874 Z"/>
+            <path id="path168" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 159.455124 63.100769 L 159.455124 61.059814 L 219.662994 61.059814 L 219.662994 63.100769 L 159.455124 63.100769 Z"/>
+            <path id="path169" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 159.455124 62.231506 L 159.455124 60.152771 L 219.662994 60.152771 L 219.662994 62.231506 L 159.455124 62.231506 Z"/>
+            <path id="path170" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 159.455124 61.324402 L 159.455124 59.283447 L 219.662994 59.283447 L 219.662994 61.324402 L 159.455124 61.324402 Z"/>
+            <path id="path171" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 159.455124 60.455139 L 159.455124 58.376404 L 219.662994 58.376404 L 219.662994 60.455139 L 159.455124 60.455139 Z"/>
+            <path id="path172" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 159.455124 59.548035 L 159.455124 57.50708 L 219.662994 57.50708 L 219.662994 59.548035 L 159.455124 59.548035 Z"/>
+            <path id="path173" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 159.455124 58.678711 L 159.455124 56.599976 L 219.662994 56.599976 L 219.662994 58.678711 L 159.455124 58.678711 Z"/>
+            <path id="path174" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 159.455124 57.771667 L 159.455124 55.730713 L 219.662994 55.730713 L 219.662994 57.771667 L 159.455124 57.771667 Z"/>
+            <path id="path175" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 159.455124 56.902344 L 159.455124 54.823608 L 219.662994 54.823608 L 219.662994 56.902344 L 159.455124 56.902344 Z"/>
+            <path id="path176" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 159.455124 55.9953 L 159.455124 53.954346 L 219.662994 53.954346 L 219.662994 55.9953 L 159.455124 55.9953 Z"/>
+            <path id="path177" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 159.455124 55.125977 L 159.455124 53.047241 L 219.662994 53.047241 L 219.662994 55.125977 L 159.455124 55.125977 Z"/>
+            <path id="path178" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 159.455124 54.218872 L 159.455124 52.140137 L 219.662994 52.140137 L 219.662994 54.218872 L 159.455124 54.218872 Z"/>
+            <path id="path179" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 159.455124 53.349609 L 159.455124 51.270874 L 219.662994 51.270874 L 219.662994 53.349609 L 159.455124 53.349609 Z"/>
+            <path id="path180" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 159.455124 52.442505 L 159.455124 50.36377 L 219.662994 50.36377 L 219.662994 52.442505 L 159.455124 52.442505 Z"/>
+            <path id="path181" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 159.455124 51.573242 L 159.455124 49.494507 L 219.662994 49.494507 L 219.662994 51.573242 L 159.455124 51.573242 Z"/>
+            <path id="path182" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 159.455124 50.666138 L 159.455124 48.587402 L 219.662994 48.587402 L 219.662994 50.666138 L 159.455124 50.666138 Z"/>
+            <path id="path183" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 159.455124 49.796875 L 159.455124 47.71814 L 219.662994 47.71814 L 219.662994 49.796875 L 159.455124 49.796875 Z"/>
+            <path id="path184" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 159.455124 48.889771 L 159.455124 46.811035 L 219.662994 46.811035 L 219.662994 48.889771 L 159.455124 48.889771 Z"/>
+            <path id="path185" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 159.455124 48.020447 L 159.455124 45.941711 L 219.662994 45.941711 L 219.662994 48.020447 L 159.455124 48.020447 Z"/>
+            <path id="path186" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 159.455124 47.113403 L 159.455124 45.034668 L 219.662994 45.034668 L 219.662994 47.113403 L 159.455124 47.113403 Z"/>
+            <path id="path187" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 159.455124 46.24408 L 159.455124 44.165344 L 219.662994 44.165344 L 219.662994 46.24408 L 159.455124 46.24408 Z"/>
+            <path id="path188" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 159.455124 45.337036 L 159.455124 43.25824 L 219.662994 43.25824 L 219.662994 45.337036 L 159.455124 45.337036 Z"/>
+            <path id="path189" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 159.455124 44.467712 L 159.455124 42.388977 L 219.662994 42.388977 L 219.662994 44.467712 L 159.455124 44.467712 Z"/>
+            <path id="path190" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 159.455124 43.560608 L 159.455124 41.481873 L 219.662994 41.481873 L 219.662994 43.560608 L 159.455124 43.560608 Z"/>
+            <path id="path191" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 159.455124 42.653564 L 159.455124 40.61261 L 219.662994 40.61261 L 219.662994 42.653564 L 159.455124 42.653564 Z"/>
+            <path id="path192" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 159.455124 41.784241 L 159.455124 39.705505 L 219.662994 39.705505 L 219.662994 41.784241 L 159.455124 41.784241 Z"/>
+            <path id="path193" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 159.455124 40.877136 L 159.455124 38.836243 L 219.662994 38.836243 L 219.662994 40.877136 L 159.455124 40.877136 Z"/>
+            <path id="path194" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 159.455124 40.007874 L 159.455124 37.929138 L 219.662994 37.929138 L 219.662994 40.007874 L 159.455124 40.007874 Z"/>
+            <path id="path195" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 159.455124 39.100769 L 159.455124 37.059814 L 219.662994 37.059814 L 219.662994 39.100769 L 159.455124 39.100769 Z"/>
+            <path id="path196" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 159.455124 38.231506 L 159.455124 36.152771 L 219.662994 36.152771 L 219.662994 38.231506 L 159.455124 38.231506 Z"/>
+            <path id="path197" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 159.455124 37.324402 L 159.455124 35.283447 L 219.662994 35.283447 L 219.662994 37.324402 L 159.455124 37.324402 Z"/>
+            <path id="path198" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 159.455124 36.455139 L 159.455124 34.376404 L 219.662994 34.376404 L 219.662994 36.455139 L 159.455124 36.455139 Z"/>
+            <path id="path199" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 159.455124 35.548035 L 159.455124 33.50708 L 219.662994 33.50708 L 219.662994 35.548035 L 159.455124 35.548035 Z"/>
+            <path id="path200" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 159.455124 34.678711 L 159.455124 32.599976 L 219.662994 32.599976 L 219.662994 34.678711 L 159.455124 34.678711 Z"/>
+            <path id="path201" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 159.455124 33.771667 L 159.455124 31.692932 L 219.662994 31.692932 L 219.662994 33.771667 L 159.455124 33.771667 Z"/>
+            <path id="path202" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 159.455124 32.902344 L 159.455124 30.823608 L 219.662994 30.823608 L 219.662994 32.902344 L 159.455124 32.902344 Z"/>
+            <path id="path203" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 159.455124 31.9953 L 159.455124 29.916565 L 219.662994 29.916565 L 219.662994 31.9953 L 159.455124 31.9953 Z"/>
+            <path id="path204" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 159.455124 31.125977 L 159.455124 29.047241 L 219.662994 29.047241 L 219.662994 31.125977 L 159.455124 31.125977 Z"/>
+            <path id="path205" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 159.455124 30.218872 L 159.455124 28.140137 L 219.662994 28.140137 L 219.662994 30.218872 L 159.455124 30.218872 Z"/>
+            <path id="path206" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 159.455124 29.349609 L 159.455124 27.270874 L 219.662994 27.270874 L 219.662994 29.349609 L 159.455124 29.349609 Z"/>
+            <path id="path207" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 159.455124 28.442505 L 159.455124 26.36377 L 219.662994 26.36377 L 219.662994 28.442505 L 159.455124 28.442505 Z"/>
+            <path id="path208" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 159.455124 27.573242 L 159.455124 25.494507 L 219.662994 25.494507 L 219.662994 27.573242 L 159.455124 27.573242 Z"/>
+            <path id="path209" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 159.455124 26.666138 L 159.455124 24.587402 L 219.662994 24.587402 L 219.662994 26.666138 L 159.455124 26.666138 Z"/>
+            <path id="path210" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 159.455124 25.796875 L 159.455124 23.71814 L 219.662994 23.71814 L 219.662994 25.796875 L 159.455124 25.796875 Z"/>
+            <path id="path211" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 159.455124 24.889771 L 159.455124 22.811035 L 219.662994 22.811035 L 219.662994 24.889771 L 159.455124 24.889771 Z"/>
+            <path id="path212" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 159.455124 24.020447 L 159.455124 21.941711 L 219.662994 21.941711 L 219.662994 24.020447 L 159.455124 24.020447 Z"/>
+            <path id="path213" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 159.455124 23.113403 L 159.455124 21.034668 L 219.662994 21.034668 L 219.662994 23.113403 L 159.455124 23.113403 Z"/>
+            <path id="path214" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 159.455124 22.24408 L 159.455124 20.165344 L 219.662994 20.165344 L 219.662994 22.24408 L 159.455124 22.24408 Z"/>
+            <path id="path215" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 159.455124 21.337036 L 159.455124 19.25824 L 219.662994 19.25824 L 219.662994 21.337036 L 159.455124 21.337036 Z"/>
+            <path id="path216" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 159.455124 20.429932 L 159.455124 18.388977 L 219.662994 18.388977 L 219.662994 20.429932 L 159.455124 20.429932 Z"/>
+            <path id="path217" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 159.455124 19.560608 L 159.455124 17.481873 L 219.662994 17.481873 L 219.662994 19.560608 L 159.455124 19.560608 Z"/>
+            <path id="path218" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 159.455124 18.653564 L 159.455124 16.61261 L 219.662994 16.61261 L 219.662994 18.653564 L 159.455124 18.653564 Z"/>
+            <path id="path219" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 159.455124 17.784241 L 159.455124 15.705505 L 219.662994 15.705505 L 219.662994 17.784241 L 159.455124 17.784241 Z"/>
+            <path id="path220" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 159.455124 16.877136 L 159.455124 14.836243 L 219.662994 14.836243 L 219.662994 16.877136 L 159.455124 16.877136 Z"/>
+            <path id="path221" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 159.455124 16.007874 L 159.455124 13.929138 L 219.662994 13.929138 L 219.662994 16.007874 L 159.455124 16.007874 Z"/>
+            <path id="path222" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 159.455124 15.100769 L 159.455124 13.059814 L 219.662994 13.059814 L 219.662994 15.100769 L 159.455124 15.100769 Z"/>
+            <path id="path223" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 159.455124 14.231506 L 159.455124 12.152771 L 219.662994 12.152771 L 219.662994 14.231506 L 159.455124 14.231506 Z"/>
+            <path id="path224" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 159.455124 13.324402 L 159.455124 11.283447 L 219.662994 11.283447 L 219.662994 13.324402 L 159.455124 13.324402 Z"/>
+            <path id="path225" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 159.455124 12.455139 L 159.455124 10.376404 L 219.662994 10.376404 L 219.662994 12.455139 L 159.455124 12.455139 Z"/>
+            <path id="path226" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 159.455124 11.548035 L 159.455124 9.469299 L 219.662994 9.469299 L 219.662994 11.548035 L 159.455124 11.548035 Z"/>
+            <path id="path227" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 159.455124 10.678711 L 159.455124 8.599976 L 219.662994 8.599976 L 219.662994 10.678711 L 159.455124 10.678711 Z"/>
+        </g>
+        <clipPath id="clipPath8">
+            <path d="M 189.540161 79.390564 L 160.399994 62.533875 L 189.540161 45.677185 L 218.718109 62.533875 L 189.540161 79.390564 L 189.540161 79.390564 Z"/>
+        </clipPath>
+        <g id="g7" clip-path="url(#clipPath8)"/>
+        <clipPath id="clipPath9">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g8" clip-path="url(#clipPath9)">
+            <path id="path228" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 189.540161 79.390564 L 160.399994 62.533875 L 189.540161 45.677185 L 218.718109 62.533875 L 189.540161 79.390564 Z"/>
+        </g>
+        <clipPath id="clipPath10">
+            <path d="M 276.091339 300.228333 L 284.822052 305.217316 L 284.822052 205.400024 L 276.091339 210.388977 L 276.091339 300.228333 L 276.091339 300.228333 Z"/>
+        </clipPath>
+        <g id="g9" clip-path="url(#clipPath10)"/>
+        <clipPath id="clipPath11">
+            <path d="M 276.091339 300.228333 L 276.091339 300.228333 L 276.091339 210.388977 L 284.822052 205.400024 L 284.822052 305.217316 L 276.091339 300.228333 Z"/>
+        </clipPath>
+        <g id="g10" clip-path="url(#clipPath11)">
+            <path id="path229" fill="#c9ba96" fill-rule="evenodd" stroke="none" d="M 300.733856 204.455139 C 300.733856 229.702393 300.053558 254.496033 298.730713 276.379517 C 297.407867 298.225189 295.518097 316.366943 293.250397 328.99054 C 290.982666 341.614166 288.374817 348.266144 285.766937 348.266144 C 283.121246 348.266144 280.551178 341.614166 278.245667 328.99054 C 275.977966 316.366943 274.088196 298.225189 272.76535 276.379517 C 271.442505 254.496033 270.762207 229.702393 270.762207 204.455139 C 270.762207 179.207886 271.442505 154.414185 272.76535 132.568481 C 274.088196 110.685059 275.977966 92.543335 278.245667 79.919678 C 280.551178 67.296082 283.121246 60.644104 285.766937 60.644104 C 288.374817 60.644104 290.982666 67.296082 293.250397 79.919678 C 295.518097 92.543335 297.407867 110.685059 298.730713 132.568481 C 300.053558 154.414185 300.733856 179.207886 300.733856 204.455139 L 300.733856 204.455139 Z"/>
+            <path id="path230" fill="#c9ba96" fill-rule="evenodd" stroke="none" d="M 293.174805 204.455139 C 293.174805 216.965332 292.834656 229.24884 292.192139 240.058289 C 291.51181 250.867737 290.604736 259.863007 289.470856 266.099213 C 288.337006 272.335419 287.051971 275.661407 285.766937 275.661407 C 284.444092 275.661407 283.159058 272.335419 282.025208 266.099213 C 280.929138 259.863007 279.984253 250.867737 279.341736 240.058289 C 278.661407 229.24884 278.321259 216.965332 278.321259 204.455139 C 278.321259 191.982666 278.661407 179.699219 279.341736 168.85199 C 279.984253 158.042542 280.929138 149.047241 282.025208 142.811035 C 283.159058 136.574829 284.444092 133.286621 285.766937 133.286621 C 287.051971 133.286621 288.337006 136.574829 289.470856 142.811035 C 290.604736 149.047241 291.51181 158.042542 292.192139 168.85199 C 292.834656 179.699219 293.174805 191.982666 293.174805 204.455139 L 293.174805 204.455139 Z"/>
+            <path id="path231" fill="#cabb98" fill-rule="evenodd" stroke="none" d="M 293.023621 204.455139 C 293.023621 216.700806 292.683472 228.719666 292.040955 239.302368 C 291.398438 249.88501 290.491333 258.691345 289.395264 264.776367 C 288.261414 270.8992 287.01416 274.111816 285.766937 274.111816 C 284.481903 274.111816 283.23465 270.8992 282.13858 264.776367 C 281.00473 258.691345 280.097626 249.88501 279.455109 239.302368 C 278.812592 228.719666 278.472443 216.700806 278.472443 204.455139 C 278.472443 192.247253 278.812592 180.228333 279.455109 169.607849 C 280.097626 159.025208 281.00473 150.256714 282.13858 144.13385 C 283.23465 138.011047 284.481903 134.798401 285.766937 134.798401 C 287.01416 134.798401 288.261414 138.011047 289.395264 144.13385 C 290.491333 150.256714 291.398438 159.025208 292.040955 169.607849 C 292.683472 180.228333 293.023621 192.247253 293.023621 204.455139 L 293.023621 204.455139 Z"/>
+            <path id="path232" fill="#cbbd9a" fill-rule="evenodd" stroke="none" d="M 292.872437 204.455139 C 292.872437 216.436218 292.532288 228.190552 291.889771 238.546448 C 291.285034 248.902344 290.37796 257.519684 289.319672 263.491333 C 288.223633 269.462982 287.01416 272.600006 285.766937 272.600006 C 284.519684 272.600006 283.27243 269.462982 282.214172 263.491333 C 281.118103 257.519684 280.211029 248.902344 279.606293 238.546448 C 278.963776 228.190552 278.661407 216.436218 278.661407 204.455139 C 278.661407 192.511841 278.963776 180.757507 279.606293 170.40155 C 280.211029 160.007874 281.118103 151.428345 282.214172 145.418884 C 283.27243 139.447266 284.519684 136.310242 285.766937 136.310242 C 287.01416 136.310242 288.223633 139.447266 289.319672 145.418884 C 290.37796 151.428345 291.285034 160.007874 291.889771 170.40155 C 292.532288 180.757507 292.872437 192.511841 292.872437 204.455139 L 292.872437 204.455139 Z"/>
+            <path id="path233" fill="#ccbe9d" fill-rule="evenodd" stroke="none" d="M 292.683472 204.455139 C 292.683472 216.171631 292.381104 227.661438 291.776367 237.790527 C 291.171661 247.919678 290.264557 256.310242 289.206299 262.168518 C 288.185822 268.026764 286.976379 271.088196 285.766937 271.088196 C 284.519684 271.088196 283.348022 268.026764 282.289764 262.168518 C 281.231506 256.310242 280.362213 247.919678 279.719696 237.790527 C 279.11496 227.661438 278.812592 216.171631 278.812592 204.455139 C 278.812592 192.776367 279.11496 181.286621 279.719696 171.157471 C 280.362213 161.02832 281.231506 152.599976 282.289764 146.74176 C 283.348022 140.883484 284.519684 137.822021 285.766937 137.822021 C 286.976379 137.822021 288.185822 140.883484 289.206299 146.74176 C 290.264557 152.599976 291.171661 161.02832 291.776367 171.157471 C 292.381104 181.286621 292.683472 192.776367 292.683472 204.455139 L 292.683472 204.455139 Z"/>
+            <path id="path234" fill="#cec09f" fill-rule="evenodd" stroke="none" d="M 292.532288 204.455139 C 292.532288 215.907104 292.229919 227.132263 291.625183 237.034668 C 291.020477 246.937012 290.188965 255.13858 289.130707 260.845673 C 288.110229 266.590546 286.938568 269.576385 285.766937 269.576385 C 284.557495 269.576385 283.385834 266.590546 282.365356 260.845673 C 281.344879 255.13858 280.475586 246.937012 279.87088 237.034668 C 279.266144 227.132263 278.963776 215.907104 278.963776 204.455139 C 278.963776 193.040955 279.266144 181.815735 279.87088 171.913391 C 280.475586 162.011047 281.344879 153.771667 282.365356 148.064575 C 283.385834 142.357483 284.557495 139.333862 285.766937 139.333862 C 286.938568 139.333862 288.110229 142.357483 289.130707 148.064575 C 290.188965 153.771667 291.020477 162.011047 291.625183 171.913391 C 292.229919 181.815735 292.532288 193.040955 292.532288 204.455139 L 292.532288 204.455139 Z"/>
+            <path id="path235" fill="#cfc1a1" fill-rule="evenodd" stroke="none" d="M 292.381104 204.455139 C 292.381104 215.642517 292.078735 226.603149 291.51181 236.278748 C 290.907074 245.916565 290.075592 253.966919 289.055115 259.560638 C 288.072449 265.116547 286.900787 268.064575 285.766937 268.064575 C 284.595276 268.064575 283.461426 265.116547 282.440948 259.560638 C 281.420471 253.966919 280.588989 245.916565 280.022034 236.278748 C 279.417328 226.603149 279.11496 215.642517 279.11496 204.455139 C 279.11496 193.305542 279.417328 182.307068 280.022034 172.669312 C 280.588989 162.993713 281.420471 154.943298 282.440948 149.38739 C 283.461426 143.793701 284.595276 140.845642 285.766937 140.845642 C 286.900787 140.845642 288.072449 143.793701 289.055115 149.38739 C 290.075592 154.943298 290.907074 162.993713 291.51181 172.669312 C 292.078735 182.307068 292.381104 193.305542 292.381104 204.455139 L 292.381104 204.455139 Z"/>
+            <path id="path236" fill="#d0c3a3" fill-rule="evenodd" stroke="none" d="M 292.229919 204.455139 C 292.229919 215.37793 291.927551 226.074036 291.360626 235.522827 C 290.793701 244.933838 289.962219 252.795288 288.979523 258.237793 C 287.996857 263.680328 286.900787 266.552765 285.766937 266.552765 C 284.633057 266.552765 283.499207 263.680328 282.516541 258.237793 C 281.533844 252.795288 280.702362 244.933838 280.135437 235.522827 C 279.568512 226.074036 279.266144 215.37793 279.266144 204.455139 C 279.266144 193.570068 279.568512 182.836243 280.135437 173.425171 C 280.702362 163.976379 281.533844 156.11499 282.516541 150.672424 C 283.499207 145.229919 284.633057 142.357483 285.766937 142.357483 C 286.900787 142.357483 287.996857 145.229919 288.979523 150.672424 C 289.962219 156.11499 290.793701 163.976379 291.360626 173.425171 C 291.927551 182.836243 292.229919 193.570068 292.229919 204.455139 L 292.229919 204.455139 Z"/>
+            <path id="path237" fill="#d1c4a6" fill-rule="evenodd" stroke="none" d="M 292.078735 204.455139 C 292.078735 215.075562 291.776367 225.544861 291.209442 234.766907 C 290.680328 243.951172 289.886627 251.623596 288.903931 256.914948 C 287.959045 262.24408 286.863007 265.040955 285.766937 265.040955 C 284.633057 265.040955 283.537018 262.24408 282.592133 256.914948 C 281.647247 251.623596 280.853546 243.951172 280.286621 234.766907 C 279.719696 225.544861 279.455109 215.075562 279.455109 204.455139 C 279.455109 193.834656 279.719696 183.365356 280.286621 174.181091 C 280.853546 164.959045 281.647247 157.324402 282.592133 151.9953 C 283.537018 146.666138 284.633057 143.869263 285.766937 143.869263 C 286.863007 143.869263 287.959045 146.666138 288.903931 151.9953 C 289.886627 157.324402 290.680328 164.959045 291.209442 174.181091 C 291.776367 183.365356 292.078735 193.834656 292.078735 204.455139 L 292.078735 204.455139 Z"/>
+            <path id="path238" fill="#d2c6a8" fill-rule="evenodd" stroke="none" d="M 291.889771 204.455139 C 291.889771 214.811035 291.625183 225.015747 291.096069 234.011047 C 290.529144 242.968506 289.773224 250.414185 288.828339 255.629913 C 287.883453 260.807861 286.825195 263.529144 285.766937 263.529144 C 284.670868 263.529144 283.61261 260.807861 282.667725 255.629913 C 281.722839 250.414185 280.966919 242.968506 280.437805 234.011047 C 279.87088 225.015747 279.606293 214.811035 279.606293 204.455139 C 279.606293 194.099182 279.87088 183.89447 280.437805 174.937012 C 280.966919 165.941711 281.722839 158.496033 282.667725 153.318115 C 283.61261 148.140137 284.670868 145.381104 285.766937 145.381104 C 286.825195 145.381104 287.883453 148.140137 288.828339 153.318115 C 289.773224 158.496033 290.529144 165.941711 291.096069 174.937012 C 291.625183 183.89447 291.889771 194.099182 291.889771 204.455139 L 291.889771 204.455139 Z"/>
+            <path id="path239" fill="#d3c7aa" fill-rule="evenodd" stroke="none" d="M 291.738586 204.455139 C 291.738586 214.546448 291.47403 224.486633 290.944885 233.217346 C 290.415741 241.98584 289.659851 249.242493 288.752747 254.307068 C 287.845673 259.333862 286.787415 262.017334 285.766937 262.017334 C 284.708649 262.017334 283.650391 259.333862 282.743317 254.307068 C 281.836212 249.242493 281.080322 241.98584 280.551178 233.217346 C 280.022034 224.486633 279.757477 214.546448 279.757477 204.455139 C 279.757477 194.36377 280.022034 184.423645 280.551178 175.692932 C 281.080322 166.924438 281.836212 159.667725 282.743317 154.603149 C 283.650391 149.576355 284.708649 146.892883 285.766937 146.892883 C 286.787415 146.892883 287.845673 149.576355 288.752747 154.603149 C 289.659851 159.667725 290.415741 166.924438 290.944885 175.692932 C 291.47403 184.423645 291.738586 194.36377 291.738586 204.455139 L 291.738586 204.455139 Z"/>
+            <path id="path240" fill="#d4c9ac" fill-rule="evenodd" stroke="none" d="M 291.587402 204.455139 C 291.587402 214.28186 291.322845 223.957458 290.793701 232.461426 C 290.302368 241.003174 289.546448 248.070862 288.677155 252.984253 C 287.770081 257.897644 286.787415 260.505524 285.766937 260.505524 C 284.708649 260.505524 283.725983 257.897644 282.818909 252.984253 C 281.949615 248.070862 281.193695 241.003174 280.702362 232.461426 C 280.173218 223.957458 279.908661 214.28186 279.908661 204.455139 C 279.908661 194.628357 280.173218 184.952759 280.702362 176.448792 C 281.193695 167.907104 281.949615 160.839355 282.818909 155.925964 C 283.725983 151.012573 284.708649 148.404724 285.766937 148.404724 C 286.787415 148.404724 287.770081 151.012573 288.677155 155.925964 C 289.546448 160.839355 290.302368 167.907104 290.793701 176.448792 C 291.322845 184.952759 291.587402 194.628357 291.587402 204.455139 L 291.587402 204.455139 Z"/>
+            <path id="path241" fill="#d6caaf" fill-rule="evenodd" stroke="none" d="M 291.436218 204.455139 C 291.436218 214.017334 291.171661 223.428345 290.680328 231.705505 C 290.188965 240.020447 289.470856 246.899231 288.601563 251.661438 C 287.732269 256.461426 286.749603 258.993713 285.766937 258.993713 C 284.74646 258.993713 283.763794 256.461426 282.894501 251.661438 C 282.062988 246.899231 281.344879 240.020447 280.815735 231.705505 C 280.324402 223.428345 280.059845 214.017334 280.059845 204.455139 C 280.059845 194.892883 280.324402 185.481873 280.815735 177.204712 C 281.344879 168.927551 282.062988 162.011047 282.894501 157.24884 C 283.763794 152.448792 284.74646 149.954346 285.766937 149.954346 C 286.749603 149.954346 287.732269 152.448792 288.601563 157.24884 C 289.470856 162.011047 290.188965 168.927551 290.680328 177.204712 C 291.171661 185.481873 291.436218 194.892883 291.436218 204.455139 L 291.436218 204.455139 Z"/>
+            <path id="path242" fill="#d7ccb1" fill-rule="evenodd" stroke="none" d="M 291.285034 204.455139 C 291.285034 213.752747 291.020477 222.899231 290.529144 230.949585 C 290.037781 239.037781 289.357483 245.727539 288.52597 250.376404 C 287.656708 255.025208 286.711823 257.481903 285.766937 257.481903 C 284.784241 257.481903 283.839355 255.025208 283.007874 250.376404 C 282.13858 245.727539 281.458282 239.037781 280.966919 230.949585 C 280.475586 222.899231 280.211029 213.752747 280.211029 204.455139 C 280.211029 195.157471 280.475586 186.011047 280.966919 177.960632 C 281.458282 169.910217 282.13858 163.220459 283.007874 158.571655 C 283.839355 153.88501 284.784241 151.466125 285.766937 151.466125 C 286.711823 151.466125 287.656708 153.88501 288.52597 158.571655 C 289.357483 163.220459 290.037781 169.910217 290.529144 177.960632 C 291.020477 186.011047 291.285034 195.157471 291.285034 204.455139 L 291.285034 204.455139 Z"/>
+            <path id="path243" fill="#d8cdb3" fill-rule="evenodd" stroke="none" d="M 291.13385 204.455139 C 291.13385 213.488159 290.869293 222.370056 290.415741 230.193726 C 289.924408 238.017334 289.24408 244.518127 288.450409 249.053528 C 287.618896 253.588989 286.711823 255.970093 285.766937 255.970093 C 284.822052 255.970093 283.877167 253.588989 283.083466 249.053528 C 282.251984 244.518127 281.571655 238.017334 281.118103 230.193726 C 280.62677 222.370056 280.399994 213.488159 280.399994 204.455139 C 280.399994 195.422058 280.62677 186.540161 281.118103 178.716553 C 281.571655 170.892883 282.251984 164.392151 283.083466 159.856689 C 283.877167 155.35907 284.822052 152.977966 285.766937 152.977966 C 286.711823 152.977966 287.618896 155.35907 288.450409 159.856689 C 289.24408 164.392151 289.924408 170.892883 290.415741 178.716553 C 290.869293 186.540161 291.13385 195.422058 291.13385 204.455139 L 291.13385 204.455139 Z"/>
+            <path id="path244" fill="#d9cfb5" fill-rule="evenodd" stroke="none" d="M 290.944885 204.455139 C 290.944885 213.223633 290.718109 221.840942 290.264557 229.437805 C 289.811035 237.034668 289.130707 243.346436 288.374817 247.730713 C 287.581116 252.11499 286.674011 254.420471 285.766937 254.420471 C 284.822052 254.420471 283.952759 252.11499 283.159058 247.730713 C 282.365356 243.346436 281.685028 237.034668 281.231506 229.437805 C 280.777954 221.840942 280.551178 213.223633 280.551178 204.455139 C 280.551178 195.686584 280.777954 187.069275 281.231506 179.472412 C 281.685028 171.87561 282.365356 165.563782 283.159058 161.179504 C 283.952759 156.795288 284.822052 154.489746 285.766937 154.489746 C 286.674011 154.489746 287.581116 156.795288 288.374817 161.179504 C 289.130707 165.563782 289.811035 171.87561 290.264557 179.472412 C 290.718109 187.069275 290.944885 195.686584 290.944885 204.455139 L 290.944885 204.455139 Z"/>
+            <path id="path245" fill="#dad0b8" fill-rule="evenodd" stroke="none" d="M 290.793701 204.455139 C 290.793701 212.959045 290.566925 221.311829 290.113373 228.681885 C 289.697632 236.051941 289.055115 242.174805 288.261414 246.445679 C 287.505524 250.678711 286.63623 252.908691 285.766937 252.908691 C 284.859833 252.908691 283.99054 250.678711 283.23465 246.445679 C 282.440948 242.174805 281.836212 236.051941 281.38269 228.681885 C 280.929138 221.311829 280.702362 212.959045 280.702362 204.455139 C 280.702362 195.951172 280.929138 187.59845 281.38269 180.228333 C 281.836212 172.858276 282.440948 166.735413 283.23465 162.50238 C 283.99054 158.231506 284.859833 156.001587 285.766937 156.001587 C 286.63623 156.001587 287.505524 158.231506 288.261414 162.50238 C 289.055115 166.735413 289.697632 172.858276 290.113373 180.228333 C 290.566925 187.59845 290.793701 195.951172 290.793701 204.455139 L 290.793701 204.455139 Z"/>
+            <path id="path246" fill="#dbd1ba" fill-rule="evenodd" stroke="none" d="M 290.642517 204.455139 C 290.642517 212.694458 290.415741 220.782654 290 227.925964 C 289.546448 235.069275 288.941742 241.003174 288.185822 245.122864 C 287.467712 249.242493 286.598419 251.396851 285.766937 251.396851 C 284.897644 251.396851 284.066132 249.242493 283.310242 245.122864 C 282.554321 241.003174 281.949615 235.069275 281.496063 227.925964 C 281.080322 220.782654 280.853546 212.694458 280.853546 204.455139 C 280.853546 196.215759 281.080322 188.127563 281.496063 180.984253 C 281.949615 173.840942 282.554321 167.907104 283.310242 163.787415 C 284.066132 159.667725 284.897644 157.513367 285.766937 157.513367 C 286.598419 157.513367 287.467712 159.667725 288.185822 163.787415 C 288.941742 167.907104 289.546448 173.840942 290 180.984253 C 290.415741 188.127563 290.642517 196.215759 290.642517 204.455139 L 290.642517 204.455139 Z"/>
+            <path id="path247" fill="#ddd3bc" fill-rule="evenodd" stroke="none" d="M 290.491333 204.455139 C 290.491333 212.429932 290.264557 220.25354 289.848816 227.170105 C 289.433075 234.086609 288.828339 239.831482 288.110229 243.799988 C 287.39212 247.806274 286.598419 249.88501 285.766937 249.88501 C 284.935425 249.88501 284.103943 247.806274 283.385834 243.799988 C 282.667725 239.831482 282.062988 234.086609 281.647247 227.170105 C 281.231506 220.25354 281.00473 212.429932 281.00473 204.455139 C 281.00473 196.480286 281.231506 188.656677 281.647247 181.740173 C 282.062988 174.823608 282.667725 169.116516 283.385834 165.110229 C 284.103943 161.141724 284.935425 159.025208 285.766937 159.025208 C 286.598419 159.025208 287.39212 161.141724 288.110229 165.110229 C 288.828339 169.116516 289.433075 174.823608 289.848816 181.740173 C 290.264557 188.656677 290.491333 196.480286 290.491333 204.455139 L 290.491333 204.455139 Z"/>
+            <path id="path248" fill="#ded4be" fill-rule="evenodd" stroke="none" d="M 290.340149 204.455139 C 290.340149 212.165344 290.113373 219.762207 289.735443 226.414185 C 289.319672 233.103943 288.752747 238.659851 288.034637 242.514954 C 287.35434 246.370056 286.560638 248.37323 285.766937 248.37323 C 284.935425 248.37323 284.141724 246.370056 283.461426 242.514954 C 282.781097 238.659851 282.176392 233.103943 281.798431 226.414185 C 281.38269 219.762207 281.155914 212.165344 281.155914 204.455139 C 281.155914 196.744873 281.38269 189.185852 281.798431 182.496033 C 282.176392 175.806274 282.781097 170.288208 283.461426 166.433044 C 284.141724 162.577942 284.935425 160.536987 285.766937 160.536987 C 286.560638 160.536987 287.35434 162.577942 288.034637 166.433044 C 288.752747 170.288208 289.319672 175.806274 289.735443 182.496033 C 290.113373 189.185852 290.340149 196.744873 290.340149 204.455139 L 290.340149 204.455139 Z"/>
+            <path id="path249" fill="#dfd6c0" fill-rule="evenodd" stroke="none" d="M 290.188965 204.455139 C 290.188965 211.900818 289.962219 219.233093 289.584259 225.658264 C 289.206299 232.121277 288.639374 237.450378 287.959045 241.192139 C 287.278748 244.896057 286.522827 246.861389 285.766937 246.861389 C 284.973236 246.861389 284.217316 244.896057 283.537018 241.192139 C 282.856689 237.450378 282.327545 232.121277 281.911804 225.658264 C 281.533844 219.233093 281.344879 211.900818 281.344879 204.455139 C 281.344879 197.00946 281.533844 189.714966 281.911804 183.251953 C 282.327545 176.826782 282.856689 171.459839 283.537018 167.71814 C 284.217316 164.01416 284.973236 162.048828 285.766937 162.048828 C 286.522827 162.048828 287.278748 164.01416 287.959045 167.71814 C 288.639374 171.459839 289.206299 176.826782 289.584259 183.251953 C 289.962219 189.714966 290.188965 197.00946 290.188965 204.455139 L 290.188965 204.455139 Z"/>
+            <path id="path250" fill="#e0d7c3" fill-rule="evenodd" stroke="none" d="M 290 204.455139 C 290 211.63623 289.811035 218.703918 289.433075 224.902344 C 289.055115 231.138611 288.52597 236.278748 287.883453 239.869263 C 287.240936 243.459839 286.485046 245.349609 285.766937 245.349609 C 285.011017 245.349609 284.255127 243.459839 283.61261 239.869263 C 282.970093 236.278748 282.440948 231.138611 282.062988 224.902344 C 281.685028 218.703918 281.496063 211.63623 281.496063 204.455139 C 281.496063 197.273987 281.685028 190.24408 282.062988 184.007874 C 282.440948 177.809448 282.970093 172.63147 283.61261 169.040955 C 284.255127 165.450378 285.011017 163.560608 285.766937 163.560608 C 286.485046 163.560608 287.240936 165.450378 287.883453 169.040955 C 288.52597 172.63147 289.055115 177.809448 289.433075 184.007874 C 289.811035 190.24408 290 197.273987 290 204.455139 L 290 204.455139 Z"/>
+            <path id="path251" fill="#e1d9c5" fill-rule="evenodd" stroke="none" d="M 289.848816 204.455139 C 289.848816 211.371643 289.659851 218.174805 289.319672 224.146484 C 288.941742 230.118103 288.412598 235.107117 287.807861 238.546448 C 287.165344 242.023621 286.485046 243.837769 285.766937 243.837769 C 285.048828 243.837769 284.330719 242.023621 283.688202 238.546448 C 283.083466 235.107117 282.554321 230.118103 282.214172 224.146484 C 281.836212 218.174805 281.647247 211.371643 281.647247 204.455139 C 281.647247 197.538574 281.836212 190.773254 282.214172 184.763794 C 282.554321 178.792114 283.083466 173.803162 283.688202 170.36377 C 284.330719 166.886597 285.048828 165.072449 285.766937 165.072449 C 286.485046 165.072449 287.165344 166.886597 287.807861 170.36377 C 288.412598 173.803162 288.941742 178.792114 289.319672 184.763794 C 289.659851 190.773254 289.848816 197.538574 289.848816 204.455139 L 289.848816 204.455139 Z"/>
+            <path id="path252" fill="#e2dac7" fill-rule="evenodd" stroke="none" d="M 289.697632 204.455139 C 289.697632 211.107117 289.508667 217.645691 289.168518 223.390564 C 288.828339 229.135437 288.337006 233.935425 287.732269 237.261414 C 287.127563 240.587402 286.447235 242.325989 285.766937 242.325989 C 285.048828 242.325989 284.3685 240.587402 283.763794 237.261414 C 283.196838 233.935425 282.667725 229.135437 282.327545 223.390564 C 281.987396 217.645691 281.798431 211.107117 281.798431 204.455139 C 281.798431 197.803162 281.987396 191.302368 282.327545 185.519714 C 282.667725 179.77478 283.196838 174.974792 283.763794 171.686584 C 284.3685 168.360657 285.048828 166.584229 285.766937 166.584229 C 286.447235 166.584229 287.127563 168.360657 287.732269 171.686584 C 288.337006 174.974792 288.828339 179.77478 289.168518 185.519714 C 289.508667 191.302368 289.697632 197.803162 289.697632 204.455139 L 289.697632 204.455139 Z"/>
+            <path id="path253" fill="#e3dcc9" fill-rule="evenodd" stroke="none" d="M 289.546448 204.455139 C 289.546448 210.842529 289.357483 217.116516 289.017334 222.634644 C 288.714966 228.152771 288.223633 232.763794 287.656708 235.938599 C 287.051971 239.113403 286.409454 240.814148 285.766937 240.814148 C 285.086609 240.814148 284.444092 239.113403 283.839355 235.938599 C 283.27243 232.763794 282.818909 228.152771 282.478729 222.634644 C 282.13858 217.116516 281.949615 210.842529 281.949615 204.455139 C 281.949615 198.067688 282.13858 191.793701 282.478729 186.275574 C 282.818909 180.757507 283.27243 176.184265 283.839355 172.97168 C 284.444092 169.796875 285.086609 168.096069 285.766937 168.096069 C 286.409454 168.096069 287.051971 169.796875 287.656708 172.97168 C 288.223633 176.184265 288.714966 180.757507 289.017334 186.275574 C 289.357483 191.793701 289.546448 198.067688 289.546448 204.455139 L 289.546448 204.455139 Z"/>
+            <path id="path254" fill="#e5ddcc" fill-rule="evenodd" stroke="none" d="M 289.395264 204.455139 C 289.395264 210.577942 289.206299 216.587402 288.903931 221.878723 C 288.563782 227.170105 288.110229 231.554321 287.581116 234.615723 C 287.01416 237.677185 286.371643 239.302368 285.766937 239.302368 C 285.12442 239.302368 284.481903 237.677185 283.952759 234.615723 C 283.385834 231.554321 282.932281 227.170105 282.592133 221.878723 C 282.289764 216.587402 282.13858 210.577942 282.13858 204.455139 C 282.13858 198.332275 282.289764 192.322815 282.592133 187.031494 C 282.932281 181.740173 283.385834 177.355896 283.952759 174.294495 C 284.481903 171.233093 285.12442 169.607849 285.766937 169.607849 C 286.371643 169.607849 287.01416 171.233093 287.581116 174.294495 C 288.110229 177.355896 288.563782 181.740173 288.903931 187.031494 C 289.206299 192.322815 289.395264 198.332275 289.395264 204.455139 L 289.395264 204.455139 Z"/>
+            <path id="path255" fill="#e6dfce" fill-rule="evenodd" stroke="none" d="M 289.206299 204.455139 C 289.206299 210.313416 289.055115 216.058289 288.752747 221.122864 C 288.450409 226.187378 288.034637 230.38269 287.505524 233.330688 C 286.976379 236.240967 286.371643 237.790527 285.766937 237.790527 C 285.12442 237.790527 284.557495 236.240967 284.028351 233.330688 C 283.499207 230.38269 283.045654 226.187378 282.743317 221.122864 C 282.440948 216.058289 282.289764 210.313416 282.289764 204.455139 C 282.289764 198.596863 282.440948 192.85199 282.743317 187.787415 C 283.045654 182.722839 283.499207 178.527588 284.028351 175.61731 C 284.557495 172.669312 285.12442 171.157471 285.766937 171.157471 C 286.371643 171.157471 286.976379 172.669312 287.505524 175.61731 C 288.034637 178.527588 288.450409 182.722839 288.752747 187.787415 C 289.055115 192.85199 289.206299 198.596863 289.206299 204.455139 L 289.206299 204.455139 Z"/>
+            <path id="path256" fill="#e7e0d0" fill-rule="evenodd" stroke="none" d="M 289.055115 204.455139 C 289.055115 210.048828 288.903931 215.529114 288.639374 220.366943 C 288.337006 225.204712 287.921265 229.210999 287.39212 232.007874 C 286.900787 234.804749 286.333862 236.278748 285.766937 236.278748 C 285.162201 236.278748 284.595276 234.804749 284.103943 232.007874 C 283.574799 229.210999 283.159058 225.204712 282.894501 220.366943 C 282.592133 215.529114 282.440948 210.048828 282.440948 204.455139 C 282.440948 198.861389 282.592133 193.381104 282.894501 188.543335 C 283.159058 183.705505 283.574799 179.699219 284.103943 176.902344 C 284.595276 174.10553 285.162201 172.669312 285.766937 172.669312 C 286.333862 172.669312 286.900787 174.10553 287.39212 176.902344 C 287.921265 179.699219 288.337006 183.705505 288.639374 188.543335 C 288.903931 193.381104 289.055115 198.861389 289.055115 204.455139 L 289.055115 204.455139 Z"/>
+            <path id="path257" fill="#e8e2d2" fill-rule="evenodd" stroke="none" d="M 288.903931 204.455139 C 288.903931 209.784241 288.752747 215 288.48819 219.611023 C 288.223633 224.222046 287.807861 228.039368 287.316528 230.685059 C 286.863007 233.36853 286.296051 234.766907 285.766937 234.766907 C 285.200012 234.766907 284.670868 233.36853 284.179535 230.685059 C 283.688202 228.039368 283.310242 224.222046 283.007874 219.611023 C 282.743317 215 282.592133 209.784241 282.592133 204.455139 C 282.592133 199.125977 282.743317 193.910217 283.007874 189.299194 C 283.310242 184.726013 283.688202 180.87085 284.179535 178.22522 C 284.670868 175.579529 285.200012 174.181091 285.766937 174.181091 C 286.296051 174.181091 286.863007 175.579529 287.316528 178.22522 C 287.807861 180.87085 288.223633 184.726013 288.48819 189.299194 C 288.752747 193.910217 288.903931 199.125977 288.903931 204.455139 L 288.903931 204.455139 Z"/>
+            <path id="path258" fill="#e9e3d5" fill-rule="evenodd" stroke="none" d="M 288.752747 204.455139 C 288.752747 209.519714 288.601563 214.470886 288.337006 218.855103 C 288.072449 223.23938 287.694489 226.867737 287.240936 229.362183 C 286.787415 231.89447 286.296051 233.217346 285.766937 233.217346 C 285.237793 233.217346 284.708649 231.89447 284.255127 229.362183 C 283.801575 226.867737 283.423615 223.23938 283.159058 218.855103 C 282.894501 214.470886 282.743317 209.519714 282.743317 204.455139 C 282.743317 199.390564 282.894501 194.439392 283.159058 190.055115 C 283.423615 185.708679 283.801575 182.080322 284.255127 179.548035 C 284.708649 177.015747 285.237793 175.692932 285.766937 175.692932 C 286.296051 175.692932 286.787415 177.015747 287.240936 179.548035 C 287.694489 182.080322 288.072449 185.708679 288.337006 190.055115 C 288.601563 194.439392 288.752747 199.390564 288.752747 204.455139 L 288.752747 204.455139 Z"/>
+            <path id="path259" fill="#eae5d7" fill-rule="evenodd" stroke="none" d="M 288.601563 204.455139 C 288.601563 209.255127 288.450409 213.941711 288.223633 218.099182 C 287.959045 222.218872 287.618896 225.658264 287.165344 228.077148 C 286.749603 230.458252 286.25827 231.705505 285.766937 231.705505 C 285.237793 231.705505 284.74646 230.458252 284.330719 228.077148 C 283.914948 225.658264 283.537018 222.218872 283.27243 218.099182 C 283.045654 213.941711 282.894501 209.255127 282.894501 204.455139 C 282.894501 199.692932 283.045654 194.968506 283.27243 190.811035 C 283.537018 186.691345 283.914948 183.251953 284.330719 180.833069 C 284.74646 178.451965 285.237793 177.204712 285.766937 177.204712 C 286.25827 177.204712 286.749603 178.451965 287.165344 180.833069 C 287.618896 183.251953 287.959045 186.691345 288.223633 190.811035 C 288.450409 194.968506 288.601563 199.692932 288.601563 204.455139 L 288.601563 204.455139 Z"/>
+            <path id="path260" fill="#ebe6d9" fill-rule="evenodd" stroke="none" d="M 288.450409 204.455139 C 288.450409 208.99054 288.299225 213.412598 288.072449 217.343323 C 287.845673 221.236206 287.505524 224.486633 287.089752 226.754333 C 286.674011 229.022034 286.220459 230.193726 285.766937 230.193726 C 285.275604 230.193726 284.822052 229.022034 284.406311 226.754333 C 283.99054 224.486633 283.650391 221.236206 283.423615 217.343323 C 283.196838 213.412598 283.083466 208.99054 283.083466 204.455139 C 283.083466 199.957458 283.196838 195.49762 283.423615 191.604736 C 283.650391 187.674011 283.99054 184.423645 284.406311 182.155884 C 284.822052 179.888184 285.275604 178.716553 285.766937 178.716553 C 286.220459 178.716553 286.674011 179.888184 287.089752 182.155884 C 287.505524 184.423645 287.845673 187.674011 288.072449 191.604736 C 288.299225 195.49762 288.450409 199.957458 288.450409 204.455139 L 288.450409 204.455139 Z"/>
+            <path id="path261" fill="#ede8db" fill-rule="evenodd" stroke="none" d="M 288.261414 204.455139 C 288.261414 208.726013 288.148041 212.883484 287.921265 216.587402 C 287.732269 220.25354 287.39212 223.314941 287.01416 225.431519 C 286.63623 227.585815 286.182678 228.681885 285.766937 228.681885 C 285.313385 228.681885 284.859833 227.585815 284.481903 225.431519 C 284.103943 223.314941 283.801575 220.25354 283.574799 216.587402 C 283.348022 212.883484 283.23465 208.726013 283.23465 204.455139 C 283.23465 200.222046 283.348022 196.026794 283.574799 192.360657 C 283.801575 188.656677 284.103943 185.595276 284.481903 183.47876 C 284.859833 181.362183 285.313385 180.228333 285.766937 180.228333 C 286.182678 180.228333 286.63623 181.362183 287.01416 183.47876 C 287.39212 185.595276 287.732269 188.656677 287.921265 192.360657 C 288.148041 196.026794 288.261414 200.222046 288.261414 204.455139 L 288.261414 204.455139 Z"/>
+            <path id="path262" fill="#eee9dd" fill-rule="evenodd" stroke="none" d="M 288.110229 204.455139 C 288.110229 208.461426 287.996857 212.354309 287.807861 215.831482 C 287.581116 219.270874 287.278748 222.143311 286.938568 224.146484 C 286.560638 226.111816 286.182678 227.170105 285.766937 227.170105 C 285.351196 227.170105 284.935425 226.111816 284.557495 224.146484 C 284.217316 222.143311 283.914948 219.270874 283.688202 215.831482 C 283.499207 212.354309 283.385834 208.461426 283.385834 204.455139 C 283.385834 200.486633 283.499207 196.555908 283.688202 193.116516 C 283.914948 189.639343 284.217316 186.766907 284.557495 184.801575 C 284.935425 182.798401 285.351196 181.740173 285.766937 181.740173 C 286.182678 181.740173 286.560638 182.798401 286.938568 184.801575 C 287.278748 186.766907 287.581116 189.639343 287.807861 193.116516 C 287.996857 196.555908 288.110229 200.486633 288.110229 204.455139 L 288.110229 204.455139 Z"/>
+            <path id="path263" fill="#efeae0" fill-rule="evenodd" stroke="none" d="M 287.959045 204.455139 C 287.959045 208.196838 287.845673 211.825195 287.656708 215.075562 C 287.467712 218.288208 287.203156 220.97168 286.863007 222.823608 C 286.522827 224.675598 286.144867 225.658264 285.766937 225.658264 C 285.351196 225.658264 284.973236 224.675598 284.633057 222.823608 C 284.292908 220.97168 284.028351 218.288208 283.839355 215.075562 C 283.650391 211.825195 283.537018 208.196838 283.537018 204.455139 C 283.537018 200.75116 283.650391 197.085022 283.839355 193.872437 C 284.028351 190.62207 284.292908 187.976379 284.633057 186.086609 C 284.973236 184.234619 285.351196 183.251953 285.766937 183.251953 C 286.144867 183.251953 286.522827 184.234619 286.863007 186.086609 C 287.203156 187.976379 287.467712 190.62207 287.656708 193.872437 C 287.845673 197.085022 287.959045 200.75116 287.959045 204.455139 L 287.959045 204.455139 Z"/>
+            <path id="path264" fill="#f0ece2" fill-rule="evenodd" stroke="none" d="M 287.807861 204.455139 C 287.807861 207.932312 287.694489 211.296082 287.543304 214.319702 C 287.35434 217.305542 287.089752 219.799988 286.787415 221.500793 C 286.447235 223.23938 286.107086 224.146484 285.766937 224.146484 C 285.388977 224.146484 285.048828 223.23938 284.708649 221.500793 C 284.406311 219.799988 284.141724 217.305542 283.99054 214.319702 C 283.801575 211.296082 283.688202 207.932312 283.688202 204.455139 C 283.688202 201.015747 283.801575 197.614197 283.99054 194.628357 C 284.141724 191.604736 284.406311 189.14801 284.708649 187.409424 C 285.048828 185.670837 285.388977 184.763794 285.766937 184.763794 C 286.107086 184.763794 286.447235 185.670837 286.787415 187.409424 C 287.089752 189.14801 287.35434 191.604736 287.543304 194.628357 C 287.694489 197.614197 287.807861 201.015747 287.807861 204.455139 L 287.807861 204.455139 Z"/>
+            <path id="path265" fill="#f1ede4" fill-rule="evenodd" stroke="none" d="M 287.656708 204.455139 C 287.656708 207.667725 287.543304 210.766907 287.39212 213.563782 C 287.240936 216.322815 286.976379 218.590576 286.711823 220.215759 C 286.409454 221.803162 286.069305 222.634644 285.766937 222.634644 C 285.426758 222.634644 285.086609 221.803162 284.822052 220.215759 C 284.519684 218.590576 284.292908 216.322815 284.103943 213.563782 C 283.952759 210.766907 283.839355 207.667725 283.839355 204.455139 C 283.839355 201.280334 283.952759 198.143311 284.103943 195.384277 C 284.292908 192.625183 284.519684 190.319702 284.822052 188.7323 C 285.086609 187.107117 285.426758 186.275574 285.766937 186.275574 C 286.069305 186.275574 286.409454 187.107117 286.711823 188.7323 C 286.976379 190.319702 287.240936 192.625183 287.39212 195.384277 C 287.543304 198.143311 287.656708 201.280334 287.656708 204.455139 L 287.656708 204.455139 Z"/>
+            <path id="path266" fill="#f2efe6" fill-rule="evenodd" stroke="none" d="M 287.505524 204.455139 C 287.505524 207.365356 287.39212 210.275574 287.240936 212.807861 C 287.089752 215.340149 286.900787 217.418884 286.63623 218.892883 C 286.371643 220.366943 286.069305 221.122864 285.766937 221.122864 C 285.464569 221.122864 285.162201 220.366943 284.897644 218.892883 C 284.633057 217.418884 284.406311 215.340149 284.255127 212.807861 C 284.103943 210.275574 284.028351 207.365356 284.028351 204.455139 C 284.028351 201.544861 284.103943 198.672424 284.255127 196.140137 C 284.406311 193.607849 284.633057 191.491333 284.897644 190.017334 C 285.162201 188.581116 285.464569 187.787415 285.766937 187.787415 C 286.069305 187.787415 286.371643 188.581116 286.63623 190.017334 C 286.900787 191.491333 287.089752 193.607849 287.240936 196.140137 C 287.39212 198.672424 287.505524 201.544861 287.505524 204.455139 L 287.505524 204.455139 Z"/>
+            <path id="path267" fill="#f4f0e9" fill-rule="evenodd" stroke="none" d="M 287.316528 204.455139 C 287.316528 207.100769 287.240936 209.74646 287.127563 212.01416 C 286.976379 214.319702 286.787415 216.247253 286.522827 217.570068 C 286.296051 218.892883 286.031494 219.611023 285.766937 219.611023 C 285.464569 219.611023 285.200012 218.892883 284.973236 217.570068 C 284.708649 216.247253 284.519684 214.319702 284.3685 212.01416 C 284.255127 209.74646 284.179535 207.100769 284.179535 204.455139 C 284.179535 201.809448 284.255127 199.201599 284.3685 196.896057 C 284.519684 194.590576 284.708649 192.662964 284.973236 191.340149 C 285.200012 190.017334 285.464569 189.299194 285.766937 189.299194 C 286.031494 189.299194 286.296051 190.017334 286.522827 191.340149 C 286.787415 192.662964 286.976379 194.590576 287.127563 196.896057 C 287.240936 199.201599 287.316528 201.809448 287.316528 204.455139 L 287.316528 204.455139 Z"/>
+            <path id="path268" fill="#f5f2eb" fill-rule="evenodd" stroke="none" d="M 287.165344 204.455139 C 287.165344 206.836243 287.089752 209.217346 286.976379 211.25824 C 286.863007 213.337036 286.674011 215.075562 286.447235 216.247253 C 286.25827 217.456665 285.993713 218.099182 285.766937 218.099182 C 285.50235 218.099182 285.275604 217.456665 285.048828 216.247253 C 284.822052 215.075562 284.633057 213.337036 284.519684 211.25824 C 284.406311 209.217346 284.330719 206.836243 284.330719 204.455139 C 284.330719 202.074036 284.406311 199.730713 284.519684 197.651978 C 284.633057 195.573242 284.822052 193.834656 285.048828 192.662964 C 285.275604 191.453552 285.50235 190.811035 285.766937 190.811035 C 285.993713 190.811035 286.25827 191.453552 286.447235 192.662964 C 286.674011 193.834656 286.863007 195.573242 286.976379 197.651978 C 287.089752 199.730713 287.165344 202.074036 287.165344 204.455139 L 287.165344 204.455139 Z"/>
+            <path id="path269" fill="#f6f3ed" fill-rule="evenodd" stroke="none" d="M 287.01416 204.455139 C 287.01416 206.571655 286.938568 208.688171 286.863007 210.50238 C 286.749603 212.354309 286.560638 213.903931 286.371643 214.962219 C 286.182678 216.020447 285.955902 216.587402 285.766937 216.587402 C 285.540161 216.587402 285.313385 216.020447 285.12442 214.962219 C 284.935425 213.903931 284.784241 212.354309 284.670868 210.50238 C 284.557495 208.688171 284.481903 206.571655 284.481903 204.455139 C 284.481903 202.338562 284.557495 200.259827 284.670868 198.407898 C 284.784241 196.555908 284.935425 195.044067 285.12442 193.948059 C 285.313385 192.889771 285.540161 192.360657 285.766937 192.360657 C 285.955902 192.360657 286.182678 192.889771 286.371643 193.948059 C 286.560638 195.044067 286.749603 196.555908 286.863007 198.407898 C 286.938568 200.259827 287.01416 202.338562 287.01416 204.455139 L 287.01416 204.455139 Z"/>
+            <path id="path270" fill="#f7f5ef" fill-rule="evenodd" stroke="none" d="M 286.863007 204.455139 C 286.863007 206.307068 286.787415 208.159058 286.711823 209.74646 C 286.598419 211.371643 286.485046 212.694458 286.296051 213.639343 C 286.144867 214.584229 285.955902 215.075562 285.766937 215.075562 C 285.540161 215.075562 285.351196 214.584229 285.200012 213.639343 C 285.048828 212.694458 284.897644 211.371643 284.784241 209.74646 C 284.708649 208.159058 284.633057 206.307068 284.633057 204.455139 C 284.633057 202.603149 284.708649 200.789001 284.784241 199.163757 C 284.897644 197.538574 285.048828 196.215759 285.200012 195.270874 C 285.351196 194.36377 285.540161 193.872437 285.766937 193.872437 C 285.955902 193.872437 286.144867 194.36377 286.296051 195.270874 C 286.485046 196.215759 286.598419 197.538574 286.711823 199.163757 C 286.787415 200.789001 286.863007 202.603149 286.863007 204.455139 L 286.863007 204.455139 Z"/>
+            <path id="path271" fill="#f8f6f2" fill-rule="evenodd" stroke="none" d="M 286.711823 204.455139 C 286.711823 206.042542 286.674011 207.629944 286.560638 208.99054 C 286.485046 210.388977 286.371643 211.522827 286.220459 212.316528 C 286.069305 213.110229 285.918121 213.563782 285.766937 213.563782 C 285.577942 213.563782 285.426758 213.110229 285.275604 212.316528 C 285.12442 211.522827 285.011017 210.388977 284.935425 208.99054 C 284.859833 207.629944 284.822052 206.042542 284.822052 204.455139 C 284.822052 202.867737 284.859833 201.280334 284.935425 199.919678 C 285.011017 198.52124 285.12442 197.38739 285.275604 196.593689 C 285.426758 195.799988 285.577942 195.384277 285.766937 195.384277 C 285.918121 195.384277 286.069305 195.799988 286.220459 196.593689 C 286.371643 197.38739 286.485046 198.52124 286.560638 199.919678 C 286.674011 201.280334 286.711823 202.867737 286.711823 204.455139 L 286.711823 204.455139 Z"/>
+            <path id="path272" fill="#f9f8f4" fill-rule="evenodd" stroke="none" d="M 286.522827 204.455139 C 286.522827 205.777954 286.522827 207.100769 286.447235 208.234619 C 286.371643 209.406311 286.25827 210.351196 286.144867 211.031494 C 286.031494 211.674011 285.88031 212.01416 285.766937 212.01416 C 285.615753 212.01416 285.464569 211.674011 285.351196 211.031494 C 285.237793 210.351196 285.12442 209.406311 285.086609 208.234619 C 285.011017 207.100769 284.973236 205.777954 284.973236 204.455139 C 284.973236 203.132263 285.011017 201.809448 285.086609 200.675598 C 285.12442 199.503967 285.237793 198.559082 285.351196 197.916565 C 285.464569 197.236206 285.615753 196.896057 285.766937 196.896057 C 285.88031 196.896057 286.031494 197.236206 286.144867 197.916565 C 286.25827 198.559082 286.371643 199.503967 286.447235 200.675598 C 286.522827 201.809448 286.522827 203.132263 286.522827 204.455139 L 286.522827 204.455139 Z"/>
+            <path id="path273" fill="#faf9f6" fill-rule="evenodd" stroke="none" d="M 286.371643 204.455139 C 286.371643 205.513367 286.371643 206.571655 286.296051 207.47876 C 286.25827 208.423645 286.144867 209.179504 286.069305 209.708679 C 285.955902 210.237793 285.88031 210.50238 285.766937 210.50238 C 285.653534 210.50238 285.540161 210.237793 285.426758 209.708679 C 285.351196 209.179504 285.275604 208.423645 285.200012 207.47876 C 285.162201 206.571655 285.12442 205.513367 285.12442 204.455139 C 285.12442 203.396851 285.162201 202.338562 285.200012 201.431519 C 285.275604 200.524414 285.351196 199.730713 285.426758 199.201599 C 285.540161 198.672424 285.653534 198.407898 285.766937 198.407898 C 285.88031 198.407898 285.955902 198.672424 286.069305 199.201599 C 286.144867 199.730713 286.25827 200.524414 286.296051 201.431519 C 286.371643 202.338562 286.371643 203.396851 286.371643 204.455139 L 286.371643 204.455139 Z"/>
+            <path id="path274" fill="#fcfbf8" fill-rule="evenodd" stroke="none" d="M 286.220459 204.455139 C 286.220459 205.24884 286.220459 206.042542 286.144867 206.722839 C 286.107086 207.440918 286.069305 208.007874 285.993713 208.385803 C 285.918121 208.801575 285.842529 208.99054 285.766937 208.99054 C 285.653534 208.99054 285.577942 208.801575 285.50235 208.385803 C 285.426758 208.007874 285.388977 207.440918 285.351196 206.722839 C 285.313385 206.042542 285.275604 205.24884 285.275604 204.455139 C 285.275604 203.661438 285.313385 202.867737 285.351196 202.187378 C 285.388977 201.50708 285.426758 200.940186 285.50235 200.524414 C 285.577942 200.108643 285.653534 199.919678 285.766937 199.919678 C 285.842529 199.919678 285.918121 200.108643 285.993713 200.524414 C 286.069305 200.940186 286.107086 201.50708 286.144867 202.187378 C 286.220459 202.867737 286.220459 203.661438 286.220459 204.455139 L 286.220459 204.455139 Z"/>
+            <path id="path275" fill="#fdfcfb" fill-rule="evenodd" stroke="none" d="M 286.069305 204.455139 C 286.069305 204.984253 286.069305 205.513367 286.031494 205.966919 C 285.993713 206.420471 285.955902 206.798401 285.918121 207.100769 C 285.88031 207.365356 285.804718 207.47876 285.766937 207.47876 C 285.691345 207.47876 285.653534 207.365356 285.577942 207.100769 C 285.540161 206.798401 285.50235 206.420471 285.464569 205.966919 C 285.464569 205.513367 285.426758 204.984253 285.426758 204.455139 C 285.426758 203.925964 285.464569 203.396851 285.464569 202.943298 C 285.50235 202.489746 285.540161 202.111816 285.577942 201.847229 C 285.653534 201.582703 285.691345 201.431519 285.766937 201.431519 C 285.804718 201.431519 285.88031 201.582703 285.918121 201.847229 C 285.955902 202.111816 285.993713 202.489746 286.031494 202.943298 C 286.069305 203.396851 286.069305 203.925964 286.069305 204.455139 L 286.069305 204.455139 Z"/>
+            <path id="path276" fill="#fefefd" fill-rule="evenodd" stroke="none" d="M 285.918121 204.455139 C 285.918121 204.719666 285.918121 204.984253 285.88031 205.210999 C 285.88031 205.437805 285.842529 205.62677 285.842529 205.777954 C 285.804718 205.891357 285.766937 205.966919 285.766937 205.966919 C 285.729126 205.966919 285.691345 205.891357 285.691345 205.777954 C 285.653534 205.62677 285.615753 205.437805 285.615753 205.210999 C 285.615753 204.984253 285.577942 204.719666 285.577942 204.455139 C 285.577942 204.190552 285.615753 203.925964 285.615753 203.699219 C 285.615753 203.472412 285.653534 203.283447 285.691345 203.132263 C 285.691345 203.018921 285.729126 202.943298 285.766937 202.943298 C 285.766937 202.943298 285.804718 203.018921 285.842529 203.132263 C 285.842529 203.283447 285.88031 203.472412 285.88031 203.699219 C 285.918121 203.925964 285.918121 204.190552 285.918121 204.455139 L 285.918121 204.455139 Z"/>
+        </g>
+        <clipPath id="clipPath12">
+            <path d="M 276.091339 300.228333 L 284.822052 305.217316 L 284.822052 205.400024 L 276.091339 210.388977 L 276.091339 300.228333 L 276.091339 300.228333 Z"/>
+        </clipPath>
+        <g id="g11" clip-path="url(#clipPath12)"/>
+        <clipPath id="clipPath13">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g12" clip-path="url(#clipPath13)">
+            <path id="path277" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 276.091339 300.228333 L 284.822052 305.217316 L 284.822052 205.400024 L 276.091339 210.388977 L 276.091339 300.228333 Z"/>
+        </g>
+        <clipPath id="clipPath14">
+            <path d="M 261.12442 141.752747 L 101.477173 49.418884 L 181.300781 86.874023 L 340.948029 179.207886 L 261.12442 141.752747 L 261.12442 141.752747 Z"/>
+        </clipPath>
+        <g id="g13" clip-path="url(#clipPath14)"/>
+        <clipPath id="clipPath15">
+            <path d="M 261.12442 141.752747 L 101.477173 49.418884 L 181.300781 86.874023 L 340.948029 179.207886 L 261.12442 141.752747 L 261.12442 141.752747 Z"/>
+        </clipPath>
+        <g id="g14" clip-path="url(#clipPath15)">
+            <path id="path278" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 100.532288 312.322845 L 100.532288 308.807861 L 341.892914 308.807861 L 341.892914 312.322845 L 100.532288 312.322845 Z"/>
+            <path id="path279" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 100.532288 309.903931 L 100.532288 306.426758 L 341.892914 306.426758 L 341.892914 309.903931 L 100.532288 309.903931 Z"/>
+            <path id="path280" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 100.532288 307.522827 L 100.532288 304.045654 L 341.892914 304.045654 L 341.892914 307.522827 L 100.532288 307.522827 Z"/>
+            <path id="path281" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 100.532288 305.141724 L 100.532288 301.62677 L 341.892914 301.62677 L 341.892914 305.141724 L 100.532288 305.141724 Z"/>
+            <path id="path282" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 100.532288 302.722839 L 100.532288 299.245667 L 341.892914 299.245667 L 341.892914 302.722839 L 100.532288 302.722839 Z"/>
+            <path id="path283" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 100.532288 300.341736 L 100.532288 296.864563 L 341.892914 296.864563 L 341.892914 300.341736 L 100.532288 300.341736 Z"/>
+            <path id="path284" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 100.532288 297.960632 L 100.532288 294.445679 L 341.892914 294.445679 L 341.892914 297.960632 L 100.532288 297.960632 Z"/>
+            <path id="path285" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 100.532288 295.541718 L 100.532288 292.064575 L 341.892914 292.064575 L 341.892914 295.541718 L 100.532288 295.541718 Z"/>
+            <path id="path286" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 100.532288 293.160645 L 100.532288 289.683472 L 341.892914 289.683472 L 341.892914 293.160645 L 100.532288 293.160645 Z"/>
+            <path id="path287" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 100.532288 290.779541 L 100.532288 287.264557 L 341.892914 287.264557 L 341.892914 290.779541 L 100.532288 290.779541 Z"/>
+            <path id="path288" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 100.532288 288.360626 L 100.532288 284.883453 L 341.892914 284.883453 L 341.892914 288.360626 L 100.532288 288.360626 Z"/>
+            <path id="path289" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 100.532288 285.979523 L 100.532288 282.50235 L 341.892914 282.50235 L 341.892914 285.979523 L 100.532288 285.979523 Z"/>
+            <path id="path290" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 100.532288 283.598419 L 100.532288 280.121246 L 341.892914 280.121246 L 341.892914 283.598419 L 100.532288 283.598419 Z"/>
+            <path id="path291" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 100.532288 281.179535 L 100.532288 277.702362 L 341.892914 277.702362 L 341.892914 281.179535 L 100.532288 281.179535 Z"/>
+            <path id="path292" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 100.532288 278.798431 L 100.532288 275.321259 L 341.892914 275.321259 L 341.892914 278.798431 L 100.532288 278.798431 Z"/>
+            <path id="path293" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 100.532288 276.417328 L 100.532288 272.940155 L 341.892914 272.940155 L 341.892914 276.417328 L 100.532288 276.417328 Z"/>
+            <path id="path294" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 100.532288 273.998413 L 100.532288 270.521271 L 341.892914 270.521271 L 341.892914 273.998413 L 100.532288 273.998413 Z"/>
+            <path id="path295" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 100.532288 271.61731 L 100.532288 268.140167 L 341.892914 268.140167 L 341.892914 271.61731 L 100.532288 271.61731 Z"/>
+            <path id="path296" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 100.532288 269.236206 L 100.532288 265.759064 L 341.892914 265.759064 L 341.892914 269.236206 L 100.532288 269.236206 Z"/>
+            <path id="path297" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 100.532288 266.817322 L 100.532288 263.340149 L 341.892914 263.340149 L 341.892914 266.817322 L 100.532288 266.817322 Z"/>
+            <path id="path298" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 100.532288 264.436218 L 100.532288 260.959045 L 341.892914 260.959045 L 341.892914 264.436218 L 100.532288 264.436218 Z"/>
+            <path id="path299" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 100.532288 262.055115 L 100.532288 258.577942 L 341.892914 258.577942 L 341.892914 262.055115 L 100.532288 262.055115 Z"/>
+            <path id="path300" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 100.532288 259.63623 L 100.532288 256.159058 L 341.892914 256.159058 L 341.892914 259.63623 L 100.532288 259.63623 Z"/>
+            <path id="path301" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 100.532288 257.255127 L 100.532288 253.777954 L 341.892914 253.777954 L 341.892914 257.255127 L 100.532288 257.255127 Z"/>
+            <path id="path302" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 100.532288 254.874023 L 100.532288 251.396851 L 341.892914 251.396851 L 341.892914 254.874023 L 100.532288 254.874023 Z"/>
+            <path id="path303" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 100.532288 252.455139 L 100.532288 248.977966 L 341.892914 248.977966 L 341.892914 252.455139 L 100.532288 252.455139 Z"/>
+            <path id="path304" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 100.532288 250.074036 L 100.532288 246.596863 L 341.892914 246.596863 L 341.892914 250.074036 L 100.532288 250.074036 Z"/>
+            <path id="path305" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 100.532288 247.692932 L 100.532288 244.215759 L 341.892914 244.215759 L 341.892914 247.692932 L 100.532288 247.692932 Z"/>
+            <path id="path306" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 100.532288 245.311829 L 100.532288 241.796875 L 341.892914 241.796875 L 341.892914 245.311829 L 100.532288 245.311829 Z"/>
+            <path id="path307" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 100.532288 242.892883 L 100.532288 239.415771 L 341.892914 239.415771 L 341.892914 242.892883 L 100.532288 242.892883 Z"/>
+            <path id="path308" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 100.532288 240.511841 L 100.532288 237.034668 L 341.892914 237.034668 L 341.892914 240.511841 L 100.532288 240.511841 Z"/>
+            <path id="path309" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 100.532288 238.130737 L 100.532288 234.615723 L 341.892914 234.615723 L 341.892914 238.130737 L 100.532288 238.130737 Z"/>
+            <path id="path310" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 100.532288 235.711792 L 100.532288 232.234619 L 341.892914 232.234619 L 341.892914 235.711792 L 100.532288 235.711792 Z"/>
+            <path id="path311" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 100.532288 233.330688 L 100.532288 229.853516 L 341.892914 229.853516 L 341.892914 233.330688 L 100.532288 233.330688 Z"/>
+            <path id="path312" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 100.532288 230.949585 L 100.532288 227.434631 L 341.892914 227.434631 L 341.892914 230.949585 L 100.532288 230.949585 Z"/>
+            <path id="path313" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 100.532288 228.530701 L 100.532288 225.053528 L 341.892914 225.053528 L 341.892914 228.530701 L 100.532288 228.530701 Z"/>
+            <path id="path314" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 100.532288 226.149597 L 100.532288 222.672424 L 341.892914 222.672424 L 341.892914 226.149597 L 100.532288 226.149597 Z"/>
+            <path id="path315" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 100.532288 223.768494 L 100.532288 220.25354 L 341.892914 220.25354 L 341.892914 223.768494 L 100.532288 223.768494 Z"/>
+            <path id="path316" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 100.532288 221.349609 L 100.532288 217.872437 L 341.892914 217.872437 L 341.892914 221.349609 L 100.532288 221.349609 Z"/>
+            <path id="path317" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 100.532288 218.968506 L 100.532288 215.491333 L 341.892914 215.491333 L 341.892914 218.968506 L 100.532288 218.968506 Z"/>
+            <path id="path318" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 100.532288 216.587402 L 100.532288 213.072449 L 341.892914 213.072449 L 341.892914 216.587402 L 100.532288 216.587402 Z"/>
+            <path id="path319" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 100.532288 214.168518 L 100.532288 210.691345 L 341.892914 210.691345 L 341.892914 214.168518 L 100.532288 214.168518 Z"/>
+            <path id="path320" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 100.532288 211.787415 L 100.532288 208.310242 L 341.892914 208.310242 L 341.892914 211.787415 L 100.532288 211.787415 Z"/>
+            <path id="path321" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 100.532288 209.406311 L 100.532288 205.891357 L 341.892914 205.891357 L 341.892914 209.406311 L 100.532288 209.406311 Z"/>
+            <path id="path322" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 100.532288 206.987427 L 100.532288 203.510254 L 341.892914 203.510254 L 341.892914 206.987427 L 100.532288 206.987427 Z"/>
+            <path id="path323" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 100.532288 204.606323 L 100.532288 201.12915 L 341.892914 201.12915 L 341.892914 204.606323 L 100.532288 204.606323 Z"/>
+            <path id="path324" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 100.532288 202.22522 L 100.532288 198.710266 L 341.892914 198.710266 L 341.892914 202.22522 L 100.532288 202.22522 Z"/>
+            <path id="path325" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 100.532288 199.806274 L 100.532288 196.329163 L 341.892914 196.329163 L 341.892914 199.806274 L 100.532288 199.806274 Z"/>
+            <path id="path326" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 100.532288 197.425171 L 100.532288 193.948059 L 341.892914 193.948059 L 341.892914 197.425171 L 100.532288 197.425171 Z"/>
+            <path id="path327" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 100.532288 195.044067 L 100.532288 191.566956 L 341.892914 191.566956 L 341.892914 195.044067 L 100.532288 195.044067 Z"/>
+            <path id="path328" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 100.532288 192.625183 L 100.532288 189.14801 L 341.892914 189.14801 L 341.892914 192.625183 L 100.532288 192.625183 Z"/>
+            <path id="path329" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 100.532288 190.24408 L 100.532288 186.766907 L 341.892914 186.766907 L 341.892914 190.24408 L 100.532288 190.24408 Z"/>
+            <path id="path330" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 100.532288 187.862976 L 100.532288 184.385803 L 341.892914 184.385803 L 341.892914 187.862976 L 100.532288 187.862976 Z"/>
+            <path id="path331" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 100.532288 185.444092 L 100.532288 181.966919 L 341.892914 181.966919 L 341.892914 185.444092 L 100.532288 185.444092 Z"/>
+            <path id="path332" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 100.532288 183.062988 L 100.532288 179.585815 L 341.892914 179.585815 L 341.892914 183.062988 L 100.532288 183.062988 Z"/>
+            <path id="path333" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 100.532288 180.681885 L 100.532288 177.204712 L 341.892914 177.204712 L 341.892914 180.681885 L 100.532288 180.681885 Z"/>
+            <path id="path334" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 100.532288 178.263 L 100.532288 174.785828 L 341.892914 174.785828 L 341.892914 178.263 L 100.532288 178.263 Z"/>
+            <path id="path335" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 100.532288 175.881897 L 100.532288 172.404724 L 341.892914 172.404724 L 341.892914 175.881897 L 100.532288 175.881897 Z"/>
+            <path id="path336" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 100.532288 173.500793 L 100.532288 170.023621 L 341.892914 170.023621 L 341.892914 173.500793 L 100.532288 173.500793 Z"/>
+            <path id="path337" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 100.532288 171.081909 L 100.532288 167.604736 L 341.892914 167.604736 L 341.892914 171.081909 L 100.532288 171.081909 Z"/>
+            <path id="path338" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 100.532288 168.700806 L 100.532288 165.223633 L 341.892914 165.223633 L 341.892914 168.700806 L 100.532288 168.700806 Z"/>
+            <path id="path339" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 100.532288 166.319702 L 100.532288 162.842529 L 341.892914 162.842529 L 341.892914 166.319702 L 100.532288 166.319702 Z"/>
+            <path id="path340" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 100.532288 163.900818 L 100.532288 160.423645 L 341.892914 160.423645 L 341.892914 163.900818 L 100.532288 163.900818 Z"/>
+            <path id="path341" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 100.532288 161.519714 L 100.532288 158.042542 L 341.892914 158.042542 L 341.892914 161.519714 L 100.532288 161.519714 Z"/>
+            <path id="path342" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 100.532288 159.138611 L 100.532288 155.661438 L 341.892914 155.661438 L 341.892914 159.138611 L 100.532288 159.138611 Z"/>
+            <path id="path343" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 100.532288 156.719666 L 100.532288 153.242493 L 341.892914 153.242493 L 341.892914 156.719666 L 100.532288 156.719666 Z"/>
+            <path id="path344" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 100.532288 154.338562 L 100.532288 150.861389 L 341.892914 150.861389 L 341.892914 154.338562 L 100.532288 154.338562 Z"/>
+            <path id="path345" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 100.532288 151.957458 L 100.532288 148.480286 L 341.892914 148.480286 L 341.892914 151.957458 L 100.532288 151.957458 Z"/>
+            <path id="path346" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 100.532288 149.576355 L 100.532288 146.061401 L 341.892914 146.061401 L 341.892914 149.576355 L 100.532288 149.576355 Z"/>
+            <path id="path347" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 100.532288 147.157471 L 100.532288 143.680298 L 341.892914 143.680298 L 341.892914 147.157471 L 100.532288 147.157471 Z"/>
+            <path id="path348" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 100.532288 144.776367 L 100.532288 141.299194 L 341.892914 141.299194 L 341.892914 144.776367 L 100.532288 144.776367 Z"/>
+            <path id="path349" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 100.532288 142.395264 L 100.532288 138.88031 L 341.892914 138.88031 L 341.892914 142.395264 L 100.532288 142.395264 Z"/>
+            <path id="path350" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 100.532288 139.976379 L 100.532288 136.499207 L 341.892914 136.499207 L 341.892914 139.976379 L 100.532288 139.976379 Z"/>
+            <path id="path351" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 100.532288 137.595276 L 100.532288 134.118103 L 341.892914 134.118103 L 341.892914 137.595276 L 100.532288 137.595276 Z"/>
+            <path id="path352" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 100.532288 135.214172 L 100.532288 131.699219 L 341.892914 131.699219 L 341.892914 135.214172 L 100.532288 135.214172 Z"/>
+            <path id="path353" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 100.532288 132.795288 L 100.532288 129.318115 L 341.892914 129.318115 L 341.892914 132.795288 L 100.532288 132.795288 Z"/>
+            <path id="path354" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 100.532288 130.414185 L 100.532288 126.937012 L 341.892914 126.937012 L 341.892914 130.414185 L 100.532288 130.414185 Z"/>
+            <path id="path355" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 100.532288 128.033081 L 100.532288 124.518127 L 341.892914 124.518127 L 341.892914 128.033081 L 100.532288 128.033081 Z"/>
+            <path id="path356" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 100.532288 125.614197 L 100.532288 122.137024 L 341.892914 122.137024 L 341.892914 125.614197 L 100.532288 125.614197 Z"/>
+            <path id="path357" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 100.532288 123.233093 L 100.532288 119.75592 L 341.892914 119.75592 L 341.892914 123.233093 L 100.532288 123.233093 Z"/>
+            <path id="path358" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 100.532288 120.85199 L 100.532288 117.337036 L 341.892914 117.337036 L 341.892914 120.85199 L 100.532288 120.85199 Z"/>
+            <path id="path359" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 100.532288 118.433044 L 100.532288 114.955933 L 341.892914 114.955933 L 341.892914 118.433044 L 100.532288 118.433044 Z"/>
+            <path id="path360" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 100.532288 116.051941 L 100.532288 112.574829 L 341.892914 112.574829 L 341.892914 116.051941 L 100.532288 116.051941 Z"/>
+            <path id="path361" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 100.532288 113.670837 L 100.532288 110.155884 L 341.892914 110.155884 L 341.892914 113.670837 L 100.532288 113.670837 Z"/>
+            <path id="path362" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 100.532288 111.251953 L 100.532288 107.77478 L 341.892914 107.77478 L 341.892914 111.251953 L 100.532288 111.251953 Z"/>
+            <path id="path363" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 100.532288 108.87085 L 100.532288 105.393677 L 341.892914 105.393677 L 341.892914 108.87085 L 100.532288 108.87085 Z"/>
+            <path id="path364" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 100.532288 106.489746 L 100.532288 102.974792 L 341.892914 102.974792 L 341.892914 106.489746 L 100.532288 106.489746 Z"/>
+            <path id="path365" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 100.532288 104.070862 L 100.532288 100.593689 L 341.892914 100.593689 L 341.892914 104.070862 L 100.532288 104.070862 Z"/>
+            <path id="path366" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 100.532288 101.689758 L 100.532288 98.212585 L 341.892914 98.212585 L 341.892914 101.689758 L 100.532288 101.689758 Z"/>
+            <path id="path367" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 100.532288 99.308655 L 100.532288 95.831482 L 341.892914 95.831482 L 341.892914 99.308655 L 100.532288 99.308655 Z"/>
+            <path id="path368" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 100.532288 96.889771 L 100.532288 93.412598 L 341.892914 93.412598 L 341.892914 96.889771 L 100.532288 96.889771 Z"/>
+            <path id="path369" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 100.532288 94.508667 L 100.532288 91.031494 L 341.892914 91.031494 L 341.892914 94.508667 L 100.532288 94.508667 Z"/>
+            <path id="path370" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 100.532288 92.127563 L 100.532288 88.650391 L 341.892914 88.650391 L 341.892914 92.127563 L 100.532288 92.127563 Z"/>
+            <path id="path371" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 100.532288 89.708679 L 100.532288 86.231506 L 341.892914 86.231506 L 341.892914 89.708679 L 100.532288 89.708679 Z"/>
+            <path id="path372" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 100.532288 87.327576 L 100.532288 83.850403 L 341.892914 83.850403 L 341.892914 87.327576 L 100.532288 87.327576 Z"/>
+            <path id="path373" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 100.532288 84.946472 L 100.532288 81.469299 L 341.892914 81.469299 L 341.892914 84.946472 L 100.532288 84.946472 Z"/>
+            <path id="path374" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 100.532288 82.527588 L 100.532288 79.050415 L 341.892914 79.050415 L 341.892914 82.527588 L 100.532288 82.527588 Z"/>
+            <path id="path375" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 100.532288 80.146484 L 100.532288 76.669312 L 341.892914 76.669312 L 341.892914 80.146484 L 100.532288 80.146484 Z"/>
+            <path id="path376" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 100.532288 77.765381 L 100.532288 74.288208 L 341.892914 74.288208 L 341.892914 77.765381 L 100.532288 77.765381 Z"/>
+            <path id="path377" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 100.532288 75.346436 L 100.532288 71.869263 L 341.892914 71.869263 L 341.892914 75.346436 L 100.532288 75.346436 Z"/>
+            <path id="path378" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 100.532288 72.965332 L 100.532288 69.488159 L 341.892914 69.488159 L 341.892914 72.965332 L 100.532288 72.965332 Z"/>
+            <path id="path379" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 100.532288 70.584229 L 100.532288 67.107117 L 341.892914 67.107117 L 341.892914 70.584229 L 100.532288 70.584229 Z"/>
+            <path id="path380" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 100.532288 68.165344 L 100.532288 64.688171 L 341.892914 64.688171 L 341.892914 68.165344 L 100.532288 68.165344 Z"/>
+            <path id="path381" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 100.532288 65.784241 L 100.532288 62.307068 L 341.892914 62.307068 L 341.892914 65.784241 L 100.532288 65.784241 Z"/>
+            <path id="path382" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 100.532288 63.403137 L 100.532288 59.925964 L 341.892914 59.925964 L 341.892914 63.403137 L 100.532288 63.403137 Z"/>
+            <path id="path383" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 100.532288 61.022034 L 100.532288 57.50708 L 341.892914 57.50708 L 341.892914 61.022034 L 100.532288 61.022034 Z"/>
+            <path id="path384" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 100.532288 58.603149 L 100.532288 55.125977 L 341.892914 55.125977 L 341.892914 58.603149 L 100.532288 58.603149 Z"/>
+            <path id="path385" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 100.532288 56.222046 L 100.532288 52.744873 L 341.892914 52.744873 L 341.892914 56.222046 L 100.532288 56.222046 Z"/>
+            <path id="path386" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 100.532288 53.840942 L 100.532288 50.325989 L 341.892914 50.325989 L 341.892914 53.840942 L 100.532288 53.840942 Z"/>
+            <path id="path387" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 100.532288 51.422058 L 100.532288 47.944885 L 341.892914 47.944885 L 341.892914 51.422058 L 100.532288 51.422058 Z"/>
+            <path id="path388" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 100.532288 49.040955 L 100.532288 45.563782 L 341.892914 45.563782 L 341.892914 49.040955 L 100.532288 49.040955 Z"/>
+            <path id="path389" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 100.532288 46.659851 L 100.532288 43.144897 L 341.892914 43.144897 L 341.892914 46.659851 L 100.532288 46.659851 Z"/>
+            <path id="path390" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 100.532288 44.240967 L 100.532288 40.763794 L 341.892914 40.763794 L 341.892914 44.240967 L 100.532288 44.240967 Z"/>
+            <path id="path391" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 100.532288 41.859863 L 100.532288 38.38269 L 341.892914 38.38269 L 341.892914 41.859863 L 100.532288 41.859863 Z"/>
+            <path id="path392" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 100.532288 39.47876 L 100.532288 35.963806 L 341.892914 35.963806 L 341.892914 39.47876 L 100.532288 39.47876 Z"/>
+            <path id="path393" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 100.532288 37.059814 L 100.532288 33.582703 L 341.892914 33.582703 L 341.892914 37.059814 L 100.532288 37.059814 Z"/>
+            <path id="path394" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 100.532288 34.678711 L 100.532288 31.201599 L 341.892914 31.201599 L 341.892914 34.678711 L 100.532288 34.678711 Z"/>
+            <path id="path395" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 100.532288 32.297607 L 100.532288 28.782654 L 341.892914 28.782654 L 341.892914 32.297607 L 100.532288 32.297607 Z"/>
+            <path id="path396" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 100.532288 29.878723 L 100.532288 26.40155 L 341.892914 26.40155 L 341.892914 29.878723 L 100.532288 29.878723 Z"/>
+            <path id="path397" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 100.532288 27.49762 L 100.532288 24.020447 L 341.892914 24.020447 L 341.892914 27.49762 L 100.532288 27.49762 Z"/>
+            <path id="path398" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 100.532288 25.116516 L 100.532288 21.601563 L 341.892914 21.601563 L 341.892914 25.116516 L 100.532288 25.116516 Z"/>
+            <path id="path399" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 100.532288 22.697632 L 100.532288 19.220459 L 341.892914 19.220459 L 341.892914 22.697632 L 100.532288 22.697632 Z"/>
+            <path id="path400" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 100.532288 20.316528 L 100.532288 16.839355 L 341.892914 16.839355 L 341.892914 20.316528 L 100.532288 20.316528 Z"/>
+            <path id="path401" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 100.532288 17.935425 L 100.532288 14.420471 L 341.892914 14.420471 L 341.892914 17.935425 L 100.532288 17.935425 Z"/>
+            <path id="path402" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 100.532288 15.516541 L 100.532288 12.039368 L 341.892914 12.039368 L 341.892914 15.516541 L 100.532288 15.516541 Z"/>
+            <path id="path403" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 100.532288 13.135437 L 100.532288 9.658264 L 341.892914 9.658264 L 341.892914 13.135437 L 100.532288 13.135437 Z"/>
+            <path id="path404" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 100.532288 10.754333 L 100.532288 7.23938 L 341.892914 7.23938 L 341.892914 10.754333 L 100.532288 10.754333 Z"/>
+            <path id="path405" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 100.532288 8.335449 L 100.532288 4.858276 L 341.892914 4.858276 L 341.892914 8.335449 L 100.532288 8.335449 Z"/>
+            <path id="path406" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 100.532288 5.954346 L 100.532288 2.477173 L 341.892914 2.477173 L 341.892914 5.954346 L 100.532288 5.954346 Z"/>
+            <path id="path407" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 100.532288 3.573242 L 100.532288 0.096069 L 341.892914 0.096069 L 341.892914 3.573242 L 100.532288 3.573242 Z"/>
+            <path id="path408" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 100.532288 1.154358 L 100.532288 -2.322815 L 341.892914 -2.322815 L 341.892914 1.154358 L 100.532288 1.154358 Z"/>
+            <path id="path409" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 100.532288 -1.226746 L 100.532288 -4.703918 L 341.892914 -4.703918 L 341.892914 -1.226746 L 100.532288 -1.226746 Z"/>
+            <path id="path410" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 100.532288 -3.607849 L 100.532288 -7.085022 L 341.892914 -7.085022 L 341.892914 -3.607849 L 100.532288 -3.607849 Z"/>
+            <path id="path411" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 100.532288 -6.026794 L 100.532288 -9.503967 L 341.892914 -9.503967 L 341.892914 -6.026794 L 100.532288 -6.026794 Z"/>
+            <path id="path412" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 100.532288 -8.407898 L 100.532288 -11.88501 L 341.892914 -11.88501 L 341.892914 -8.407898 L 100.532288 -8.407898 Z"/>
+            <path id="path413" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 100.532288 -10.789001 L 100.532288 -14.266113 L 341.892914 -14.266113 L 341.892914 -10.789001 L 100.532288 -10.789001 Z"/>
+            <path id="path414" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 100.532288 -13.207886 L 100.532288 -16.685059 L 341.892914 -16.685059 L 341.892914 -13.207886 L 100.532288 -13.207886 Z"/>
+            <path id="path415" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 100.532288 -15.588989 L 100.532288 -19.066162 L 341.892914 -19.066162 L 341.892914 -15.588989 L 100.532288 -15.588989 Z"/>
+            <path id="path416" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 100.532288 -17.970093 L 100.532288 -21.447266 L 341.892914 -21.447266 L 341.892914 -17.970093 L 100.532288 -17.970093 Z"/>
+            <path id="path417" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 100.532288 -20.388977 L 100.532288 -23.86615 L 341.892914 -23.86615 L 341.892914 -20.388977 L 100.532288 -20.388977 Z"/>
+            <path id="path418" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 100.532288 -22.770081 L 100.532288 -26.247253 L 341.892914 -26.247253 L 341.892914 -22.770081 L 100.532288 -22.770081 Z"/>
+            <path id="path419" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 100.532288 -25.151184 L 100.532288 -28.628357 L 341.892914 -28.628357 L 341.892914 -25.151184 L 100.532288 -25.151184 Z"/>
+            <path id="path420" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 100.532288 -27.570068 L 100.532288 -31.047241 L 341.892914 -31.047241 L 341.892914 -27.570068 L 100.532288 -27.570068 Z"/>
+            <path id="path421" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 100.532288 -29.951172 L 100.532288 -33.428345 L 341.892914 -33.428345 L 341.892914 -29.951172 L 100.532288 -29.951172 Z"/>
+            <path id="path422" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 100.532288 -32.332275 L 100.532288 -35.809448 L 341.892914 -35.809448 L 341.892914 -32.332275 L 100.532288 -32.332275 Z"/>
+            <path id="path423" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 100.532288 -34.713379 L 100.532288 -38.228333 L 341.892914 -38.228333 L 341.892914 -34.713379 L 100.532288 -34.713379 Z"/>
+            <path id="path424" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 100.532288 -37.132263 L 100.532288 -40.609436 L 341.892914 -40.609436 L 341.892914 -37.132263 L 100.532288 -37.132263 Z"/>
+            <path id="path425" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 100.532288 -39.513367 L 100.532288 -42.99054 L 341.892914 -42.99054 L 341.892914 -39.513367 L 100.532288 -39.513367 Z"/>
+            <path id="path426" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 100.532288 -41.89447 L 100.532288 -45.409424 L 341.892914 -45.409424 L 341.892914 -41.89447 L 100.532288 -41.89447 Z"/>
+            <path id="path427" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 100.532288 -44.313416 L 100.532288 -47.790527 L 341.892914 -47.790527 L 341.892914 -44.313416 L 100.532288 -44.313416 Z"/>
+            <path id="path428" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 100.532288 -46.694458 L 100.532288 -50.171631 L 341.892914 -50.171631 L 341.892914 -46.694458 L 100.532288 -46.694458 Z"/>
+            <path id="path429" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 100.532288 -49.075562 L 100.532288 -52.590576 L 341.892914 -52.590576 L 341.892914 -49.075562 L 100.532288 -49.075562 Z"/>
+            <path id="path430" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 100.532288 -51.494507 L 100.532288 -54.97168 L 341.892914 -54.97168 L 341.892914 -51.494507 L 100.532288 -51.494507 Z"/>
+            <path id="path431" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 100.532288 -53.87561 L 100.532288 -57.352783 L 341.892914 -57.352783 L 341.892914 -53.87561 L 100.532288 -53.87561 Z"/>
+            <path id="path432" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 100.532288 -56.256714 L 100.532288 -59.771667 L 341.892914 -59.771667 L 341.892914 -56.256714 L 100.532288 -56.256714 Z"/>
+            <path id="path433" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 100.532288 -58.675598 L 100.532288 -62.152771 L 341.892914 -62.152771 L 341.892914 -58.675598 L 100.532288 -58.675598 Z"/>
+            <path id="path434" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 100.532288 -61.056702 L 100.532288 -64.533875 L 341.892914 -64.533875 L 341.892914 -61.056702 L 100.532288 -61.056702 Z"/>
+            <path id="path435" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 100.532288 -63.437805 L 100.532288 -66.952759 L 341.892914 -66.952759 L 341.892914 -63.437805 L 100.532288 -63.437805 Z"/>
+            <path id="path436" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 100.532288 -65.856689 L 100.532288 -69.333862 L 341.892914 -69.333862 L 341.892914 -65.856689 L 100.532288 -65.856689 Z"/>
+            <path id="path437" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 100.532288 -68.237793 L 100.532288 -71.714966 L 341.892914 -71.714966 L 341.892914 -68.237793 L 100.532288 -68.237793 Z"/>
+            <path id="path438" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 100.532288 -70.618896 L 100.532288 -74.13385 L 341.892914 -74.13385 L 341.892914 -70.618896 L 100.532288 -70.618896 Z"/>
+            <path id="path439" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 100.532288 -73.037781 L 100.532288 -76.514954 L 341.892914 -76.514954 L 341.892914 -73.037781 L 100.532288 -73.037781 Z"/>
+            <path id="path440" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 100.532288 -75.418884 L 100.532288 -78.896057 L 341.892914 -78.896057 L 341.892914 -75.418884 L 100.532288 -75.418884 Z"/>
+            <path id="path441" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 100.532288 -77.799988 L 100.532288 -81.314941 L 341.892914 -81.314941 L 341.892914 -77.799988 L 100.532288 -77.799988 Z"/>
+            <path id="path442" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 100.532288 -80.218872 L 100.532288 -83.696045 L 341.892914 -83.696045 L 341.892914 -80.218872 L 100.532288 -80.218872 Z"/>
+        </g>
+        <clipPath id="clipPath16">
+            <path d="M 261.12442 141.752747 L 101.477173 49.418884 L 181.300781 86.874023 L 340.948029 179.207886 L 261.12442 141.752747 L 261.12442 141.752747 Z"/>
+        </clipPath>
+        <g id="g15" clip-path="url(#clipPath16)"/>
+        <clipPath id="clipPath17">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g16" clip-path="url(#clipPath17)">
+            <path id="path443" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 261.12442 141.752747 L 101.477173 49.418884 L 181.300781 86.874023 L 340.948029 179.207886 L 261.12442 141.752747 Z"/>
+            <path id="path444" fill="none" stroke="#ff00ff" stroke-width="0.907087" stroke-linejoin="round" d="M 218.37796 107.888184 L 189.918106 94.546448"/>
+            <path id="path445" fill="#ff00ff" fill-rule="evenodd" stroke="none" d="M 218.491333 107.472412 L 218.113373 108.303955 L 218.529144 108.49292 L 218.680328 108.530701 L 218.869293 108.49292 L 219.020477 108.417297 L 219.13385 108.266113 L 219.171661 108.077148 L 219.13385 107.925964 L 219.058258 107.77478 L 218.907074 107.661438 L 218.491333 107.472412 Z"/>
+            <path id="path446" fill="#ff00ff" fill-rule="evenodd" stroke="none" d="M 189.766922 95 L 190.144882 94.168518 L 189.729141 93.979553 L 189.577957 93.941711 L 189.388977 93.979553 L 189.237793 94.055115 L 189.162201 94.206299 L 189.124405 94.357483 L 189.124405 94.546448 L 189.237793 94.697632 L 189.351181 94.811035 L 189.766922 95 Z"/>
+        </g>
+        <clipPath id="clipPath18">
+            <path d="M 189.540161 94.395264 L 160.399994 77.047241 L 160.399994 62.533875 L 189.540161 79.390564 L 189.540161 94.395264 L 189.540161 94.395264 Z"/>
+        </clipPath>
+        <g id="g17" clip-path="url(#clipPath18)"/>
+        <clipPath id="clipPath19">
+            <path d="M 189.540161 94.395264 L 160.399994 77.047241 L 160.399994 62.533875 L 189.540161 79.390564 L 189.540161 94.395264 L 189.540161 94.395264 Z"/>
+        </clipPath>
+        <g id="g18" clip-path="url(#clipPath19)">
+            <path id="path447" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 203.335434 61.588989 C 203.335434 69.979553 201.332291 78.181091 197.477173 85.437805 C 193.62204 92.694458 188.066147 98.74176 181.414169 102.899231 C 174.724411 107.094482 167.165359 109.286621 159.455124 109.286621 C 151.744888 109.286621 144.185822 107.094482 137.533859 102.899231 C 130.844101 98.74176 125.288193 92.694458 121.470871 85.437805 C 117.615753 78.181091 115.574799 69.979553 115.574799 61.588989 C 115.574799 53.198425 117.615753 44.996826 121.470871 37.740173 C 125.288193 30.483459 130.844101 24.473999 137.533859 20.278748 C 144.185822 16.083435 151.744888 13.891357 159.455124 13.891357 C 167.165359 13.891357 174.724411 16.083435 181.414169 20.278748 C 188.066147 24.473999 193.62204 30.483459 197.477173 37.740173 C 201.332291 44.996826 203.335434 53.198425 203.335434 61.588989 L 203.335434 61.588989 Z"/>
+            <path id="path448" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 181.187408 61.588989 C 181.187408 65.74646 180.166931 69.828369 178.277161 73.418884 C 176.349609 77.00946 173.628342 79.957458 170.302368 82.036194 C 167.014175 84.11499 163.272446 85.210999 159.455124 85.210999 C 155.637802 85.210999 151.896057 84.11499 148.60788 82.036194 C 145.281891 79.957458 142.560623 77.00946 140.633072 73.418884 C 138.743301 69.828369 137.722839 65.74646 137.722839 61.588989 C 137.722839 57.431519 138.743301 53.38739 140.633072 49.796875 C 142.560623 46.206299 145.281891 43.220459 148.60788 41.141724 C 151.896057 39.062988 155.637802 37.966919 159.455124 37.966919 C 163.272446 37.966919 167.014175 39.062988 170.302368 41.141724 C 173.628342 43.220459 176.349609 46.206299 178.277161 49.796875 C 180.166931 53.38739 181.187408 57.431519 181.187408 61.588989 L 181.187408 61.588989 Z"/>
+            <path id="path449" fill="#ff1010" fill-rule="evenodd" stroke="none" d="M 179.826767 61.588989 C 179.826767 65.481873 178.881897 69.299194 177.105515 72.662964 C 175.291336 76.026794 172.721252 78.823608 169.62204 80.75116 C 166.560623 82.716553 163.04567 83.737 159.455124 83.737 C 155.902359 83.737 152.387405 82.716553 149.288193 80.75116 C 146.18898 78.823608 143.618896 76.026794 141.804718 72.662964 C 140.028351 69.299194 139.083466 65.481873 139.083466 61.588989 C 139.083466 57.696045 140.028351 53.878723 141.804718 50.514954 C 143.618896 47.151184 146.18898 44.354309 149.288193 42.426758 C 152.387405 40.461426 155.902359 39.440918 159.455124 39.440918 C 163.04567 39.440918 166.560623 40.461426 169.62204 42.426758 C 172.721252 44.354309 175.291336 47.151184 177.105515 50.514954 C 178.881897 53.878723 179.826767 57.696045 179.826767 61.588989 L 179.826767 61.588989 Z"/>
+            <path id="path450" fill="#ff2020" fill-rule="evenodd" stroke="none" d="M 178.466141 61.588989 C 178.466141 65.217346 177.596848 68.770081 175.933853 71.907104 C 174.233078 75.081909 171.851974 77.689758 168.979523 79.503967 C 166.06929 81.318115 162.781097 82.263 159.455124 82.263 C 156.129135 82.263 152.840942 81.318115 149.968506 79.503967 C 147.058273 77.689758 144.67717 75.081909 143.014175 71.907104 C 141.313385 68.770081 140.444092 65.217346 140.444092 61.588989 C 140.444092 57.960632 141.313385 54.407898 143.014175 51.270874 C 144.67717 48.13385 147.058273 45.526001 149.968506 43.711792 C 152.840942 41.897644 156.129135 40.914978 159.455124 40.914978 C 162.781097 40.914978 166.06929 41.897644 168.979523 43.711792 C 171.851974 45.526001 174.233078 48.13385 175.933853 51.270874 C 177.596848 54.407898 178.466141 57.960632 178.466141 61.588989 L 178.466141 61.588989 Z"/>
+            <path id="path451" fill="#ff3030" fill-rule="evenodd" stroke="none" d="M 177.105515 61.588989 C 177.105515 64.952759 176.274017 68.278748 174.724411 71.188965 C 173.212601 74.099182 170.982681 76.518127 168.29921 78.218872 C 165.615753 79.881897 162.554337 80.789001 159.455124 80.789001 C 156.355911 80.789001 153.332291 79.881897 150.648819 78.218872 C 147.965347 76.518127 145.735428 74.099182 144.185822 71.188965 C 142.636215 68.278748 141.804718 64.952759 141.804718 61.588989 C 141.804718 58.22522 142.636215 54.899231 144.185822 51.988953 C 145.735428 49.078735 147.965347 46.659851 150.648819 44.959045 C 153.332291 43.296082 156.355911 42.388977 159.455124 42.388977 C 162.554337 42.388977 165.615753 43.296082 168.29921 44.959045 C 170.982681 46.659851 173.212601 49.078735 174.724411 51.988953 C 176.274017 54.899231 177.105515 58.22522 177.105515 61.588989 L 177.105515 61.588989 Z"/>
+            <path id="path452" fill="#ff4040" fill-rule="evenodd" stroke="none" d="M 175.744888 61.588989 C 175.744888 64.688171 174.988983 67.749634 173.55275 70.433044 C 172.154327 73.154358 170.075592 75.384277 167.618896 76.933838 C 165.124405 78.483459 162.32756 79.314941 159.455124 79.314941 C 156.582672 79.314941 153.785828 78.483459 151.329132 76.933838 C 148.834641 75.384277 146.793701 73.154358 145.357483 70.433044 C 143.921265 67.749634 143.165359 64.688171 143.165359 61.588989 C 143.165359 58.489746 143.921265 55.428345 145.357483 52.744873 C 146.793701 50.061401 148.834641 47.793701 151.329132 46.24408 C 153.785828 44.694458 156.582672 43.862976 159.455124 43.862976 C 162.32756 43.862976 165.124405 44.694458 167.618896 46.24408 C 170.075592 47.793701 172.154327 50.061401 173.55275 52.744873 C 174.988983 55.428345 175.744888 58.489746 175.744888 61.588989 L 175.744888 61.588989 Z"/>
+            <path id="path453" fill="#ff5050" fill-rule="evenodd" stroke="none" d="M 174.384247 61.588989 C 174.384247 64.423645 173.703934 67.25824 172.381104 69.714966 C 171.096069 72.171631 169.206299 74.212585 166.938583 75.648804 C 164.670868 77.085022 162.062988 77.840942 159.455124 77.840942 C 156.847244 77.840942 154.277161 77.085022 152.009445 75.648804 C 149.703934 74.212585 147.851974 72.171631 146.529129 69.714966 C 145.206299 67.25824 144.525986 64.423645 144.525986 61.588989 C 144.525986 58.754333 145.206299 55.957458 146.529129 53.463013 C 147.851974 51.006287 149.703934 48.965332 152.009445 47.529114 C 154.277161 46.092896 156.847244 45.374817 159.455124 45.374817 C 162.062988 45.374817 164.670868 46.092896 166.938583 47.529114 C 169.206299 48.965332 171.096069 51.006287 172.381104 53.463013 C 173.703934 55.957458 174.384247 58.754333 174.384247 61.588989 L 174.384247 61.588989 Z"/>
+            <path id="path454" fill="#ff6060" fill-rule="evenodd" stroke="none" d="M 173.023621 61.588989 C 173.023621 64.196838 172.4189 66.729126 171.209442 68.959045 C 170.037796 71.226746 168.29921 73.078735 166.25827 74.36377 C 164.179535 75.686584 161.836227 76.366943 159.455124 76.366943 C 157.07402 76.366943 154.730713 75.686584 152.651962 74.36377 C 150.611023 73.078735 148.910233 71.226746 147.70079 68.959045 C 146.491333 66.729126 145.886612 64.196838 145.886612 61.588989 C 145.886612 59.018921 146.491333 56.448792 147.70079 54.218872 C 148.910233 51.951172 150.611023 50.099182 152.651962 48.814148 C 154.730713 47.529114 157.07402 46.848816 159.455124 46.848816 C 161.836227 46.848816 164.179535 47.529114 166.25827 48.814148 C 168.29921 50.099182 170.037796 51.951172 171.209442 54.218872 C 172.4189 56.448792 173.023621 59.018921 173.023621 61.588989 L 173.023621 61.588989 Z"/>
+            <path id="path455" fill="#ff7070" fill-rule="evenodd" stroke="none" d="M 171.662994 61.588989 C 171.662994 63.932312 171.096069 66.200012 170.037796 68.240967 C 168.979523 70.24408 167.429916 71.944885 165.577957 73.078735 C 163.725983 74.250366 161.609451 74.892883 159.455124 74.892883 C 157.300781 74.892883 155.222046 74.250366 153.332291 73.078735 C 151.480316 71.944885 149.93071 70.24408 148.872437 68.240967 C 147.814178 66.200012 147.247238 63.932312 147.247238 61.588989 C 147.247238 59.245667 147.814178 56.977966 148.872437 54.937012 C 149.93071 52.933838 151.480316 51.270874 153.332291 50.099182 C 155.222046 48.927551 157.300781 48.322815 159.455124 48.322815 C 161.609451 48.322815 163.725983 48.927551 165.577957 50.099182 C 167.429916 51.270874 168.979523 52.933838 170.037796 54.937012 C 171.096069 56.977966 171.662994 59.245667 171.662994 61.588989 L 171.662994 61.588989 Z"/>
+            <path id="path456" fill="#ff8080" fill-rule="evenodd" stroke="none" d="M 170.302368 61.588989 C 170.302368 63.667725 169.81102 65.708679 168.866135 67.485046 C 167.921265 69.299194 166.522827 70.773254 164.897644 71.831482 C 163.23465 72.85199 161.382675 73.418884 159.455124 73.418884 C 157.565353 73.418884 155.675598 72.85199 154.012604 71.831482 C 152.387405 70.773254 150.988983 69.299194 150.044098 67.485046 C 149.099213 65.708679 148.60788 63.667725 148.60788 61.588989 C 148.60788 59.510254 149.099213 57.469299 150.044098 55.692932 C 150.988983 53.878723 152.387405 52.404724 154.012604 51.384277 C 155.675598 50.325989 157.565353 49.796875 159.455124 49.796875 C 161.382675 49.796875 163.23465 50.325989 164.897644 51.384277 C 166.522827 52.404724 167.921265 53.878723 168.866135 55.692932 C 169.81102 57.469299 170.302368 59.510254 170.302368 61.588989 L 170.302368 61.588989 Z"/>
+            <path id="path457" fill="#ff8f8f" fill-rule="evenodd" stroke="none" d="M 168.979523 61.588989 C 168.979523 63.403137 168.525986 65.179504 167.694489 66.766907 C 166.862991 68.316528 165.653549 69.639343 164.217316 70.546448 C 162.781097 71.453552 161.118103 71.907104 159.455124 71.907104 C 157.79213 71.907104 156.166931 71.453552 154.692917 70.546448 C 153.256699 69.639343 152.047241 68.316528 151.215744 66.766907 C 150.384247 65.179504 149.968506 63.403137 149.968506 61.588989 C 149.968506 59.77478 150.384247 57.998413 151.215744 56.411011 C 152.047241 54.861389 153.256699 53.538574 154.692917 52.63147 C 156.166931 51.724426 157.79213 51.270874 159.455124 51.270874 C 161.118103 51.270874 162.781097 51.724426 164.217316 52.63147 C 165.653549 53.538574 166.862991 54.861389 167.694489 56.411011 C 168.525986 57.998413 168.979523 59.77478 168.979523 61.588989 L 168.979523 61.588989 Z"/>
+            <path id="path458" fill="#ff9f9f" fill-rule="evenodd" stroke="none" d="M 167.618896 61.588989 C 167.618896 63.138611 167.240952 64.688171 166.522827 66.011047 C 165.804718 67.371643 164.784256 68.467712 163.537003 69.261414 C 162.289764 70.055115 160.891342 70.433044 159.455124 70.433044 C 158.01889 70.433044 156.620468 70.055115 155.37323 69.261414 C 154.163773 68.467712 153.105515 67.371643 152.387405 66.011047 C 151.707092 64.688171 151.329132 63.138611 151.329132 61.588989 C 151.329132 60.039368 151.707092 58.527588 152.387405 57.166931 C 153.105515 55.806274 154.163773 54.710266 155.37323 53.916565 C 156.620468 53.160645 158.01889 52.744873 159.455124 52.744873 C 160.891342 52.744873 162.289764 53.160645 163.537003 53.916565 C 164.784256 54.710266 165.804718 55.806274 166.522827 57.166931 C 167.240952 58.527588 167.618896 60.039368 167.618896 61.588989 L 167.618896 61.588989 Z"/>
+            <path id="path459" fill="#ffafaf" fill-rule="evenodd" stroke="none" d="M 166.25827 61.588989 C 166.25827 62.874023 165.918106 64.159058 165.351181 65.292908 C 164.74646 66.388977 163.877167 67.333862 162.856689 67.976379 C 161.836227 68.618896 160.664566 68.959045 159.455124 68.959045 C 158.283463 68.959045 157.111816 68.618896 156.053543 67.976379 C 155.033066 67.333862 154.163773 66.388977 153.596848 65.292908 C 152.992126 64.159058 152.651962 62.874023 152.651962 61.588989 C 152.651962 60.303955 152.992126 59.018921 153.596848 57.88501 C 154.163773 56.789001 155.033066 55.844116 156.053543 55.201599 C 157.111816 54.559082 158.283463 54.218872 159.455124 54.218872 C 160.664566 54.218872 161.836227 54.559082 162.856689 55.201599 C 163.877167 55.844116 164.74646 56.789001 165.351181 57.88501 C 165.918106 59.018921 166.25827 60.303955 166.25827 61.588989 L 166.25827 61.588989 Z"/>
+            <path id="path460" fill="#ffbfbf" fill-rule="evenodd" stroke="none" d="M 164.897644 61.588989 C 164.897644 62.647217 164.633072 63.629944 164.179535 64.536987 C 163.688187 65.444092 163.007874 66.200012 162.176376 66.691345 C 161.344879 67.220459 160.399994 67.485046 159.455124 67.485046 C 158.510239 67.485046 157.565353 67.220459 156.733856 66.691345 C 155.902359 66.200012 155.222046 65.444092 154.768509 64.536987 C 154.277161 63.629944 154.012604 62.647217 154.012604 61.588989 C 154.012604 60.568481 154.277161 59.548035 154.768509 58.64093 C 155.222046 57.733887 155.902359 57.015747 156.733856 56.486633 C 157.565353 55.957458 158.510239 55.692932 159.455124 55.692932 C 160.399994 55.692932 161.344879 55.957458 162.176376 56.486633 C 163.007874 57.015747 163.688187 57.733887 164.179535 58.64093 C 164.633072 59.548035 164.897644 60.568481 164.897644 61.588989 L 164.897644 61.588989 Z"/>
+            <path id="path461" fill="#ffcfcf" fill-rule="evenodd" stroke="none" d="M 163.537003 61.588989 C 163.537003 62.38269 163.348038 63.138611 162.970078 63.818909 C 162.629929 64.461426 162.100784 65.02832 161.496063 65.444092 C 160.891342 65.822021 160.173233 66.011047 159.455124 66.011047 C 158.737015 66.011047 158.056686 65.822021 157.414169 65.444092 C 156.809448 65.02832 156.280319 64.461426 155.940155 63.818909 C 155.56221 63.138611 155.37323 62.38269 155.37323 61.588989 C 155.37323 60.833069 155.56221 60.039368 155.940155 59.396851 C 156.280319 58.716553 156.809448 58.149597 157.414169 57.771667 C 158.056686 57.355896 158.737015 57.166931 159.455124 57.166931 C 160.173233 57.166931 160.891342 57.355896 161.496063 57.771667 C 162.100784 58.149597 162.629929 58.716553 162.970078 59.396851 C 163.348038 60.039368 163.537003 60.833069 163.537003 61.588989 L 163.537003 61.588989 Z"/>
+            <path id="path462" fill="#ffdfdf" fill-rule="evenodd" stroke="none" d="M 162.176376 61.588989 C 162.176376 62.118103 162.062988 62.609436 161.798431 63.062988 C 161.571655 63.516541 161.231491 63.89447 160.81575 64.159058 C 160.399994 64.423645 159.946457 64.536987 159.455124 64.536987 C 158.963776 64.536987 158.510239 64.423645 158.094482 64.159058 C 157.678741 63.89447 157.338577 63.516541 157.111816 63.062988 C 156.88504 62.609436 156.733856 62.118103 156.733856 61.588989 C 156.733856 61.059814 156.88504 60.568481 157.111816 60.11499 C 157.338577 59.661438 157.678741 59.283447 158.094482 59.018921 C 158.510239 58.792114 158.963776 58.64093 159.455124 58.64093 C 159.946457 58.64093 160.399994 58.792114 160.81575 59.018921 C 161.231491 59.283447 161.571655 59.661438 161.798431 60.11499 C 162.062988 60.568481 162.176376 61.059814 162.176376 61.588989 L 162.176376 61.588989 Z"/>
+            <path id="path463" fill="#ffefef" fill-rule="evenodd" stroke="none" d="M 160.81575 61.588989 C 160.81575 61.853516 160.740158 62.118103 160.62677 62.34491 C 160.513382 62.571655 160.362198 62.722839 160.135437 62.874023 C 159.946457 62.987427 159.681885 63.062988 159.455124 63.062988 C 159.228348 63.062988 159.001572 62.987427 158.774796 62.874023 C 158.585831 62.722839 158.396851 62.571655 158.283463 62.34491 C 158.170074 62.118103 158.094482 61.853516 158.094482 61.588989 C 158.094482 61.324402 158.170074 61.097656 158.283463 60.87085 C 158.396851 60.644104 158.585831 60.455139 158.774796 60.303955 C 159.001572 60.190552 159.228348 60.11499 159.455124 60.11499 C 159.681885 60.11499 159.946457 60.190552 160.135437 60.303955 C 160.362198 60.455139 160.513382 60.644104 160.62677 60.87085 C 160.740158 61.097656 160.81575 61.324402 160.81575 61.588989 L 160.81575 61.588989 Z"/>
+        </g>
+        <clipPath id="clipPath20">
+            <path d="M 189.540161 94.395264 L 160.399994 77.047241 L 160.399994 62.533875 L 189.540161 79.390564 L 189.540161 94.395264 L 189.540161 94.395264 Z"/>
+        </clipPath>
+        <g id="g19" clip-path="url(#clipPath20)"/>
+        <clipPath id="clipPath21">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g20" clip-path="url(#clipPath21)">
+            <path id="path464" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 189.540161 94.395264 L 160.399994 77.047241 L 160.399994 62.533875 L 189.540161 79.390564 L 189.540161 94.395264 Z"/>
+        </g>
+        <clipPath id="clipPath22">
+            <path d="M 189.540161 94.395264 L 189.540161 79.390564 L 218.718109 62.533875 L 218.718109 108.077148 L 189.540161 94.395264 L 189.540161 94.395264 Z"/>
+        </clipPath>
+        <g id="g21" clip-path="url(#clipPath22)"/>
+        <clipPath id="clipPath23">
+            <path d="M 189.540161 94.395264 L 189.540161 79.390564 L 218.718109 62.533875 L 218.718109 108.077148 L 189.540161 94.395264 L 189.540161 94.395264 Z"/>
+        </clipPath>
+        <g id="g22" clip-path="url(#clipPath23)">
+            <path id="path465" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 232.513397 61.588989 C 232.513397 73.381104 230.472443 84.908691 226.61731 95.113403 C 222.762207 105.318115 217.24408 113.784241 210.554321 119.642517 C 203.902359 125.538574 196.305511 128.637817 188.633072 128.637817 C 180.922836 128.637817 173.363785 125.538574 166.674011 119.642517 C 160.022049 113.784241 154.466141 105.318115 150.611023 95.113403 C 146.755905 84.908691 144.752762 73.381104 144.752762 61.588989 C 144.752762 49.834656 146.755905 38.269287 150.611023 28.064575 C 154.466141 17.859863 160.022049 9.393677 166.674011 3.535461 C 173.363785 -2.360657 180.922836 -5.459839 188.633072 -5.459839 C 196.305511 -5.459839 203.902359 -2.360657 210.554321 3.535461 C 217.24408 9.393677 222.762207 17.859863 226.61731 28.064575 C 230.472443 38.269287 232.513397 49.834656 232.513397 61.588989 L 232.513397 61.588989 Z"/>
+            <path id="path466" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 210.327545 61.588989 C 210.327545 67.409424 209.344879 73.154358 207.417328 78.181091 C 205.527557 83.245667 202.768509 87.403137 199.480316 90.351196 C 196.192123 93.261414 192.450394 94.773254 188.633072 94.773254 C 184.81575 94.773254 181.07402 93.261414 177.748032 90.351196 C 174.459839 87.403137 171.70079 83.245667 169.81102 78.181091 C 167.921265 73.154358 166.900787 67.409424 166.900787 61.588989 C 166.900787 55.768494 167.921265 50.061401 169.81102 44.996826 C 171.70079 39.970093 174.459839 35.77478 177.748032 32.864563 C 181.07402 29.954346 184.81575 28.404724 188.633072 28.404724 C 192.450394 28.404724 196.192123 29.954346 199.480316 32.864563 C 202.768509 35.77478 205.527557 39.970093 207.417328 44.996826 C 209.344879 50.061401 210.327545 55.768494 210.327545 61.588989 L 210.327545 61.588989 Z"/>
+            <path id="path467" fill="#ff0c0c" fill-rule="evenodd" stroke="none" d="M 209.344879 61.588989 C 209.344879 67.144897 208.399994 72.625183 206.585831 77.425171 C 204.771652 82.263 202.125992 86.231506 198.988983 89.02832 C 195.851974 91.825195 192.261414 93.261414 188.633072 93.261414 C 184.966934 93.261414 181.414169 91.825195 178.239365 89.02832 C 175.102356 86.231506 172.494492 82.263 170.680313 77.425171 C 168.828354 72.625183 167.883469 67.144897 167.883469 61.588989 C 167.883469 56.033081 168.828354 50.552734 170.680313 45.752747 C 172.494492 40.952759 175.102356 36.946472 178.239365 34.149597 C 181.414169 31.390564 184.966934 29.916565 188.633072 29.916565 C 192.261414 29.916565 195.851974 31.390564 198.988983 34.149597 C 202.125992 36.946472 204.771652 40.952759 206.585831 45.752747 C 208.399994 50.552734 209.344879 56.033081 209.344879 61.588989 L 209.344879 61.588989 Z"/>
+            <path id="path468" fill="#ff1717" fill-rule="evenodd" stroke="none" d="M 208.362198 61.588989 C 208.362198 66.88031 207.455124 72.096069 205.716537 76.669312 C 203.977951 81.280334 201.483459 85.059814 198.497635 87.705505 C 195.474014 90.351196 192.072433 91.749634 188.633072 91.749634 C 185.155899 91.749634 181.754333 90.351196 178.730713 87.705505 C 175.744888 85.059814 173.250397 81.280334 171.51181 76.669312 C 169.773224 72.096069 168.866135 66.88031 168.866135 61.588989 C 168.866135 56.297607 169.773224 51.081909 171.51181 46.508667 C 173.250397 41.935425 175.744888 38.118103 178.730713 35.472412 C 181.754333 32.826782 185.155899 31.428345 188.633072 31.428345 C 192.072433 31.428345 195.474014 32.826782 198.497635 35.472412 C 201.483459 38.118103 203.977951 41.935425 205.716537 46.508667 C 207.455124 51.081909 208.362198 56.297607 208.362198 61.588989 L 208.362198 61.588989 Z"/>
+            <path id="path469" fill="#ff2323" fill-rule="evenodd" stroke="none" d="M 207.379532 61.588989 C 207.379532 66.615723 206.510239 71.566956 204.88504 75.913391 C 203.222046 80.297607 200.840942 83.888184 198.006302 86.420471 C 195.133865 88.914978 191.921265 90.237793 188.633072 90.237793 C 185.344879 90.237793 182.094482 88.914978 179.259842 86.420471 C 176.387405 83.888184 174.006302 80.297607 172.381104 75.913391 C 170.718109 71.566956 169.848816 66.615723 169.848816 61.588989 C 169.848816 56.562195 170.718109 51.611023 172.381104 47.264587 C 174.006302 42.918091 176.387405 39.289734 179.259842 36.757507 C 182.094482 34.263 185.344879 32.940186 188.633072 32.940186 C 191.921265 32.940186 195.133865 34.263 198.006302 36.757507 C 200.840942 39.289734 203.222046 42.918091 204.88504 47.264587 C 206.510239 51.611023 207.379532 56.562195 207.379532 61.588989 L 207.379532 61.588989 Z"/>
+            <path id="path470" fill="#ff2e2e" fill-rule="evenodd" stroke="none" d="M 206.396851 61.588989 C 206.396851 66.351196 205.565353 71.037781 204.015747 75.157471 C 202.466141 79.314941 200.198425 82.716553 197.514954 85.097656 C 194.793701 87.47876 191.732285 88.763794 188.633072 88.763794 C 185.496063 88.763794 182.434647 87.47876 179.751175 85.097656 C 177.029922 82.716553 174.800003 79.314941 173.212601 75.157471 C 171.662994 71.037781 170.831497 66.351196 170.831497 61.588989 C 170.831497 56.826782 171.662994 52.140137 173.212601 48.020447 C 174.800003 43.900818 177.029922 40.461426 179.751175 38.080322 C 182.434647 35.699219 185.496063 34.451965 188.633072 34.451965 C 191.732285 34.451965 194.793701 35.699219 197.514954 38.080322 C 200.198425 40.461426 202.466141 43.900818 204.015747 48.020447 C 205.565353 52.140137 206.396851 56.826782 206.396851 61.588989 L 206.396851 61.588989 Z"/>
+            <path id="path471" fill="#ff3a3a" fill-rule="evenodd" stroke="none" d="M 205.414169 61.588989 C 205.414169 66.086609 204.620468 70.508667 203.146454 74.40155 C 201.67244 78.332275 199.555908 81.544861 197.023621 83.812622 C 194.453537 86.042542 191.5811 87.251953 188.633072 87.251953 C 185.685043 87.251953 182.774796 86.042542 180.242523 83.812622 C 177.67244 81.544861 175.555908 78.332275 174.081894 74.40155 C 172.60788 70.508667 171.851974 66.086609 171.851974 61.588989 C 171.851974 57.091309 172.60788 52.669312 174.081894 48.776367 C 175.555908 44.883484 177.67244 41.633057 180.242523 39.365356 C 182.774796 37.135437 185.685043 35.963806 188.633072 35.963806 C 191.5811 35.963806 194.453537 37.135437 197.023621 39.365356 C 199.555908 41.633057 201.67244 44.883484 203.146454 48.776367 C 204.620468 52.669312 205.414169 57.091309 205.414169 61.588989 L 205.414169 61.588989 Z"/>
+            <path id="path472" fill="#ff4646" fill-rule="evenodd" stroke="none" d="M 204.431503 61.588989 C 204.431503 65.822021 203.675598 69.979553 202.314957 73.645691 C 200.916534 77.311829 198.913391 80.37323 196.532288 82.489746 C 194.113388 84.606323 191.39212 85.740173 188.633072 85.740173 C 185.836227 85.740173 183.11496 84.606323 180.733856 82.489746 C 178.314957 80.37323 176.311813 77.311829 174.951187 73.645691 C 173.55275 69.979553 172.834641 65.822021 172.834641 61.588989 C 172.834641 57.355896 173.55275 53.198425 174.951187 49.532288 C 176.311813 45.86615 178.314957 42.804749 180.733856 40.688171 C 183.11496 38.571655 185.836227 37.437805 188.633072 37.437805 C 191.39212 37.437805 194.113388 38.571655 196.532288 40.688171 C 198.913391 42.804749 200.916534 45.86615 202.314957 49.532288 C 203.675598 53.198425 204.431503 57.355896 204.431503 61.588989 L 204.431503 61.588989 Z"/>
+            <path id="path473" fill="#ff5151" fill-rule="evenodd" stroke="none" d="M 203.448822 61.588989 C 203.448822 65.557495 202.730713 69.450378 201.445663 72.889771 C 200.160629 76.329163 198.270859 79.201599 196.040939 81.204712 C 193.773224 83.170105 191.203156 84.228333 188.633072 84.228333 C 186.025192 84.228333 183.455124 83.170105 181.225204 81.204712 C 178.957474 79.201599 177.105515 76.329163 175.782684 72.889771 C 174.497635 69.450378 173.817322 65.557495 173.817322 61.588989 C 173.817322 57.620483 174.497635 53.727539 175.782684 50.288208 C 177.105515 46.848816 178.957474 43.976379 181.225204 42.011047 C 183.455124 40.007874 186.025192 38.949585 188.633072 38.949585 C 191.203156 38.949585 193.773224 40.007874 196.040939 42.011047 C 198.270859 43.976379 200.160629 46.848816 201.445663 50.288208 C 202.730713 53.727539 203.448822 57.620483 203.448822 61.588989 L 203.448822 61.588989 Z"/>
+            <path id="path474" fill="#ff5d5d" fill-rule="evenodd" stroke="none" d="M 202.428345 61.588989 C 202.428345 65.292908 201.823624 68.959045 200.576385 72.13385 C 199.366928 75.346436 197.628342 78.029907 195.549606 79.881897 C 193.433075 81.733887 191.051971 82.716553 188.633072 82.716553 C 186.176376 82.716553 183.795273 81.733887 181.716537 79.881897 C 179.600006 78.029907 177.86142 75.346436 176.651962 72.13385 C 175.44252 68.959045 174.800003 65.292908 174.800003 61.588989 C 174.800003 57.88501 175.44252 54.256714 176.651962 51.044067 C 177.86142 47.831482 179.600006 45.14801 181.716537 43.296082 C 183.795273 41.444092 186.176376 40.461426 188.633072 40.461426 C 191.051971 40.461426 193.433075 41.444092 195.549606 43.296082 C 197.628342 45.14801 199.366928 47.831482 200.576385 51.044067 C 201.823624 54.256714 202.428345 57.88501 202.428345 61.588989 L 202.428345 61.588989 Z"/>
+            <path id="path475" fill="#ff6868" fill-rule="evenodd" stroke="none" d="M 201.445663 61.588989 C 201.445663 65.02832 200.878738 68.429932 199.744888 71.415771 C 198.611023 74.36377 196.985825 76.858276 195.020477 78.559082 C 193.092911 80.297607 190.862991 81.204712 188.633072 81.204712 C 186.365356 81.204712 184.135437 80.297607 182.20787 78.559082 C 180.242523 76.858276 178.617325 74.36377 177.521255 71.415771 C 176.387405 68.429932 175.782684 65.02832 175.782684 61.588989 C 175.782684 58.149597 176.387405 54.785828 177.521255 51.799988 C 178.617325 48.814148 180.242523 46.319702 182.20787 44.618896 C 184.135437 42.88031 186.365356 41.973206 188.633072 41.973206 C 190.862991 41.973206 193.092911 42.88031 195.020477 44.618896 C 196.985825 46.319702 198.611023 48.814148 199.744888 51.799988 C 200.878738 54.785828 201.445663 58.149597 201.445663 61.588989 L 201.445663 61.588989 Z"/>
+            <path id="path476" fill="#ff7474" fill-rule="evenodd" stroke="none" d="M 200.462997 61.588989 C 200.462997 64.763794 199.933853 67.900818 198.875595 70.659851 C 197.855118 73.381104 196.343307 75.686584 194.529129 77.273987 C 192.752762 78.861389 190.711807 79.692932 188.633072 79.692932 C 186.554337 79.692932 184.513382 78.861389 182.699219 77.273987 C 180.88504 75.686584 179.411026 73.381104 178.352753 70.659851 C 177.332291 67.900818 176.76535 64.763794 176.76535 61.588989 C 176.76535 58.414185 177.332291 55.277161 178.352753 52.555908 C 179.411026 49.796875 180.88504 47.491333 182.699219 45.903931 C 184.513382 44.316528 186.554337 43.485046 188.633072 43.485046 C 190.711807 43.485046 192.752762 44.316528 194.529129 45.903931 C 196.343307 47.491333 197.855118 49.796875 198.875595 52.555908 C 199.933853 55.277161 200.462997 58.414185 200.462997 61.588989 L 200.462997 61.588989 Z"/>
+            <path id="path477" fill="#ff8080" fill-rule="evenodd" stroke="none" d="M 199.480316 61.588989 C 199.480316 64.499207 198.988983 67.371643 198.044098 69.903931 C 197.061417 72.398438 195.70079 74.514954 194.037796 75.951172 C 192.412598 77.425171 190.522827 78.181091 188.633072 78.181091 C 186.705505 78.181091 184.853546 77.425171 183.190552 75.951172 C 181.527557 74.514954 180.166931 72.398438 179.222046 69.903931 C 178.277161 67.371643 177.748032 64.499207 177.748032 61.588989 C 177.748032 58.678711 178.277161 55.806274 179.222046 53.311829 C 180.166931 50.779541 181.527557 48.662964 183.190552 47.226746 C 184.853546 45.752747 186.705505 44.996826 188.633072 44.996826 C 190.522827 44.996826 192.412598 45.752747 194.037796 47.226746 C 195.70079 48.662964 197.061417 50.779541 198.044098 53.311829 C 198.988983 55.806274 199.480316 58.678711 199.480316 61.588989 L 199.480316 61.588989 Z"/>
+            <path id="path478" fill="#ff8b8b" fill-rule="evenodd" stroke="none" d="M 198.497635 61.588989 C 198.497635 64.234619 198.044098 66.842529 197.174805 69.14801 C 196.305511 71.415771 195.058273 73.343323 193.546463 74.666138 C 192.072433 75.988953 190.371658 76.669312 188.633072 76.669312 C 186.894485 76.669312 185.193695 75.988953 183.681885 74.666138 C 182.170074 73.343323 180.922836 71.415771 180.053543 69.14801 C 179.222046 66.842529 178.730713 64.234619 178.730713 61.588989 C 178.730713 58.943298 179.222046 56.335449 180.053543 54.067688 C 180.922836 51.762207 182.170074 49.834656 183.681885 48.511841 C 185.193695 47.188965 186.894485 46.508667 188.633072 46.508667 C 190.371658 46.508667 192.072433 47.188965 193.546463 48.511841 C 195.058273 49.834656 196.305511 51.762207 197.174805 54.067688 C 198.044098 56.335449 198.497635 58.943298 198.497635 61.588989 L 198.497635 61.588989 Z"/>
+            <path id="path479" fill="#ff9797" fill-rule="evenodd" stroke="none" d="M 197.514954 61.588989 C 197.514954 63.970093 197.099213 66.313416 196.305511 68.392151 C 195.549606 70.433044 194.415741 72.171631 193.055115 73.343323 C 191.694489 74.552734 190.182678 75.157471 188.633072 75.157471 C 187.04567 75.157471 185.533859 74.552734 184.173233 73.343323 C 182.812592 72.171631 181.716537 70.433044 180.922836 68.392151 C 180.129135 66.313416 179.751175 63.970093 179.751175 61.588989 C 179.751175 59.207886 180.129135 56.864563 180.922836 54.785828 C 181.716537 52.744873 182.812592 51.044067 184.173233 49.834656 C 185.533859 48.625183 187.04567 48.020447 188.633072 48.020447 C 190.182678 48.020447 191.694489 48.625183 193.055115 49.834656 C 194.415741 51.044067 195.549606 52.744873 196.305511 54.785828 C 197.099213 56.864563 197.514954 59.207886 197.514954 61.588989 L 197.514954 61.588989 Z"/>
+            <path id="path480" fill="#ffa2a2" fill-rule="evenodd" stroke="none" d="M 196.532288 61.588989 C 196.532288 63.705505 196.154327 65.784241 195.474014 67.63623 C 194.755905 69.450378 193.773224 71 192.563782 72.058289 C 191.354324 73.116516 189.993698 73.645691 188.633072 73.645691 C 187.23465 73.645691 185.874008 73.116516 184.664566 72.058289 C 183.455124 71 182.472443 69.450378 181.79213 67.63623 C 181.07402 65.784241 180.733856 63.705505 180.733856 61.588989 C 180.733856 59.472412 181.07402 57.393677 181.79213 55.541748 C 182.472443 53.727539 183.455124 52.215759 184.664566 51.157471 C 185.874008 50.099182 187.23465 49.532288 188.633072 49.532288 C 189.993698 49.532288 191.354324 50.099182 192.563782 51.157471 C 193.773224 52.215759 194.755905 53.727539 195.474014 55.541748 C 196.154327 57.393677 196.532288 59.472412 196.532288 61.588989 L 196.532288 61.588989 Z"/>
+            <path id="path481" fill="#ffaeae" fill-rule="evenodd" stroke="none" d="M 195.549606 61.588989 C 195.549606 63.440918 195.209442 65.255127 194.604721 66.88031 C 194 68.467712 193.130707 69.828369 192.072433 70.735413 C 191.014175 71.680298 189.842514 72.13385 188.633072 72.13385 C 187.423615 72.13385 186.214172 71.680298 185.155899 70.735413 C 184.097641 69.828369 183.228348 68.467712 182.623627 66.88031 C 182.01889 65.255127 181.716537 63.440918 181.716537 61.588989 C 181.716537 59.737 182.01889 57.922852 182.623627 56.297607 C 183.228348 54.710266 184.097641 53.38739 185.155899 52.442505 C 186.214172 51.535461 187.423615 51.044067 188.633072 51.044067 C 189.842514 51.044067 191.014175 51.535461 192.072433 52.442505 C 193.130707 53.38739 194 54.710266 194.604721 56.297607 C 195.209442 57.922852 195.549606 59.737 195.549606 61.588989 L 195.549606 61.588989 Z"/>
+            <path id="path482" fill="#ffb9b9" fill-rule="evenodd" stroke="none" d="M 194.529129 61.588989 C 194.529129 63.176392 194.264572 64.726013 193.735428 66.12439 C 193.244095 67.485046 192.48819 68.618896 191.5811 69.412598 C 190.674011 70.24408 189.653549 70.659851 188.633072 70.659851 C 187.574799 70.659851 186.554337 70.24408 185.647247 69.412598 C 184.740158 68.618896 184.022049 67.485046 183.49292 66.12439 C 182.963776 64.726013 182.699219 63.176392 182.699219 61.588989 C 182.699219 60.001587 182.963776 58.451965 183.49292 57.053528 C 184.022049 55.692932 184.740158 54.559082 185.647247 53.765381 C 186.554337 52.97168 187.574799 52.555908 188.633072 52.555908 C 189.653549 52.555908 190.674011 52.97168 191.5811 53.765381 C 192.48819 54.559082 193.244095 55.692932 193.735428 57.053528 C 194.264572 58.451965 194.529129 60.001587 194.529129 61.588989 L 194.529129 61.588989 Z"/>
+            <path id="path483" fill="#ffc5c5" fill-rule="evenodd" stroke="none" d="M 193.546463 61.588989 C 193.546463 62.911804 193.319687 64.234619 192.903931 65.36853 C 192.450394 66.50238 191.845673 67.447266 191.089767 68.127563 C 190.333862 68.770081 189.502365 69.14801 188.633072 69.14801 C 187.763779 69.14801 186.894485 68.770081 186.13858 68.127563 C 185.420471 67.447266 184.777954 66.50238 184.362198 65.36853 C 183.908661 64.234619 183.681885 62.911804 183.681885 61.588989 C 183.681885 60.266113 183.908661 58.981079 184.362198 57.809448 C 184.777954 56.675598 185.420471 55.730713 186.13858 55.050415 C 186.894485 54.407898 187.763779 54.067688 188.633072 54.067688 C 189.502365 54.067688 190.333862 54.407898 191.089767 55.050415 C 191.845673 55.730713 192.450394 56.675598 192.903931 57.809448 C 193.319687 58.981079 193.546463 60.266113 193.546463 61.588989 L 193.546463 61.588989 Z"/>
+            <path id="path484" fill="#ffd1d1" fill-rule="evenodd" stroke="none" d="M 192.563782 61.588989 C 192.563782 62.647217 192.374802 63.705505 192.034653 64.61261 C 191.694489 65.519714 191.203156 66.275574 190.598419 66.804749 C 189.993698 67.333862 189.313385 67.63623 188.633072 67.63623 C 187.914963 67.63623 187.23465 67.333862 186.629929 66.804749 C 186.062988 66.275574 185.533859 65.519714 185.193695 64.61261 C 184.853546 63.705505 184.664566 62.647217 184.664566 61.588989 C 184.664566 60.530701 184.853546 59.510254 185.193695 58.565369 C 185.533859 57.658264 186.062988 56.902344 186.629929 56.37323 C 187.23465 55.844116 187.914963 55.541748 188.633072 55.541748 C 189.313385 55.541748 189.993698 55.844116 190.598419 56.37323 C 191.203156 56.902344 191.694489 57.658264 192.034653 58.565369 C 192.374802 59.510254 192.563782 60.530701 192.563782 61.588989 L 192.563782 61.588989 Z"/>
+            <path id="path485" fill="#ffdcdc" fill-rule="evenodd" stroke="none" d="M 191.5811 61.588989 C 191.5811 62.38269 191.429916 63.176392 191.203156 63.856689 C 190.938583 64.536987 190.560623 65.103943 190.107086 65.519714 C 189.653549 65.897644 189.124405 66.12439 188.633072 66.12439 C 188.103943 66.12439 187.574799 65.897644 187.121262 65.519714 C 186.705505 65.103943 186.32756 64.536987 186.062988 63.856689 C 185.798431 63.176392 185.647247 62.38269 185.647247 61.588989 C 185.647247 60.795288 185.798431 60.001587 186.062988 59.321289 C 186.32756 58.64093 186.705505 58.074036 187.121262 57.658264 C 187.574799 57.280334 188.103943 57.053528 188.633072 57.053528 C 189.124405 57.053528 189.653549 57.280334 190.107086 57.658264 C 190.560623 58.074036 190.938583 58.64093 191.203156 59.321289 C 191.429916 60.001587 191.5811 60.795288 191.5811 61.588989 L 191.5811 61.588989 Z"/>
+            <path id="path486" fill="#ffe8e8" fill-rule="evenodd" stroke="none" d="M 190.598419 61.588989 C 190.598419 62.118103 190.522827 62.647217 190.333862 63.100769 C 190.144882 63.554321 189.918106 63.932312 189.615753 64.196838 C 189.313385 64.461426 188.973221 64.61261 188.633072 64.61261 C 188.292908 64.61261 187.914963 64.461426 187.650391 64.196838 C 187.348038 63.932312 187.083466 63.554321 186.894485 63.100769 C 186.743301 62.647217 186.629929 62.118103 186.629929 61.588989 C 186.629929 61.059814 186.743301 60.530701 186.894485 60.077148 C 187.083466 59.623596 187.348038 59.245667 187.650391 58.981079 C 187.914963 58.716553 188.292908 58.565369 188.633072 58.565369 C 188.973221 58.565369 189.313385 58.716553 189.615753 58.981079 C 189.918106 59.245667 190.144882 59.623596 190.333862 60.077148 C 190.522827 60.530701 190.598419 61.059814 190.598419 61.588989 L 190.598419 61.588989 Z"/>
+            <path id="path487" fill="#fff3f3" fill-rule="evenodd" stroke="none" d="M 189.615753 61.588989 C 189.615753 61.853516 189.577957 62.118103 189.464569 62.34491 C 189.388977 62.571655 189.275589 62.76062 189.124405 62.911804 C 188.973221 63.025208 188.784256 63.100769 188.633072 63.100769 C 188.444092 63.100769 188.292908 63.025208 188.141739 62.911804 C 187.990555 62.76062 187.839371 62.571655 187.763779 62.34491 C 187.688187 62.118103 187.650391 61.853516 187.650391 61.588989 C 187.650391 61.324402 187.688187 61.059814 187.763779 60.833069 C 187.839371 60.606323 187.990555 60.417297 188.141739 60.303955 C 188.292908 60.152771 188.444092 60.077148 188.633072 60.077148 C 188.784256 60.077148 188.973221 60.152771 189.124405 60.303955 C 189.275589 60.417297 189.388977 60.606323 189.464569 60.833069 C 189.577957 61.059814 189.615753 61.324402 189.615753 61.588989 L 189.615753 61.588989 Z"/>
+        </g>
+        <clipPath id="clipPath24">
+            <path d="M 189.540161 94.395264 L 189.540161 79.390564 L 218.718109 62.533875 L 218.718109 108.077148 L 189.540161 94.395264 L 189.540161 94.395264 Z"/>
+        </clipPath>
+        <g id="g23" clip-path="url(#clipPath24)"/>
+        <clipPath id="clipPath25">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g24" clip-path="url(#clipPath25)">
+            <path id="path488" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 189.540161 94.395264 L 189.540161 79.390564 L 218.718109 62.533875 L 218.718109 108.077148 L 189.540161 94.395264 Z"/>
+        </g>
+        <clipPath id="clipPath26">
+            <path d="M 181.300781 365.122833 L 39.11496 282.766937 L 39.11496 189.185852 L 181.300781 271.541718 L 181.300781 365.122833 L 181.300781 365.122833 Z"/>
+        </clipPath>
+        <g id="g25" clip-path="url(#clipPath26)"/>
+        <clipPath id="clipPath27">
+            <path d="M 181.300781 365.122833 L 39.11496 282.766937 L 39.11496 189.185852 L 181.300781 271.541718 L 181.300781 365.122833 L 181.300781 365.122833 Z"/>
+        </clipPath>
+        <g id="g26" clip-path="url(#clipPath27)">
+            <path id="path489" fill="#c9ba96" fill-rule="evenodd" stroke="none" d="M 241.886627 188.240967 C 241.886627 232.385803 232.475586 275.737 214.598419 313.948029 C 196.721252 352.196838 171.020477 383.944885 140.028351 406.017334 C 109.07402 428.089752 73.962204 439.692902 38.20787 439.692902 C 2.415749 439.692902 -32.696064 428.089752 -63.650394 406.017334 C -94.642517 383.944885 -120.343307 352.196838 -138.220474 313.948029 C -156.097641 275.737 -165.508652 232.385803 -165.508652 188.240967 C -165.508652 144.096069 -156.097641 100.744873 -138.220474 62.496033 C -120.343307 24.285034 -94.642517 -7.463013 -63.650394 -29.535461 C -32.696064 -51.607849 2.415749 -63.210999 38.20787 -63.210999 C 73.962204 -63.210999 109.07402 -51.607849 140.028351 -29.535461 C 171.020477 -7.463013 196.721252 24.285034 214.598419 62.496033 C 232.475586 100.744873 241.886627 144.096069 241.886627 188.240967 L 241.886627 188.240967 Z"/>
+            <path id="path490" fill="#c9ba96" fill-rule="evenodd" stroke="none" d="M 139.007874 188.240967 C 139.007874 210.086609 134.359055 231.554321 125.514954 250.451965 C 116.670868 269.38739 103.933853 285.110229 88.588974 296.033081 C 73.281891 306.955902 55.896065 312.700775 38.20787 312.700775 C 20.481888 312.700775 3.096062 306.955902 -12.211025 296.033081 C -27.555906 285.110229 -40.292912 269.38739 -49.137009 250.451965 C -57.981102 231.554321 -62.629921 210.086609 -62.629921 188.240967 C -62.629921 166.395264 -57.981102 144.927551 -49.137009 125.992126 C -40.292912 107.094482 -27.555906 91.371643 -12.211025 80.448792 C 3.096062 69.526001 20.481888 63.781128 38.20787 63.781128 C 55.896065 63.781128 73.281891 69.526001 88.588974 80.448792 C 103.933853 91.371643 116.670868 107.094482 125.514954 125.992126 C 134.359055 144.927551 139.007874 166.395264 139.007874 188.240967 L 139.007874 188.240967 Z"/>
+            <path id="path491" fill="#cabb97" fill-rule="evenodd" stroke="none" d="M 137.798431 188.240967 C 137.798431 209.822021 133.187408 231.025208 124.456696 249.733887 C 115.725983 268.404724 103.140152 283.938568 87.984253 294.710236 C 72.866142 305.519684 55.669289 311.188965 38.20787 311.188965 C 20.708664 311.188965 3.51181 305.519684 -11.6063 294.710236 C -26.762205 283.938568 -39.34803 268.404724 -48.078739 249.733887 C -56.809448 231.025208 -61.420471 209.822021 -61.420471 188.240967 C -61.420471 166.659851 -56.809448 145.456665 -48.078739 126.748047 C -39.34803 108.077148 -26.762205 92.543335 -11.6063 81.733887 C 3.51181 70.962219 20.708664 65.292908 38.20787 65.292908 C 55.669289 65.292908 72.866142 70.962219 87.984253 81.733887 C 103.140152 92.543335 115.725983 108.077148 124.456696 126.748047 C 133.187408 145.456665 137.798431 166.659851 137.798431 188.240967 L 137.798431 188.240967 Z"/>
+            <path id="path492" fill="#cabc99" fill-rule="evenodd" stroke="none" d="M 136.588974 188.240967 C 136.588974 209.557495 132.053543 230.496033 123.398422 248.977966 C 114.781097 267.422058 102.346451 282.766937 87.379532 293.425201 C 72.450394 304.083466 55.480316 309.714966 38.20787 309.714966 C 20.935432 309.714966 3.965355 304.083466 -11.001575 293.425201 C -25.968504 282.766937 -38.403149 267.422058 -47.020473 248.977966 C -55.675591 230.496033 -60.211021 209.557495 -60.211021 188.240967 C -60.211021 166.924438 -55.675591 145.98584 -47.020473 127.503967 C -38.403149 109.059814 -25.968504 93.714966 -11.001575 83.056702 C 3.965355 72.398438 20.935432 66.766907 38.20787 66.766907 C 55.480316 66.766907 72.450394 72.398438 87.379532 83.056702 C 102.346451 93.714966 114.781097 109.059814 123.398422 127.503967 C 132.053543 145.98584 136.588974 166.924438 136.588974 188.240967 L 136.588974 188.240967 Z"/>
+            <path id="path493" fill="#cbbc9a" fill-rule="evenodd" stroke="none" d="M 135.379532 188.240967 C 135.379532 209.292908 130.881897 229.966919 122.340164 248.222046 C 113.836227 266.439362 101.55275 281.595276 86.774796 292.140167 C 71.996849 302.647247 55.25354 308.203156 38.20787 308.203156 C 21.124413 308.203156 4.381104 302.647247 -10.396851 292.140167 C -25.174803 281.595276 -37.458267 266.439362 -45.962204 248.222046 C -54.503937 229.966919 -59.001575 209.292908 -59.001575 188.240967 C -59.001575 167.188965 -54.503937 146.477173 -45.962204 128.259827 C -37.458267 110.0047 -25.174803 94.886597 -10.396851 84.341736 C 4.381104 73.834656 21.124413 68.278748 38.20787 68.278748 C 55.25354 68.278748 71.996849 73.834656 86.774796 84.341736 C 101.55275 94.886597 113.836227 110.0047 122.340164 128.259827 C 130.881897 146.477173 135.379532 167.188965 135.379532 188.240967 L 135.379532 188.240967 Z"/>
+            <path id="path494" fill="#ccbd9b" fill-rule="evenodd" stroke="none" d="M 134.170074 188.240967 C 134.170074 209.02832 129.710236 229.475586 121.319687 247.466125 C 112.891342 265.494476 100.759048 280.423615 86.170074 290.817322 C 71.5811 301.211029 55.026772 306.691345 38.20787 306.691345 C 21.351181 306.691345 4.796852 301.211029 -9.792126 290.817322 C -24.381102 280.423615 -36.513386 265.494476 -44.94173 247.466125 C -53.332283 229.475586 -57.792126 209.02832 -57.792126 188.240967 C -57.792126 167.453552 -53.332283 147.006287 -44.94173 129.015747 C -36.513386 110.987427 -24.381102 96.058289 -9.792126 85.664551 C 4.796852 75.233093 21.351181 69.790527 38.20787 69.790527 C 55.026772 69.790527 71.5811 75.233093 86.170074 85.664551 C 100.759048 96.058289 112.891342 110.987427 121.319687 129.015747 C 129.710236 147.006287 134.170074 167.453552 134.170074 188.240967 L 134.170074 188.240967 Z"/>
+            <path id="path495" fill="#ccbe9c" fill-rule="evenodd" stroke="none" d="M 132.960632 188.240967 C 132.960632 208.763794 128.576385 228.946472 120.261414 246.710266 C 111.946457 264.51181 99.965347 279.251984 85.565353 289.532288 C 71.165352 299.812592 54.837799 305.217316 38.20787 305.217316 C 21.540161 305.217316 5.212597 299.812592 -9.187401 289.532288 C -23.587402 279.251984 -35.568504 264.51181 -43.883465 246.710266 C -52.198425 228.946472 -56.582676 208.763794 -56.582676 188.240967 C -56.582676 167.71814 -52.198425 147.535461 -43.883465 129.771667 C -35.568504 111.970093 -23.587402 97.192139 -9.187401 86.949585 C 5.212597 76.669312 21.540161 71.264587 38.20787 71.264587 C 54.837799 71.264587 71.165352 76.669312 85.565353 86.949585 C 99.965347 97.192139 111.946457 111.970093 120.261414 129.771667 C 128.576385 147.535461 132.960632 167.71814 132.960632 188.240967 L 132.960632 188.240967 Z"/>
+            <path id="path496" fill="#cdbf9e" fill-rule="evenodd" stroke="none" d="M 131.751175 188.240967 C 131.751175 208.499207 127.404724 228.417297 119.203156 245.954346 C 111.001572 263.529144 99.171646 278.118103 84.960632 288.247253 C 70.749603 298.376373 54.611023 303.705505 38.20787 303.705505 C 21.76693 303.705505 5.628345 298.376373 -8.582676 288.247253 C -22.793701 278.118103 -34.623623 263.529144 -42.825195 245.954346 C -51.026772 228.417297 -55.335434 208.499207 -55.335434 188.240967 C -55.335434 167.982666 -51.026772 148.064575 -42.825195 130.489746 C -34.623623 112.952759 -22.793701 98.36377 -8.582676 88.234619 C 5.628345 78.10553 21.76693 72.776367 38.20787 72.776367 C 54.611023 72.776367 70.749603 78.10553 84.960632 88.234619 C 99.171646 98.36377 111.001572 112.952759 119.203156 130.489746 C 127.404724 148.064575 131.751175 167.982666 131.751175 188.240967 L 131.751175 188.240967 Z"/>
+            <path id="path497" fill="#cec09f" fill-rule="evenodd" stroke="none" d="M 130.503937 188.240967 C 130.503937 208.234619 126.270859 227.888184 118.144882 245.236206 C 110.056686 262.546448 98.37796 276.946442 84.355911 286.924408 C 70.333855 296.940155 54.384254 302.193695 38.20787 302.193695 C 21.993698 302.193695 6.044094 296.940155 -7.977951 286.924408 C -22 276.946442 -33.678741 262.546448 -41.76693 245.236206 C -49.855118 227.888184 -54.125984 208.234619 -54.125984 188.240967 C -54.125984 168.247253 -49.855118 148.593689 -41.76693 131.245667 C -33.678741 113.935425 -22 99.535461 -7.977951 89.557495 C 6.044094 79.541748 21.993698 74.288208 38.20787 74.288208 C 54.384254 74.288208 70.333855 79.541748 84.355911 89.557495 C 98.37796 99.535461 110.056686 113.935425 118.144882 131.245667 C 126.270859 148.593689 130.503937 168.247253 130.503937 188.240967 L 130.503937 188.240967 Z"/>
+            <path id="path498" fill="#cec1a0" fill-rule="evenodd" stroke="none" d="M 129.294495 188.240967 C 129.294495 207.970093 125.099213 227.35907 117.086609 244.480286 C 109.111816 261.563782 97.584259 275.774811 83.751175 285.639374 C 69.880318 295.503937 54.195274 300.719696 38.20787 300.719696 C 22.182678 300.719696 6.497639 295.503937 -7.37323 285.639374 C -21.206299 275.774811 -32.733856 261.563782 -40.70866 244.480286 C -48.72126 227.35907 -52.916534 207.970093 -52.916534 188.240967 C -52.916534 168.511841 -48.72126 149.085022 -40.70866 132.001587 C -32.733856 114.918091 -21.206299 100.707092 -7.37323 90.842529 C 6.497639 80.977966 22.182678 75.762207 38.20787 75.762207 C 54.195274 75.762207 69.880318 80.977966 83.751175 90.842529 C 97.584259 100.707092 109.111816 114.918091 117.086609 132.001587 C 125.099213 149.085022 129.294495 168.511841 129.294495 188.240967 L 129.294495 188.240967 Z"/>
+            <path id="path499" fill="#cfc1a1" fill-rule="evenodd" stroke="none" d="M 128.085037 188.240967 C 128.085037 207.705505 123.927567 226.867737 116.028351 243.724426 C 108.166931 260.581116 96.790558 274.603149 83.146454 284.35434 C 69.464569 294.067719 53.968506 299.207886 38.20787 299.207886 C 22.409447 299.207886 6.913387 294.067719 -6.768505 284.35434 C -20.412598 274.603149 -31.788977 260.581116 -39.650394 243.724426 C -47.549606 226.867737 -51.707085 207.705505 -51.707085 188.240967 C -51.707085 168.776367 -47.549606 149.614197 -39.650394 132.757507 C -31.788977 115.900818 -20.412598 101.878723 -6.768505 92.127563 C 6.913387 82.414185 22.409447 77.273987 38.20787 77.273987 C 53.968506 77.273987 69.464569 82.414185 83.146454 92.127563 C 96.790558 101.878723 108.166931 115.900818 116.028351 132.757507 C 123.927567 149.614197 128.085037 168.776367 128.085037 188.240967 L 128.085037 188.240967 Z"/>
+            <path id="path500" fill="#d0c2a3" fill-rule="evenodd" stroke="none" d="M 126.875595 188.240967 C 126.875595 207.440918 122.793701 226.338562 115.007874 242.968506 C 107.222046 259.598419 95.996857 273.431488 82.541733 283.031494 C 69.04882 292.6315 53.74173 297.696075 38.20787 297.696075 C 22.636223 297.696075 7.329132 292.6315 -6.16378 283.031494 C -19.618898 273.431488 -30.844093 259.598419 -38.629921 242.968506 C -46.377953 226.338562 -50.497639 207.440918 -50.497639 188.240967 C -50.497639 169.040955 -46.377953 150.143311 -38.629921 133.513367 C -30.844093 116.883484 -19.618898 103.050415 -6.16378 93.450378 C 7.329132 83.812622 22.636223 78.785828 38.20787 78.785828 C 53.74173 78.785828 69.04882 83.812622 82.541733 93.450378 C 95.996857 103.050415 107.222046 116.883484 115.007874 133.513367 C 122.793701 150.143311 126.875595 169.040955 126.875595 188.240967 L 126.875595 188.240967 Z"/>
+            <path id="path501" fill="#d0c3a4" fill-rule="evenodd" stroke="none" d="M 125.666138 188.240967 C 125.666138 207.176392 121.62204 225.809448 113.9496 242.212585 C 106.277161 258.653534 95.203156 272.259857 81.937004 281.74646 C 68.633072 291.233063 53.552757 296.222046 38.20787 296.222046 C 22.825195 296.222046 7.744881 291.233063 -5.559055 281.74646 C -18.825197 272.259857 -29.899212 258.653534 -37.571651 242.212585 C -45.244095 225.809448 -49.288189 207.176392 -49.288189 188.240967 C -49.288189 169.305542 -45.244095 150.672424 -37.571651 134.269287 C -29.899212 117.828369 -18.825197 104.222046 -5.559055 94.735413 C 7.744881 85.24884 22.825195 80.259827 38.20787 80.259827 C 53.552757 80.259827 68.633072 85.24884 81.937004 94.735413 C 95.203156 104.222046 106.277161 117.828369 113.9496 134.269287 C 121.62204 150.672424 125.666138 169.305542 125.666138 188.240967 L 125.666138 188.240967 Z"/>
+            <path id="path502" fill="#d1c4a5" fill-rule="evenodd" stroke="none" d="M 124.456696 188.240967 C 124.456696 206.911804 120.450394 225.280334 112.891342 241.456665 C 105.332291 257.670868 94.44725 271.088196 81.332283 280.423615 C 68.217323 289.796844 53.325981 294.710236 38.20787 294.710236 C 23.051971 294.710236 8.160629 289.796844 -4.95433 280.423615 C -18.031496 271.088196 -28.95433 257.670868 -36.513386 241.456665 C -44.072441 225.280334 -48.078739 206.911804 -48.078739 188.240967 C -48.078739 169.532288 -44.072441 151.201599 -36.513386 134.987427 C -28.95433 118.811035 -18.031496 105.393677 -4.95433 96.020447 C 8.160629 86.685059 23.051971 81.771667 38.20787 81.771667 C 53.325981 81.771667 68.217323 86.685059 81.332283 96.020447 C 94.44725 105.393677 105.332291 118.811035 112.891342 134.987427 C 120.450394 151.201599 124.456696 169.532288 124.456696 188.240967 L 124.456696 188.240967 Z"/>
+            <path id="path503" fill="#d1c5a6" fill-rule="evenodd" stroke="none" d="M 123.247238 188.240967 C 123.247238 206.647217 119.316528 224.75116 111.833069 240.738586 C 104.387405 256.688202 93.653549 269.916534 80.727562 279.13858 C 67.763779 288.360626 53.099213 293.198425 38.20787 293.198425 C 23.27874 293.198425 8.614174 288.360626 -4.31181 279.13858 C -17.275591 269.916534 -28.009449 256.688202 -35.455116 240.738586 C -42.938583 224.75116 -46.831497 206.647217 -46.831497 188.240967 C -46.831497 169.796875 -42.938583 151.730713 -35.455116 135.743286 C -28.009449 119.793701 -17.275591 106.565369 -4.31181 97.343323 C 8.614174 88.121277 23.27874 83.283447 38.20787 83.283447 C 53.099213 83.283447 67.763779 88.121277 80.727562 97.343323 C 93.653549 106.565369 104.387405 119.793701 111.833069 135.743286 C 119.316528 151.730713 123.247238 169.796875 123.247238 188.240967 L 123.247238 188.240967 Z"/>
+            <path id="path504" fill="#d2c6a8" fill-rule="evenodd" stroke="none" d="M 122 188.240967 C 122 206.38269 118.144882 224.259827 110.774796 239.982666 C 103.44252 255.705505 92.859848 268.782684 80.085037 277.853546 C 67.34803 286.924408 52.910233 291.724396 38.20787 291.724396 C 23.46772 291.724396 9.029922 286.924408 -3.707088 277.853546 C -16.48189 268.782684 -27.064568 255.705505 -34.396851 239.982666 C -41.76693 224.259827 -45.622047 206.38269 -45.622047 188.240967 C -45.622047 170.061401 -41.76693 152.222046 -34.396851 136.499207 C -27.064568 120.776367 -16.48189 107.699219 -3.707088 98.628357 C 9.029922 89.557495 23.46772 84.757507 38.20787 84.757507 C 52.910233 84.757507 67.34803 89.557495 80.085037 98.628357 C 92.859848 107.699219 103.44252 120.776367 110.774796 136.499207 C 118.144882 152.222046 122 170.061401 122 188.240967 L 122 188.240967 Z"/>
+            <path id="path505" fill="#d3c6a9" fill-rule="evenodd" stroke="none" d="M 120.790558 188.240967 C 120.790558 206.155884 116.973221 223.730713 109.716537 239.226746 C 102.497635 254.722839 92.066147 267.611023 79.480316 276.530701 C 66.932281 285.48819 52.683464 290.212585 38.20787 290.212585 C 23.694489 290.212585 9.445671 285.48819 -3.102364 276.530701 C -15.688189 267.611023 -26.119684 254.722839 -33.338581 239.226746 C -40.595276 223.730713 -44.412598 206.155884 -44.412598 188.240967 C -44.412598 170.325989 -40.595276 152.75116 -33.338581 137.255127 C -26.119684 121.759033 -15.688189 108.87085 -3.102364 99.913391 C 9.445671 90.993713 23.694489 86.269287 38.20787 86.269287 C 52.683464 86.269287 66.932281 90.993713 79.480316 99.913391 C 92.066147 108.87085 102.497635 121.759033 109.716537 137.255127 C 116.973221 152.75116 120.790558 170.325989 120.790558 188.240967 L 120.790558 188.240967 Z"/>
+            <path id="path506" fill="#d3c7aa" fill-rule="evenodd" stroke="none" d="M 119.5811 188.240967 C 119.5811 205.891357 115.839371 223.201599 108.69606 238.470886 C 101.55275 253.740173 91.272446 266.439362 78.875587 275.245667 C 66.516533 284.051971 52.494492 288.700775 38.20787 288.700775 C 23.921257 288.700775 9.861416 284.051971 -2.497639 275.245667 C -14.894487 266.439362 -25.137009 253.740173 -32.318111 238.470886 C -39.461418 223.201599 -43.203148 205.891357 -43.203148 188.240967 C -43.203148 170.590576 -39.461418 153.280334 -32.318111 138.011047 C -25.137009 122.74176 -14.894487 110.042542 -2.497639 101.236206 C 9.861416 92.429932 23.921257 87.781128 38.20787 87.781128 C 52.494492 87.781128 66.516533 92.429932 78.875587 101.236206 C 91.272446 110.042542 101.55275 122.74176 108.69606 138.011047 C 115.839371 153.280334 119.5811 170.590576 119.5811 188.240967 L 119.5811 188.240967 Z"/>
+            <path id="path507" fill="#d4c8ac" fill-rule="evenodd" stroke="none" d="M 118.371658 188.240967 C 118.371658 205.62677 114.667709 222.672424 107.637802 237.714966 C 100.60788 252.757507 90.478745 265.267731 78.270866 273.960632 C 66.100784 282.653534 52.267715 287.226776 38.20787 287.226776 C 24.110237 287.226776 10.277164 282.653534 -1.892914 273.960632 C -14.100788 265.267731 -24.192125 252.757507 -31.259842 237.714966 C -38.289764 222.672424 -41.993702 205.62677 -41.993702 188.240967 C -41.993702 170.855103 -38.289764 153.809448 -31.259842 138.766907 C -24.192125 123.724426 -14.100788 111.214172 -1.892914 102.52124 C 10.277164 93.828369 24.110237 89.255127 38.20787 89.255127 C 52.267715 89.255127 66.100784 93.828369 78.270866 102.52124 C 90.478745 111.214172 100.60788 123.724426 107.637802 138.766907 C 114.667709 153.809448 118.371658 170.855103 118.371658 188.240967 L 118.371658 188.240967 Z"/>
+            <path id="path508" fill="#d5c9ad" fill-rule="evenodd" stroke="none" d="M 117.162201 188.240967 C 117.162201 205.362183 113.496063 222.143311 106.579529 236.959045 C 99.662994 251.77478 89.685043 264.096069 77.666145 272.637787 C 65.685036 281.217316 52.040947 285.714966 38.20787 285.714966 C 24.337006 285.714966 10.730709 281.217316 -1.288189 272.637787 C -13.307087 264.096069 -23.247244 251.77478 -30.201574 236.959045 C -37.118111 222.143311 -40.784252 205.362183 -40.784252 188.240967 C -40.784252 171.11969 -37.118111 154.338562 -30.201574 139.522827 C -23.247244 124.669312 -13.307087 112.385803 -1.288189 103.844116 C 10.730709 95.264587 24.337006 90.766907 38.20787 90.766907 C 52.040947 90.766907 65.685036 95.264587 77.666145 103.844116 C 89.685043 112.385803 99.662994 124.669312 106.579529 139.522827 C 113.496063 154.338562 117.162201 171.11969 117.162201 188.240967 L 117.162201 188.240967 Z"/>
+            <path id="path509" fill="#d5caae" fill-rule="evenodd" stroke="none" d="M 115.952759 188.240967 C 115.952759 205.097656 112.362198 221.651978 105.521255 236.240967 C 98.718109 250.829895 88.891342 262.924408 77.061417 271.352753 C 65.231499 279.781097 51.851967 284.203156 38.20787 284.203156 C 24.525986 284.203156 11.146458 279.781097 -0.683464 271.352753 C -12.513386 262.924408 -22.302362 250.829895 -29.143307 236.240967 C -35.984253 221.651978 -39.574802 205.097656 -39.574802 188.240967 C -39.574802 171.384277 -35.984253 154.829895 -29.143307 140.240967 C -22.302362 125.651978 -12.513386 113.557495 -0.683464 105.12915 C 11.146458 96.700806 24.525986 92.278748 38.20787 92.278748 C 51.851967 92.278748 65.231499 96.700806 77.061417 105.12915 C 88.891342 113.557495 98.718109 125.651978 105.521255 140.240967 C 112.362198 154.829895 115.952759 171.384277 115.952759 188.240967 L 115.952759 188.240967 Z"/>
+            <path id="path510" fill="#d6cbaf" fill-rule="evenodd" stroke="none" d="M 114.743301 188.240967 C 114.743301 204.833069 111.190552 221.122864 104.462997 235.485046 C 97.773224 249.847229 88.097641 261.752747 76.456696 270.067719 C 64.81575 278.344879 51.625198 282.691345 38.20787 282.691345 C 24.752754 282.691345 11.562206 278.344879 -0.078739 270.067719 C -11.719685 261.752747 -21.357481 249.847229 -28.085039 235.485046 C -34.812599 221.122864 -38.32756 204.833069 -38.32756 188.240967 C -38.32756 171.648804 -34.812599 155.35907 -28.085039 140.996826 C -21.357481 126.634644 -11.719685 114.729126 -0.078739 106.414185 C 11.562206 98.137024 24.752754 93.752747 38.20787 93.752747 C 51.625198 93.752747 64.81575 98.137024 76.456696 106.414185 C 88.097641 114.729126 97.773224 126.634644 104.462997 140.996826 C 111.190552 155.35907 114.743301 171.648804 114.743301 188.240967 L 114.743301 188.240967 Z"/>
+            <path id="path511" fill="#d7cbb1" fill-rule="evenodd" stroke="none" d="M 113.496063 188.240967 C 113.496063 204.568481 110.01889 220.593689 103.404724 234.729126 C 96.790558 248.864563 87.30394 260.581116 75.851967 268.744873 C 64.400002 276.908661 51.398422 281.217316 38.20787 281.217316 C 24.97953 281.217316 11.977951 276.908661 0.525986 268.744873 C -10.925983 260.581116 -20.412598 248.864563 -27.026772 234.729126 C -33.640945 220.593689 -37.118111 204.568481 -37.118111 188.240967 C -37.118111 171.913391 -33.640945 155.888184 -27.026772 141.752747 C -20.412598 127.61731 -10.925983 115.900818 0.525986 107.737 C 11.977951 99.573242 24.97953 95.264587 38.20787 95.264587 C 51.398422 95.264587 64.400002 99.573242 75.851967 107.737 C 87.30394 115.900818 96.790558 127.61731 103.404724 141.752747 C 110.01889 155.888184 113.496063 171.913391 113.496063 188.240967 L 113.496063 188.240967 Z"/>
+            <path id="path512" fill="#d7ccb2" fill-rule="evenodd" stroke="none" d="M 112.286621 188.240967 C 112.286621 204.303955 108.88504 220.064575 102.384247 233.973206 C 95.845673 247.881897 86.510239 259.409454 75.247246 267.459839 C 63.984253 275.472443 51.20945 279.705505 38.20787 279.705505 C 25.168503 279.705505 12.3937 275.472443 1.130707 267.459839 C -10.132282 259.409454 -19.467716 247.881897 -25.968504 233.973206 C -32.507088 220.064575 -35.908661 204.303955 -35.908661 188.240967 C -35.908661 172.177979 -32.507088 156.417297 -25.968504 142.508667 C -19.467716 128.599976 -10.132282 117.034668 1.130707 109.022034 C 12.3937 101.00946 25.168503 96.776367 38.20787 96.776367 C 51.20945 96.776367 63.984253 101.00946 75.247246 109.022034 C 86.510239 117.034668 95.845673 128.599976 102.384247 142.508667 C 108.88504 156.417297 112.286621 172.177979 112.286621 188.240967 L 112.286621 188.240967 Z"/>
+            <path id="path513" fill="#d8cdb3" fill-rule="evenodd" stroke="none" d="M 111.077164 188.240967 C 111.077164 204.039368 107.713379 219.535461 101.325989 233.217346 C 94.900787 246.899231 85.716537 258.275604 74.642517 266.174805 C 63.568504 274.036224 50.982674 278.193695 38.20787 278.193695 C 25.395279 278.193695 12.809448 274.036224 1.735432 266.174805 C -9.338581 258.275604 -18.522835 246.899231 -24.948032 233.217346 C -31.335432 219.535461 -34.699211 204.039368 -34.699211 188.240967 C -34.699211 172.442505 -31.335432 156.946472 -24.948032 143.264587 C -18.522835 129.582703 -9.338581 118.206299 1.735432 110.307068 C 12.809448 102.407898 25.395279 98.250366 38.20787 98.250366 C 50.982674 98.250366 63.568504 102.407898 74.642517 110.307068 C 85.716537 118.206299 94.900787 129.582703 101.325989 143.264587 C 107.713379 156.946472 111.077164 172.442505 111.077164 188.240967 L 111.077164 188.240967 Z"/>
+            <path id="path514" fill="#d9ceb4" fill-rule="evenodd" stroke="none" d="M 109.867722 188.240967 C 109.867722 203.77478 106.541733 219.044067 100.267715 232.461426 C 93.955902 245.916565 84.922836 257.103943 74.037796 264.851959 C 63.11496 272.637787 50.755905 276.719696 38.20787 276.719696 C 25.622047 276.719696 13.262993 272.637787 2.340157 264.851959 C -8.544884 257.103943 -17.577953 245.916565 -23.889763 232.461426 C -30.163778 219.044067 -33.489765 203.77478 -33.489765 188.240967 C -33.489765 172.707092 -30.163778 157.437805 -23.889763 144.020447 C -17.577953 130.565369 -8.544884 119.37793 2.340157 111.629944 C 13.262993 103.844116 25.622047 99.762207 38.20787 99.762207 C 50.755905 99.762207 63.11496 103.844116 74.037796 111.629944 C 84.922836 119.37793 93.955902 130.565369 100.267715 144.020447 C 106.541733 157.437805 109.867722 172.707092 109.867722 188.240967 L 109.867722 188.240967 Z"/>
+            <path id="path515" fill="#d9cfb6" fill-rule="evenodd" stroke="none" d="M 108.658264 188.240967 C 108.658264 203.510254 105.407867 218.514954 99.209442 231.743286 C 93.011017 244.933838 84.129135 255.932281 73.433067 263.566925 C 62.699211 271.201569 50.566933 275.207886 38.20787 275.207886 C 25.81102 275.207886 13.678741 271.201569 2.944881 263.566925 C -7.751183 255.932281 -16.63307 244.933838 -22.831495 231.743286 C -29.029921 218.514954 -32.280315 203.510254 -32.280315 188.240967 C -32.280315 172.97168 -29.029921 157.966919 -22.831495 144.738586 C -16.63307 131.548035 -7.751183 120.549622 2.944881 112.914978 C 13.678741 105.280334 25.81102 101.273987 38.20787 101.273987 C 50.566933 101.273987 62.699211 105.280334 73.433067 112.914978 C 84.129135 120.549622 93.011017 131.548035 99.209442 144.738586 C 105.407867 157.966919 108.658264 172.97168 108.658264 188.240967 L 108.658264 188.240967 Z"/>
+            <path id="path516" fill="#dad0b7" fill-rule="evenodd" stroke="none" d="M 107.448822 188.240967 C 107.448822 203.245667 104.236221 217.98584 98.151184 230.987427 C 92.066147 243.951172 83.335434 254.76062 72.828346 262.24408 C 62.283463 269.76535 50.340157 273.696075 38.20787 273.696075 C 26.037796 273.696075 14.09449 269.76535 3.549606 262.24408 C -6.957481 254.76062 -15.688189 243.951172 -21.773228 230.987427 C -27.858267 217.98584 -31.070866 203.245667 -31.070866 188.240967 C -31.070866 173.236206 -27.858267 158.496033 -21.773228 145.494507 C -15.688189 132.49292 -6.957481 121.721252 3.549606 114.200012 C 14.09449 106.716553 26.037796 102.748047 38.20787 102.748047 C 50.340157 102.748047 62.283463 106.716553 72.828346 114.200012 C 83.335434 121.721252 92.066147 132.49292 98.151184 145.494507 C 104.236221 158.496033 107.448822 173.236206 107.448822 188.240967 L 107.448822 188.240967 Z"/>
+            <path id="path517" fill="#dbd0b8" fill-rule="evenodd" stroke="none" d="M 106.239365 188.240967 C 106.239365 202.981079 103.06456 217.456665 97.092911 230.231506 C 91.121262 243.006287 82.541733 253.588989 72.223625 260.959045 C 61.867714 268.329132 50.151184 272.222046 38.20787 272.222046 C 26.264565 272.222046 14.510235 268.329132 4.192127 260.959045 C -6.16378 253.588989 -14.743307 243.006287 -20.71496 230.231506 C -26.686615 217.456665 -29.823622 202.981079 -29.823622 188.240967 C -29.823622 173.500793 -26.686615 159.025208 -20.71496 146.250366 C -14.743307 133.475586 -6.16378 122.892883 4.192127 115.522827 C 14.510235 108.152771 26.264565 104.259827 38.20787 104.259827 C 50.151184 104.259827 61.867714 108.152771 72.223625 115.522827 C 82.541733 122.892883 91.121262 133.475586 97.092911 146.250366 C 103.06456 159.025208 106.239365 173.500793 106.239365 188.240967 L 106.239365 188.240967 Z"/>
+            <path id="path518" fill="#dbd1b9" fill-rule="evenodd" stroke="none" d="M 104.992126 188.240967 C 104.992126 202.716553 101.93071 216.927551 96.072433 229.475586 C 90.176376 242.023621 81.748032 252.417297 71.5811 259.674011 C 61.451965 266.892914 49.924408 270.710236 38.20787 270.710236 C 26.453545 270.710236 14.925983 266.892914 4.796852 259.674011 C -5.370079 252.417297 -13.798424 242.023621 -19.656693 229.475586 C -25.552755 216.927551 -28.614174 202.716553 -28.614174 188.240967 C -28.614174 173.765381 -25.552755 159.554321 -19.656693 147.006287 C -13.798424 134.458252 -5.370079 124.064575 4.796852 116.807861 C 14.925983 109.588989 26.453545 105.771667 38.20787 105.771667 C 49.924408 105.771667 61.451965 109.588989 71.5811 116.807861 C 81.748032 124.064575 90.176376 134.458252 96.072433 147.006287 C 101.93071 159.554321 104.992126 173.765381 104.992126 188.240967 L 104.992126 188.240967 Z"/>
+            <path id="path519" fill="#dcd2bb" fill-rule="evenodd" stroke="none" d="M 103.782684 188.240967 C 103.782684 202.451965 100.759048 216.398438 95.014175 228.719666 C 89.231491 241.040955 80.95433 251.245667 70.976379 258.351196 C 61.036217 265.456696 49.697639 269.198425 38.20787 269.198425 C 26.680313 269.198425 15.379528 265.456696 5.401573 258.351196 C -4.576378 251.245667 -12.853542 241.040955 -18.636221 228.719666 C -24.381102 216.398438 -27.404724 202.451965 -27.404724 188.240967 C -27.404724 174.029907 -24.381102 160.045654 -18.636221 147.762207 C -12.853542 135.440918 -4.576378 125.236206 5.401573 118.130737 C 15.379528 110.987427 26.680313 107.245667 38.20787 107.245667 C 49.697639 107.245667 61.036217 110.987427 70.976379 118.130737 C 80.95433 125.236206 89.231491 135.440918 95.014175 147.762207 C 100.759048 160.045654 103.782684 174.029907 103.782684 188.240967 L 103.782684 188.240967 Z"/>
+            <path id="path520" fill="#ddd3bc" fill-rule="evenodd" stroke="none" d="M 102.573227 188.240967 C 102.573227 202.187378 99.587402 215.907104 93.955902 227.963806 C 88.286621 240.058289 80.160629 250.074036 70.371651 257.066132 C 60.58268 264.058258 49.508659 267.724396 38.20787 267.724396 C 26.869293 267.724396 15.795277 264.058258 6.006298 257.066132 C -3.782677 250.074036 -11.908661 240.058289 -17.577953 227.963806 C -23.20945 215.907104 -26.195276 202.187378 -26.195276 188.240967 C -26.195276 174.294495 -23.20945 160.574829 -17.577953 148.518127 C -11.908661 136.423645 -3.782677 126.370056 6.006298 119.415771 C 15.795277 112.423645 26.869293 108.757507 38.20787 108.757507 C 49.508659 108.757507 60.58268 112.423645 70.371651 119.415771 C 80.160629 126.370056 88.286621 136.423645 93.955902 148.518127 C 99.587402 160.574829 102.573227 174.294495 102.573227 188.240967 L 102.573227 188.240967 Z"/>
+            <path id="path521" fill="#ddd4bd" fill-rule="evenodd" stroke="none" d="M 101.363785 188.240967 C 101.363785 201.922852 98.453537 215.37793 92.897644 227.245667 C 87.341736 239.075562 79.366928 248.940186 69.76693 255.781097 C 60.166931 262.62204 49.281891 266.212585 38.20787 266.212585 C 27.096062 266.212585 16.211025 262.62204 6.611023 255.781097 C -2.988976 248.940186 -10.963779 239.075562 -16.519686 227.245667 C -22.07559 215.37793 -24.985826 201.922852 -24.985826 188.240967 C -24.985826 174.559082 -22.07559 161.103943 -16.519686 149.236206 C -10.963779 137.406311 -2.988976 127.541748 6.611023 120.700806 C 16.211025 113.859863 27.096062 110.269287 38.20787 110.269287 C 49.281891 110.269287 60.166931 113.859863 69.76693 120.700806 C 79.366928 127.541748 87.341736 137.406311 92.897644 149.236206 C 98.453537 161.103943 101.363785 174.559082 101.363785 188.240967 L 101.363785 188.240967 Z"/>
+            <path id="path522" fill="#ded5be" fill-rule="evenodd" stroke="none" d="M 100.154327 188.240967 C 100.154327 201.658264 97.281891 214.848816 91.839371 226.489746 C 86.396851 238.092896 78.573227 247.768494 69.162201 254.458252 C 59.751183 261.185822 49.055115 264.700775 38.20787 264.700775 C 27.322838 264.700775 16.62677 261.185822 7.215748 254.458252 C -2.195274 247.768494 -10.018898 238.092896 -15.461418 226.489746 C -20.903936 214.848816 -23.776379 201.658264 -23.776379 188.240967 C -23.776379 174.823608 -20.903936 161.633057 -15.461418 149.992126 C -10.018898 138.388977 -2.195274 128.713379 7.215748 122.023621 C 16.62677 115.296082 27.322838 111.781128 38.20787 111.781128 C 49.055115 111.781128 59.751183 115.296082 69.162201 122.023621 C 78.573227 128.713379 86.396851 138.388977 91.839371 149.992126 C 97.281891 161.633057 100.154327 174.823608 100.154327 188.240967 L 100.154327 188.240967 Z"/>
+            <path id="path523" fill="#ded5c0" fill-rule="evenodd" stroke="none" d="M 98.944885 188.240967 C 98.944885 201.393677 96.110229 214.319702 90.781097 225.733887 C 85.451965 237.110229 77.779526 246.596863 68.55748 253.173218 C 59.335434 259.749603 48.866142 263.226776 38.20787 263.226776 C 27.51181 263.226776 17.042519 259.749603 7.820473 253.173218 C -1.401573 246.596863 -9.074017 237.110229 -14.403151 225.733887 C -19.732283 214.319702 -22.566929 201.393677 -22.566929 188.240967 C -22.566929 175.088196 -19.732283 162.162231 -14.403151 150.748047 C -9.074017 139.333862 -1.401573 129.88501 7.820473 123.308655 C 17.042519 116.7323 27.51181 113.255127 38.20787 113.255127 C 48.866142 113.255127 59.335434 116.7323 68.55748 123.308655 C 77.779526 129.88501 85.451965 139.333862 90.781097 150.748047 C 96.110229 162.162231 98.944885 175.088196 98.944885 188.240967 L 98.944885 188.240967 Z"/>
+            <path id="path524" fill="#dfd6c1" fill-rule="evenodd" stroke="none" d="M 97.735428 188.240967 C 97.735428 201.12915 94.976379 213.790527 89.760635 224.977966 C 84.50708 236.165344 76.985825 245.425171 67.952759 251.888184 C 58.919685 258.313385 48.639374 261.714966 38.20787 261.714966 C 27.738586 261.714966 17.458267 258.313385 8.425198 251.888184 C -0.607876 245.425171 -8.129135 236.165344 -13.344883 224.977966 C -18.598425 213.790527 -21.319685 201.12915 -21.319685 188.240967 C -21.319685 175.352783 -18.598425 162.653564 -13.344883 151.503967 C -8.129135 140.316528 -0.607876 131.056702 8.425198 124.593689 C 17.458267 118.168518 27.738586 114.766907 38.20787 114.766907 C 48.639374 114.766907 58.919685 118.168518 67.952759 124.593689 C 76.985825 131.056702 84.50708 140.316528 89.760635 151.503967 C 94.976379 162.653564 97.735428 175.352783 97.735428 188.240967 L 97.735428 188.240967 Z"/>
+            <path id="path525" fill="#e0d7c2" fill-rule="evenodd" stroke="none" d="M 96.48819 188.240967 C 96.48819 200.864563 93.804718 213.299194 88.702362 224.222046 C 83.56221 235.182678 76.229919 244.25354 67.34803 250.565369 C 58.466141 256.877167 48.412598 260.203156 38.20787 260.203156 C 27.965355 260.203156 17.911812 256.877167 9.029922 250.565369 C 0.185825 244.25354 -7.184254 235.182678 -12.324409 224.222046 C -17.426771 213.299194 -20.110237 200.864563 -20.110237 188.240967 C -20.110237 175.61731 -17.426771 163.182678 -12.324409 152.259827 C -7.184254 141.299194 0.185825 132.228333 9.029922 125.916565 C 17.911812 119.604736 27.965355 116.278748 38.20787 116.278748 C 48.412598 116.278748 58.466141 119.604736 67.34803 125.916565 C 76.229919 132.228333 83.56221 141.299194 88.702362 152.259827 C 93.804718 163.182678 96.48819 175.61731 96.48819 188.240967 L 96.48819 188.240967 Z"/>
+            <path id="path526" fill="#e0d8c4" fill-rule="evenodd" stroke="none" d="M 95.278748 188.240967 C 95.278748 200.599976 92.633072 212.770081 87.644089 223.466125 C 82.617325 234.200012 75.436218 243.081909 66.743309 249.280334 C 58.050392 255.478729 48.223625 258.729126 38.20787 258.729126 C 28.154327 258.729126 18.32756 255.478729 9.634647 249.280334 C 0.979527 243.081909 -6.239368 234.200012 -11.26614 223.466125 C -16.255117 212.770081 -18.900787 200.599976 -18.900787 188.240967 C -18.900787 175.881897 -16.255117 163.711792 -11.26614 153.015747 C -6.239368 142.28186 0.979527 133.400024 9.634647 127.201599 C 18.32756 121.003174 28.154327 117.752747 38.20787 117.752747 C 48.223625 117.752747 58.050392 121.003174 66.743309 127.201599 C 75.436218 133.400024 82.617325 142.28186 87.644089 153.015747 C 92.633072 163.711792 95.278748 175.881897 95.278748 188.240967 L 95.278748 188.240967 Z"/>
+            <path id="path527" fill="#e1d9c5" fill-rule="evenodd" stroke="none" d="M 94.06929 188.240967 C 94.06929 200.335449 91.499207 212.240967 86.585831 222.710266 C 81.67244 233.217346 74.642517 241.910217 66.13858 247.9953 C 57.634644 254.042542 47.996849 257.217316 38.20787 257.217316 C 28.381104 257.217316 18.743309 254.042542 10.239368 247.9953 C 1.735432 241.910217 -5.294487 233.217346 -10.207874 222.710266 C -15.12126 212.240967 -17.691339 200.335449 -17.691339 188.240967 C -17.691339 176.146484 -15.12126 164.240967 -10.207874 153.733887 C -5.294487 143.264587 1.735432 134.571655 10.239368 128.486633 C 18.743309 122.439392 28.381104 119.264587 38.20787 119.264587 C 47.996849 119.264587 57.634644 122.439392 66.13858 128.486633 C 74.642517 134.571655 81.67244 143.264587 86.585831 153.733887 C 91.499207 164.240967 94.06929 176.146484 94.06929 188.240967 L 94.06929 188.240967 Z"/>
+            <path id="path528" fill="#e2dac6" fill-rule="evenodd" stroke="none" d="M 92.859848 188.240967 C 92.859848 200.070862 90.32756 211.711792 85.527557 221.992126 C 80.727562 232.234619 73.848816 240.738586 65.533859 246.672424 C 57.218895 252.606323 47.770081 255.705505 38.20787 255.705505 C 28.607872 255.705505 19.159058 252.606323 10.844093 246.672424 C 2.529133 240.738586 -4.349606 232.234619 -9.149605 221.992126 C -13.949608 211.711792 -16.48189 200.070862 -16.48189 188.240967 C -16.48189 176.411011 -13.949608 164.770081 -9.149605 154.489746 C -4.349606 144.247253 2.529133 135.705505 10.844093 129.809448 C 19.159058 123.87561 28.607872 120.776367 38.20787 120.776367 C 47.770081 120.776367 57.218895 123.87561 65.533859 129.809448 C 73.848816 135.705505 80.727562 144.247253 85.527557 154.489746 C 90.32756 164.770081 92.859848 176.411011 92.859848 188.240967 L 92.859848 188.240967 Z"/>
+            <path id="path529" fill="#e2dac7" fill-rule="evenodd" stroke="none" d="M 91.650391 188.240967 C 91.650391 199.806274 89.155899 211.182678 84.469284 221.236206 C 79.782677 231.251953 73.055115 239.604736 64.929131 245.38739 C 56.803146 251.170105 47.5811 254.231506 38.20787 254.231506 C 28.796852 254.231506 19.574806 251.170105 11.448818 245.38739 C 3.322834 239.604736 -3.404724 231.251953 -8.091339 221.236206 C -12.777954 211.182678 -15.272442 199.806274 -15.272442 188.240967 C -15.272442 176.675598 -12.777954 165.261414 -8.091339 155.245667 C -3.404724 145.229919 3.322834 136.877136 11.448818 131.094482 C 19.574806 125.311829 28.796852 122.250366 38.20787 122.250366 C 47.5811 122.250366 56.803146 125.311829 64.929131 131.094482 C 73.055115 136.877136 79.782677 145.229919 84.469284 155.245667 C 89.155899 165.261414 91.650391 176.675598 91.650391 188.240967 L 91.650391 188.240967 Z"/>
+            <path id="path530" fill="#e3dbc9" fill-rule="evenodd" stroke="none" d="M 90.440948 188.240967 C 90.440948 199.541748 88.022049 210.691345 83.448822 220.480286 C 78.837799 230.269287 72.261414 238.433044 64.324409 244.064575 C 56.349609 249.733887 47.354332 252.719666 38.20787 252.719666 C 29.023621 252.719666 20.028343 249.733887 12.053543 244.064575 C 4.116535 238.433044 -2.459843 230.269287 -7.03307 220.480286 C -11.644096 210.691345 -14.062992 199.541748 -14.062992 188.240967 C -14.062992 176.902344 -11.644096 165.790527 -7.03307 156.001587 C -2.459843 146.212585 4.116535 138.048828 12.053543 132.379517 C 20.028343 126.748047 29.023621 123.762207 38.20787 123.762207 C 47.354332 123.762207 56.349609 126.748047 64.324409 132.379517 C 72.261414 138.048828 78.837799 146.212585 83.448822 156.001587 C 88.022049 165.790527 90.440948 176.902344 90.440948 188.240967 L 90.440948 188.240967 Z"/>
+            <path id="path531" fill="#e4dcca" fill-rule="evenodd" stroke="none" d="M 89.231491 188.240967 C 89.231491 199.277161 86.850388 210.162231 82.390549 219.724426 C 77.892914 229.286621 71.46772 237.261414 63.719688 242.779541 C 55.933861 248.297607 47.165352 251.207886 38.20787 251.207886 C 29.250397 251.207886 20.444092 248.297607 12.696064 242.779541 C 4.910236 237.261414 -1.514961 229.286621 -6.0126 219.724426 C -10.472443 210.162231 -12.815746 199.277161 -12.815746 188.240967 C -12.815746 177.166931 -10.472443 166.319702 -6.0126 156.757507 C -1.514961 147.157471 4.910236 139.220459 12.696064 133.702393 C 20.444092 128.184265 29.250397 125.273987 38.20787 125.273987 C 47.165352 125.273987 55.933861 128.184265 63.719688 133.702393 C 71.46772 139.220459 77.892914 147.157471 82.390549 156.757507 C 86.850388 166.319702 89.231491 177.166931 89.231491 188.240967 L 89.231491 188.240967 Z"/>
+            <path id="path532" fill="#e4ddcb" fill-rule="evenodd" stroke="none" d="M 87.984253 188.240967 C 87.984253 199.012573 85.716537 209.633057 81.332283 218.968506 C 76.948029 228.341736 70.674019 236.089783 63.077164 241.494507 C 55.518112 246.861389 46.938583 249.733887 38.20787 249.733887 C 29.439369 249.733887 20.85984 246.861389 13.300789 241.494507 C 5.703938 236.089783 -0.57008 228.341736 -4.95433 218.968506 C -9.300789 209.633057 -11.6063 199.012573 -11.6063 188.240967 C -11.6063 177.431519 -9.300789 166.848816 -4.95433 157.513367 C -0.57008 148.140137 5.703938 140.392151 13.300789 134.987427 C 20.85984 129.582703 29.439369 126.748047 38.20787 126.748047 C 46.938583 126.748047 55.518112 129.582703 63.077164 134.987427 C 70.674019 140.392151 76.948029 148.140137 81.332283 157.513367 C 85.716537 166.848816 87.984253 177.431519 87.984253 188.240967 L 87.984253 188.240967 Z"/>
+            <path id="path533" fill="#e5decc" fill-rule="evenodd" stroke="none" d="M 86.774796 188.240967 C 86.774796 198.785828 84.544876 209.103943 80.274017 218.212585 C 76.003151 227.35907 69.880318 234.918091 62.472443 240.171631 C 55.102364 245.463013 46.711807 248.222046 38.20787 248.222046 C 29.666145 248.222046 21.275589 245.463013 13.90551 240.171631 C 6.497639 234.918091 0.374802 227.35907 -3.896065 218.212585 C -8.166927 209.103943 -10.396851 198.785828 -10.396851 188.240967 C -10.396851 177.696045 -8.166927 167.37793 -3.896065 158.231506 C 0.374802 149.122864 6.497639 141.563782 13.90551 136.310242 C 21.275589 131.018921 29.666145 128.259827 38.20787 128.259827 C 46.711807 128.259827 55.102364 131.018921 62.472443 136.310242 C 69.880318 141.563782 76.003151 149.122864 80.274017 158.231506 C 84.544876 167.37793 86.774796 177.696045 86.774796 188.240967 L 86.774796 188.240967 Z"/>
+            <path id="path534" fill="#e6dfce" fill-rule="evenodd" stroke="none" d="M 85.565353 188.240967 C 85.565353 198.52124 83.37323 208.574829 79.215752 217.494507 C 75.058266 226.376404 69.086617 233.74646 61.867714 238.886597 C 54.686615 244.026794 46.522835 246.710266 38.20787 246.710266 C 29.855118 246.710266 21.691338 244.026794 14.510235 238.886597 C 7.29134 233.74646 1.319687 226.376404 -2.837795 217.494507 C -6.995277 208.574829 -9.187401 198.52124 -9.187401 188.240967 C -9.187401 177.960632 -6.995277 167.907104 -2.837795 158.987427 C 1.319687 150.10553 7.29134 142.735413 14.510235 137.595276 C 21.691338 132.455139 29.855118 129.771667 38.20787 129.771667 C 46.522835 129.771667 54.686615 132.455139 61.867714 137.595276 C 69.086617 142.735413 75.058266 150.10553 79.215752 158.987427 C 83.37323 167.907104 85.565353 177.960632 85.565353 188.240967 L 85.565353 188.240967 Z"/>
+            <path id="path535" fill="#e6dfcf" fill-rule="evenodd" stroke="none" d="M 84.355911 188.240967 C 84.355911 198.256714 82.239365 208.083435 78.157478 216.738586 C 74.113388 225.393677 68.292915 232.574829 61.262993 237.601563 C 54.270866 242.590576 46.296066 245.236206 38.20787 245.236206 C 30.081886 245.236206 22.144882 242.590576 15.11496 237.601563 C 8.085041 232.574829 2.264568 225.393677 -1.779526 216.738586 C -5.823624 208.083435 -7.977951 198.256714 -7.977951 188.240967 C -7.977951 178.22522 -5.823624 168.398438 -1.779526 159.743286 C 2.264568 151.088196 8.085041 143.907104 15.11496 138.88031 C 22.144882 133.891357 30.081886 131.245667 38.20787 131.245667 C 46.296066 131.245667 54.270866 133.891357 61.262993 138.88031 C 68.292915 143.907104 74.113388 151.088196 78.157478 159.743286 C 82.239365 168.398438 84.355911 178.22522 84.355911 188.240967 L 84.355911 188.240967 Z"/>
+            <path id="path536" fill="#e7e0d0" fill-rule="evenodd" stroke="none" d="M 83.146454 188.240967 C 83.146454 197.992126 81.067719 207.554321 77.099213 215.982666 C 73.168503 224.411011 67.499214 231.403137 60.658264 236.278748 C 53.817322 241.154358 46.06929 243.724426 38.20787 243.724426 C 30.308662 243.724426 22.560631 241.154358 15.719685 236.278748 C 8.878738 231.403137 3.20945 224.411011 -0.72126 215.982666 C -4.689762 207.554321 -6.768505 197.992126 -6.768505 188.240967 C -6.768505 178.489746 -4.689762 168.927551 -0.72126 160.499207 C 3.20945 152.070862 8.878738 145.040955 15.719685 140.203125 C 22.560631 135.327576 30.308662 132.757507 38.20787 132.757507 C 46.06929 132.757507 53.817322 135.327576 60.658264 140.203125 C 67.499214 145.040955 73.168503 152.070862 77.099213 160.499207 C 81.067719 168.927551 83.146454 178.489746 83.146454 188.240967 L 83.146454 188.240967 Z"/>
+            <path id="path537" fill="#e8e1d1" fill-rule="evenodd" stroke="none" d="M 81.937004 188.240967 C 81.937004 197.727539 79.896065 207.025208 76.078743 215.226746 C 72.223625 223.428345 66.705513 230.269287 60.053543 234.993713 C 53.401573 239.71814 45.880318 242.212585 38.20787 242.212585 C 30.497635 242.212585 22.976379 239.71814 16.324409 234.993713 C 9.67244 230.269287 4.154331 223.428345 0.299213 215.226746 C -3.518108 207.025208 -5.559055 197.727539 -5.559055 188.240967 C -5.559055 178.754333 -3.518108 169.456665 0.299213 161.255127 C 4.154331 153.053528 9.67244 146.212585 16.324409 141.488159 C 22.976379 136.763794 30.497635 134.269287 38.20787 134.269287 C 45.880318 134.269287 53.401573 136.763794 60.053543 141.488159 C 66.705513 146.212585 72.223625 153.053528 76.078743 161.255127 C 79.896065 169.456665 81.937004 178.754333 81.937004 188.240967 L 81.937004 188.240967 Z"/>
+            <path id="path538" fill="#e8e2d3" fill-rule="evenodd" stroke="none" d="M 80.727562 188.240967 C 80.727562 197.463013 78.762207 206.496033 75.02047 214.470886 C 71.27874 222.445679 65.911812 229.097656 59.448822 233.708679 C 52.985825 238.28186 45.653542 240.738586 38.20787 240.738586 C 30.724411 240.738586 23.392128 238.28186 16.929134 233.708679 C 10.466141 229.097656 5.099213 222.445679 1.357479 214.470886 C -2.346458 206.496033 -4.31181 197.463013 -4.31181 188.240967 C -4.31181 179.018921 -2.346458 169.98584 1.357479 162.011047 C 5.099213 154.036194 10.466141 147.384277 16.929134 142.773254 C 23.392128 138.162231 30.724411 135.743286 38.20787 135.743286 C 45.653542 135.743286 52.985825 138.162231 59.448822 142.773254 C 65.911812 147.384277 71.27874 154.036194 75.02047 162.011047 C 78.762207 169.98584 80.727562 179.018921 80.727562 188.240967 L 80.727562 188.240967 Z"/>
+            <path id="path539" fill="#e9e3d4" fill-rule="evenodd" stroke="none" d="M 79.480316 188.240967 C 79.480316 197.198425 77.590553 205.966919 73.962204 213.714966 C 70.333855 221.463013 65.118111 227.925964 58.844093 232.385803 C 52.570076 236.883484 45.426773 239.226746 38.20787 239.226746 C 30.95118 239.226746 23.807877 236.883484 17.533859 232.385803 C 11.259842 227.925964 6.044094 221.463013 2.415749 213.714966 C -1.212597 205.966919 -3.102364 197.198425 -3.102364 188.240967 C -3.102364 179.283447 -1.212597 170.514954 2.415749 162.729126 C 6.044094 154.981079 11.259842 148.555908 17.533859 144.096069 C 23.807877 139.59845 30.95118 137.255127 38.20787 137.255127 C 45.426773 137.255127 52.570076 139.59845 58.844093 144.096069 C 65.118111 148.555908 70.333855 154.981079 73.962204 162.729126 C 77.590553 170.514954 79.480316 179.283447 79.480316 188.240967 L 79.480316 188.240967 Z"/>
+            <path id="path540" fill="#eae4d5" fill-rule="evenodd" stroke="none" d="M 78.270866 188.240967 C 78.270866 196.933838 76.4189 205.475586 72.903938 212.996826 C 69.388977 220.518127 64.324409 226.754333 58.239372 231.100769 C 52.154327 235.447266 45.237793 237.714966 38.20787 237.714966 C 31.14016 237.714966 24.223625 235.447266 18.13858 231.100769 C 12.053543 226.754333 6.988976 220.518127 3.474014 212.996826 C -0.040943 205.475586 -1.892914 196.933838 -1.892914 188.240967 C -1.892914 179.548035 -0.040943 171.006287 3.474014 163.485046 C 6.988976 155.963806 12.053543 149.727539 18.13858 145.381104 C 24.223625 141.034668 31.14016 138.766907 38.20787 138.766907 C 45.237793 138.766907 52.154327 141.034668 58.239372 145.381104 C 64.324409 149.727539 69.388977 155.963806 72.903938 163.485046 C 76.4189 171.006287 78.270866 179.548035 78.270866 188.240967 L 78.270866 188.240967 Z"/>
+            <path id="path541" fill="#eae4d7" fill-rule="evenodd" stroke="none" d="M 77.061417 188.240967 C 77.061417 196.669312 75.285042 204.946472 71.845673 212.240967 C 68.444092 219.535461 63.530708 225.582703 57.634644 229.777954 C 51.70079 234.011047 45.011024 236.240967 38.20787 236.240967 C 31.366928 236.240967 24.677162 234.011047 18.743309 229.777954 C 12.847244 225.582703 7.933857 219.535461 4.532284 212.240967 C 1.092915 204.946472 -0.683464 196.669312 -0.683464 188.240967 C -0.683464 179.812622 1.092915 171.535461 4.532284 164.240967 C 7.933857 156.946472 12.847244 150.899231 18.743309 146.666138 C 24.677162 142.470886 31.366928 140.240967 38.20787 140.240967 C 45.011024 140.240967 51.70079 142.470886 57.634644 146.666138 C 63.530708 150.899231 68.444092 156.946472 71.845673 164.240967 C 75.285042 171.535461 77.061417 179.812622 77.061417 188.240967 L 77.061417 188.240967 Z"/>
+            <path id="path542" fill="#ebe5d8" fill-rule="evenodd" stroke="none" d="M 75.851967 188.240967 C 75.851967 196.404724 74.113388 204.417297 70.787399 211.485046 C 67.499214 218.552734 62.737007 224.411011 57.029922 228.49292 C 51.285042 232.574829 44.784248 234.729126 38.20787 234.729126 C 31.593704 234.729126 25.092911 232.574829 19.34803 228.49292 C 13.640945 224.411011 8.878738 218.552734 5.590549 211.485046 C 2.264568 204.417297 0.525986 196.404724 0.525986 188.240967 C 0.525986 180.077148 2.264568 172.064575 5.590549 164.996826 C 8.878738 157.929138 13.640945 152.070862 19.34803 147.988953 C 25.092911 143.907104 31.593704 141.752747 38.20787 141.752747 C 44.784248 141.752747 51.285042 143.907104 57.029922 147.988953 C 62.737007 152.070862 67.499214 157.929138 70.787399 164.996826 C 74.113388 172.064575 75.851967 180.077148 75.851967 188.240967 L 75.851967 188.240967 Z"/>
+            <path id="path543" fill="#ebe6d9" fill-rule="evenodd" stroke="none" d="M 74.642517 188.240967 C 74.642517 196.140137 72.941734 203.888184 69.76693 210.729126 C 66.554329 217.570068 61.943306 223.23938 56.425194 227.207886 C 50.869293 231.138611 44.595276 233.217346 38.20787 233.217346 C 31.782677 233.217346 25.508659 231.138611 19.952759 227.207886 C 14.434647 223.23938 9.823624 217.570068 6.611023 210.729126 C 3.436222 203.888184 1.735432 196.140137 1.735432 188.240967 C 1.735432 180.341736 3.436222 172.593689 6.611023 165.752747 C 9.823624 158.911804 14.434647 153.242493 19.952759 149.273987 C 25.508659 145.343323 31.782677 143.264587 38.20787 143.264587 C 44.595276 143.264587 50.869293 145.343323 56.425194 149.273987 C 61.943306 153.242493 66.554329 158.911804 69.76693 165.752747 C 72.941734 172.593689 74.642517 180.341736 74.642517 188.240967 L 74.642517 188.240967 Z"/>
+            <path id="path544" fill="#ece7da" fill-rule="evenodd" stroke="none" d="M 73.433067 188.240967 C 73.433067 195.87561 71.807877 203.35907 68.708664 209.973206 C 65.609451 216.587402 61.149605 222.067688 55.820473 225.88501 C 50.453545 229.702393 44.368507 231.743286 38.20787 231.743286 C 32.009445 231.743286 25.924408 229.702393 20.55748 225.88501 C 15.228348 222.067688 10.768505 216.587402 7.669292 209.973206 C 4.57008 203.35907 2.944881 195.87561 2.944881 188.240967 C 2.944881 180.606323 4.57008 173.122864 7.669292 166.508667 C 10.768505 159.89447 15.228348 154.414185 20.55748 150.596863 C 25.924408 146.779541 32.009445 144.738586 38.20787 144.738586 C 44.368507 144.738586 50.453545 146.779541 55.820473 150.596863 C 61.149605 154.414185 65.609451 159.89447 68.708664 166.508667 C 71.807877 173.122864 73.433067 180.606323 73.433067 188.240967 L 73.433067 188.240967 Z"/>
+            <path id="path545" fill="#ede8dc" fill-rule="evenodd" stroke="none" d="M 72.223625 188.240967 C 72.223625 195.611023 70.636223 202.867737 67.650391 209.217346 C 64.664566 215.604736 60.355904 220.933838 55.215752 224.599976 C 50.037796 228.303955 44.179527 230.231506 38.20787 230.231506 C 32.236221 230.231506 26.340157 228.303955 21.199997 224.599976 C 16.022049 220.933838 11.713387 215.604736 8.727558 209.217346 C 5.741734 202.867737 4.192127 195.611023 4.192127 188.240967 C 4.192127 180.87085 5.741734 173.614197 8.727558 167.226746 C 11.713387 160.877136 16.022049 155.548035 21.199997 151.881897 C 26.340157 148.177979 32.236221 146.250366 38.20787 146.250366 C 44.179527 146.250366 50.037796 148.177979 55.215752 151.881897 C 60.355904 155.548035 64.664566 160.877136 67.650391 167.226746 C 70.636223 173.614197 72.223625 180.87085 72.223625 188.240967 L 72.223625 188.240967 Z"/>
+            <path id="path546" fill="#ede9dd" fill-rule="evenodd" stroke="none" d="M 70.976379 188.240967 C 70.976379 195.346436 69.464569 202.338562 66.592125 208.499207 C 63.719688 214.62207 59.562202 219.762207 54.573227 223.314941 C 49.622047 226.867737 43.952759 228.719666 38.20787 228.719666 C 32.425194 228.719666 26.793701 226.867737 21.804726 223.314941 C 16.815746 219.762207 12.658268 214.62207 9.785828 208.499207 C 6.913387 202.338562 5.401573 195.346436 5.401573 188.240967 C 5.401573 181.135437 6.913387 174.143311 9.785828 167.982666 C 12.658268 161.822021 16.815746 156.719666 21.804726 153.166931 C 26.793701 149.614197 32.425194 147.762207 38.20787 147.762207 C 43.952759 147.762207 49.622047 149.614197 54.573227 153.166931 C 59.562202 156.719666 63.719688 161.822021 66.592125 167.982666 C 69.464569 174.143311 70.976379 181.135437 70.976379 188.240967 L 70.976379 188.240967 Z"/>
+            <path id="path547" fill="#eee9de" fill-rule="evenodd" stroke="none" d="M 69.76693 188.240967 C 69.76693 195.081909 68.330711 201.809448 65.533859 207.743286 C 62.774803 213.677185 58.768501 218.590576 53.968506 221.992126 C 49.168503 225.431519 43.725983 227.245667 38.20787 227.245667 C 32.65197 227.245667 27.20945 225.431519 22.409447 221.992126 C 17.609447 218.590576 13.603149 213.677185 10.844093 207.743286 C 8.047245 201.809448 6.611023 195.081909 6.611023 188.240967 C 6.611023 181.400024 8.047245 174.672424 10.844093 168.738586 C 13.603149 162.804749 17.609447 157.891357 22.409447 154.489746 C 27.20945 151.050415 32.65197 149.236206 38.20787 149.236206 C 43.725983 149.236206 49.168503 151.050415 53.968506 154.489746 C 58.768501 157.891357 62.774803 162.804749 65.533859 168.738586 C 68.330711 174.672424 69.76693 181.400024 69.76693 188.240967 L 69.76693 188.240967 Z"/>
+            <path id="path548" fill="#efeadf" fill-rule="evenodd" stroke="none" d="M 68.55748 188.240967 C 68.55748 194.817322 67.159058 201.280334 64.475594 206.987427 C 61.829918 212.694458 57.9748 217.418884 53.363777 220.707092 C 48.752754 223.9953 43.53701 225.733887 38.20787 225.733887 C 32.840942 225.733887 27.625198 223.9953 23.014175 220.707092 C 18.403152 217.418884 14.548031 212.694458 11.902363 206.987427 C 9.218899 201.280334 7.820473 194.817322 7.820473 188.240967 C 7.820473 181.664551 9.218899 175.201599 11.902363 169.494507 C 14.548031 163.787415 18.403152 159.062988 23.014175 155.77478 C 27.625198 152.486633 32.840942 150.748047 38.20787 150.748047 C 43.53701 150.748047 48.752754 152.486633 53.363777 155.77478 C 57.9748 159.062988 61.829918 163.787415 64.475594 169.494507 C 67.159058 175.201599 68.55748 181.664551 68.55748 188.240967 L 68.55748 188.240967 Z"/>
+            <path id="path549" fill="#efebe1" fill-rule="evenodd" stroke="none" d="M 67.34803 188.240967 C 67.34803 194.552734 65.987404 200.75116 63.455116 206.231506 C 60.88504 211.711792 57.218895 216.247253 52.759056 219.422058 C 48.337006 222.559082 43.310234 224.222046 38.20787 224.222046 C 33.067719 224.222046 28.040947 222.559082 23.618896 219.422058 C 19.196854 216.247253 15.492912 211.711792 12.922836 206.231506 C 10.390553 200.75116 9.029922 194.552734 9.029922 188.240967 C 9.029922 181.929138 10.390553 175.730713 12.922836 170.250366 C 15.492912 164.770081 19.196854 160.234619 23.618896 157.059814 C 28.040947 153.922852 33.067719 152.259827 38.20787 152.259827 C 43.310234 152.259827 48.337006 153.922852 52.759056 157.059814 C 57.218895 160.234619 60.88504 164.770081 63.455116 170.250366 C 65.987404 175.730713 67.34803 181.929138 67.34803 188.240967 L 67.34803 188.240967 Z"/>
+            <path id="path550" fill="#f0ece2" fill-rule="evenodd" stroke="none" d="M 66.13858 188.240967 C 66.13858 194.288208 64.853546 200.222046 62.396851 205.475586 C 59.940155 210.729126 56.425194 215.075562 52.154327 218.099182 C 47.921257 221.122864 43.083466 222.710266 38.20787 222.710266 C 33.294487 222.710266 28.456696 221.122864 24.223625 218.099182 C 19.990555 215.075562 16.437794 210.729126 13.981102 205.475586 C 11.52441 200.222046 10.239368 194.288208 10.239368 188.240967 C 10.239368 182.193726 11.52441 176.222046 13.981102 171.006287 C 16.437794 165.752747 19.990555 161.406311 24.223625 158.38269 C 28.456696 155.35907 33.294487 153.733887 38.20787 153.733887 C 43.083466 153.733887 47.921257 155.35907 52.154327 158.38269 C 56.425194 161.406311 59.940155 165.752747 62.396851 171.006287 C 64.853546 176.222046 66.13858 182.193726 66.13858 188.240967 L 66.13858 188.240967 Z"/>
+            <path id="path551" fill="#f1ede3" fill-rule="evenodd" stroke="none" d="M 64.929131 188.240967 C 64.929131 194.023621 63.681892 199.730713 61.338585 204.719666 C 58.995277 209.74646 55.631493 213.903931 51.549606 216.814148 C 47.505508 219.686584 42.894485 221.236206 38.20787 221.236206 C 33.483467 221.236206 28.872444 219.686584 24.828346 216.814148 C 20.74646 213.903931 17.382679 209.74646 15.039371 204.719666 C 12.696064 199.730713 11.448818 194.023621 11.448818 188.240967 C 11.448818 182.458252 12.696064 176.75116 15.039371 171.762207 C 17.382679 166.735413 20.74646 162.577942 24.828346 159.667725 C 28.872444 156.757507 33.483467 155.245667 38.20787 155.245667 C 42.894485 155.245667 47.505508 156.757507 51.549606 159.667725 C 55.631493 162.577942 58.995277 166.735413 61.338585 171.762207 C 63.681892 176.75116 64.929131 182.458252 64.929131 188.240967 L 64.929131 188.240967 Z"/>
+            <path id="path552" fill="#f1eee4" fill-rule="evenodd" stroke="none" d="M 63.719688 188.240967 C 63.719688 193.759033 62.510239 199.201599 60.280312 204.001587 C 58.050392 208.763794 54.837799 212.7323 50.944885 215.529114 C 47.051971 218.288208 42.667717 219.724426 38.20787 219.724426 C 33.710236 219.724426 29.325981 218.288208 25.433067 215.529114 C 21.540161 212.7323 18.32756 208.763794 16.097637 204.001587 C 13.867718 199.201599 12.696064 193.759033 12.696064 188.240967 C 12.696064 182.722839 13.867718 177.280334 16.097637 172.480286 C 18.32756 167.71814 21.540161 163.749634 25.433067 160.952759 C 29.325981 158.193726 33.710236 156.757507 38.20787 156.757507 C 42.667717 156.757507 47.051971 158.193726 50.944885 160.952759 C 54.837799 163.749634 58.050392 167.71814 60.280312 172.480286 C 62.510239 177.280334 63.719688 182.722839 63.719688 188.240967 L 63.719688 188.240967 Z"/>
+            <path id="path553" fill="#f2eee6" fill-rule="evenodd" stroke="none" d="M 62.472443 188.240967 C 62.472443 193.494507 61.376381 198.672424 59.222046 203.245667 C 57.105515 207.781128 54.044098 211.59845 50.340157 214.206299 C 46.636223 216.85199 42.440948 218.212585 38.20787 218.212585 C 33.937004 218.212585 29.74173 216.85199 26.037796 214.206299 C 22.333855 211.59845 19.272438 207.781128 17.155907 203.245667 C 15.001575 198.672424 13.90551 193.494507 13.90551 188.240967 C 13.90551 182.987427 15.001575 177.809448 17.155907 173.236206 C 19.272438 168.700806 22.333855 164.883484 26.037796 162.275574 C 29.74173 159.629944 33.937004 158.231506 38.20787 158.231506 C 42.440948 158.231506 46.636223 159.629944 50.340157 162.275574 C 54.044098 164.883484 57.105515 168.700806 59.222046 173.236206 C 61.376381 177.809448 62.472443 182.987427 62.472443 188.240967 L 62.472443 188.240967 Z"/>
+            <path id="path554" fill="#f3efe7" fill-rule="evenodd" stroke="none" d="M 61.262993 188.240967 C 61.262993 193.229919 60.204727 198.143311 58.16378 202.489746 C 56.160629 206.798401 53.250397 210.426758 49.735435 212.921265 C 46.220474 215.415771 42.251968 216.738586 38.20787 216.738586 C 34.125984 216.738586 30.157478 215.415771 26.642517 212.921265 C 23.127556 210.426758 20.217323 206.798401 18.214172 202.489746 C 16.173229 198.143311 15.11496 193.229919 15.11496 188.240967 C 15.11496 183.251953 16.173229 178.338562 18.214172 173.992126 C 20.217323 169.645691 23.127556 166.055115 26.642517 163.560608 C 30.157478 161.066162 34.125984 159.743286 38.20787 159.743286 C 42.251968 159.743286 46.220474 161.066162 49.735435 163.560608 C 53.250397 166.055115 56.160629 169.645691 58.16378 173.992126 C 60.204727 178.338562 61.262993 183.251953 61.262993 188.240967 L 61.262993 188.240967 Z"/>
+            <path id="path555" fill="#f3f0e8" fill-rule="evenodd" stroke="none" d="M 60.053543 188.240967 C 60.053543 192.965332 59.033073 197.614197 57.143311 201.733887 C 55.215752 205.853516 52.456696 209.255127 49.130707 211.59845 C 45.804726 213.979553 42.0252 215.226746 38.20787 215.226746 C 34.352753 215.226746 30.573227 213.979553 27.247246 211.59845 C 23.921257 209.255127 21.162201 205.853516 19.234642 201.733887 C 17.344883 197.614197 16.324409 192.965332 16.324409 188.240967 C 16.324409 183.516541 17.344883 178.829895 19.234642 174.748047 C 21.162201 170.628357 23.921257 167.226746 27.247246 164.845642 C 30.573227 162.50238 34.352753 161.255127 38.20787 161.255127 C 42.0252 161.255127 45.804726 162.50238 49.130707 164.845642 C 52.456696 167.226746 55.215752 170.628357 57.143311 174.748047 C 59.033073 178.829895 60.053543 183.516541 60.053543 188.240967 L 60.053543 188.240967 Z"/>
+            <path id="path556" fill="#f4f1e9" fill-rule="evenodd" stroke="none" d="M 58.844093 188.240967 C 58.844093 192.700806 57.899216 197.122864 56.085037 200.977966 C 54.270866 204.87085 51.662994 208.083435 48.525986 210.313416 C 45.388977 212.543335 41.798424 213.714966 38.20787 213.714966 C 34.579529 213.714966 30.988976 212.543335 27.851967 210.313416 C 24.714958 208.083435 22.107086 204.87085 20.292915 200.977966 C 18.478737 197.122864 17.533859 192.700806 17.533859 188.240967 C 17.533859 183.781128 18.478737 179.35907 20.292915 175.503967 C 22.107086 171.611023 24.714958 168.398438 27.851967 166.168518 C 30.988976 163.938599 34.579529 162.729126 38.20787 162.729126 C 41.798424 162.729126 45.388977 163.938599 48.525986 166.168518 C 51.662994 168.398438 54.270866 171.611023 56.085037 175.503967 C 57.899216 179.35907 58.844093 183.781128 58.844093 188.240967 L 58.844093 188.240967 Z"/>
+            <path id="path557" fill="#f5f2eb" fill-rule="evenodd" stroke="none" d="M 57.634644 188.240967 C 57.634644 192.436218 56.727562 196.593689 55.026772 200.222046 C 53.325981 203.888184 50.869293 206.911804 47.921257 209.02832 C 44.935432 211.107117 41.609451 212.240967 38.20787 212.240967 C 34.768501 212.240967 31.44252 211.107117 28.456696 209.02832 C 25.508659 206.911804 23.051971 203.888184 21.351181 200.222046 C 19.650391 196.593689 18.743309 192.436218 18.743309 188.240967 C 18.743309 184.045654 19.650391 179.888184 21.351181 176.259827 C 23.051971 172.593689 25.508659 169.570068 28.456696 167.453552 C 31.44252 165.337036 34.768501 164.240967 38.20787 164.240967 C 41.609451 164.240967 44.935432 165.337036 47.921257 167.453552 C 50.869293 169.570068 53.325981 172.593689 55.026772 176.259827 C 56.727562 179.888184 57.634644 184.045654 57.634644 188.240967 L 57.634644 188.240967 Z"/>
+            <path id="path558" fill="#f5f3ec" fill-rule="evenodd" stroke="none" d="M 56.425194 188.240967 C 56.425194 192.171631 55.555908 196.064575 53.968506 199.503967 C 52.381104 202.905518 50.075592 205.740173 47.316536 207.705505 C 44.519684 209.708679 41.382675 210.729126 38.20787 210.729126 C 34.995277 210.729126 31.858269 209.708679 29.061417 207.705505 C 26.302361 205.740173 23.996849 202.905518 22.409447 199.503967 C 20.822044 196.064575 19.952759 192.171631 19.952759 188.240967 C 19.952759 184.272461 20.822044 180.417297 22.409447 176.977966 C 23.996849 173.576355 26.302361 170.74176 29.061417 168.776367 C 31.858269 166.773254 34.995277 165.752747 38.20787 165.752747 C 41.382675 165.752747 44.519684 166.773254 47.316536 168.776367 C 50.075592 170.74176 52.381104 173.576355 53.968506 176.977966 C 55.555908 180.417297 56.425194 184.272461 56.425194 188.240967 L 56.425194 188.240967 Z"/>
+            <path id="path559" fill="#f6f3ed" fill-rule="evenodd" stroke="none" d="M 55.215752 188.240967 C 55.215752 191.907104 54.42205 195.535461 52.910233 198.748047 C 51.436218 201.922852 49.281891 204.568481 46.711807 206.420471 C 44.103935 208.272461 41.193703 209.217346 38.20787 209.217346 C 35.222046 209.217346 32.274017 208.272461 29.703934 206.420471 C 27.096062 204.568481 24.941734 201.922852 23.46772 198.748047 C 21.955902 195.535461 21.199997 191.907104 21.199997 188.240967 C 21.199997 184.536987 21.955902 180.946472 23.46772 177.733887 C 24.941734 174.559082 27.096062 171.913391 29.703934 170.061401 C 32.274017 168.209473 35.222046 167.226746 38.20787 167.226746 C 41.193703 167.226746 44.103935 168.209473 46.711807 170.061401 C 49.281891 171.913391 51.436218 174.559082 52.910233 177.733887 C 54.42205 180.946472 55.215752 184.536987 55.215752 188.240967 L 55.215752 188.240967 Z"/>
+            <path id="path560" fill="#f7f4ef" fill-rule="evenodd" stroke="none" d="M 53.968506 188.240967 C 53.968506 191.642517 53.250397 195.006287 51.851967 197.992126 C 50.491341 200.940186 48.48819 203.396851 46.06929 205.135437 C 43.688187 206.836243 40.966927 207.743286 38.20787 207.743286 C 35.411026 207.743286 32.689766 206.836243 30.308662 205.135437 C 27.889763 203.396851 25.886612 200.940186 24.525986 197.992126 C 23.127556 195.006287 22.409447 191.642517 22.409447 188.240967 C 22.409447 184.801575 23.127556 181.437805 24.525986 178.489746 C 25.886612 175.541748 27.889763 173.085022 30.308662 171.346436 C 32.689766 169.645691 35.411026 168.738586 38.20787 168.738586 C 40.966927 168.738586 43.688187 169.645691 46.06929 171.346436 C 48.48819 173.085022 50.491341 175.541748 51.851967 178.489746 C 53.250397 181.437805 53.968506 184.801575 53.968506 188.240967 L 53.968506 188.240967 Z"/>
+            <path id="path561" fill="#f7f5f0" fill-rule="evenodd" stroke="none" d="M 52.759056 188.240967 C 52.759056 191.415771 52.078743 194.514954 50.831497 197.236206 C 49.546455 199.957458 47.694489 202.22522 45.464569 203.812622 C 43.272438 205.400024 40.740158 206.231506 38.20787 206.231506 C 35.637794 206.231506 33.105515 205.400024 30.913383 203.812622 C 28.683464 202.22522 26.831497 199.957458 25.546455 197.236206 C 24.29921 194.514954 23.618896 191.415771 23.618896 188.240967 C 23.618896 185.066162 24.29921 181.966919 25.546455 179.245667 C 26.831497 176.524414 28.683464 174.218872 30.913383 172.669312 C 33.105515 171.081909 35.637794 170.250366 38.20787 170.250366 C 40.740158 170.250366 43.272438 171.081909 45.464569 172.669312 C 47.694489 174.218872 49.546455 176.524414 50.831497 179.245667 C 52.078743 181.966919 52.759056 185.066162 52.759056 188.240967 L 52.759056 188.240967 Z"/>
+            <path id="path562" fill="#f8f6f1" fill-rule="evenodd" stroke="none" d="M 51.549606 188.240967 C 51.549606 191.151184 50.944885 193.98584 49.773232 196.480286 C 48.601578 199.012573 46.900787 201.091309 44.85984 202.527588 C 42.856689 203.963806 40.551178 204.719666 38.20787 204.719666 C 35.826775 204.719666 33.521263 203.963806 31.518112 202.527588 C 29.477165 201.091309 27.776375 199.012573 26.604721 196.480286 C 25.433067 193.98584 24.828346 191.151184 24.828346 188.240967 C 24.828346 185.330688 25.433067 182.496033 26.604721 180.001587 C 27.776375 177.469299 29.477165 175.390564 31.518112 173.954346 C 33.521263 172.518127 35.826775 171.762207 38.20787 171.762207 C 40.551178 171.762207 42.856689 172.518127 44.85984 173.954346 C 46.900787 175.390564 48.601578 177.469299 49.773232 180.001587 C 50.944885 182.496033 51.549606 185.330688 51.549606 188.240967 L 51.549606 188.240967 Z"/>
+            <path id="path563" fill="#f8f7f2" fill-rule="evenodd" stroke="none" d="M 50.340157 188.240967 C 50.340157 190.886597 49.773232 193.456665 48.714958 195.724426 C 47.656693 198.029907 46.107086 199.919678 44.255119 201.242493 C 42.403152 202.527588 40.324409 203.245667 38.20787 203.245667 C 36.053543 203.245667 33.9748 202.527588 32.122833 201.242493 C 30.270866 199.919678 28.72126 198.029907 27.662994 195.724426 C 26.604721 193.456665 26.037796 190.886597 26.037796 188.240967 C 26.037796 185.595276 26.604721 183.025208 27.662994 180.757507 C 28.72126 178.451965 30.270866 176.562195 32.122833 175.23938 C 33.9748 173.954346 36.053543 173.236206 38.20787 173.236206 C 40.324409 173.236206 42.403152 173.954346 44.255119 175.23938 C 46.107086 176.562195 47.656693 178.451965 48.714958 180.757507 C 49.773232 183.025208 50.340157 185.595276 50.340157 188.240967 L 50.340157 188.240967 Z"/>
+            <path id="path564" fill="#f9f8f4" fill-rule="evenodd" stroke="none" d="M 49.130707 188.240967 C 49.130707 190.62207 48.601578 192.927551 47.656693 194.968506 C 46.711807 197.047241 45.313385 198.748047 43.650391 199.919678 C 41.987404 201.12915 40.097641 201.733887 38.20787 201.733887 C 36.280312 201.733887 34.390549 201.12915 32.727562 199.919678 C 31.064568 198.748047 29.666145 197.047241 28.72126 194.968506 C 27.776375 192.927551 27.247246 190.62207 27.247246 188.240967 C 27.247246 185.859863 27.776375 183.554321 28.72126 181.475586 C 29.666145 179.434631 31.064568 177.733887 32.727562 176.562195 C 34.390549 175.352783 36.280312 174.748047 38.20787 174.748047 C 40.097641 174.748047 41.987404 175.352783 43.650391 176.562195 C 45.313385 177.733887 46.711807 179.434631 47.656693 181.475586 C 48.601578 183.554321 49.130707 185.859863 49.130707 188.240967 L 49.130707 188.240967 Z"/>
+            <path id="path565" fill="#faf8f5" fill-rule="evenodd" stroke="none" d="M 47.921257 188.240967 C 47.921257 190.357483 47.46772 192.398438 46.598427 194.250366 C 45.76693 196.064575 44.519684 197.576355 43.04567 198.634644 C 41.571655 199.692932 39.908661 200.222046 38.20787 200.222046 C 36.469292 200.222046 34.806297 199.692932 33.332283 198.634644 C 31.858269 197.576355 30.611023 196.064575 29.779526 194.250366 C 28.910233 192.398438 28.456696 190.357483 28.456696 188.240967 C 28.456696 186.12439 28.910233 184.083435 29.779526 182.231506 C 30.611023 180.417297 31.858269 178.905518 33.332283 177.847229 C 34.806297 176.789001 36.469292 176.259827 38.20787 176.259827 C 39.908661 176.259827 41.571655 176.789001 43.04567 177.847229 C 44.519684 178.905518 45.76693 180.417297 46.598427 182.231506 C 47.46772 184.083435 47.921257 186.12439 47.921257 188.240967 L 47.921257 188.240967 Z"/>
+            <path id="path566" fill="#faf9f6" fill-rule="evenodd" stroke="none" d="M 46.711807 188.240967 C 46.711807 190.092896 46.296066 191.907104 45.540161 193.494507 C 44.822044 195.081909 43.725983 196.404724 42.440948 197.311829 C 41.155907 198.256714 39.681892 198.748047 38.20787 198.748047 C 36.69606 198.748047 35.222046 198.256714 33.937004 197.311829 C 32.65197 196.404724 31.555908 195.081909 30.837799 193.494507 C 30.081886 191.907104 29.703934 190.092896 29.703934 188.240967 C 29.703934 186.388977 30.081886 184.574829 30.837799 182.987427 C 31.555908 181.400024 32.65197 180.077148 33.937004 179.132263 C 35.222046 178.22522 36.69606 177.733887 38.20787 177.733887 C 39.681892 177.733887 41.155907 178.22522 42.440948 179.132263 C 43.725983 180.077148 44.822044 181.400024 45.540161 182.987427 C 46.296066 184.574829 46.711807 186.388977 46.711807 188.240967 L 46.711807 188.240967 Z"/>
+            <path id="path567" fill="#fbfaf7" fill-rule="evenodd" stroke="none" d="M 45.464569 188.240967 C 45.464569 189.828369 45.124413 191.37793 44.519684 192.738586 C 43.877167 194.099182 42.932281 195.233093 41.83622 196.026794 C 40.740158 196.820496 39.455116 197.236206 38.20787 197.236206 C 36.922836 197.236206 35.637794 196.820496 34.541733 196.026794 C 33.445671 195.233093 32.500786 194.099182 31.896065 192.738586 C 31.25354 191.37793 30.913383 189.828369 30.913383 188.240967 C 30.913383 186.653564 31.25354 185.103943 31.896065 183.743286 C 32.500786 182.38269 33.445671 181.24884 34.541733 180.455139 C 35.637794 179.661438 36.922836 179.245667 38.20787 179.245667 C 39.455116 179.245667 40.740158 179.661438 41.83622 180.455139 C 42.932281 181.24884 43.877167 182.38269 44.519684 183.743286 C 45.124413 185.103943 45.464569 186.653564 45.464569 188.240967 L 45.464569 188.240967 Z"/>
+            <path id="path568" fill="#fcfbf9" fill-rule="evenodd" stroke="none" d="M 44.255119 188.240967 C 44.255119 189.563782 43.990555 190.848816 43.461418 191.982666 C 42.932281 193.116516 42.13858 194.061401 41.231499 194.74176 C 40.286613 195.384277 39.266144 195.724426 38.20787 195.724426 C 37.111809 195.724426 36.091339 195.384277 35.146454 194.74176 C 34.239372 194.061401 33.445671 193.116516 32.916534 191.982666 C 32.387398 190.848816 32.122833 189.563782 32.122833 188.240967 C 32.122833 186.918091 32.387398 185.633057 32.916534 184.499207 C 33.445671 183.365356 34.239372 182.420471 35.146454 181.740173 C 36.091339 181.097656 37.111809 180.757507 38.20787 180.757507 C 39.266144 180.757507 40.286613 181.097656 41.231499 181.740173 C 42.13858 182.420471 42.932281 183.365356 43.461418 184.499207 C 43.990555 185.633057 44.255119 186.918091 44.255119 188.240967 L 44.255119 188.240967 Z"/>
+            <path id="path569" fill="#fcfcfa" fill-rule="evenodd" stroke="none" d="M 43.04567 188.240967 C 43.04567 189.299194 42.818901 190.319702 42.403152 191.226746 C 41.987404 192.13385 41.344879 192.889771 40.62677 193.418884 C 39.870865 193.948059 39.039368 194.250366 38.20787 194.250366 C 37.338585 194.250366 36.507088 193.948059 35.751183 193.418884 C 35.033073 192.889771 34.390549 192.13385 33.9748 191.226746 C 33.559052 190.319702 33.332283 189.299194 33.332283 188.240967 C 33.332283 187.182678 33.559052 186.162231 33.9748 185.255127 C 34.390549 184.310242 35.033073 183.554321 35.751183 183.062988 C 36.507088 182.533875 37.338585 182.231506 38.20787 182.231506 C 39.039368 182.231506 39.870865 182.533875 40.62677 183.062988 C 41.344879 183.554321 41.987404 184.310242 42.403152 185.255127 C 42.818901 186.162231 43.04567 187.182678 43.04567 188.240967 L 43.04567 188.240967 Z"/>
+            <path id="path570" fill="#fdfdfb" fill-rule="evenodd" stroke="none" d="M 41.83622 188.240967 C 41.83622 189.034668 41.685036 189.790527 41.344879 190.470886 C 41.042519 191.188965 40.551178 191.75592 40.022049 192.13385 C 39.455116 192.511841 38.812599 192.738586 38.20787 192.738586 C 37.565353 192.738586 36.922836 192.511841 36.355904 192.13385 C 35.826775 191.75592 35.335434 191.188965 35.033073 190.470886 C 34.730705 189.790527 34.541733 189.034668 34.541733 188.240967 C 34.541733 187.447266 34.730705 186.691345 35.033073 185.973206 C 35.335434 185.292908 35.826775 184.726013 36.355904 184.348022 C 36.922836 183.932312 37.565353 183.743286 38.20787 183.743286 C 38.812599 183.743286 39.455116 183.932312 40.022049 184.348022 C 40.551178 184.726013 41.042519 185.292908 41.344879 185.973206 C 41.685036 186.691345 41.83622 187.447266 41.83622 188.240967 L 41.83622 188.240967 Z"/>
+            <path id="path571" fill="#fefdfc" fill-rule="evenodd" stroke="none" d="M 40.62677 188.240967 C 40.62677 188.770081 40.51339 189.299194 40.286613 189.752747 C 40.097641 190.206299 39.757477 190.584229 39.41732 190.848816 C 39.039368 191.113403 38.623619 191.226746 38.20787 191.226746 C 37.754333 191.226746 37.338585 191.113403 36.960632 190.848816 C 36.620476 190.584229 36.318108 190.206299 36.091339 189.752747 C 35.864571 189.299194 35.751183 188.770081 35.751183 188.240967 C 35.751183 187.711792 35.864571 187.182678 36.091339 186.729126 C 36.318108 186.275574 36.620476 185.897644 36.960632 185.633057 C 37.338585 185.36853 37.754333 185.255127 38.20787 185.255127 C 38.623619 185.255127 39.039368 185.36853 39.41732 185.633057 C 39.757477 185.897644 40.097641 186.275574 40.286613 186.729126 C 40.51339 187.182678 40.62677 187.711792 40.62677 188.240967 L 40.62677 188.240967 Z"/>
+            <path id="path572" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 39.41732 188.240967 C 39.41732 188.505493 39.341736 188.770081 39.228348 188.996826 C 39.152756 189.223633 38.963783 189.412598 38.812599 189.526001 C 38.623619 189.677185 38.396851 189.752747 38.20787 189.752747 C 37.981102 189.752747 37.754333 189.677185 37.565353 189.526001 C 37.414177 189.412598 37.262993 189.223633 37.149605 188.996826 C 37.036217 188.770081 36.960632 188.505493 36.960632 188.240967 C 36.960632 187.976379 37.036217 187.711792 37.149605 187.485046 C 37.262993 187.25824 37.414177 187.069275 37.565353 186.955933 C 37.754333 186.804749 37.981102 186.729126 38.20787 186.729126 C 38.396851 186.729126 38.623619 186.804749 38.812599 186.955933 C 38.963783 187.069275 39.152756 187.25824 39.228348 187.485046 C 39.341736 187.711792 39.41732 187.976379 39.41732 188.240967 L 39.41732 188.240967 Z"/>
+        </g>
+        <clipPath id="clipPath28">
+            <path d="M 181.300781 365.122833 L 39.11496 282.766937 L 39.11496 189.185852 L 181.300781 271.541718 L 181.300781 365.122833 L 181.300781 365.122833 Z"/>
+        </clipPath>
+        <g id="g27" clip-path="url(#clipPath28)"/>
+        <clipPath id="clipPath29">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g28" clip-path="url(#clipPath29)">
+            <path id="path573" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 181.300781 365.122833 L 39.11496 282.766937 L 39.11496 189.185852 L 181.300781 271.541718 L 181.300781 365.122833 Z"/>
+        </g>
+        <clipPath id="clipPath30">
+            <path d="M 276.091339 300.228333 L 238.674011 322.678741 L 238.674011 231.592102 L 276.091339 210.388977 L 276.091339 300.228333 L 276.091339 300.228333 Z"/>
+        </clipPath>
+        <g id="g29" clip-path="url(#clipPath30)"/>
+        <clipPath id="clipPath31">
+            <path d="M 276.091339 300.228333 L 238.674011 322.678741 L 238.674011 231.592102 L 276.091339 210.388977 L 276.091339 300.228333 L 276.091339 300.228333 Z"/>
+        </clipPath>
+        <g id="g30" clip-path="url(#clipPath31)">
+            <path id="path574" fill="#c0c0c0" fill-rule="evenodd" stroke="none" d="M 293.288177 209.444092 C 293.288177 237.790527 290.718109 265.64566 285.842529 290.174805 C 280.966919 314.74173 273.974792 335.113373 265.508667 349.286621 C 257.080322 363.459839 247.480316 370.905518 237.729126 370.905518 C 227.977966 370.905518 218.415741 363.459839 209.9496 349.286621 C 201.521255 335.113373 194.491333 314.74173 189.615753 290.174805 C 184.740158 265.64566 182.170074 237.790527 182.170074 209.444092 C 182.170074 181.097656 184.740158 153.280334 189.615753 128.713379 C 194.491333 104.184265 201.521255 83.812622 209.9496 69.639343 C 218.415741 55.466125 227.977966 47.982666 237.729126 47.982666 C 247.480316 47.982666 257.080322 55.466125 265.508667 69.639343 C 273.974792 83.812622 280.966919 104.184265 285.842529 128.713379 C 290.718109 153.280334 293.288177 181.097656 293.288177 209.444092 L 293.288177 209.444092 Z"/>
+            <path id="path575" fill="#c0c0c0" fill-rule="evenodd" stroke="none" d="M 265.24408 209.444092 C 265.24408 223.466125 263.959045 237.261414 261.540161 249.393677 C 259.121246 261.563782 255.681885 271.655121 251.486603 278.647247 C 247.291351 285.677155 242.566925 289.381104 237.729126 289.381104 C 232.929138 289.381104 228.166931 285.677155 223.971649 278.647247 C 219.814178 271.655121 216.337006 261.563782 213.918121 249.393677 C 211.499207 237.261414 210.251984 223.466125 210.251984 209.444092 C 210.251984 195.422058 211.499207 181.62677 213.918121 169.494507 C 216.337006 157.362183 219.814178 147.270874 223.971649 140.240967 C 228.166931 133.210999 232.929138 129.544861 237.729126 129.544861 C 242.566925 129.544861 247.291351 133.210999 251.486603 140.240967 C 255.681885 147.270874 259.121246 157.362183 261.540161 169.494507 C 263.959045 181.62677 265.24408 195.422058 265.24408 209.444092 L 265.24408 209.444092 Z"/>
+            <path id="path576" fill="#c1c1c1" fill-rule="evenodd" stroke="none" d="M 264.714966 209.444092 C 264.714966 223.201599 263.467712 236.7323 261.086609 248.637817 C 258.743317 260.581116 255.341736 270.483459 251.222046 277.362213 C 247.140167 284.240936 242.491333 287.869293 237.729126 287.869293 C 233.00473 287.869293 228.355896 284.240936 224.236206 277.362213 C 220.154327 270.483459 216.752747 260.581116 214.371643 248.637817 C 211.99054 236.7323 210.743317 223.201599 210.743317 209.444092 C 210.743317 195.686584 211.99054 182.155884 214.371643 170.250366 C 216.752747 158.34491 220.154327 148.442505 224.236206 141.563782 C 228.355896 134.647217 233.00473 131.056702 237.729126 131.056702 C 242.491333 131.056702 247.140167 134.647217 251.222046 141.563782 C 255.341736 148.442505 258.743317 158.34491 261.086609 170.250366 C 263.467712 182.155884 264.714966 195.686584 264.714966 209.444092 L 264.714966 209.444092 Z"/>
+            <path id="path577" fill="#c2c2c2" fill-rule="evenodd" stroke="none" d="M 264.185822 209.444092 C 264.185822 222.937012 262.976379 236.203125 260.670868 247.919678 C 258.327545 259.598419 255.001587 269.311798 250.957489 276.039368 C 246.951172 282.804718 242.37796 286.357483 237.729126 286.357483 C 233.080322 286.357483 228.544891 282.804718 224.500793 276.039368 C 220.494476 269.311798 217.130707 259.598419 214.825195 247.919678 C 212.481903 236.203125 211.27243 222.937012 211.27243 209.444092 C 211.27243 195.951172 212.481903 182.685059 214.825195 171.006287 C 217.130707 159.327576 220.494476 149.614197 224.500793 142.848816 C 228.544891 136.121277 233.080322 132.530701 237.729126 132.530701 C 242.37796 132.530701 246.951172 136.121277 250.957489 142.848816 C 255.001587 149.614197 258.327545 159.327576 260.670868 171.006287 C 262.976379 182.685059 264.185822 195.951172 264.185822 209.444092 L 264.185822 209.444092 Z"/>
+            <path id="path578" fill="#c4c4c4" fill-rule="evenodd" stroke="none" d="M 263.694489 209.444092 C 263.694489 222.672424 262.485046 235.674011 260.217316 247.163757 C 257.911804 258.615753 254.661407 268.140167 250.692902 274.754333 C 246.762207 281.3685 242.302368 284.845673 237.729126 284.845673 C 233.193695 284.845673 228.696075 281.3685 224.76535 274.754333 C 220.834656 268.140167 217.546448 258.615753 215.278748 247.163757 C 213.011017 235.674011 211.801575 222.672424 211.801575 209.444092 C 211.801575 196.215759 213.011017 183.214172 215.278748 171.762207 C 217.546448 160.310242 220.834656 150.785828 224.76535 144.171631 C 228.696075 137.557495 233.193695 134.042542 237.729126 134.042542 C 242.302368 134.042542 246.762207 137.557495 250.692902 144.171631 C 254.661407 150.785828 257.911804 160.310242 260.217316 171.762207 C 262.485046 183.214172 263.694489 196.215759 263.694489 209.444092 L 263.694489 209.444092 Z"/>
+            <path id="path579" fill="#c5c5c5" fill-rule="evenodd" stroke="none" d="M 263.165344 209.444092 C 263.165344 222.407898 261.993713 235.144897 259.763794 246.407898 C 257.533844 257.633057 254.321259 266.968506 250.466156 273.431488 C 246.573242 279.932281 242.188965 283.333862 237.729126 283.333862 C 233.269287 283.333862 228.88504 279.932281 225.029907 273.431488 C 221.174805 266.968506 217.962219 257.633057 215.732269 246.407898 C 213.50235 235.144897 212.330719 222.407898 212.330719 209.444092 C 212.330719 196.480286 213.50235 183.743286 215.732269 172.518127 C 217.962219 161.292908 221.174805 151.957458 225.029907 145.456665 C 228.88504 138.993713 233.269287 135.554321 237.729126 135.554321 C 242.188965 135.554321 246.573242 138.993713 250.466156 145.456665 C 254.321259 151.957458 257.533844 161.292908 259.763794 172.518127 C 261.993713 183.743286 263.165344 196.480286 263.165344 209.444092 L 263.165344 209.444092 Z"/>
+            <path id="path580" fill="#c6c6c6" fill-rule="evenodd" stroke="none" d="M 262.63623 209.444092 C 262.63623 222.143311 261.50235 234.653564 259.310242 245.651978 C 257.118103 256.650391 253.98111 265.796844 250.201569 272.146454 C 246.422058 278.496063 242.113373 281.822052 237.729126 281.822052 C 233.38269 281.822052 229.074005 278.496063 225.294495 272.146454 C 221.514954 265.796844 218.340149 256.650391 216.185822 245.651978 C 213.993713 234.653564 212.822052 222.143311 212.822052 209.444092 C 212.822052 196.744873 213.993713 184.272461 216.185822 173.273987 C 218.340149 162.275574 221.514954 153.12915 225.294495 146.779541 C 229.074005 140.429932 233.38269 137.066162 237.729126 137.066162 C 242.113373 137.066162 246.422058 140.429932 250.201569 146.779541 C 253.98111 153.12915 257.118103 162.275574 259.310242 173.273987 C 261.50235 184.272461 262.63623 196.744873 262.63623 209.444092 L 262.63623 209.444092 Z"/>
+            <path id="path581" fill="#c7c7c7" fill-rule="evenodd" stroke="none" d="M 262.107086 209.444092 C 262.107086 221.878723 261.011017 234.12439 258.856689 244.896057 C 256.702362 255.667725 253.64093 264.587402 249.937012 270.823608 C 246.233063 277.059845 242 280.310242 237.729126 280.310242 C 233.458282 280.310242 229.263 277.059845 225.559052 270.823608 C 221.855133 264.587402 218.75592 255.667725 216.601563 244.896057 C 214.485046 234.12439 213.351196 221.878723 213.351196 209.444092 C 213.351196 197.00946 214.485046 184.801575 216.601563 174.029907 C 218.75592 163.25824 221.855133 154.300781 225.559052 148.064575 C 229.263 141.86615 233.458282 138.577942 237.729126 138.577942 C 242 138.577942 246.233063 141.86615 249.937012 148.064575 C 253.64093 154.300781 256.702362 163.25824 258.856689 174.029907 C 261.011017 184.801575 262.107086 197.00946 262.107086 209.444092 L 262.107086 209.444092 Z"/>
+            <path id="path582" fill="#c8c8c8" fill-rule="evenodd" stroke="none" d="M 261.615753 209.444092 C 261.615753 221.614197 260.519684 233.595276 258.403137 244.140137 C 256.324402 254.685059 253.300781 263.415741 249.672455 269.538574 C 246.044098 275.623627 241.924408 278.798431 237.729126 278.798431 C 233.533844 278.798431 229.414185 275.623627 225.785828 269.538574 C 222.157471 263.415741 219.171661 254.685059 217.055115 244.140137 C 214.976379 233.595276 213.88031 221.614197 213.88031 209.444092 C 213.88031 197.273987 214.976379 185.330688 217.055115 174.785828 C 219.171661 164.240967 222.157471 155.472412 225.785828 149.38739 C 229.414185 143.302368 233.533844 140.089783 237.729126 140.089783 C 241.924408 140.089783 246.044098 143.302368 249.672455 149.38739 C 253.300781 155.472412 256.324402 164.240967 258.403137 174.785828 C 260.519684 185.330688 261.615753 197.273987 261.615753 209.444092 L 261.615753 209.444092 Z"/>
+            <path id="path583" fill="#cacaca" fill-rule="evenodd" stroke="none" d="M 261.086609 209.444092 C 261.086609 221.349609 259.99054 233.066162 257.949615 243.384277 C 255.908661 253.702393 252.960632 262.24408 249.407867 268.215759 C 245.855133 274.187408 241.848816 277.286621 237.729126 277.286621 C 233.647247 277.286621 229.603149 274.187408 226.050385 268.215759 C 222.49765 262.24408 219.549591 253.702393 217.508667 243.384277 C 215.467712 233.066162 214.371643 221.349609 214.371643 209.444092 C 214.371643 197.538574 215.467712 185.822021 217.508667 175.541748 C 219.549591 165.223633 222.49765 156.644104 226.050385 150.672424 C 229.603149 144.738586 233.647247 141.601563 237.729126 141.601563 C 241.848816 141.601563 245.855133 144.738586 249.407867 150.672424 C 252.960632 156.644104 255.908661 165.223633 257.949615 175.541748 C 259.99054 185.822021 261.086609 197.538574 261.086609 209.444092 L 261.086609 209.444092 Z"/>
+            <path id="path584" fill="#cbcbcb" fill-rule="evenodd" stroke="none" d="M 260.557495 209.444092 C 260.557495 221.085022 259.499207 232.536987 257.496063 242.628357 C 255.49292 252.719666 252.620483 261.072449 249.143311 266.892914 C 245.666138 272.713379 241.735443 275.812592 237.729126 275.812592 C 233.722839 275.812592 229.792114 272.713379 226.314972 266.892914 C 222.837799 261.072449 219.965363 252.719666 217.962219 242.628357 C 215.959045 232.536987 214.900787 221.085022 214.900787 209.444092 C 214.900787 197.803162 215.959045 186.351196 217.962219 176.259827 C 219.965363 166.206299 222.837799 157.815735 226.314972 151.9953 C 229.792114 146.174805 233.722839 143.113403 237.729126 143.113403 C 241.735443 143.113403 245.666138 146.174805 249.143311 151.9953 C 252.620483 157.815735 255.49292 166.206299 257.496063 176.259827 C 259.499207 186.351196 260.557495 197.803162 260.557495 209.444092 L 260.557495 209.444092 Z"/>
+            <path id="path585" fill="#cccccc" fill-rule="evenodd" stroke="none" d="M 260.066132 209.444092 C 260.066132 220.820496 259.007874 232.007874 257.042511 241.872437 C 255.11496 251.737 252.280304 259.900787 248.878754 265.60788 C 245.514954 271.277161 241.659851 274.300781 237.729126 274.300781 C 233.836212 274.300781 229.98111 271.277161 226.579529 265.60788 C 223.177948 259.900787 220.381104 251.737 218.415741 241.872437 C 216.450409 232.007874 215.429932 220.820496 215.429932 209.444092 C 215.429932 198.067688 216.450409 186.88031 218.415741 177.015747 C 220.381104 167.188965 223.177948 158.987427 226.579529 153.280334 C 229.98111 147.611023 233.836212 144.625183 237.729126 144.625183 C 241.659851 144.625183 245.514954 147.611023 248.878754 153.280334 C 252.280304 158.987427 255.11496 167.188965 257.042511 177.015747 C 259.007874 186.88031 260.066132 198.067688 260.066132 209.444092 L 260.066132 209.444092 Z"/>
+            <path id="path586" fill="#cdcdcd" fill-rule="evenodd" stroke="none" d="M 259.537018 209.444092 C 259.537018 220.555908 258.516541 231.47876 256.62677 241.116516 C 254.699219 250.754333 251.940155 258.729126 248.651978 264.285034 C 245.325989 269.840942 241.546448 272.788971 237.729126 272.788971 C 233.911804 272.788971 230.170074 269.840942 226.844086 264.285034 C 223.518097 258.729126 220.796844 250.754333 218.869293 241.116516 C 216.941742 231.47876 215.959045 220.555908 215.959045 209.444092 C 215.959045 198.332275 216.941742 187.409424 218.869293 177.771667 C 220.796844 168.171631 223.518097 160.159058 226.844086 154.603149 C 230.170074 149.047241 233.911804 146.137024 237.729126 146.137024 C 241.546448 146.137024 245.325989 149.047241 248.651978 154.603149 C 251.940155 160.159058 254.699219 168.171631 256.62677 177.771667 C 258.516541 187.409424 259.537018 198.332275 259.537018 209.444092 L 259.537018 209.444092 Z"/>
+            <path id="path587" fill="#cecece" fill-rule="evenodd" stroke="none" d="M 259.007874 209.444092 C 259.007874 220.291321 258.025208 230.949585 256.173218 240.360657 C 254.283478 249.771667 251.600006 257.557495 248.38739 263 C 245.136993 268.404724 241.470856 271.277161 237.729126 271.277161 C 233.987396 271.277161 230.321259 268.404724 227.108673 263 C 223.858276 257.557495 221.174805 249.771667 219.322845 240.360657 C 217.433075 230.949585 216.450409 220.291321 216.450409 209.444092 C 216.450409 198.596863 217.433075 187.938599 219.322845 178.527588 C 221.174805 169.154358 223.858276 161.330688 227.108673 155.925964 C 230.321259 150.483459 233.987396 147.611023 237.729126 147.611023 C 241.470856 147.611023 245.136993 150.483459 248.38739 155.925964 C 251.600006 161.330688 254.283478 169.154358 256.173218 178.527588 C 258.025208 187.938599 259.007874 198.596863 259.007874 209.444092 L 259.007874 209.444092 Z"/>
+            <path id="path588" fill="#cfcfcf" fill-rule="evenodd" stroke="none" d="M 258.478729 209.444092 C 258.478729 220.026794 257.533844 230.420471 255.719696 239.604736 C 253.905518 248.789001 251.259857 256.385834 248.122833 261.677155 C 244.948029 266.968506 241.395264 269.76535 237.729126 269.76535 C 234.1008 269.76535 230.510223 266.968506 227.37323 261.677155 C 224.198425 256.385834 221.590546 248.789001 219.776367 239.604736 C 217.924408 230.420471 216.979523 220.026794 216.979523 209.444092 C 216.979523 198.861389 217.924408 188.467712 219.776367 179.283447 C 221.590546 170.137024 224.198425 162.50238 227.37323 157.210999 C 230.510223 151.919678 234.1008 149.122864 237.729126 149.122864 C 241.395264 149.122864 244.948029 151.919678 248.122833 157.210999 C 251.259857 162.50238 253.905518 170.137024 255.719696 179.283447 C 257.533844 188.467712 258.478729 198.861389 258.478729 209.444092 L 258.478729 209.444092 Z"/>
+            <path id="path589" fill="#d1d1d1" fill-rule="evenodd" stroke="none" d="M 257.987396 209.444092 C 257.987396 219.762207 257.042511 229.929138 255.266144 238.848816 C 253.489777 247.806274 250.919678 255.214172 247.858276 260.39212 C 244.796844 265.532288 241.281891 268.25354 237.729126 268.25354 C 234.176392 268.25354 230.699219 265.532288 227.637787 260.39212 C 224.538574 255.214172 222.006287 247.806274 220.229919 238.848816 C 218.453552 229.929138 217.508667 219.762207 217.508667 209.444092 C 217.508667 199.125977 218.453552 188.996826 220.229919 180.039368 C 222.006287 171.11969 224.538574 163.674011 227.637787 158.533875 C 230.699219 153.355896 234.176392 150.634644 237.729126 150.634644 C 241.281891 150.634644 244.796844 153.355896 247.858276 158.533875 C 250.919678 163.674011 253.489777 171.11969 255.266144 180.039368 C 257.042511 188.996826 257.987396 199.125977 257.987396 209.444092 L 257.987396 209.444092 Z"/>
+            <path id="path590" fill="#d2d2d2" fill-rule="evenodd" stroke="none" d="M 257.458282 209.444092 C 257.458282 219.49762 256.551178 229.400024 254.812592 238.092896 C 253.074005 246.823608 250.579529 254.042542 247.593689 259.069305 C 244.60788 264.096069 241.206299 266.74173 237.729126 266.74173 C 234.289764 266.74173 230.888184 264.096069 227.864563 259.069305 C 224.878754 254.042542 222.384247 246.823608 220.64566 238.092896 C 218.944885 229.400024 218.037781 219.49762 218.037781 209.444092 C 218.037781 199.390564 218.944885 189.526001 220.64566 180.795288 C 222.384247 172.102356 224.878754 164.845642 227.864563 159.818909 C 230.888184 154.792114 234.289764 152.146484 237.729126 152.146484 C 241.206299 152.146484 244.60788 154.792114 247.593689 159.818909 C 250.579529 164.845642 253.074005 172.102356 254.812592 180.795288 C 256.551178 189.526001 257.458282 199.390564 257.458282 209.444092 L 257.458282 209.444092 Z"/>
+            <path id="path591" fill="#d3d3d3" fill-rule="evenodd" stroke="none" d="M 256.929138 209.444092 C 256.929138 219.233093 256.059845 228.87085 254.35907 237.337036 C 252.696075 245.840942 250.23938 252.87085 247.329132 257.784241 C 244.418884 262.659851 241.092926 265.229919 237.729126 265.229919 C 234.365356 265.229919 231.039368 262.659851 228.12912 257.784241 C 225.218903 252.87085 222.799988 245.840942 221.099213 237.337036 C 219.436218 228.87085 218.529144 219.233093 218.529144 209.444092 C 218.529144 199.65509 219.436218 190.055115 221.099213 181.551208 C 222.799988 173.085022 225.218903 166.017334 228.12912 161.141724 C 231.039368 156.228333 234.365356 153.658264 237.729126 153.658264 C 241.092926 153.658264 244.418884 156.228333 247.329132 161.141724 C 250.23938 166.017334 252.696075 173.085022 254.35907 181.551208 C 256.059845 190.055115 256.929138 199.65509 256.929138 209.444092 L 256.929138 209.444092 Z"/>
+            <path id="path592" fill="#d4d4d4" fill-rule="evenodd" stroke="none" d="M 256.399994 209.444092 C 256.399994 218.968506 255.568512 228.341736 253.905518 236.581116 C 252.280304 244.858276 249.8992 251.699219 247.064575 256.461426 C 244.229919 261.223633 241.017334 263.718109 237.729126 263.718109 C 234.440948 263.718109 231.228333 261.223633 228.393707 256.461426 C 225.559052 251.699219 223.215759 244.858276 221.552765 236.581116 C 219.927551 228.341736 219.058258 218.968506 219.058258 209.444092 C 219.058258 199.919678 219.927551 190.546448 221.552765 182.307068 C 223.215759 174.067688 225.559052 167.188965 228.393707 162.426758 C 231.228333 157.664551 234.440948 155.170105 237.729126 155.170105 C 241.017334 155.170105 244.229919 157.664551 247.064575 162.426758 C 249.8992 167.188965 252.280304 174.067688 253.905518 182.307068 C 255.568512 190.546448 256.399994 199.919678 256.399994 209.444092 L 256.399994 209.444092 Z"/>
+            <path id="path593" fill="#d5d5d5" fill-rule="evenodd" stroke="none" d="M 255.908661 209.444092 C 255.908661 218.703918 255.077179 227.812622 253.451965 235.825195 C 251.864563 243.87561 249.596863 250.527588 246.799988 255.13858 C 244.040955 259.787415 240.941742 262.24408 237.729126 262.24408 C 234.554321 262.24408 231.417328 259.787415 228.658264 255.13858 C 225.8992 250.527588 223.593689 243.87561 222.006287 235.825195 C 220.418884 227.812622 219.587402 218.703918 219.587402 209.444092 C 219.587402 200.184265 220.418884 191.075562 222.006287 183.062988 C 223.593689 175.050415 225.8992 168.360657 228.658264 163.749634 C 231.417328 159.100769 234.554321 156.681885 237.729126 156.681885 C 240.941742 156.681885 244.040955 159.100769 246.799988 163.749634 C 249.596863 168.360657 251.864563 175.050415 253.451965 183.062988 C 255.077179 191.075562 255.908661 200.184265 255.908661 209.444092 L 255.908661 209.444092 Z"/>
+            <path id="path594" fill="#d7d7d7" fill-rule="evenodd" stroke="none" d="M 255.379517 209.444092 C 255.379517 218.439392 254.548035 227.283447 252.998413 235.069275 C 251.448822 242.892883 249.256683 249.355896 246.573242 253.853516 C 243.889771 258.351196 240.828339 260.732269 237.729126 260.732269 C 234.629913 260.732269 231.606293 258.351196 228.922821 253.853516 C 226.23938 249.355896 224.00946 242.892883 222.459839 235.069275 C 220.910248 227.283447 220.078735 218.439392 220.078735 209.444092 C 220.078735 200.448792 220.910248 191.604736 222.459839 183.818909 C 224.00946 176.033081 226.23938 169.570068 228.922821 165.034668 C 231.606293 160.536987 234.629913 158.193726 237.729126 158.193726 C 240.828339 158.193726 243.889771 160.536987 246.573242 165.034668 C 249.256683 169.570068 251.448822 176.033081 252.998413 183.818909 C 254.548035 191.604736 255.379517 200.448792 255.379517 209.444092 L 255.379517 209.444092 Z"/>
+            <path id="path595" fill="#d8d8d8" fill-rule="evenodd" stroke="none" d="M 254.850403 209.444092 C 254.850403 218.174805 254.056702 226.754333 252.582672 234.313416 C 251.070862 241.910217 248.916534 248.184265 246.308655 252.530701 C 243.700775 256.914948 240.752747 259.220459 237.729126 259.220459 C 234.743317 259.220459 231.795288 256.914948 229.187408 252.530701 C 226.579529 248.184265 224.425201 241.910217 222.913391 234.313416 C 221.401581 226.754333 220.60788 218.174805 220.60788 209.444092 C 220.60788 200.713379 221.401581 192.13385 222.913391 184.574829 C 224.425201 177.015747 226.579529 170.74176 229.187408 166.357483 C 231.795288 161.973206 234.743317 159.705505 237.729126 159.705505 C 240.752747 159.705505 243.700775 161.973206 246.308655 166.357483 C 248.916534 170.74176 251.070862 177.015747 252.582672 184.574829 C 254.056702 192.13385 254.850403 200.713379 254.850403 209.444092 L 254.850403 209.444092 Z"/>
+            <path id="path596" fill="#d9d9d9" fill-rule="evenodd" stroke="none" d="M 254.35907 209.444092 C 254.35907 217.910217 253.565369 226.22522 252.12912 233.595276 C 250.655121 240.927551 248.576385 247.012573 246.044098 251.245667 C 243.51181 255.478729 240.639374 257.708649 237.729126 257.708649 C 234.818909 257.708649 231.946442 255.478729 229.451965 251.245667 C 226.919678 247.012573 224.803162 240.927551 223.366943 233.595276 C 221.892914 226.22522 221.136993 217.910217 221.136993 209.444092 C 221.136993 200.977966 221.892914 192.662964 223.366943 185.330688 C 224.803162 177.998413 226.919678 171.913391 229.451965 167.680298 C 231.946442 163.447266 234.818909 161.217346 237.729126 161.217346 C 240.639374 161.217346 243.51181 163.447266 246.044098 167.680298 C 248.576385 171.913391 250.655121 177.998413 252.12912 185.330688 C 253.565369 192.662964 254.35907 200.977966 254.35907 209.444092 L 254.35907 209.444092 Z"/>
+            <path id="path597" fill="#dadada" fill-rule="evenodd" stroke="none" d="M 253.829926 209.444092 C 253.829926 217.645691 253.074005 225.733887 251.675598 232.839355 C 250.23938 239.944885 248.236206 245.840942 245.779541 249.922852 C 243.322845 254.042542 240.563782 256.196838 237.729126 256.196838 C 234.932281 256.196838 232.135437 254.042542 229.678741 249.922852 C 227.259857 245.840942 225.218903 239.944885 223.820465 232.839355 C 222.384247 225.733887 221.666138 217.645691 221.666138 209.444092 C 221.666138 201.242493 222.384247 193.192139 223.820465 186.086609 C 225.218903 178.981079 227.259857 173.085022 229.678741 168.965332 C 232.135437 164.883484 234.932281 162.691345 237.729126 162.691345 C 240.563782 162.691345 243.322845 164.883484 245.779541 168.965332 C 248.236206 173.085022 250.23938 178.981079 251.675598 186.086609 C 253.074005 193.192139 253.829926 201.242493 253.829926 209.444092 L 253.829926 209.444092 Z"/>
+            <path id="path598" fill="#dbdbdb" fill-rule="evenodd" stroke="none" d="M 253.300781 209.444092 C 253.300781 217.381104 252.582672 225.204712 251.222046 232.083435 C 249.86142 238.962219 247.896057 244.669312 245.514954 248.637817 C 243.171661 252.606323 240.48819 254.685059 237.729126 254.685059 C 235.007874 254.685059 232.324402 252.606323 229.943298 248.637817 C 227.600006 244.669312 225.634644 238.962219 224.274017 232.083435 C 222.87558 225.204712 222.157471 217.381104 222.157471 209.444092 C 222.157471 201.50708 222.87558 193.721252 224.274017 186.842529 C 225.634644 179.963806 227.600006 174.256714 229.943298 170.288208 C 232.324402 166.319702 235.007874 164.203125 237.729126 164.203125 C 240.48819 164.203125 243.171661 166.319702 245.514954 170.288208 C 247.896057 174.256714 249.86142 179.963806 251.222046 186.842529 C 252.582672 193.721252 253.300781 201.50708 253.300781 209.444092 L 253.300781 209.444092 Z"/>
+            <path id="path599" fill="#dddddd" fill-rule="evenodd" stroke="none" d="M 252.771667 209.444092 C 252.771667 217.116516 252.091339 224.675598 250.768494 231.327576 C 249.445679 237.979553 247.555908 243.49762 245.250397 247.314941 C 242.982666 251.170105 240.374817 253.173218 237.729126 253.173218 C 235.083466 253.173218 232.513397 251.170105 230.207886 247.314941 C 227.940155 243.49762 226.012604 237.979553 224.689758 231.327576 C 223.404724 224.675598 222.686615 217.116516 222.686615 209.444092 C 222.686615 201.771667 223.404724 194.250366 224.689758 187.59845 C 226.012604 180.946472 227.940155 175.428345 230.207886 171.573242 C 232.513397 167.75592 235.083466 165.714966 237.729126 165.714966 C 240.374817 165.714966 242.982666 167.75592 245.250397 171.573242 C 247.555908 175.428345 249.445679 180.946472 250.768494 187.59845 C 252.091339 194.250366 252.771667 201.771667 252.771667 209.444092 L 252.771667 209.444092 Z"/>
+            <path id="path600" fill="#dedede" fill-rule="evenodd" stroke="none" d="M 252.280304 209.444092 C 252.280304 216.85199 251.600006 224.146484 250.314972 230.571655 C 249.029907 236.996826 247.215759 242.325989 244.98584 246.029907 C 242.793701 249.733887 240.299225 251.661438 237.729126 251.661438 C 235.196838 251.661438 232.664581 249.733887 230.472443 246.029907 C 228.280304 242.325989 226.428345 236.996826 225.143311 230.571655 C 223.896057 224.146484 223.215759 216.85199 223.215759 209.444092 C 223.215759 202.036194 223.896057 194.74176 225.143311 188.354309 C 226.428345 181.929138 228.280304 176.599976 230.472443 172.896057 C 232.664581 169.192139 235.196838 167.226746 237.729126 167.226746 C 240.299225 167.226746 242.793701 169.192139 244.98584 172.896057 C 247.215759 176.599976 249.029907 181.929138 250.314972 188.354309 C 251.600006 194.74176 252.280304 202.036194 252.280304 209.444092 L 252.280304 209.444092 Z"/>
+            <path id="path601" fill="#dfdfdf" fill-rule="evenodd" stroke="none" d="M 251.75119 209.444092 C 251.75119 216.587402 251.108673 223.61731 249.86142 229.815735 C 248.651978 236.01416 246.87558 241.154358 244.759064 244.707092 C 242.604736 248.297607 240.185822 250.149597 237.729126 250.149597 C 235.27243 250.149597 232.853546 248.297607 230.737 244.707092 C 228.620483 241.154358 226.844086 236.01416 225.596863 229.815735 C 224.38739 223.61731 223.744873 216.587402 223.744873 209.444092 C 223.744873 202.300781 224.38739 195.270874 225.596863 189.110229 C 226.844086 182.911804 228.620483 177.771667 230.737 174.181091 C 232.853546 170.628357 235.27243 168.738586 237.729126 168.738586 C 240.185822 168.738586 242.604736 170.628357 244.759064 174.181091 C 246.87558 177.771667 248.651978 182.911804 249.86142 189.110229 C 251.108673 195.270874 251.75119 202.300781 251.75119 209.444092 L 251.75119 209.444092 Z"/>
+            <path id="path602" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 251.222046 209.444092 C 251.222046 216.322815 250.61731 223.088196 249.407867 229.059814 C 248.236206 235.031494 246.535431 239.944885 244.494476 243.384277 C 242.415741 246.861389 240.110229 248.637817 237.729126 248.637817 C 235.385834 248.637817 233.042511 246.861389 231.001587 243.384277 C 228.960632 239.944885 227.222046 235.031494 226.050385 229.059814 C 224.878754 223.088196 224.236206 216.322815 224.236206 209.444092 C 224.236206 202.565369 224.878754 195.799988 226.050385 189.86615 C 227.222046 183.89447 228.960632 178.943298 231.001587 175.503967 C 233.042511 172.064575 235.385834 170.250366 237.729126 170.250366 C 240.110229 170.250366 242.415741 172.064575 244.494476 175.503967 C 246.535431 178.943298 248.236206 183.89447 249.407867 189.86615 C 250.61731 195.799988 251.222046 202.565369 251.222046 209.444092 L 251.222046 209.444092 Z"/>
+            <path id="path603" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 250.692902 209.444092 C 250.692902 216.058289 250.125977 222.559082 248.954346 228.303955 C 247.820465 234.011047 246.195282 238.773254 244.229919 242.099182 C 242.264557 245.38739 239.996857 247.163757 237.729126 247.163757 C 235.461426 247.163757 233.231506 245.38739 231.266144 242.099182 C 229.263 238.773254 227.637787 234.011047 226.503937 228.303955 C 225.370087 222.559082 224.76535 216.058289 224.76535 209.444092 C 224.76535 202.829895 225.370087 196.329163 226.503937 190.584229 C 227.637787 184.877136 229.263 180.11499 231.266144 176.789001 C 233.231506 173.500793 235.461426 171.762207 237.729126 171.762207 C 239.996857 171.762207 242.264557 173.500793 244.229919 176.789001 C 246.195282 180.11499 247.820465 184.877136 248.954346 190.584229 C 250.125977 196.329163 250.692902 202.829895 250.692902 209.444092 L 250.692902 209.444092 Z"/>
+            <path id="path604" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 250.201569 209.444092 C 250.201569 215.793701 249.596863 222.029907 248.538574 227.548035 C 247.442505 233.02832 245.855133 237.601563 243.965363 240.776367 C 242.075592 243.951172 239.921265 245.651978 237.729126 245.651978 C 235.537018 245.651978 233.420471 243.951172 231.49292 240.776367 C 229.603149 237.601563 228.053558 233.02832 226.957489 227.548035 C 225.86142 222.029907 225.294495 215.793701 225.294495 209.444092 C 225.294495 203.094482 225.86142 196.858276 226.957489 191.340149 C 228.053558 185.859863 229.603149 181.286621 231.49292 178.111816 C 233.420471 174.937012 235.537018 173.273987 237.729126 173.273987 C 239.921265 173.273987 242.075592 174.937012 243.965363 178.111816 C 245.855133 181.286621 247.442505 185.859863 248.538574 191.340149 C 249.596863 196.858276 250.201569 203.094482 250.201569 209.444092 L 250.201569 209.444092 Z"/>
+            <path id="path605" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 249.672455 209.444092 C 249.672455 215.529114 249.105499 221.500793 248.085052 226.792114 C 247.026764 232.045654 245.514954 236.429932 243.700775 239.491333 C 241.886627 242.514954 239.845673 244.140137 237.729126 244.140137 C 235.650391 244.140137 233.571655 242.514954 231.757477 239.491333 C 229.943298 236.429932 228.469299 232.045654 227.411011 226.792114 C 226.352753 221.500793 225.785828 215.529114 225.785828 209.444092 C 225.785828 203.35907 226.352753 197.38739 227.411011 192.096069 C 228.469299 186.842529 229.943298 182.458252 231.757477 179.434631 C 233.571655 176.37323 235.650391 174.785828 237.729126 174.785828 C 239.845673 174.785828 241.886627 176.37323 243.700775 179.434631 C 245.514954 182.458252 247.026764 186.842529 248.085052 192.096069 C 249.105499 197.38739 249.672455 203.35907 249.672455 209.444092 L 249.672455 209.444092 Z"/>
+            <path id="path606" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 249.143311 209.444092 C 249.143311 215.264587 248.614166 221.00946 247.6315 226.036194 C 246.611023 231.062988 245.174805 235.25824 243.436218 238.168518 C 241.697632 241.078735 239.732269 242.628357 237.729126 242.628357 C 235.725983 242.628357 233.76062 241.078735 232.022034 238.168518 C 230.283478 235.25824 228.847229 231.062988 227.864563 226.036194 C 226.844086 221.00946 226.314972 215.264587 226.314972 209.444092 C 226.314972 203.623596 226.844086 197.916565 227.864563 192.85199 C 228.847229 187.825195 230.283478 183.629944 232.022034 180.719666 C 233.76062 177.809448 235.725983 176.259827 237.729126 176.259827 C 239.732269 176.259827 241.697632 177.809448 243.436218 180.719666 C 245.174805 183.629944 246.611023 187.825195 247.6315 192.85199 C 248.614166 197.916565 249.143311 203.623596 249.143311 209.444092 L 249.143311 209.444092 Z"/>
+            <path id="path607" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 248.651978 209.444092 C 248.651978 215 248.122833 220.480286 247.177948 225.280334 C 246.233063 230.080322 244.834656 234.086609 243.171661 236.883484 C 241.546448 239.642517 239.656708 241.116516 237.729126 241.116516 C 235.839355 241.116516 233.949615 239.642517 232.286621 236.883484 C 230.623627 234.086609 229.263 230.080322 228.318115 225.280334 C 227.335419 220.480286 226.844086 215 226.844086 209.444092 C 226.844086 203.888184 227.335419 198.445679 228.318115 193.607849 C 229.263 188.807861 230.623627 184.801575 232.286621 182.042542 C 233.949615 179.245667 235.839355 177.771667 237.729126 177.771667 C 239.656708 177.771667 241.546448 179.245667 243.171661 182.042542 C 244.834656 184.801575 246.233063 188.807861 247.177948 193.607849 C 248.122833 198.445679 248.651978 203.888184 248.651978 209.444092 L 248.651978 209.444092 Z"/>
+            <path id="path608" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 248.122833 209.444092 C 248.122833 214.735413 247.6315 219.951172 246.724396 224.524414 C 245.817322 229.097656 244.494476 232.914978 242.944885 235.560608 C 241.357483 238.206299 239.543304 239.604736 237.729126 239.604736 C 235.914948 239.604736 234.13858 238.206299 232.551178 235.560608 C 230.963776 232.914978 229.678741 229.097656 228.733856 224.524414 C 227.826782 219.951172 227.37323 214.735413 227.37323 209.444092 C 227.37323 204.152771 227.826782 198.974792 228.733856 194.36377 C 229.678741 189.790527 230.963776 185.973206 232.551178 183.327576 C 234.13858 180.681885 235.914948 179.283447 237.729126 179.283447 C 239.543304 179.283447 241.357483 180.681885 242.944885 183.327576 C 244.494476 185.973206 245.817322 189.790527 246.724396 194.36377 C 247.6315 198.974792 248.122833 204.152771 248.122833 209.444092 L 248.122833 209.444092 Z"/>
+            <path id="path609" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 247.593689 209.444092 C 247.593689 214.470886 247.140167 219.422058 246.270874 223.768494 C 245.401581 228.11499 244.154327 231.743286 242.680328 234.275574 C 241.168518 236.770081 239.467712 238.092896 237.729126 238.092896 C 235.99054 238.092896 234.289764 236.770081 232.815735 234.275574 C 231.303925 231.743286 230.056702 228.11499 229.187408 223.768494 C 228.318115 219.422058 227.864563 214.470886 227.864563 209.444092 C 227.864563 204.417297 228.318115 199.466125 229.187408 195.11969 C 230.056702 190.773254 231.303925 187.144897 232.815735 184.650391 C 234.289764 182.118103 235.99054 180.795288 237.729126 180.795288 C 239.467712 180.795288 241.168518 182.118103 242.680328 184.650391 C 244.154327 187.144897 245.401581 190.773254 246.270874 195.11969 C 247.140167 199.466125 247.593689 204.417297 247.593689 209.444092 L 247.593689 209.444092 Z"/>
+            <path id="path610" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 247.064575 209.444092 C 247.064575 214.206299 246.648804 218.892883 245.817322 223.012573 C 245.023621 227.132263 243.814178 230.571655 242.415741 232.952759 C 240.979523 235.333862 239.39212 236.581116 237.729126 236.581116 C 236.103943 236.581116 234.478729 235.333862 233.080322 232.952759 C 231.644104 230.571655 230.472443 227.132263 229.64093 223.012573 C 228.847229 218.892883 228.393707 214.206299 228.393707 209.444092 C 228.393707 204.681885 228.847229 199.9953 229.64093 195.87561 C 230.472443 191.75592 231.644104 188.316528 233.080322 185.935425 C 234.478729 183.554321 236.103943 182.307068 237.729126 182.307068 C 239.39212 182.307068 240.979523 183.554321 242.415741 185.935425 C 243.814178 188.316528 245.023621 191.75592 245.817322 195.87561 C 246.648804 199.9953 247.064575 204.681885 247.064575 209.444092 L 247.064575 209.444092 Z"/>
+            <path id="path611" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 246.573242 209.444092 C 246.573242 213.941711 246.157471 218.36377 245.36377 222.256714 C 244.60788 226.149597 243.47403 229.400024 242.151184 231.667725 C 240.790558 233.897644 239.278748 235.069275 237.729126 235.069275 C 236.179535 235.069275 234.667725 233.897644 233.344879 231.667725 C 231.984253 229.400024 230.888184 226.149597 230.094482 222.256714 C 229.338593 218.36377 228.922821 213.941711 228.922821 209.444092 C 228.922821 204.946472 229.338593 200.524414 230.094482 196.63147 C 230.888184 192.738586 231.984253 189.488159 233.344879 187.25824 C 234.667725 184.99054 236.179535 183.818909 237.729126 183.818909 C 239.278748 183.818909 240.790558 184.99054 242.151184 187.25824 C 243.47403 189.488159 244.60788 192.738586 245.36377 196.63147 C 246.157471 200.524414 246.573242 204.946472 246.573242 209.444092 L 246.573242 209.444092 Z"/>
+            <path id="path612" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 246.044098 209.444092 C 246.044098 213.677185 245.666138 217.834656 244.910248 221.500793 C 244.192139 225.166931 243.13385 228.228333 241.886627 230.34491 C 240.639374 232.461426 239.203156 233.595276 237.729126 233.595276 C 236.292908 233.595276 234.856689 232.461426 233.571655 230.34491 C 232.324402 228.228333 231.266144 225.166931 230.548035 221.500793 C 229.829926 217.834656 229.451965 213.677185 229.451965 209.444092 C 229.451965 205.210999 229.829926 201.053528 230.548035 197.38739 C 231.266144 193.721252 232.324402 190.659851 233.571655 188.543335 C 234.856689 186.426758 236.292908 185.330688 237.729126 185.330688 C 239.203156 185.330688 240.639374 186.426758 241.886627 188.543335 C 243.13385 190.659851 244.192139 193.721252 244.910248 197.38739 C 245.666138 201.053528 246.044098 205.210999 246.044098 209.444092 L 246.044098 209.444092 Z"/>
+            <path id="path613" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 245.514954 209.444092 C 245.514954 213.412598 245.174805 217.305542 244.494476 220.744873 C 243.776367 224.184265 242.793701 227.056702 241.62204 229.022034 C 240.450409 231.025208 239.089752 232.083435 237.729126 232.083435 C 236.3685 232.083435 235.045654 231.025208 233.836212 229.022034 C 232.664581 227.056702 231.681885 224.184265 231.001587 220.744873 C 230.321259 217.305542 229.943298 213.412598 229.943298 209.444092 C 229.943298 205.475586 230.321259 201.582703 231.001587 198.143311 C 231.681885 194.703918 232.664581 191.831482 233.836212 189.86615 C 235.045654 187.862976 236.3685 186.842529 237.729126 186.842529 C 239.089752 186.842529 240.450409 187.862976 241.62204 189.86615 C 242.793701 191.831482 243.776367 194.703918 244.494476 198.143311 C 245.174805 201.582703 245.514954 205.475586 245.514954 209.444092 L 245.514954 209.444092 Z"/>
+            <path id="path614" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 244.98584 209.444092 C 244.98584 213.14801 244.683472 216.814148 244.040955 219.988953 C 243.398438 223.201599 242.491333 225.88501 241.357483 227.737 C 240.261414 229.588989 239.01416 230.571655 237.729126 230.571655 C 236.444092 230.571655 235.196838 229.588989 234.1008 227.737 C 233.00473 225.88501 232.097626 223.201599 231.455109 219.988953 C 230.812592 216.814148 230.472443 213.14801 230.472443 209.444092 C 230.472443 205.740173 230.812592 202.111816 231.455109 198.899231 C 232.097626 195.686584 233.00473 193.003174 234.1008 191.151184 C 235.196838 189.299194 236.444092 188.354309 237.729126 188.354309 C 239.01416 188.354309 240.261414 189.299194 241.357483 191.151184 C 242.491333 193.003174 243.398438 195.686584 244.040955 198.899231 C 244.683472 202.111816 244.98584 205.740173 244.98584 209.444092 L 244.98584 209.444092 Z"/>
+            <path id="path615" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 244.494476 209.444092 C 244.494476 212.883484 244.154327 216.285034 243.587402 219.270874 C 242.982666 222.218872 242.151184 224.713379 241.092926 226.414185 C 240.072449 228.152771 238.938568 229.059814 237.729126 229.059814 C 236.557495 229.059814 235.385834 228.152771 234.365356 226.414185 C 233.344879 224.713379 232.475586 222.218872 231.908661 219.270874 C 231.303925 216.285034 231.001587 212.883484 231.001587 209.444092 C 231.001587 206.0047 231.303925 202.64093 231.908661 199.65509 C 232.475586 196.669312 233.344879 194.212585 234.365356 192.473999 C 235.385834 190.735413 236.557495 189.86615 237.729126 189.86615 C 238.938568 189.86615 240.072449 190.735413 241.092926 192.473999 C 242.151184 194.212585 242.982666 196.669312 243.587402 199.65509 C 244.154327 202.64093 244.494476 206.0047 244.494476 209.444092 L 244.494476 209.444092 Z"/>
+            <path id="path616" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 243.965363 209.444092 C 243.965363 212.618896 243.662994 215.75592 243.13385 218.514954 C 242.566925 221.236206 241.811035 223.541748 240.86615 225.12915 C 239.921265 226.716553 238.825195 227.548035 237.729126 227.548035 C 236.633057 227.548035 235.574799 226.716553 234.629913 225.12915 C 233.685028 223.541748 232.891327 221.236206 232.362213 218.514954 C 231.795288 215.75592 231.49292 212.618896 231.49292 209.444092 C 231.49292 206.269287 231.795288 203.170105 232.362213 200.411011 C 232.891327 197.651978 233.685028 195.384277 234.629913 193.796875 C 235.574799 192.209473 236.633057 191.340149 237.729126 191.340149 C 238.825195 191.340149 239.921265 192.209473 240.86615 193.796875 C 241.811035 195.384277 242.566925 197.651978 243.13385 200.411011 C 243.662994 203.170105 243.965363 206.269287 243.965363 209.444092 L 243.965363 209.444092 Z"/>
+            <path id="path617" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 243.436218 209.444092 C 243.436218 212.354309 243.171661 215.226746 242.680328 217.759033 C 242.188965 220.25354 241.470856 222.370056 240.601563 223.806274 C 239.732269 225.280334 238.749603 226.036194 237.729126 226.036194 C 236.74646 226.036194 235.763794 225.280334 234.894501 223.806274 C 234.025208 222.370056 233.307098 220.25354 232.777954 217.759033 C 232.286621 215.226746 232.022034 212.354309 232.022034 209.444092 C 232.022034 206.533875 232.286621 203.661438 232.777954 201.166931 C 233.307098 198.634644 234.025208 196.555908 234.894501 195.081909 C 235.763794 193.645691 236.74646 192.85199 237.729126 192.85199 C 238.749603 192.85199 239.732269 193.645691 240.601563 195.081909 C 241.470856 196.555908 242.188965 198.634644 242.680328 201.166931 C 243.171661 203.661438 243.436218 206.533875 243.436218 209.444092 L 243.436218 209.444092 Z"/>
+            <path id="path618" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 242.944885 209.444092 C 242.944885 212.089783 242.680328 214.697632 242.226776 217.003174 C 241.773224 219.270874 241.130707 221.198425 240.337006 222.52124 C 239.543304 223.844116 238.63623 224.524414 237.729126 224.524414 C 236.822052 224.524414 235.914948 223.844116 235.159058 222.52124 C 234.365356 221.198425 233.685028 219.270874 233.231506 217.003174 C 232.777954 214.697632 232.551178 212.089783 232.551178 209.444092 C 232.551178 206.798401 232.777954 204.190552 233.231506 201.922852 C 233.685028 199.61731 234.365356 197.727539 235.159058 196.404724 C 235.914948 195.081909 236.822052 194.36377 237.729126 194.36377 C 238.63623 194.36377 239.543304 195.081909 240.337006 196.404724 C 241.130707 197.727539 241.773224 199.61731 242.226776 201.922852 C 242.680328 204.190552 242.944885 206.798401 242.944885 209.444092 L 242.944885 209.444092 Z"/>
+            <path id="path619" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 242.415741 209.444092 C 242.415741 211.825195 242.188965 214.168518 241.773224 216.247253 C 241.357483 218.288208 240.790558 220.026794 240.072449 221.198425 C 239.35434 222.407898 238.560638 223.012573 237.729126 223.012573 C 236.935425 223.012573 236.103943 222.407898 235.385834 221.198425 C 234.705505 220.026794 234.1008 218.288208 233.685028 216.247253 C 233.269287 214.168518 233.080322 211.825195 233.080322 209.444092 C 233.080322 207.062988 233.269287 204.719666 233.685028 202.678711 C 234.1008 200.599976 234.705505 198.899231 235.385834 197.689758 C 236.103943 196.518127 236.935425 195.87561 237.729126 195.87561 C 238.560638 195.87561 239.35434 196.518127 240.072449 197.689758 C 240.790558 198.899231 241.357483 200.599976 241.773224 202.678711 C 242.188965 204.719666 242.415741 207.062988 242.415741 209.444092 L 242.415741 209.444092 Z"/>
+            <path id="path620" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 241.886627 209.444092 C 241.886627 211.560608 241.697632 213.639343 241.319672 215.491333 C 240.979523 217.305542 240.450409 218.855103 239.807861 219.913391 C 239.165344 220.97168 238.485046 221.500793 237.729126 221.500793 C 237.011017 221.500793 236.292908 220.97168 235.650391 219.913391 C 235.045654 218.855103 234.516541 217.305542 234.13858 215.491333 C 233.76062 213.639343 233.571655 211.560608 233.571655 209.444092 C 233.571655 207.327576 233.76062 205.24884 234.13858 203.434631 C 234.516541 201.582703 235.045654 200.070862 235.650391 199.012573 C 236.292908 197.954346 237.011017 197.38739 237.729126 197.38739 C 238.485046 197.38739 239.165344 197.954346 239.807861 199.012573 C 240.450409 200.070862 240.979523 201.582703 241.319672 203.434631 C 241.697632 205.24884 241.886627 207.327576 241.886627 209.444092 L 241.886627 209.444092 Z"/>
+            <path id="path621" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 241.357483 209.444092 C 241.357483 211.296082 241.206299 213.110229 240.86615 214.735413 C 240.563782 216.322815 240.110229 217.683472 239.543304 218.590576 C 239.01416 219.535461 238.371643 219.988953 237.729126 219.988953 C 237.086609 219.988953 236.481903 219.535461 235.914948 218.590576 C 235.385834 217.683472 234.894501 216.322815 234.592133 214.735413 C 234.289764 213.110229 234.1008 211.296082 234.1008 209.444092 C 234.1008 207.592102 234.289764 205.777954 234.592133 204.190552 C 234.894501 202.565369 235.385834 201.242493 235.914948 200.297607 C 236.481903 199.390564 237.086609 198.899231 237.729126 198.899231 C 238.371643 198.899231 239.01416 199.390564 239.543304 200.297607 C 240.110229 201.242493 240.563782 202.565369 240.86615 204.190552 C 241.206299 205.777954 241.357483 207.592102 241.357483 209.444092 L 241.357483 209.444092 Z"/>
+            <path id="path622" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 240.86615 209.444092 C 240.86615 211.031494 240.714966 212.581116 240.450409 213.979553 C 240.148041 215.340149 239.770081 216.473999 239.278748 217.2677 C 238.825195 218.061401 238.296051 218.514954 237.729126 218.514954 C 237.200012 218.514954 236.670868 218.061401 236.179535 217.2677 C 235.725983 216.473999 235.310242 215.340149 235.045654 213.979553 C 234.781097 212.581116 234.629913 211.031494 234.629913 209.444092 C 234.629913 207.856689 234.781097 206.307068 235.045654 204.908691 C 235.310242 203.548035 235.725983 202.414185 236.179535 201.620483 C 236.670868 200.826782 237.200012 200.411011 237.729126 200.411011 C 238.296051 200.411011 238.825195 200.826782 239.278748 201.620483 C 239.770081 202.414185 240.148041 203.548035 240.450409 204.908691 C 240.714966 206.307068 240.86615 207.856689 240.86615 209.444092 L 240.86615 209.444092 Z"/>
+            <path id="path623" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 240.337006 209.444092 C 240.337006 210.766907 240.223633 212.089783 239.996857 213.223633 C 239.770081 214.357483 239.429932 215.302368 239.051971 215.982666 C 238.63623 216.625183 238.182678 217.003174 237.729126 217.003174 C 237.275604 217.003174 236.822052 216.625183 236.444092 215.982666 C 236.028351 215.302368 235.725983 214.357483 235.499207 213.223633 C 235.27243 212.089783 235.159058 210.766907 235.159058 209.444092 C 235.159058 208.121277 235.27243 206.836243 235.499207 205.664551 C 235.725983 204.530701 236.028351 203.585815 236.444092 202.905518 C 236.822052 202.263 237.275604 201.922852 237.729126 201.922852 C 238.182678 201.922852 238.63623 202.263 239.051971 202.905518 C 239.429932 203.585815 239.770081 204.530701 239.996857 205.664551 C 240.223633 206.836243 240.337006 208.121277 240.337006 209.444092 L 240.337006 209.444092 Z"/>
+            <path id="path624" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 239.807861 209.444092 C 239.807861 210.50238 239.732269 211.560608 239.543304 212.467712 C 239.35434 213.374817 239.089752 214.130737 238.787415 214.659851 C 238.447235 215.188965 238.107086 215.491333 237.729126 215.491333 C 237.388977 215.491333 237.011017 215.188965 236.708649 214.659851 C 236.3685 214.130737 236.103943 213.374817 235.952759 212.467712 C 235.763794 211.560608 235.650391 210.50238 235.650391 209.444092 C 235.650391 208.385803 235.763794 207.365356 235.952759 206.420471 C 236.103943 205.513367 236.3685 204.757507 236.708649 204.228333 C 237.011017 203.699219 237.388977 203.434631 237.729126 203.434631 C 238.107086 203.434631 238.447235 203.699219 238.787415 204.228333 C 239.089752 204.757507 239.35434 205.513367 239.543304 206.420471 C 239.732269 207.365356 239.807861 208.385803 239.807861 209.444092 L 239.807861 209.444092 Z"/>
+            <path id="path625" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 239.278748 209.444092 C 239.278748 210.237793 239.240936 211.031494 239.089752 211.711792 C 238.938568 212.392151 238.749603 212.959045 238.522827 213.374817 C 238.296051 213.752747 237.993713 213.979553 237.729126 213.979553 C 237.464569 213.979553 237.200012 213.752747 236.973236 213.374817 C 236.708649 212.959045 236.519684 212.392151 236.406311 211.711792 C 236.255127 211.031494 236.179535 210.237793 236.179535 209.444092 C 236.179535 208.650391 236.255127 207.89447 236.406311 207.176392 C 236.519684 206.496033 236.708649 205.929138 236.973236 205.551208 C 237.200012 205.135437 237.464569 204.908691 237.729126 204.908691 C 237.993713 204.908691 238.296051 205.135437 238.522827 205.551208 C 238.749603 205.929138 238.938568 206.496033 239.089752 207.176392 C 239.240936 207.89447 239.278748 208.650391 239.278748 209.444092 L 239.278748 209.444092 Z"/>
+            <path id="path626" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 238.787415 209.444092 C 238.787415 209.973206 238.711823 210.50238 238.63623 210.955933 C 238.560638 211.409424 238.409454 211.787415 238.25827 212.051941 C 238.107086 212.316528 237.918121 212.467712 237.729126 212.467712 C 237.540161 212.467712 237.388977 212.316528 237.237793 212.051941 C 237.048828 211.787415 236.935425 211.409424 236.822052 210.955933 C 236.74646 210.50238 236.708649 209.973206 236.708649 209.444092 C 236.708649 208.914978 236.74646 208.385803 236.822052 207.932312 C 236.935425 207.47876 237.048828 207.100769 237.237793 206.836243 C 237.388977 206.571655 237.540161 206.420471 237.729126 206.420471 C 237.918121 206.420471 238.107086 206.571655 238.25827 206.836243 C 238.409454 207.100769 238.560638 207.47876 238.63623 207.932312 C 238.711823 208.385803 238.787415 208.914978 238.787415 209.444092 L 238.787415 209.444092 Z"/>
+            <path id="path627" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 238.25827 209.444092 C 238.25827 209.708679 238.220459 209.973206 238.182678 210.200012 C 238.144867 210.426758 238.069305 210.615723 237.993713 210.766907 C 237.918121 210.88031 237.842529 210.955933 237.729126 210.955933 C 237.653534 210.955933 237.540161 210.88031 237.464569 210.766907 C 237.388977 210.615723 237.351196 210.426758 237.275604 210.200012 C 237.237793 209.973206 237.237793 209.708679 237.237793 209.444092 C 237.237793 209.179504 237.237793 208.914978 237.275604 208.688171 C 237.351196 208.461426 237.388977 208.272461 237.464569 208.159058 C 237.540161 208.007874 237.653534 207.932312 237.729126 207.932312 C 237.842529 207.932312 237.918121 208.007874 237.993713 208.159058 C 238.069305 208.272461 238.144867 208.461426 238.182678 208.688171 C 238.220459 208.914978 238.25827 209.179504 238.25827 209.444092 L 238.25827 209.444092 Z"/>
+        </g>
+        <clipPath id="clipPath32">
+            <path d="M 276.091339 300.228333 L 238.674011 322.678741 L 238.674011 231.592102 L 276.091339 210.388977 L 276.091339 300.228333 L 276.091339 300.228333 Z"/>
+        </clipPath>
+        <g id="g31" clip-path="url(#clipPath32)"/>
+        <clipPath id="clipPath33">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g32" clip-path="url(#clipPath33)">
+            <path id="path628" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 276.091339 300.228333 L 238.674011 322.678741 L 238.674011 231.592102 L 276.091339 210.388977 L 276.091339 300.228333 Z"/>
+        </g>
+        <clipPath id="clipPath34">
+            <path d="M 181.300789 271.541718 L 21.653542 179.207886 L 101.477173 49.418884 L 261.124428 141.752747 L 181.300789 271.541718 L 181.300789 271.541718 Z"/>
+        </clipPath>
+        <g id="g33" clip-path="url(#clipPath34)"/>
+        <clipPath id="clipPath35">
+            <path d="M 181.300789 271.541718 L 21.653542 179.207886 L 101.477173 49.418884 L 261.124428 141.752747 L 181.300789 271.541718 L 181.300789 271.541718 Z"/>
+        </clipPath>
+        <g id="g34" clip-path="url(#clipPath35)">
+            <path id="path629" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 20.708664 497.3685 L 20.708664 491.434631 L 262.069305 491.434631 L 262.069305 497.3685 L 20.708664 497.3685 Z"/>
+            <path id="path630" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 20.708664 493.286621 L 20.708664 487.352753 L 262.069305 487.352753 L 262.069305 493.286621 L 20.708664 493.286621 Z"/>
+            <path id="path631" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 20.708664 489.204712 L 20.708664 483.270874 L 262.069305 483.270874 L 262.069305 489.204712 L 20.708664 489.204712 Z"/>
+            <path id="path632" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 20.708664 485.122833 L 20.708664 479.226776 L 262.069305 479.226776 L 262.069305 485.122833 L 20.708664 485.122833 Z"/>
+            <path id="path633" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 20.708664 481.078735 L 20.708664 475.144867 L 262.069305 475.144867 L 262.069305 481.078735 L 20.708664 481.078735 Z"/>
+            <path id="path634" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 20.708664 476.996857 L 20.708664 471.062988 L 262.069305 471.062988 L 262.069305 476.996857 L 20.708664 476.996857 Z"/>
+            <path id="path635" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 20.708664 472.914948 L 20.708664 466.98111 L 262.069305 466.98111 L 262.069305 472.914948 L 20.708664 472.914948 Z"/>
+            <path id="path636" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 20.708664 468.87088 L 20.708664 462.937012 L 262.069305 462.937012 L 262.069305 468.87088 L 20.708664 468.87088 Z"/>
+            <path id="path637" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 20.708664 464.788971 L 20.708664 458.855133 L 262.069305 458.855133 L 262.069305 464.788971 L 20.708664 464.788971 Z"/>
+            <path id="path638" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 20.708664 460.707092 L 20.708664 454.773224 L 262.069305 454.773224 L 262.069305 460.707092 L 20.708664 460.707092 Z"/>
+            <path id="path639" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 20.708664 456.625183 L 20.708664 450.691345 L 262.069305 450.691345 L 262.069305 456.625183 L 20.708664 456.625183 Z"/>
+            <path id="path640" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 20.708664 452.581116 L 20.708664 446.647247 L 262.069305 446.647247 L 262.069305 452.581116 L 20.708664 452.581116 Z"/>
+            <path id="path641" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 20.708664 448.499207 L 20.708664 442.565369 L 262.069305 442.565369 L 262.069305 448.499207 L 20.708664 448.499207 Z"/>
+            <path id="path642" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 20.708664 444.417328 L 20.708664 438.483459 L 262.069305 438.483459 L 262.069305 444.417328 L 20.708664 444.417328 Z"/>
+            <path id="path643" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 20.708664 440.335419 L 20.708664 434.401581 L 262.069305 434.401581 L 262.069305 440.335419 L 20.708664 440.335419 Z"/>
+            <path id="path644" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 20.708664 436.291351 L 20.708664 430.357483 L 262.069305 430.357483 L 262.069305 436.291351 L 20.708664 436.291351 Z"/>
+            <path id="path645" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 20.708664 432.209442 L 20.708664 426.275604 L 262.069305 426.275604 L 262.069305 432.209442 L 20.708664 432.209442 Z"/>
+            <path id="path646" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 20.708664 428.127563 L 20.708664 422.193695 L 262.069305 422.193695 L 262.069305 428.127563 L 20.708664 428.127563 Z"/>
+            <path id="path647" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 20.708664 424.045654 L 20.708664 418.111816 L 262.069305 418.111816 L 262.069305 424.045654 L 20.708664 424.045654 Z"/>
+            <path id="path648" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 20.708664 420.001587 L 20.708664 414.067719 L 262.069305 414.067719 L 262.069305 420.001587 L 20.708664 420.001587 Z"/>
+            <path id="path649" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 20.708664 415.919678 L 20.708664 409.98584 L 262.069305 409.98584 L 262.069305 415.919678 L 20.708664 415.919678 Z"/>
+            <path id="path650" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 20.708664 411.837799 L 20.708664 405.903931 L 262.069305 405.903931 L 262.069305 411.837799 L 20.708664 411.837799 Z"/>
+            <path id="path651" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 20.708664 407.75592 L 20.708664 401.859833 L 262.069305 401.859833 L 262.069305 407.75592 L 20.708664 407.75592 Z"/>
+            <path id="path652" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 20.708664 403.711823 L 20.708664 397.777954 L 262.069305 397.777954 L 262.069305 403.711823 L 20.708664 403.711823 Z"/>
+            <path id="path653" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 20.708664 399.629913 L 20.708664 393.696075 L 262.069305 393.696075 L 262.069305 399.629913 L 20.708664 399.629913 Z"/>
+            <path id="path654" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 20.708664 395.548035 L 20.708664 389.614166 L 262.069305 389.614166 L 262.069305 395.548035 L 20.708664 395.548035 Z"/>
+            <path id="path655" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 20.708664 391.466156 L 20.708664 385.570068 L 262.069305 385.570068 L 262.069305 391.466156 L 20.708664 391.466156 Z"/>
+            <path id="path656" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 20.708664 387.422058 L 20.708664 381.48819 L 262.069305 381.48819 L 262.069305 387.422058 L 20.708664 387.422058 Z"/>
+            <path id="path657" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 20.708664 383.340149 L 20.708664 377.406311 L 262.069305 377.406311 L 262.069305 383.340149 L 20.708664 383.340149 Z"/>
+            <path id="path658" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 20.708664 379.25827 L 20.708664 373.324402 L 262.069305 373.324402 L 262.069305 379.25827 L 20.708664 379.25827 Z"/>
+            <path id="path659" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 20.708664 375.176392 L 20.708664 369.280304 L 262.069305 369.280304 L 262.069305 375.176392 L 20.708664 375.176392 Z"/>
+            <path id="path660" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 20.708664 371.132294 L 20.708664 365.198425 L 262.069305 365.198425 L 262.069305 371.132294 L 20.708664 371.132294 Z"/>
+            <path id="path661" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 20.708664 367.050385 L 20.708664 361.116547 L 262.069305 361.116547 L 262.069305 367.050385 L 20.708664 367.050385 Z"/>
+            <path id="path662" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 20.708664 362.968506 L 20.708664 357.034637 L 262.069305 357.034637 L 262.069305 362.968506 L 20.708664 362.968506 Z"/>
+            <path id="path663" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 20.708664 358.886627 L 20.708664 352.99054 L 262.069305 352.99054 L 262.069305 358.886627 L 20.708664 358.886627 Z"/>
+            <path id="path664" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 20.708664 354.842529 L 20.708664 348.908661 L 262.069305 348.908661 L 262.069305 354.842529 L 20.708664 354.842529 Z"/>
+            <path id="path665" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 20.708664 350.76062 L 20.708664 344.826782 L 262.069305 344.826782 L 262.069305 350.76062 L 20.708664 350.76062 Z"/>
+            <path id="path666" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 20.708664 346.678741 L 20.708664 340.744873 L 262.069305 340.744873 L 262.069305 346.678741 L 20.708664 346.678741 Z"/>
+            <path id="path667" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 20.708664 342.596863 L 20.708664 336.700775 L 262.069305 336.700775 L 262.069305 342.596863 L 20.708664 342.596863 Z"/>
+            <path id="path668" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 20.708664 338.552765 L 20.708664 332.618896 L 262.069305 332.618896 L 262.069305 338.552765 L 20.708664 338.552765 Z"/>
+            <path id="path669" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 20.708664 334.470856 L 20.708664 328.537018 L 262.069305 328.537018 L 262.069305 334.470856 L 20.708664 334.470856 Z"/>
+            <path id="path670" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 20.708664 330.388977 L 20.708664 324.455109 L 262.069305 324.455109 L 262.069305 330.388977 L 20.708664 330.388977 Z"/>
+            <path id="path671" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 20.708664 326.344879 L 20.708664 320.411011 L 262.069305 320.411011 L 262.069305 326.344879 L 20.708664 326.344879 Z"/>
+            <path id="path672" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 20.708664 322.263 L 20.708664 316.329132 L 262.069305 316.329132 L 262.069305 322.263 L 20.708664 322.263 Z"/>
+            <path id="path673" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 20.708664 318.181091 L 20.708664 312.247253 L 262.069305 312.247253 L 262.069305 318.181091 L 20.708664 318.181091 Z"/>
+            <path id="path674" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 20.708664 314.099213 L 20.708664 308.165344 L 262.069305 308.165344 L 262.069305 314.099213 L 20.708664 314.099213 Z"/>
+            <path id="path675" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 20.708664 310.055115 L 20.708664 304.121246 L 262.069305 304.121246 L 262.069305 310.055115 L 20.708664 310.055115 Z"/>
+            <path id="path676" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 20.708664 305.973236 L 20.708664 300.039368 L 262.069305 300.039368 L 262.069305 305.973236 L 20.708664 305.973236 Z"/>
+            <path id="path677" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 20.708664 301.891327 L 20.708664 295.957489 L 262.069305 295.957489 L 262.069305 301.891327 L 20.708664 301.891327 Z"/>
+            <path id="path678" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 20.708664 297.809448 L 20.708664 291.87558 L 262.069305 291.87558 L 262.069305 297.809448 L 20.708664 297.809448 Z"/>
+            <path id="path679" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 20.708664 293.76535 L 20.708664 287.831482 L 262.069305 287.831482 L 262.069305 293.76535 L 20.708664 293.76535 Z"/>
+            <path id="path680" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 20.708664 289.683472 L 20.708664 283.749603 L 262.069305 283.749603 L 262.069305 289.683472 L 20.708664 289.683472 Z"/>
+            <path id="path681" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 20.708664 285.601563 L 20.708664 279.667725 L 262.069305 279.667725 L 262.069305 285.601563 L 20.708664 285.601563 Z"/>
+            <path id="path682" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 20.708664 281.519684 L 20.708664 275.585815 L 262.069305 275.585815 L 262.069305 281.519684 L 20.708664 281.519684 Z"/>
+            <path id="path683" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 20.708664 277.475586 L 20.708664 271.541718 L 262.069305 271.541718 L 262.069305 277.475586 L 20.708664 277.475586 Z"/>
+            <path id="path684" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 20.708664 273.393707 L 20.708664 267.459839 L 262.069305 267.459839 L 262.069305 273.393707 L 20.708664 273.393707 Z"/>
+            <path id="path685" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 20.708664 269.311798 L 20.708664 263.37796 L 262.069305 263.37796 L 262.069305 269.311798 L 20.708664 269.311798 Z"/>
+            <path id="path686" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 20.708664 265.229919 L 20.708664 259.333862 L 262.069305 259.333862 L 262.069305 265.229919 L 20.708664 265.229919 Z"/>
+            <path id="path687" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 20.708664 261.185822 L 20.708664 255.251984 L 262.069305 255.251984 L 262.069305 261.185822 L 20.708664 261.185822 Z"/>
+            <path id="path688" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 20.708664 257.103943 L 20.708664 251.170105 L 262.069305 251.170105 L 262.069305 257.103943 L 20.708664 257.103943 Z"/>
+            <path id="path689" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 20.708664 253.022034 L 20.708664 247.088196 L 262.069305 247.088196 L 262.069305 253.022034 L 20.708664 253.022034 Z"/>
+            <path id="path690" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 20.708664 248.940186 L 20.708664 243.044067 L 262.069305 243.044067 L 262.069305 248.940186 L 20.708664 248.940186 Z"/>
+            <path id="path691" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 20.708664 244.896057 L 20.708664 238.962219 L 262.069305 238.962219 L 262.069305 244.896057 L 20.708664 244.896057 Z"/>
+            <path id="path692" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 20.708664 240.814148 L 20.708664 234.88031 L 262.069305 234.88031 L 262.069305 240.814148 L 20.708664 240.814148 Z"/>
+            <path id="path693" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 20.708664 236.7323 L 20.708664 230.798401 L 262.069305 230.798401 L 262.069305 236.7323 L 20.708664 236.7323 Z"/>
+            <path id="path694" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 20.708664 232.650391 L 20.708664 226.754333 L 262.069305 226.754333 L 262.069305 232.650391 L 20.708664 232.650391 Z"/>
+            <path id="path695" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 20.708664 228.606323 L 20.708664 222.672424 L 262.069305 222.672424 L 262.069305 228.606323 L 20.708664 228.606323 Z"/>
+            <path id="path696" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 20.708664 224.524414 L 20.708664 218.590576 L 262.069305 218.590576 L 262.069305 224.524414 L 20.708664 224.524414 Z"/>
+            <path id="path697" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 20.708664 220.442505 L 20.708664 214.508667 L 262.069305 214.508667 L 262.069305 220.442505 L 20.708664 220.442505 Z"/>
+            <path id="path698" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 20.708664 216.360657 L 20.708664 210.464539 L 262.069305 210.464539 L 262.069305 216.360657 L 20.708664 216.360657 Z"/>
+            <path id="path699" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 20.708664 212.316528 L 20.708664 206.38269 L 262.069305 206.38269 L 262.069305 212.316528 L 20.708664 212.316528 Z"/>
+            <path id="path700" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 20.708664 208.234619 L 20.708664 202.300781 L 262.069305 202.300781 L 262.069305 208.234619 L 20.708664 208.234619 Z"/>
+            <path id="path701" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 20.708664 204.152771 L 20.708664 198.218872 L 262.069305 198.218872 L 262.069305 204.152771 L 20.708664 204.152771 Z"/>
+            <path id="path702" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 20.708664 200.070862 L 20.708664 194.174805 L 262.069305 194.174805 L 262.069305 200.070862 L 20.708664 200.070862 Z"/>
+            <path id="path703" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 20.708664 196.026794 L 20.708664 190.092896 L 262.069305 190.092896 L 262.069305 196.026794 L 20.708664 196.026794 Z"/>
+            <path id="path704" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 20.708664 191.944885 L 20.708664 186.011047 L 262.069305 186.011047 L 262.069305 191.944885 L 20.708664 191.944885 Z"/>
+            <path id="path705" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 20.708664 187.862976 L 20.708664 181.929138 L 262.069305 181.929138 L 262.069305 187.862976 L 20.708664 187.862976 Z"/>
+            <path id="path706" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 20.708664 183.818909 L 20.708664 177.88501 L 262.069305 177.88501 L 262.069305 183.818909 L 20.708664 183.818909 Z"/>
+            <path id="path707" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 20.708664 179.737 L 20.708664 173.803162 L 262.069305 173.803162 L 262.069305 179.737 L 20.708664 179.737 Z"/>
+            <path id="path708" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 20.708664 175.65509 L 20.708664 169.721252 L 262.069305 169.721252 L 262.069305 175.65509 L 20.708664 175.65509 Z"/>
+            <path id="path709" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 20.708664 171.573242 L 20.708664 165.639343 L 262.069305 165.639343 L 262.069305 171.573242 L 20.708664 171.573242 Z"/>
+            <path id="path710" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 20.708664 167.529114 L 20.708664 161.595276 L 262.069305 161.595276 L 262.069305 167.529114 L 20.708664 167.529114 Z"/>
+            <path id="path711" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 20.708664 163.447266 L 20.708664 157.513367 L 262.069305 157.513367 L 262.069305 163.447266 L 20.708664 163.447266 Z"/>
+            <path id="path712" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 20.708664 159.365356 L 20.708664 153.431519 L 262.069305 153.431519 L 262.069305 159.365356 L 20.708664 159.365356 Z"/>
+            <path id="path713" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 20.708664 155.283447 L 20.708664 149.349609 L 262.069305 149.349609 L 262.069305 155.283447 L 20.708664 155.283447 Z"/>
+            <path id="path714" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 20.708664 151.23938 L 20.708664 145.305542 L 262.069305 145.305542 L 262.069305 151.23938 L 20.708664 151.23938 Z"/>
+            <path id="path715" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 20.708664 147.157471 L 20.708664 141.223633 L 262.069305 141.223633 L 262.069305 147.157471 L 20.708664 147.157471 Z"/>
+            <path id="path716" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 20.708664 143.075562 L 20.708664 137.141724 L 262.069305 137.141724 L 262.069305 143.075562 L 20.708664 143.075562 Z"/>
+            <path id="path717" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 20.708664 138.993713 L 20.708664 133.059814 L 262.069305 133.059814 L 262.069305 138.993713 L 20.708664 138.993713 Z"/>
+            <path id="path718" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 20.708664 134.949585 L 20.708664 129.015747 L 262.069305 129.015747 L 262.069305 134.949585 L 20.708664 134.949585 Z"/>
+            <path id="path719" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 20.708664 130.867737 L 20.708664 124.933838 L 262.069305 124.933838 L 262.069305 130.867737 L 20.708664 130.867737 Z"/>
+            <path id="path720" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 20.708664 126.785828 L 20.708664 120.85199 L 262.069305 120.85199 L 262.069305 126.785828 L 20.708664 126.785828 Z"/>
+            <path id="path721" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 20.708664 122.703918 L 20.708664 116.807861 L 262.069305 116.807861 L 262.069305 122.703918 L 20.708664 122.703918 Z"/>
+            <path id="path722" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 20.708664 118.659851 L 20.708664 112.726013 L 262.069305 112.726013 L 262.069305 118.659851 L 20.708664 118.659851 Z"/>
+            <path id="path723" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 20.708664 114.577942 L 20.708664 108.644104 L 262.069305 108.644104 L 262.069305 114.577942 L 20.708664 114.577942 Z"/>
+            <path id="path724" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 20.708664 110.496033 L 20.708664 104.562195 L 262.069305 104.562195 L 262.069305 110.496033 L 20.708664 110.496033 Z"/>
+            <path id="path725" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 20.708664 106.414185 L 20.708664 100.518127 L 262.069305 100.518127 L 262.069305 106.414185 L 20.708664 106.414185 Z"/>
+            <path id="path726" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 20.708664 102.370056 L 20.708664 96.436218 L 262.069305 96.436218 L 262.069305 102.370056 L 20.708664 102.370056 Z"/>
+            <path id="path727" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 20.708664 98.288208 L 20.708664 92.354309 L 262.069305 92.354309 L 262.069305 98.288208 L 20.708664 98.288208 Z"/>
+            <path id="path728" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 20.708664 94.206299 L 20.708664 88.272461 L 262.069305 88.272461 L 262.069305 94.206299 L 20.708664 94.206299 Z"/>
+            <path id="path729" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 20.708664 90.12439 L 20.708664 84.228333 L 262.069305 84.228333 L 262.069305 90.12439 L 20.708664 90.12439 Z"/>
+            <path id="path730" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 20.708664 86.080322 L 20.708664 80.146484 L 262.069305 80.146484 L 262.069305 86.080322 L 20.708664 86.080322 Z"/>
+            <path id="path731" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 20.708664 81.998413 L 20.708664 76.064575 L 262.069305 76.064575 L 262.069305 81.998413 L 20.708664 81.998413 Z"/>
+            <path id="path732" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 20.708664 77.916565 L 20.708664 71.982666 L 262.069305 71.982666 L 262.069305 77.916565 L 20.708664 77.916565 Z"/>
+            <path id="path733" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 20.708664 73.834656 L 20.708664 67.938599 L 262.069305 67.938599 L 262.069305 73.834656 L 20.708664 73.834656 Z"/>
+            <path id="path734" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 20.708664 69.790527 L 20.708664 63.856689 L 262.069305 63.856689 L 262.069305 69.790527 L 20.708664 69.790527 Z"/>
+            <path id="path735" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 20.708664 65.708679 L 20.708664 59.77478 L 262.069305 59.77478 L 262.069305 65.708679 L 20.708664 65.708679 Z"/>
+            <path id="path736" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 20.708664 61.62677 L 20.708664 55.692932 L 262.069305 55.692932 L 262.069305 61.62677 L 20.708664 61.62677 Z"/>
+            <path id="path737" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 20.708664 57.544861 L 20.708664 51.648804 L 262.069305 51.648804 L 262.069305 57.544861 L 20.708664 57.544861 Z"/>
+            <path id="path738" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 20.708664 53.500793 L 20.708664 47.566956 L 262.069305 47.566956 L 262.069305 53.500793 L 20.708664 53.500793 Z"/>
+            <path id="path739" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 20.708664 49.418884 L 20.708664 43.485046 L 262.069305 43.485046 L 262.069305 49.418884 L 20.708664 49.418884 Z"/>
+            <path id="path740" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 20.708664 45.337036 L 20.708664 39.403137 L 262.069305 39.403137 L 262.069305 45.337036 L 20.708664 45.337036 Z"/>
+            <path id="path741" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 20.708664 41.292908 L 20.708664 35.35907 L 262.069305 35.35907 L 262.069305 41.292908 L 20.708664 41.292908 Z"/>
+            <path id="path742" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 20.708664 37.210999 L 20.708664 31.277161 L 262.069305 31.277161 L 262.069305 37.210999 L 20.708664 37.210999 Z"/>
+            <path id="path743" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 20.708664 33.12915 L 20.708664 27.195251 L 262.069305 27.195251 L 262.069305 33.12915 L 20.708664 33.12915 Z"/>
+            <path id="path744" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 20.708664 29.047241 L 20.708664 23.113403 L 262.069305 23.113403 L 262.069305 29.047241 L 20.708664 29.047241 Z"/>
+            <path id="path745" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 20.708664 25.003174 L 20.708664 19.069275 L 262.069305 19.069275 L 262.069305 25.003174 L 20.708664 25.003174 Z"/>
+            <path id="path746" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 20.708664 20.921265 L 20.708664 14.987427 L 262.069305 14.987427 L 262.069305 20.921265 L 20.708664 20.921265 Z"/>
+            <path id="path747" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 20.708664 16.839355 L 20.708664 10.905518 L 262.069305 10.905518 L 262.069305 16.839355 L 20.708664 16.839355 Z"/>
+            <path id="path748" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 20.708664 12.757507 L 20.708664 6.823608 L 262.069305 6.823608 L 262.069305 12.757507 L 20.708664 12.757507 Z"/>
+            <path id="path749" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 20.708664 8.713379 L 20.708664 2.779541 L 262.069305 2.779541 L 262.069305 8.713379 L 20.708664 8.713379 Z"/>
+            <path id="path750" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 20.708664 4.63147 L 20.708664 -1.302368 L 262.069305 -1.302368 L 262.069305 4.63147 L 20.708664 4.63147 Z"/>
+            <path id="path751" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 20.708664 0.549622 L 20.708664 -5.384277 L 262.069305 -5.384277 L 262.069305 0.549622 L 20.708664 0.549622 Z"/>
+            <path id="path752" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 20.708664 -3.532288 L 20.708664 -9.466125 L 262.069305 -9.466125 L 262.069305 -3.532288 L 20.708664 -3.532288 Z"/>
+            <path id="path753" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 20.708664 -7.576355 L 20.708664 -13.510254 L 262.069305 -13.510254 L 262.069305 -7.576355 L 20.708664 -7.576355 Z"/>
+            <path id="path754" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 20.708664 -11.658264 L 20.708664 -17.592102 L 262.069305 -17.592102 L 262.069305 -11.658264 L 20.708664 -11.658264 Z"/>
+            <path id="path755" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 20.708664 -15.740173 L 20.708664 -21.674011 L 262.069305 -21.674011 L 262.069305 -15.740173 L 20.708664 -15.740173 Z"/>
+            <path id="path756" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 20.708664 -19.822021 L 20.708664 -25.71814 L 262.069305 -25.71814 L 262.069305 -19.822021 L 20.708664 -19.822021 Z"/>
+            <path id="path757" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 20.708664 -23.86615 L 20.708664 -29.799988 L 262.069305 -29.799988 L 262.069305 -23.86615 L 20.708664 -23.86615 Z"/>
+            <path id="path758" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 20.708664 -27.948059 L 20.708664 -33.881897 L 262.069305 -33.881897 L 262.069305 -27.948059 L 20.708664 -27.948059 Z"/>
+            <path id="path759" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 20.708664 -32.029907 L 20.708664 -37.963806 L 262.069305 -37.963806 L 262.069305 -32.029907 L 20.708664 -32.029907 Z"/>
+            <path id="path760" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 20.708664 -36.111816 L 20.708664 -42.007874 L 262.069305 -42.007874 L 262.069305 -36.111816 L 20.708664 -36.111816 Z"/>
+            <path id="path761" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 20.708664 -40.155884 L 20.708664 -46.089783 L 262.069305 -46.089783 L 262.069305 -40.155884 L 20.708664 -40.155884 Z"/>
+            <path id="path762" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 20.708664 -44.237793 L 20.708664 -50.171631 L 262.069305 -50.171631 L 262.069305 -44.237793 L 20.708664 -44.237793 Z"/>
+            <path id="path763" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 20.708664 -48.319702 L 20.708664 -54.25354 L 262.069305 -54.25354 L 262.069305 -48.319702 L 20.708664 -48.319702 Z"/>
+            <path id="path764" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 20.708664 -52.40155 L 20.708664 -58.297607 L 262.069305 -58.297607 L 262.069305 -52.40155 L 20.708664 -52.40155 Z"/>
+            <path id="path765" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 20.708664 -56.445679 L 20.708664 -62.379517 L 262.069305 -62.379517 L 262.069305 -56.445679 L 20.708664 -56.445679 Z"/>
+            <path id="path766" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 20.708664 -60.527588 L 20.708664 -66.461426 L 262.069305 -66.461426 L 262.069305 -60.527588 L 20.708664 -60.527588 Z"/>
+            <path id="path767" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 20.708664 -64.609436 L 20.708664 -70.543335 L 262.069305 -70.543335 L 262.069305 -64.609436 L 20.708664 -64.609436 Z"/>
+            <path id="path768" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 20.708664 -68.691345 L 20.708664 -74.587402 L 262.069305 -74.587402 L 262.069305 -68.691345 L 20.708664 -68.691345 Z"/>
+            <path id="path769" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 20.708664 -72.735413 L 20.708664 -78.669312 L 262.069305 -78.669312 L 262.069305 -72.735413 L 20.708664 -72.735413 Z"/>
+            <path id="path770" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 20.708664 -76.817322 L 20.708664 -82.75116 L 262.069305 -82.75116 L 262.069305 -76.817322 L 20.708664 -76.817322 Z"/>
+            <path id="path771" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 20.708664 -80.899231 L 20.708664 -86.833069 L 262.069305 -86.833069 L 262.069305 -80.899231 L 20.708664 -80.899231 Z"/>
+            <path id="path772" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 20.708664 -84.981079 L 20.708664 -90.877136 L 262.069305 -90.877136 L 262.069305 -84.981079 L 20.708664 -84.981079 Z"/>
+            <path id="path773" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 20.708664 -89.025208 L 20.708664 -94.959045 L 262.069305 -94.959045 L 262.069305 -89.025208 L 20.708664 -89.025208 Z"/>
+            <path id="path774" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 20.708664 -93.107117 L 20.708664 -99.040955 L 262.069305 -99.040955 L 262.069305 -93.107117 L 20.708664 -93.107117 Z"/>
+            <path id="path775" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 20.708664 -97.188965 L 20.708664 -103.122864 L 262.069305 -103.122864 L 262.069305 -97.188965 L 20.708664 -97.188965 Z"/>
+            <path id="path776" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 20.708664 -101.233093 L 20.708664 -107.166931 L 262.069305 -107.166931 L 262.069305 -101.233093 L 20.708664 -101.233093 Z"/>
+            <path id="path777" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 20.708664 -105.314941 L 20.708664 -111.24884 L 262.069305 -111.24884 L 262.069305 -105.314941 L 20.708664 -105.314941 Z"/>
+            <path id="path778" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 20.708664 -109.396851 L 20.708664 -115.330688 L 262.069305 -115.330688 L 262.069305 -109.396851 L 20.708664 -109.396851 Z"/>
+            <path id="path779" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 20.708664 -113.47876 L 20.708664 -119.412598 L 262.069305 -119.412598 L 262.069305 -113.47876 L 20.708664 -113.47876 Z"/>
+            <path id="path780" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 20.708664 -117.522827 L 20.708664 -123.456665 L 262.069305 -123.456665 L 262.069305 -117.522827 L 20.708664 -117.522827 Z"/>
+            <path id="path781" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 20.708664 -121.604736 L 20.708664 -127.538574 L 262.069305 -127.538574 L 262.069305 -121.604736 L 20.708664 -121.604736 Z"/>
+            <path id="path782" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 20.708664 -125.686584 L 20.708664 -131.620483 L 262.069305 -131.620483 L 262.069305 -125.686584 L 20.708664 -125.686584 Z"/>
+            <path id="path783" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 20.708664 -129.768494 L 20.708664 -135.702393 L 262.069305 -135.702393 L 262.069305 -129.768494 L 20.708664 -129.768494 Z"/>
+            <path id="path784" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 20.708664 -133.812622 L 20.708664 -139.74646 L 262.069305 -139.74646 L 262.069305 -133.812622 L 20.708664 -133.812622 Z"/>
+            <path id="path785" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 20.708664 -137.89447 L 20.708664 -143.828369 L 262.069305 -143.828369 L 262.069305 -137.89447 L 20.708664 -137.89447 Z"/>
+            <path id="path786" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 20.708664 -141.976379 L 20.708664 -147.910217 L 262.069305 -147.910217 L 262.069305 -141.976379 L 20.708664 -141.976379 Z"/>
+            <path id="path787" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 20.708664 -146.058289 L 20.708664 -151.992126 L 262.069305 -151.992126 L 262.069305 -146.058289 L 20.708664 -146.058289 Z"/>
+            <path id="path788" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 20.708664 -150.102356 L 20.708664 -156.036194 L 262.069305 -156.036194 L 262.069305 -150.102356 L 20.708664 -150.102356 Z"/>
+            <path id="path789" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 20.708664 -154.184265 L 20.708664 -160.118103 L 262.069305 -160.118103 L 262.069305 -154.184265 L 20.708664 -154.184265 Z"/>
+            <path id="path790" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 20.708664 -158.266113 L 20.708664 -164.200012 L 262.069305 -164.200012 L 262.069305 -158.266113 L 20.708664 -158.266113 Z"/>
+            <path id="path791" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 20.708664 -162.348022 L 20.708664 -168.24408 L 262.069305 -168.24408 L 262.069305 -162.348022 L 20.708664 -162.348022 Z"/>
+            <path id="path792" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 20.708664 -166.392151 L 20.708664 -172.325989 L 262.069305 -172.325989 L 262.069305 -166.392151 L 20.708664 -166.392151 Z"/>
+            <path id="path793" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 20.708664 -170.473999 L 20.708664 -176.407898 L 262.069305 -176.407898 L 262.069305 -170.473999 L 20.708664 -170.473999 Z"/>
+        </g>
+        <clipPath id="clipPath36">
+            <path d="M 181.300789 271.541718 L 21.653542 179.207886 L 101.477173 49.418884 L 261.124428 141.752747 L 181.300789 271.541718 L 181.300789 271.541718 Z"/>
+        </clipPath>
+        <g id="g35" clip-path="url(#clipPath36)"/>
+        <clipPath id="clipPath37">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g36" clip-path="url(#clipPath37)">
+            <path id="path794" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 181.300781 271.541718 L 21.653542 179.207886 L 101.477173 49.418884 L 261.12442 141.752747 L 181.300781 271.541718 Z"/>
+            <path id="path795" fill="none" stroke="#000000" stroke-width="1.247244" stroke-linejoin="round" d="M 39.11496 282.200012 L 39.11496 189.185852 L 21.653542 179.207886 L 101.477173 49.418884 L 160.399994 77.047241 L 160.399994 62.533875 L 189.540161 45.677185 L 218.718109 62.533875 L 218.718109 108.077148 L 340.948029 179.207886 L 330.289764 175.390564 L 329.722839 279.025208 L 284.822052 305.217316 L 276.091339 300.228333 L 238.674011 322.678741 L 238.674011 332.051971 L 181.300781 365.122833 L 39.6063 283.031494"/>
+            <path id="path796" fill="#000000" fill-rule="evenodd" stroke="none" d="M 39.757477 282.12442 L 38.510239 282.12442 L 38.510239 282.766937 L 38.548035 282.993713 L 38.699211 283.182678 L 38.888191 283.333862 L 39.11496 283.371643 L 39.379524 283.333862 L 39.568504 283.182678 L 39.681892 282.993713 L 39.757477 282.766937 L 39.757477 282.12442 Z"/>
+            <path id="path797" fill="#000000" fill-rule="evenodd" stroke="none" d="M 39.341736 283.598419 L 39.984253 282.540161 L 39.455116 282.200012 L 39.190552 282.12442 L 38.963783 282.162201 L 38.737007 282.275604 L 38.585823 282.426758 L 38.510239 282.691345 L 38.510239 282.918121 L 38.623619 283.144867 L 38.812599 283.296051 L 39.341736 283.598419 Z"/>
+        </g>
+        <clipPath id="clipPath38">
+            <path d="M 685.603149 245.765381 C 689.609436 247.768494 694.069275 248.789001 698.566956 248.75116 C 700.040955 248.713379 701.477173 248.37323 702.724426 247.65509 C 703.177979 248.108643 703.858276 248.222046 704.425171 247.919678 C 705.634644 247.314941 706.65509 246.294495 707.222046 245.085022 L 707.222046 245.085022 L 707.222046 236.883483 C 706.957458 232.57483 704.236206 228.795289 700.154358 227.170105 L 688.513367 226.376404 C 684.431519 228.077149 681.672424 231.894471 681.445679 236.278747 L 681.483459 240.889771 C 681.483459 242.099182 682.012573 243.233093 682.957458 243.951172 C 683.411011 244.404724 684.091309 244.480286 684.658264 244.25354 C 684.696045 244.858276 685.074036 245.425171 685.603149 245.765381 L 685.603149 245.765381 Z"/>
+        </clipPath>
+        <g id="g37" clip-path="url(#clipPath38)"/>
+        <clipPath id="clipPath39">
+            <path d="M 685.603149 245.765381 L 685.603149 245.765381 C 685.074036 245.425171 684.696045 244.858276 684.658264 244.25354 C 684.091309 244.480286 683.411011 244.404724 682.957458 243.951172 C 682.012573 243.233093 681.483459 242.099182 681.483459 240.889771 L 681.445679 236.278747 C 681.672424 231.894471 684.431519 228.077149 688.513367 226.376404 L 700.154358 227.170105 C 704.236206 228.795289 706.957458 232.57483 707.222046 236.883483 L 707.222046 245.085022 L 707.222046 245.085022 C 706.65509 246.294495 705.634644 247.314941 704.425171 247.919678 C 703.858276 248.222046 703.177979 248.108643 702.724426 247.65509 C 701.477173 248.37323 700.040955 248.713379 698.566956 248.75116 C 694.069275 248.789001 689.609436 247.768494 685.603149 245.765381 Z"/>
+        </clipPath>
+        <g id="g38" clip-path="url(#clipPath39)">
+            <path id="path798" fill="#c6d1e3" fill-rule="evenodd" stroke="none" d="M 713.874023 237.563782 C 713.874023 240.587402 712.966919 243.535461 711.228333 246.143311 C 709.527588 248.75116 707.070862 250.905518 704.085022 252.417297 C 701.137024 253.929138 697.773254 254.722839 694.333862 254.722839 C 690.89447 254.722839 687.530701 253.929138 684.582703 252.417297 C 681.596863 250.905518 679.140137 248.75116 677.40155 246.143311 C 675.700806 243.535461 674.793701 240.587402 674.793701 237.563782 C 674.793701 234.540161 675.700806 231.592102 677.40155 228.984253 C 679.140137 226.376404 681.596863 224.222046 684.582703 222.710266 C 687.530701 221.198425 690.89447 220.404724 694.333862 220.404724 C 697.773254 220.404724 701.137024 221.198425 704.085022 222.710266 C 707.070862 224.222046 709.527588 226.376404 711.228333 228.984253 C 712.966919 231.592102 713.874023 234.540161 713.874023 237.563782 L 713.874023 237.563782 Z"/>
+            <path id="path799" fill="#c6d1e3" fill-rule="evenodd" stroke="none" d="M 713.647217 237.563782 C 713.647217 240.549622 712.777954 243.459839 711.077148 246.067688 C 709.376404 248.637817 706.919678 250.754333 704.00946 252.266113 C 701.061401 253.740173 697.735413 254.533875 694.333862 254.533875 C 690.932312 254.533875 687.606323 253.740173 684.658264 252.266113 C 681.710266 250.754333 679.291321 248.637817 677.590576 246.067688 C 675.889771 243.459839 674.982666 240.549622 674.982666 237.563782 C 674.982666 234.577942 675.889771 231.667725 677.590576 229.059814 C 679.291321 226.489746 681.710266 224.37323 684.658264 222.861389 C 687.606323 221.38739 690.932312 220.593689 694.333862 220.593689 C 697.735413 220.593689 701.061401 221.38739 704.00946 222.861389 C 706.919678 224.37323 709.376404 226.489746 711.077148 229.059814 C 712.777954 231.667725 713.647217 234.577942 713.647217 237.563782 L 713.647217 237.563782 Z"/>
+            <path id="path800" fill="#b9cadf" fill-rule="evenodd" stroke="none" d="M 712.135437 237.563782 C 712.135437 240.322815 711.303955 243.006287 709.754333 245.38739 C 708.204712 247.768494 705.937012 249.733887 703.25354 251.094482 C 700.532288 252.49292 697.470886 253.210999 694.333862 253.210999 C 691.196838 253.210999 688.135437 252.49292 685.414185 251.094482 C 682.730713 249.733887 680.463013 247.768494 678.913391 245.38739 C 677.325989 243.006287 676.532288 240.322815 676.532288 237.563782 C 676.532288 234.804749 677.325989 232.121277 678.913391 229.740173 C 680.463013 227.35907 682.730713 225.393677 685.414185 224.033081 C 688.135437 222.634644 691.196838 221.916565 694.333862 221.916565 C 697.470886 221.916565 700.532288 222.634644 703.25354 224.033081 C 705.937012 225.393677 708.204712 227.35907 709.754333 229.740173 C 711.303955 232.121277 712.135437 234.804749 712.135437 237.563782 L 712.135437 237.563782 Z"/>
+            <path id="path801" fill="#abc2dc" fill-rule="evenodd" stroke="none" d="M 710.623596 237.563782 C 710.623596 240.058289 709.867737 242.552734 708.431519 244.707092 C 706.9953 246.899231 704.954346 248.713379 702.459839 249.960632 C 700.003174 251.207886 697.206299 251.888184 694.333862 251.888184 C 691.461426 251.888184 688.664551 251.207886 686.170105 249.960632 C 683.713379 248.713379 681.634644 246.899231 680.198425 244.707092 C 678.799988 242.552734 678.044067 240.058289 678.044067 237.563782 C 678.044067 235.069275 678.799988 232.574829 680.198425 230.420471 C 681.634644 228.228333 683.713379 226.414185 686.170105 225.166931 C 688.664551 223.919678 691.461426 223.23938 694.333862 223.23938 C 697.206299 223.23938 700.003174 223.919678 702.459839 225.166931 C 704.954346 226.414185 706.9953 228.228333 708.431519 230.420471 C 709.867737 232.574829 710.623596 235.069275 710.623596 237.563782 L 710.623596 237.563782 Z"/>
+            <path id="path802" fill="#9ebbd8" fill-rule="evenodd" stroke="none" d="M 709.111816 237.563782 C 709.111816 239.831482 708.431519 242.061401 707.108643 244.064575 C 705.823608 246.029907 703.97168 247.65509 701.703918 248.789001 C 699.473999 249.922852 696.903931 250.527588 694.333862 250.527588 C 691.726013 250.527588 689.193726 249.922852 686.925964 248.789001 C 684.696045 247.65509 682.844116 246.029907 681.52124 244.064575 C 680.236206 242.061401 679.555908 239.831482 679.555908 237.563782 C 679.555908 235.296082 680.236206 233.066162 681.52124 231.062988 C 682.844116 229.097656 684.696045 227.472412 686.925964 226.338562 C 689.193726 225.204712 691.726013 224.599976 694.333862 224.599976 C 696.903931 224.599976 699.473999 225.204712 701.703918 226.338562 C 703.97168 227.472412 705.823608 229.097656 707.108643 231.062988 C 708.431519 233.066162 709.111816 235.296082 709.111816 237.563782 L 709.111816 237.563782 Z"/>
+            <path id="path803" fill="#91b3d4" fill-rule="evenodd" stroke="none" d="M 707.599976 237.563782 C 707.599976 239.604736 706.957458 241.607849 705.823608 243.384277 C 704.651978 245.160645 702.988953 246.634644 700.948059 247.65509 C 698.944885 248.675598 696.639343 249.204712 694.333862 249.204712 C 691.99054 249.204712 689.722839 248.675598 687.681885 247.65509 C 685.678711 246.634644 684.015747 245.160645 682.844116 243.384277 C 681.672424 241.607849 681.067688 239.604736 681.067688 237.563782 C 681.067688 235.522827 681.672424 233.519714 682.844116 231.743286 C 684.015747 229.966919 685.678711 228.49292 687.681885 227.472412 C 689.722839 226.451965 691.99054 225.922852 694.333862 225.922852 C 696.639343 225.922852 698.944885 226.451965 700.948059 227.472412 C 702.988953 228.49292 704.651978 229.966919 705.823608 231.743286 C 706.957458 233.519714 707.599976 235.522827 707.599976 237.563782 L 707.599976 237.563782 Z"/>
+            <path id="path804" fill="#83acd1" fill-rule="evenodd" stroke="none" d="M 706.050415 237.563782 C 706.050415 239.37793 705.52124 241.154358 704.500793 242.703918 C 703.480286 244.291321 701.968506 245.576355 700.192139 246.483459 C 698.415771 247.390564 696.374817 247.881897 694.333862 247.881897 C 692.255127 247.881897 690.251953 247.390564 688.475586 246.483459 C 686.661438 245.576355 685.187378 244.291321 684.166931 242.703918 C 683.146484 241.154358 682.579529 239.37793 682.579529 237.563782 C 682.579529 235.749634 683.146484 233.973206 684.166931 232.423645 C 685.187378 230.836243 686.661438 229.551208 688.475586 228.644104 C 690.251953 227.737 692.255127 227.245667 694.333862 227.245667 C 696.374817 227.245667 698.415771 227.737 700.192139 228.644104 C 701.968506 229.551208 703.480286 230.836243 704.500793 232.423645 C 705.52124 233.973206 706.050415 235.749634 706.050415 237.563782 L 706.050415 237.563782 Z"/>
+            <path id="path805" fill="#76a4cd" fill-rule="evenodd" stroke="none" d="M 704.538574 237.563782 C 704.538574 239.151184 704.085022 240.700806 703.177979 242.061401 C 702.270874 243.422058 700.98584 244.555908 699.436218 245.349609 C 697.886597 246.10553 696.110229 246.52124 694.333862 246.52124 C 692.519714 246.52124 690.781128 246.10553 689.231506 245.349609 C 687.681885 244.555908 686.35907 243.422058 685.489746 242.061401 C 684.582703 240.700806 684.091309 239.151184 684.091309 237.563782 C 684.091309 235.976379 684.582703 234.426758 685.489746 233.066162 C 686.35907 231.705505 687.681885 230.571655 689.231506 229.777954 C 690.781128 229.022034 692.519714 228.606323 694.333862 228.606323 C 696.110229 228.606323 697.886597 229.022034 699.436218 229.777954 C 700.98584 230.571655 702.270874 231.705505 703.177979 233.066162 C 704.085022 234.426758 704.538574 235.976379 704.538574 237.563782 L 704.538574 237.563782 Z"/>
+            <path id="path806" fill="#699dc9" fill-rule="evenodd" stroke="none" d="M 703.026794 237.563782 C 703.026794 238.886597 702.611023 240.209473 701.855103 241.381104 C 701.099182 242.552734 700.003174 243.49762 698.680298 244.177979 C 697.357483 244.858276 695.845642 245.198425 694.333862 245.198425 C 692.784241 245.198425 691.310242 244.858276 689.987427 244.177979 C 688.664551 243.49762 687.568481 242.552734 686.812622 241.381104 C 686.018921 240.209473 685.64093 238.886597 685.64093 237.563782 C 685.64093 236.240967 686.018921 234.918091 686.812622 233.74646 C 687.568481 232.574829 688.664551 231.629944 689.987427 230.949585 C 691.310242 230.269287 692.784241 229.929138 694.333862 229.929138 C 695.845642 229.929138 697.357483 230.269287 698.680298 230.949585 C 700.003174 231.629944 701.099182 232.574829 701.855103 233.74646 C 702.611023 234.918091 703.026794 236.240967 703.026794 237.563782 L 703.026794 237.563782 Z"/>
+            <path id="path807" fill="#5b95c6" fill-rule="evenodd" stroke="none" d="M 701.514954 237.563782 C 701.514954 238.659851 701.174805 239.75592 700.532288 240.700806 C 699.927551 241.683472 699.020447 242.477173 697.924438 243.006287 C 696.828369 243.573242 695.581116 243.87561 694.333862 243.87561 C 693.086609 243.87561 691.839355 243.573242 690.743286 243.006287 C 689.647217 242.477173 688.740173 241.683472 688.097656 240.700806 C 687.49292 239.75592 687.152771 238.659851 687.152771 237.563782 C 687.152771 236.467712 687.49292 235.371643 688.097656 234.426758 C 688.740173 233.444092 689.647217 232.650391 690.743286 232.121277 C 691.839355 231.554321 693.086609 231.251953 694.333862 231.251953 C 695.581116 231.251953 696.828369 231.554321 697.924438 232.121277 C 699.020447 232.650391 699.927551 233.444092 700.532288 234.426758 C 701.174805 235.371643 701.514954 236.467712 701.514954 237.563782 L 701.514954 237.563782 Z"/>
+            <path id="path808" fill="#4e8ec2" fill-rule="evenodd" stroke="none" d="M 700.003174 237.563782 C 700.003174 238.433044 699.738586 239.302368 699.247253 240.058289 C 698.71814 240.814148 698.037781 241.418884 697.168518 241.872437 C 696.299194 242.288208 695.316528 242.552734 694.333862 242.552734 C 693.351196 242.552734 692.36853 242.288208 691.499207 241.872437 C 690.629944 241.418884 689.911804 240.814148 689.420471 240.058289 C 688.929138 239.302368 688.664551 238.433044 688.664551 237.563782 C 688.664551 236.694458 688.929138 235.825195 689.420471 235.069275 C 689.911804 234.313416 690.629944 233.708679 691.499207 233.255127 C 692.36853 232.839355 693.351196 232.574829 694.333862 232.574829 C 695.316528 232.574829 696.299194 232.839355 697.168518 233.255127 C 698.037781 233.708679 698.71814 234.313416 699.247253 235.069275 C 699.738586 235.825195 700.003174 236.694458 700.003174 237.563782 L 700.003174 237.563782 Z"/>
+        </g>
+        <clipPath id="clipPath40">
+            <path d="M 685.603149 245.765381 C 689.609436 247.768494 694.069275 248.789001 698.566956 248.75116 C 700.040955 248.713379 701.477173 248.37323 702.724426 247.65509 C 703.177979 248.108643 703.858276 248.222046 704.425171 247.919678 C 705.634644 247.314941 706.65509 246.294495 707.222046 245.085022 L 707.222046 245.085022 L 707.222046 236.883483 C 706.957458 232.57483 704.236206 228.795289 700.154358 227.170105 L 688.513367 226.376404 C 684.431519 228.077149 681.672424 231.894471 681.445679 236.278747 L 681.483459 240.889771 C 681.483459 242.099182 682.012573 243.233093 682.957458 243.951172 C 683.411011 244.404724 684.091309 244.480286 684.658264 244.25354 C 684.696045 244.858276 685.074036 245.425171 685.603149 245.765381 L 685.603149 245.765381 Z"/>
+        </clipPath>
+        <g id="g39" clip-path="url(#clipPath40)"/>
+        <clipPath id="clipPath41">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g40" clip-path="url(#clipPath41)">
+            <path id="path809" fill="none" stroke="#373773" stroke-width="0.907087" stroke-linejoin="round" d="M 685.981079 245.916565 C 689.874023 247.844116 694.069275 248.789001 698.566956 248.75116 C 700.040955 248.713379 701.477173 248.37323 702.724426 247.65509 C 703.177979 248.108643 703.858276 248.222046 704.425171 247.919678 C 705.634644 247.314941 706.65509 246.294495 707.222046 245.085022 L 707.222046 245.085022 L 707.222046 236.883484 C 706.957458 232.574829 704.38739 229.022034 700.494507 227.321289"/>
+            <path id="path810" fill="#373773" fill-rule="evenodd" stroke="none" d="M 685.829895 246.332275 L 686.207886 245.538574 L 685.829895 245.349609 L 685.64093 245.311829 L 685.489746 245.311829 L 685.338562 245.425171 L 685.22522 245.538574 L 685.149597 245.727539 L 685.187378 245.878723 L 685.263 246.029907 L 685.414185 246.143311 L 685.829895 246.332275 Z"/>
+            <path id="path811" fill="#373773" fill-rule="evenodd" stroke="none" d="M 700.381104 227.77478 L 700.759033 226.943298 L 700.343323 226.754333 L 700.154358 226.754333 L 700.003174 226.754333 L 699.85199 226.867737 L 699.738586 227.018921 L 699.700806 227.170105 L 699.738586 227.35907 L 699.85199 227.510254 L 699.965332 227.585815 L 700.381104 227.77478 Z"/>
+            <path id="path812" fill="none" stroke="#373773" stroke-width="0.907087" stroke-linejoin="round" d="M 688.173218 226.527588 C 684.242493 228.303955 681.672424 231.89447 681.445679 236.278748 L 681.483459 240.889771 C 681.483459 242.099182 682.012573 243.233093 682.957458 243.951172 C 683.411011 244.404724 684.091309 244.480286 684.658264 244.25354 C 684.696045 244.858276 684.922852 245.198425 685.300781 245.500793"/>
+            <path id="path813" fill="#373773" fill-rule="evenodd" stroke="none" d="M 687.946472 226.149597 L 688.286621 226.981079 L 688.702393 226.792114 L 688.853516 226.678711 L 688.929138 226.527588 L 688.966919 226.376404 L 688.929138 226.187378 L 688.815735 226.036194 L 688.702393 225.960632 L 688.513367 225.922852 L 688.362183 225.960632 L 687.946472 226.149597 Z"/>
+            <path id="path814" fill="#373773" fill-rule="evenodd" stroke="none" d="M 685.527588 245.122864 L 684.998413 245.840942 L 685.338562 246.10553 L 685.489746 246.181091 L 685.678711 246.181091 L 685.829895 246.143311 L 685.981079 246.029907 L 686.056702 245.878723 L 686.056702 245.689758 L 686.018921 245.538574 L 685.867737 245.38739 L 685.527588 245.122864 Z"/>
+        </g>
+        <clipPath id="clipPath42">
+            <path d="M 702.346436 221.878723 C 702.346436 217.721252 698.907104 214.395264 694.674011 214.395264 C 690.440918 214.395264 687.001587 217.721252 687.001587 221.878723 C 687.001587 226.036194 690.440918 229.400024 694.674011 229.400024 C 698.907104 229.400024 702.346436 226.036194 702.346436 221.878723 L 702.346436 221.878723 Z"/>
+        </clipPath>
+        <g id="g41" clip-path="url(#clipPath42)"/>
+        <clipPath id="clipPath43">
+            <path d="M 702.346436 221.878723 L 702.346436 221.878723 C 702.346436 226.036194 698.907104 229.400024 694.674011 229.400024 C 690.440918 229.400024 687.001587 226.036194 687.001587 221.878723 C 687.001587 217.721252 690.440918 214.395264 694.674011 214.395264 C 698.907104 214.395264 702.346436 217.721252 702.346436 221.878723 Z"/>
+        </clipPath>
+        <g id="g42" clip-path="url(#clipPath43)">
+            <path id="path815" fill="#c6d1e3" fill-rule="evenodd" stroke="none" d="M 706.806274 221.878723 C 706.806274 223.957458 706.277161 226.036194 705.181091 227.850403 C 704.122864 229.664551 702.611023 231.176392 700.759033 232.196838 C 698.907104 233.255127 696.790527 233.822021 694.674011 233.822021 C 692.519714 233.822021 690.440918 233.255127 688.588989 232.196838 C 686.737 231.176392 685.22522 229.664551 684.12915 227.850403 C 683.070862 226.036194 682.503967 223.957458 682.503967 221.878723 C 682.503967 219.799988 683.070862 217.721252 684.12915 215.907104 C 685.22522 214.092896 686.737 212.581116 688.588989 211.560608 C 690.440918 210.50238 692.519714 209.935425 694.674011 209.935425 C 696.790527 209.935425 698.907104 210.50238 700.759033 211.560608 C 702.611023 212.581116 704.122864 214.092896 705.181091 215.907104 C 706.277161 217.721252 706.806274 219.799988 706.806274 221.878723 L 706.806274 221.878723 Z"/>
+            <path id="path816" fill="#c6d1e3" fill-rule="evenodd" stroke="none" d="M 706.692932 221.878723 C 706.692932 223.957458 706.163757 225.998413 705.10553 227.77478 C 704.047241 229.588989 702.49762 231.062988 700.683472 232.121277 C 698.869263 233.141724 696.790527 233.708679 694.674011 233.708679 C 692.557495 233.708679 690.47876 233.141724 688.664551 232.121277 C 686.812622 231.062988 685.300781 229.588989 684.242493 227.77478 C 683.184265 225.998413 682.61731 223.957458 682.61731 221.878723 C 682.61731 219.799988 683.184265 217.759033 684.242493 215.982666 C 685.300781 214.168518 686.812622 212.694458 688.664551 211.63623 C 690.47876 210.615723 692.557495 210.086609 694.674011 210.086609 C 696.790527 210.086609 698.869263 210.615723 700.683472 211.63623 C 702.49762 212.694458 704.047241 214.168518 705.10553 215.982666 C 706.163757 217.759033 706.692932 219.799988 706.692932 221.878723 L 706.692932 221.878723 Z"/>
+            <path id="path817" fill="#b2c6dd" fill-rule="evenodd" stroke="none" d="M 705.294495 221.878723 C 705.294495 223.692932 704.803162 225.50708 703.858276 227.094482 C 702.913391 228.681885 701.590576 230.0047 699.965332 230.911804 C 698.37793 231.818909 696.526001 232.310242 694.674011 232.310242 C 692.822021 232.310242 690.970093 231.818909 689.34491 230.911804 C 687.757507 230.0047 686.396851 228.681885 685.489746 227.094482 C 684.544861 225.50708 684.053528 223.692932 684.053528 221.878723 C 684.053528 220.064575 684.544861 218.250366 685.489746 216.662964 C 686.396851 215.075562 687.757507 213.790527 689.34491 212.845642 C 690.970093 211.938599 692.822021 211.447266 694.674011 211.447266 C 696.526001 211.447266 698.37793 211.938599 699.965332 212.845642 C 701.590576 213.790527 702.913391 215.075562 703.858276 216.662964 C 704.803162 218.250366 705.294495 220.064575 705.294495 221.878723 L 705.294495 221.878723 Z"/>
+            <path id="path818" fill="#9ebbd8" fill-rule="evenodd" stroke="none" d="M 703.858276 221.878723 C 703.858276 223.466125 703.442505 225.015747 702.648804 226.376404 C 701.817322 227.77478 700.683472 228.908691 699.285034 229.702393 C 697.886597 230.496033 696.299194 230.911804 694.674011 230.911804 C 693.048828 230.911804 691.461426 230.496033 690.062988 229.702393 C 688.664551 228.908691 687.49292 227.77478 686.699219 226.376404 C 685.905518 225.015747 685.489746 223.466125 685.489746 221.878723 C 685.489746 220.291321 685.905518 218.74176 686.699219 217.381104 C 687.49292 215.982666 688.664551 214.848816 690.062988 214.055115 C 691.461426 213.261414 693.048828 212.845642 694.674011 212.845642 C 696.299194 212.845642 697.886597 213.261414 699.285034 214.055115 C 700.683472 214.848816 701.817322 215.982666 702.648804 217.381104 C 703.442505 218.74176 703.858276 220.291321 703.858276 221.878723 L 703.858276 221.878723 Z"/>
+            <path id="path819" fill="#8ab0d3" fill-rule="evenodd" stroke="none" d="M 702.459839 221.878723 C 702.459839 223.23938 702.081909 224.524414 701.40155 225.696045 C 700.721252 226.867737 699.738586 227.812622 698.566956 228.49292 C 697.357483 229.173218 696.034668 229.513367 694.674011 229.513367 C 693.313416 229.513367 691.952759 229.173218 690.781128 228.49292 C 689.609436 227.812622 688.62677 226.867737 687.946472 225.696045 C 687.266113 224.524414 686.888184 223.23938 686.888184 221.878723 C 686.888184 220.555908 687.266113 219.233093 687.946472 218.061401 C 688.62677 216.889771 689.609436 215.944885 690.781128 215.264587 C 691.952759 214.584229 693.313416 214.24408 694.674011 214.24408 C 696.034668 214.24408 697.357483 214.584229 698.566956 215.264587 C 699.738586 215.944885 700.721252 216.889771 701.40155 218.061401 C 702.081909 219.233093 702.459839 220.555908 702.459839 221.878723 L 702.459839 221.878723 Z"/>
+            <path id="path820" fill="#76a4cd" fill-rule="evenodd" stroke="none" d="M 701.023621 221.878723 C 701.023621 222.974792 700.721252 224.070862 700.192139 225.015747 C 699.625183 225.960632 698.831482 226.754333 697.848816 227.283447 C 696.86615 227.850403 695.770081 228.11499 694.674011 228.11499 C 693.540161 228.11499 692.444092 227.850403 691.499207 227.283447 C 690.516541 226.754333 689.722839 225.960632 689.155884 225.015747 C 688.588989 224.070862 688.324402 222.974792 688.324402 221.878723 C 688.324402 220.782654 688.588989 219.724426 689.155884 218.74176 C 689.722839 217.796875 690.516541 217.040955 691.499207 216.473999 C 692.444092 215.944885 693.540161 215.642517 694.674011 215.642517 C 695.770081 215.642517 696.86615 215.944885 697.848816 216.473999 C 698.831482 217.040955 699.625183 217.796875 700.192139 218.74176 C 700.721252 219.724426 701.023621 220.782654 701.023621 221.878723 L 701.023621 221.878723 Z"/>
+            <path id="path821" fill="#6299c8" fill-rule="evenodd" stroke="none" d="M 699.625183 221.878723 C 699.625183 222.748047 699.398438 223.579529 698.944885 224.297607 C 698.529114 225.053528 697.886597 225.658264 697.130737 226.074036 C 696.374817 226.489746 695.543335 226.716553 694.674011 226.716553 C 693.804749 226.716553 692.935425 226.489746 692.179504 226.074036 C 691.461426 225.658264 690.818909 225.053528 690.403137 224.297607 C 689.949585 223.579529 689.722839 222.748047 689.722839 221.878723 C 689.722839 221.047241 689.949585 220.177979 690.403137 219.459839 C 690.818909 218.703918 691.461426 218.099182 692.179504 217.683472 C 692.935425 217.2677 693.804749 217.040955 694.674011 217.040955 C 695.543335 217.040955 696.374817 217.2677 697.130737 217.683472 C 697.886597 218.099182 698.529114 218.703918 698.944885 219.459839 C 699.398438 220.177979 699.625183 221.047241 699.625183 221.878723 L 699.625183 221.878723 Z"/>
+            <path id="path822" fill="#4e8ec2" fill-rule="evenodd" stroke="none" d="M 698.188965 221.878723 C 698.188965 222.483459 698.037781 223.088196 697.735413 223.61731 C 697.395264 224.146484 696.979553 224.562195 696.412598 224.864563 C 695.883484 225.166931 695.278748 225.355896 694.674011 225.355896 C 694.031494 225.355896 693.426758 225.166931 692.897644 224.864563 C 692.36853 224.562195 691.914978 224.146484 691.61261 223.61731 C 691.310242 223.088196 691.159058 222.483459 691.159058 221.878723 C 691.159058 221.273987 691.310242 220.669312 691.61261 220.140137 C 691.914978 219.611023 692.36853 219.195251 692.897644 218.892883 C 693.426758 218.590576 694.031494 218.439392 694.674011 218.439392 C 695.278748 218.439392 695.883484 218.590576 696.412598 218.892883 C 696.979553 219.195251 697.395264 219.611023 697.735413 220.140137 C 698.037781 220.669312 698.188965 221.273987 698.188965 221.878723 L 698.188965 221.878723 Z"/>
+        </g>
+        <clipPath id="clipPath44">
+            <path d="M 702.346436 221.878723 C 702.346436 217.721252 698.907104 214.395264 694.674011 214.395264 C 690.440918 214.395264 687.001587 217.721252 687.001587 221.878723 C 687.001587 226.036194 690.440918 229.400024 694.674011 229.400024 C 698.907104 229.400024 702.346436 226.036194 702.346436 221.878723 L 702.346436 221.878723 Z"/>
+        </clipPath>
+        <g id="g43" clip-path="url(#clipPath44)"/>
+        <clipPath id="clipPath45">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g44" clip-path="url(#clipPath45)">
+            <path id="path823" fill="none" stroke="#555555" stroke-width="0.907087" stroke-linejoin="round" d="M 702.346436 221.878723 C 702.346436 217.721252 698.907104 214.395264 694.674011 214.395264 C 690.440918 214.395264 687.001587 217.721252 687.001587 221.878723 C 687.001587 226.036194 690.440918 229.400024 694.674011 229.400024 C 698.907104 229.400024 702.346436 226.036194 702.346436 221.878723 Z"/>
+            <path id="path824" fill="none" stroke="#555555" stroke-width="0.907087" stroke-linejoin="round" d="M 684.469299 243.87561 C 682.088196 238.811035 682.844116 234.351196 686.737 230.34491"/>
+            <path id="path825" fill="#555555" fill-rule="evenodd" stroke="none" d="M 684.847229 243.648804 L 684.053528 244.026794 L 684.242493 244.442505 L 684.355896 244.593689 L 684.50708 244.669312 L 684.658264 244.707092 L 684.847229 244.63147 L 684.998413 244.555908 L 685.074036 244.404724 L 685.111816 244.215759 L 685.036194 244.064575 L 684.847229 243.648804 Z"/>
+            <path id="path826" fill="#555555" fill-rule="evenodd" stroke="none" d="M 686.35907 230.080322 L 687.001587 230.685059 L 687.341736 230.38269 L 687.417297 230.231506 L 687.455139 230.080322 L 687.417297 229.891357 L 687.341736 229.740173 L 687.190552 229.664551 L 687.001587 229.62677 L 686.850403 229.664551 L 686.699219 229.740173 L 686.35907 230.080322 Z"/>
+            <path id="path827" fill="none" stroke="#555555" stroke-width="0.907087" stroke-linejoin="round" d="M 702.837769 247.277161 C 704.273987 242.288208 703.933838 237.752747 701.779541 232.99054"/>
+            <path id="path828" fill="#555555" fill-rule="evenodd" stroke="none" d="M 703.291321 247.352783 L 702.422058 247.125977 L 702.308655 247.541748 L 702.308655 247.730713 L 702.346436 247.881897 L 702.459839 248.033081 L 702.611023 248.108643 L 702.799988 248.108643 L 702.951172 248.070862 L 703.102356 247.957458 L 703.177979 247.806274 L 703.291321 247.352783 Z"/>
+            <path id="path829" fill="#555555" fill-rule="evenodd" stroke="none" d="M 701.40155 233.255127 L 702.233093 232.877136 L 702.044067 232.461426 L 701.930725 232.310242 L 701.779541 232.234619 L 701.590576 232.196838 L 701.439392 232.234619 L 701.288208 232.348022 L 701.212585 232.499207 L 701.174805 232.688171 L 701.212585 232.839355 L 701.40155 233.255127 Z"/>
+            <path id="path830" fill="none" stroke="#555555" stroke-width="0.907087" stroke-linejoin="round" d="M 688.777954 226.565369 C 691.385803 229.62677 695.883484 230.231506 699.285034 227.737 C 699.587402 227.548035 699.662964 227.472412 699.814148 227.321289"/>
+            <path id="path831" fill="#555555" fill-rule="evenodd" stroke="none" d="M 688.475586 226.867737 L 689.155884 226.300781 L 688.891357 225.960632 L 688.740173 225.847229 L 688.588989 225.809448 L 688.400024 225.809448 L 688.24884 225.88501 L 688.135437 226.036194 L 688.097656 226.187378 L 688.097656 226.376404 L 688.173218 226.527588 L 688.475586 226.867737 Z"/>
+            <path id="path832" fill="#555555" fill-rule="evenodd" stroke="none" d="M 699.473999 227.018921 L 700.078735 227.699219 L 700.418884 227.396851 L 700.532288 227.245667 L 700.570068 227.056702 L 700.532288 226.905518 L 700.418884 226.754333 L 700.305542 226.64093 L 700.116516 226.603149 L 699.965332 226.64093 L 699.814148 226.716553 L 699.473999 227.018921 Z"/>
+            <path id="path833" fill="none" stroke="#000000" stroke-width="2.494488" stroke-linejoin="round" d="M 687.530701 226.829895 C 684.015747 228.757507 681.710266 231.932312 681.445679 236.278748 L 681.445679 236.278748 L 681.483459 240.889771 C 681.483459 242.099182 682.012573 243.233093 682.957458 243.951172 C 683.411011 244.404724 684.091309 244.480286 684.658264 244.25354 C 684.696045 244.858276 685.074036 245.425171 685.603149 245.765381 C 689.609436 247.768494 694.069275 248.789001 698.566956 248.75116 C 700.040955 248.713379 701.477173 248.37323 702.724426 247.65509 C 703.177979 248.108643 703.858276 248.222046 704.425171 247.919678 C 705.634644 247.314941 706.65509 246.294495 707.222046 245.085022 L 707.222046 245.085022 L 707.222046 237.639343 C 707.297607 233.066162 704.500793 228.87085 700.154358 227.170105 L 700.078735 227.170105 C 703.064575 224.259827 703.064575 219.49762 700.078735 216.549622 C 697.055115 213.639343 692.217346 213.639343 689.231506 216.587402 C 686.548035 219.233093 686.321289 222.596863 687.946472 225.469299"/>
+            <path id="path834" fill="#000000" fill-rule="evenodd" stroke="none" d="M 686.850403 225.809448 L 687.946472 228.039368 L 689.080322 227.510254 L 689.458252 227.207886 L 689.685059 226.792114 L 689.76062 226.300781 L 689.647217 225.809448 L 689.34491 225.431519 L 688.929138 225.204712 L 688.437805 225.12915 L 687.984253 225.242493 L 686.850403 225.809448 Z"/>
+            <path id="path835" fill="#000000" fill-rule="evenodd" stroke="none" d="M 688.891357 224.637817 L 686.812622 225.998413 L 687.455139 227.056702 L 687.795288 227.396851 L 688.24884 227.585815 L 688.740173 227.585815 L 689.193726 227.434631 L 689.533875 227.094482 L 689.722839 226.64093 L 689.76062 226.149597 L 689.571655 225.696045 L 688.891357 224.637817 Z"/>
+        </g>
+        <clipPath id="clipPath46">
+            <path d="M 635.524414 232.083435 C 635.75116 234.275574 636.696045 236.316528 638.207886 237.903931 C 644.179504 244.63147 652.381104 249.015747 661.263 250.187378 C 663.266113 249.544861 665.193726 248.713379 667.045654 247.692932 L 667.045654 247.692932 L 667.045654 194.099182 C 657.370056 186.388977 646.787415 179.925964 635.524414 174.785828 L 635.524414 232.083435 L 635.524414 232.083435 Z"/>
+        </clipPath>
+        <g id="g45" clip-path="url(#clipPath46)"/>
+        <clipPath id="clipPath47">
+            <path d="M 635.524414 232.083435 L 635.524414 232.083435 L 635.524414 174.785828 C 646.787415 179.925964 657.370056 186.388977 667.045654 194.099182 L 667.045654 247.692932 L 667.045654 247.692932 C 665.193726 248.713379 663.266113 249.544861 661.263 250.187378 C 652.381104 249.015747 644.179504 244.63147 638.207886 237.903931 C 636.696045 236.316528 635.75116 234.275574 635.524414 232.083435 Z"/>
+        </clipPath>
+        <g id="g46" clip-path="url(#clipPath47)">
+            <path id="path836" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 681.823608 173.840942 C 681.823608 193.040955 679.63147 211.862976 675.473999 228.49292 C 671.354309 245.122864 665.38269 258.918121 658.201599 268.518097 C 651.020447 278.118103 642.89447 283.144867 634.579529 283.144867 C 626.302368 283.144867 618.176392 278.118103 610.9953 268.518097 C 603.814148 258.918121 597.842529 245.122864 593.685059 228.49292 C 589.565369 211.862976 587.37323 193.040955 587.37323 173.840942 C 587.37323 154.64093 589.565369 135.781128 593.685059 119.188965 C 597.842529 102.559082 603.814148 88.763794 610.9953 79.163757 C 618.176392 69.563782 626.302368 64.499207 634.579529 64.499207 C 642.89447 64.499207 651.020447 69.563782 658.201599 79.163757 C 665.38269 88.763794 671.354309 102.559082 675.473999 119.188965 C 679.63147 135.781128 681.823608 154.64093 681.823608 173.840942 L 681.823608 173.840942 Z"/>
+            <path id="path837" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 657.974792 173.840942 C 657.974792 183.327576 656.878723 192.662964 654.837769 200.902344 C 652.796875 209.103943 649.848816 215.944885 646.296082 220.707092 C 642.743286 225.431519 638.699219 227.963806 634.579529 227.963806 C 630.49762 227.963806 626.453552 225.431519 622.900818 220.707092 C 619.348022 215.944885 616.400024 209.103943 614.35907 200.902344 C 612.280334 192.662964 611.222046 183.327576 611.222046 173.840942 C 611.222046 164.354309 612.280334 155.018921 614.35907 146.779541 C 616.400024 138.540161 619.348022 131.737 622.900818 126.974792 C 626.453552 122.212585 630.49762 119.71814 634.579529 119.71814 C 638.699219 119.71814 642.743286 122.212585 646.296082 126.974792 C 649.848816 131.737 652.796875 138.540161 654.837769 146.779541 C 656.878723 155.018921 657.974792 164.354309 657.974792 173.840942 L 657.974792 173.840942 Z"/>
+            <path id="path838" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 657.332275 173.840942 C 657.332275 183.062988 656.273987 192.171631 654.270874 200.146484 C 652.305542 208.159058 649.433044 214.811035 645.955933 219.422058 C 642.516541 224.033081 638.585815 226.489746 634.579529 226.489746 C 630.611023 226.489746 626.680298 224.033081 623.203125 219.422058 C 619.763794 214.811035 616.891357 208.159058 614.888184 200.146484 C 612.88501 192.171631 611.864563 183.062988 611.864563 173.840942 C 611.864563 164.581116 612.88501 155.510254 614.888184 147.49762 C 616.891357 139.522827 619.763794 132.87085 623.203125 128.259827 C 626.680298 123.611023 630.611023 121.192139 634.579529 121.192139 C 638.585815 121.192139 642.516541 123.611023 645.955933 128.259827 C 649.433044 132.87085 652.305542 139.522827 654.270874 147.49762 C 656.273987 155.510254 657.332275 164.581116 657.332275 173.840942 L 657.332275 173.840942 Z"/>
+            <path id="path839" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 656.689758 173.840942 C 656.689758 182.836243 655.669312 191.642517 653.74176 199.428345 C 651.776367 207.214172 649.017334 213.677185 645.653564 218.137024 C 642.289734 222.634644 638.472412 225.015747 634.579529 225.015747 C 630.724426 225.015747 626.907104 222.634644 623.543335 218.137024 C 620.179504 213.677185 617.38269 207.214172 615.455139 199.428345 C 613.527588 191.642517 612.469299 182.836243 612.469299 173.840942 C 612.469299 164.845642 613.527588 156.039368 615.455139 148.25354 C 617.38269 140.467712 620.179504 134.0047 623.543335 129.50708 C 626.907104 125.047241 630.724426 122.666138 634.579529 122.666138 C 638.472412 122.666138 642.289734 125.047241 645.653564 129.50708 C 649.017334 134.0047 651.776367 140.467712 653.74176 148.25354 C 655.669312 156.039368 656.689758 164.845642 656.689758 173.840942 L 656.689758 173.840942 Z"/>
+            <path id="path840" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 656.047241 173.840942 C 656.047241 182.571655 655.064575 191.113403 653.174805 198.672424 C 651.285034 206.231506 648.601563 212.505493 645.313416 216.889771 C 642.062988 221.236206 638.35907 223.541748 634.579529 223.541748 C 630.837769 223.541748 627.13385 221.236206 623.845642 216.889771 C 620.595276 212.505493 617.874023 206.231506 615.984253 198.672424 C 614.132263 191.113403 613.111816 182.571655 613.111816 173.840942 C 613.111816 165.110229 614.132263 156.530701 615.984253 148.97168 C 617.874023 141.450378 620.595276 135.176392 623.845642 130.792114 C 627.13385 126.445679 630.837769 124.140137 634.579529 124.140137 C 638.35907 124.140137 642.062988 126.445679 645.313416 130.792114 C 648.601563 135.176392 651.285034 141.450378 653.174805 148.97168 C 655.064575 156.530701 656.047241 165.110229 656.047241 173.840942 L 656.047241 173.840942 Z"/>
+            <path id="path841" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 655.442505 173.840942 C 655.442505 182.307068 654.459839 190.62207 652.645691 197.954346 C 650.793701 205.286621 648.185852 211.371643 645.011047 215.604736 C 641.836243 219.837769 638.245667 222.067688 634.579529 222.067688 C 630.951172 222.067688 627.360657 219.837769 624.185852 215.604736 C 621.011047 211.371643 618.365356 205.286621 616.551208 197.954346 C 614.737 190.62207 613.754333 182.307068 613.754333 173.840942 C 613.754333 165.374817 614.737 157.059814 616.551208 149.727539 C 618.365356 142.395264 621.011047 136.310242 624.185852 132.077148 C 627.360657 127.844116 630.951172 125.614197 634.579529 125.614197 C 638.245667 125.614197 641.836243 127.844116 645.011047 132.077148 C 648.185852 136.310242 650.793701 142.395264 652.645691 149.727539 C 654.459839 157.059814 655.442505 165.374817 655.442505 173.840942 L 655.442505 173.840942 Z"/>
+            <path id="path842" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 654.799988 173.840942 C 654.799988 182.042542 653.855103 190.092896 652.078735 197.198425 C 650.302368 204.303955 647.770081 210.237793 644.670837 214.319702 C 641.609436 218.439392 638.132263 220.593689 634.579529 220.593689 C 631.064575 220.593689 627.549622 218.439392 624.488159 214.319702 C 621.426758 210.237793 618.856689 204.303955 617.118103 197.198425 C 615.341736 190.092896 614.396851 182.042542 614.396851 173.840942 C 614.396851 165.639343 615.341736 157.551208 617.118103 150.445679 C 618.856689 143.340149 621.426758 137.444092 624.488159 133.362183 C 627.549622 129.242493 631.064575 127.088196 634.579529 127.088196 C 638.132263 127.088196 641.609436 129.242493 644.670837 133.362183 C 647.770081 137.444092 650.302368 143.340149 652.078735 150.445679 C 653.855103 157.551208 654.799988 165.639343 654.799988 173.840942 L 654.799988 173.840942 Z"/>
+            <path id="path843" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 654.157471 173.840942 C 654.157471 181.777954 653.250366 189.601563 651.549622 196.480286 C 649.811035 203.35907 647.354309 209.066162 644.36853 213.034668 C 641.38269 217.040955 638.018921 219.11969 634.579529 219.11969 C 631.140137 219.11969 627.776367 217.040955 624.828369 213.034668 C 621.842529 209.066162 619.385803 203.35907 617.647217 196.480286 C 615.946472 189.601563 615.039368 181.777954 615.039368 173.840942 C 615.039368 165.903931 615.946472 158.080322 617.647217 151.201599 C 619.385803 144.322815 621.842529 138.577942 624.828369 134.609436 C 627.776367 130.64093 631.140137 128.562195 634.579529 128.562195 C 638.018921 128.562195 641.38269 130.64093 644.36853 134.609436 C 647.354309 138.577942 649.811035 144.322815 651.549622 151.201599 C 653.250366 158.080322 654.157471 165.903931 654.157471 173.840942 L 654.157471 173.840942 Z"/>
+            <path id="path844" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 653.514954 173.840942 C 653.514954 181.513367 652.645691 189.072449 650.982666 195.724426 C 649.319702 202.414185 646.938599 207.932312 644.066162 211.787415 C 641.193726 215.604736 637.905518 217.645691 634.579529 217.645691 C 631.25354 217.645691 628.003174 215.604736 625.130737 211.787415 C 622.25824 207.932312 619.877136 202.414185 618.214172 195.724426 C 616.551208 189.072449 615.681885 181.513367 615.681885 173.840942 C 615.681885 166.130737 616.551208 158.609436 618.214172 151.919678 C 619.877136 145.2677 622.25824 139.749634 625.130737 135.89447 C 628.003174 132.039368 631.25354 130.036194 634.579529 130.036194 C 637.905518 130.036194 641.193726 132.039368 644.066162 135.89447 C 646.938599 139.749634 649.319702 145.2677 650.982666 151.919678 C 652.645691 158.609436 653.514954 166.130737 653.514954 173.840942 L 653.514954 173.840942 Z"/>
+            <path id="path845" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 652.872437 173.840942 C 652.872437 181.286621 652.040955 188.581116 650.415771 195.006287 C 648.828369 201.431519 646.522827 206.798401 643.726013 210.50238 C 640.966919 214.206299 637.792114 216.171631 634.579529 216.171631 C 631.366943 216.171631 628.229919 214.206299 625.433044 210.50238 C 622.674011 206.798401 620.36853 201.431519 618.743286 195.006287 C 617.155884 188.581116 616.286621 181.286621 616.286621 173.840942 C 616.286621 166.395264 617.155884 159.100769 618.743286 152.675598 C 620.36853 146.212585 622.674011 140.883484 625.433044 137.179504 C 628.229919 133.437805 631.366943 131.510254 634.579529 131.510254 C 637.792114 131.510254 640.966919 133.437805 643.726013 137.179504 C 646.522827 140.883484 648.828369 146.212585 650.415771 152.675598 C 652.040955 159.100769 652.872437 166.395264 652.872437 173.840942 L 652.872437 173.840942 Z"/>
+            <path id="path846" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 652.229919 173.840942 C 652.229919 181.022034 651.436218 188.051941 649.886597 194.288208 C 648.337036 200.486633 646.107117 205.62677 643.423645 209.217346 C 640.740173 212.807861 637.678711 214.697632 634.579529 214.697632 C 631.480286 214.697632 628.456665 212.807861 625.773254 209.217346 C 623.089783 205.62677 620.859863 200.486633 619.310242 194.288208 C 617.76062 188.051941 616.929138 181.022034 616.929138 173.840942 C 616.929138 166.659851 617.76062 159.629944 619.310242 153.393677 C 620.859863 147.195251 623.089783 142.017334 625.773254 138.426758 C 628.456665 134.874023 631.480286 132.984253 634.579529 132.984253 C 637.678711 132.984253 640.740173 134.874023 643.423645 138.426758 C 646.107117 142.017334 648.337036 147.195251 649.886597 153.393677 C 651.436218 159.629944 652.229919 166.659851 652.229919 173.840942 L 652.229919 173.840942 Z"/>
+            <path id="path847" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 651.625183 173.840942 C 651.625183 180.757507 650.831482 187.560608 649.319702 193.532288 C 647.845642 199.503967 645.691345 204.49292 643.083435 207.970093 C 640.513367 211.409424 637.565369 213.223633 634.579529 213.223633 C 631.593689 213.223633 628.683472 211.409424 626.075562 207.970093 C 623.505493 204.49292 621.351196 199.503967 619.839355 193.532288 C 618.365356 187.560608 617.571655 180.757507 617.571655 173.840942 C 617.571655 166.924438 618.365356 160.121277 619.839355 154.149597 C 621.351196 148.140137 623.505493 143.188965 626.075562 139.711792 C 628.683472 136.272461 631.593689 134.458252 634.579529 134.458252 C 637.565369 134.458252 640.513367 136.272461 643.083435 139.711792 C 645.691345 143.188965 647.845642 148.140137 649.319702 154.149597 C 650.831482 160.121277 651.625183 166.924438 651.625183 173.840942 L 651.625183 173.840942 Z"/>
+            <path id="path848" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 650.982666 173.840942 C 650.982666 180.49292 650.226746 187.031494 648.790527 192.814148 C 647.354309 198.559082 645.275574 203.35907 642.781128 206.685059 C 640.286621 210.011047 637.451965 211.749634 634.579529 211.749634 C 631.707092 211.749634 628.872437 210.011047 626.415771 206.685059 C 623.921265 203.35907 621.842529 198.559082 620.406311 192.814148 C 618.970093 187.031494 618.214172 180.49292 618.214172 173.840942 C 618.214172 167.188965 618.970093 160.650391 620.406311 154.867737 C 621.842529 149.122864 623.921265 144.322815 626.415771 140.996826 C 628.872437 137.670837 631.707092 135.89447 634.579529 135.89447 C 637.451965 135.89447 640.286621 137.670837 642.781128 140.996826 C 645.275574 144.322815 647.354309 149.122864 648.790527 154.867737 C 650.226746 160.650391 650.982666 167.188965 650.982666 173.840942 L 650.982666 173.840942 Z"/>
+            <path id="path849" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 650.340149 173.840942 C 650.340149 180.228333 649.62207 186.50238 648.223633 192.058289 C 646.862976 197.614197 644.859863 202.187378 642.47876 205.400024 C 640.059814 208.61261 637.338562 210.275574 634.579529 210.275574 C 631.820496 210.275574 629.099182 208.61261 626.71814 205.400024 C 624.337036 202.187378 622.333862 197.614197 620.973206 192.058289 C 619.574829 186.50238 618.856689 180.228333 618.856689 173.840942 C 618.856689 167.453552 619.574829 161.141724 620.973206 155.623596 C 622.333862 150.067688 624.337036 145.456665 626.71814 142.28186 C 629.099182 139.069275 631.820496 137.36853 634.579529 137.36853 C 637.338562 137.36853 640.059814 139.069275 642.47876 142.28186 C 644.859863 145.456665 646.862976 150.067688 648.223633 155.623596 C 649.62207 161.141724 650.340149 167.453552 650.340149 173.840942 L 650.340149 173.840942 Z"/>
+            <path id="path850" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 649.697632 173.840942 C 649.697632 179.963806 649.017334 186.011047 647.694458 191.340149 C 646.333862 196.63147 644.444092 201.053528 642.138611 204.11499 C 639.833069 207.214172 637.22522 208.801575 634.579529 208.801575 C 631.933838 208.801575 629.325989 207.214172 627.020447 204.11499 C 624.752747 201.053528 622.825195 196.63147 621.50238 191.340149 C 620.179504 186.011047 619.499207 179.963806 619.499207 173.840942 C 619.499207 167.680298 620.179504 161.670837 621.50238 156.341736 C 622.825195 151.012573 624.752747 146.628357 627.020447 143.529114 C 629.325989 140.467712 631.933838 138.842529 634.579529 138.842529 C 637.22522 138.842529 639.833069 140.467712 642.138611 143.529114 C 644.444092 146.628357 646.333862 151.012573 647.694458 156.341736 C 649.017334 161.670837 649.697632 167.680298 649.697632 173.840942 L 649.697632 173.840942 Z"/>
+            <path id="path851" fill="#dddddd" fill-rule="evenodd" stroke="none" d="M 649.055115 173.840942 C 649.055115 179.737 648.412598 185.481873 647.127563 190.584229 C 645.842529 195.686584 644.02832 199.919678 641.836243 202.867737 C 639.644104 205.777954 637.149597 207.327576 634.579529 207.327576 C 632.047241 207.327576 629.552734 205.777954 627.360657 202.867737 C 625.168518 199.919678 623.316528 195.686584 622.069275 190.584229 C 620.784241 185.481873 620.103943 179.737 620.103943 173.840942 C 620.103943 167.944885 620.784241 162.162231 622.069275 157.097656 C 623.316528 151.9953 625.168518 147.762207 627.360657 144.814148 C 629.552734 141.86615 632.047241 140.316528 634.579529 140.316528 C 637.149597 140.316528 639.644104 141.86615 641.836243 144.814148 C 644.02832 147.762207 645.842529 151.9953 647.127563 157.097656 C 648.412598 162.162231 649.055115 167.944885 649.055115 173.840942 L 649.055115 173.840942 Z"/>
+            <path id="path852" fill="#dbdbdb" fill-rule="evenodd" stroke="none" d="M 648.412598 173.840942 C 648.412598 179.472412 647.807861 184.99054 646.560608 189.86615 C 645.351196 194.74176 643.61261 198.785828 641.496033 201.582703 C 639.417297 204.379517 637.036194 205.891357 634.579529 205.891357 C 632.160645 205.891357 629.779541 204.379517 627.662964 201.582703 C 625.584229 198.785828 623.807861 194.74176 622.59845 189.86615 C 621.388977 184.99054 620.74646 179.472412 620.74646 173.840942 C 620.74646 168.209473 621.388977 162.691345 622.59845 157.815735 C 623.807861 152.940186 625.584229 148.896057 627.662964 146.099182 C 629.779541 143.264587 632.160645 141.790527 634.579529 141.790527 C 637.036194 141.790527 639.417297 143.264587 641.496033 146.099182 C 643.61261 148.896057 645.351196 152.940186 646.560608 157.815735 C 647.807861 162.691345 648.412598 168.209473 648.412598 173.840942 L 648.412598 173.840942 Z"/>
+            <path id="path853" fill="#d8d8d8" fill-rule="evenodd" stroke="none" d="M 647.807861 173.840942 C 647.807861 179.207886 647.203125 184.461426 646.031494 189.110229 C 644.859863 193.759033 643.196838 197.614197 641.193726 200.297607 C 639.190552 202.981079 636.922852 204.417297 634.579529 204.417297 C 632.273987 204.417297 630.006287 202.981079 628.003174 200.297607 C 626 197.614197 624.299194 193.759033 623.165344 189.110229 C 621.993713 184.461426 621.388977 179.207886 621.388977 173.840942 C 621.388977 168.473999 621.993713 163.182678 623.165344 158.571655 C 624.299194 153.922852 626 150.029907 628.003174 147.384277 C 630.006287 144.700806 632.273987 143.264587 634.579529 143.264587 C 636.922852 143.264587 639.190552 144.700806 641.193726 147.384277 C 643.196838 150.029907 644.859863 153.922852 646.031494 158.571655 C 647.203125 163.182678 647.807861 168.473999 647.807861 173.840942 L 647.807861 173.840942 Z"/>
+            <path id="path854" fill="#d6d6d6" fill-rule="evenodd" stroke="none" d="M 647.165344 173.840942 C 647.165344 178.943298 646.560608 183.970093 645.464539 188.392151 C 644.36853 192.814148 642.781128 196.480286 640.891357 199.050415 C 638.963806 201.582703 636.809448 202.943298 634.579529 202.943298 C 632.38739 202.943298 630.233093 201.582703 628.305542 199.050415 C 626.415771 196.480286 624.828369 192.814148 623.694458 188.392151 C 622.59845 183.970093 622.031494 178.943298 622.031494 173.840942 C 622.031494 168.738586 622.59845 163.711792 623.694458 159.289734 C 624.828369 154.867737 626.415771 151.201599 628.305542 148.63147 C 630.233093 146.099182 632.38739 144.738586 634.579529 144.738586 C 636.809448 144.738586 638.963806 146.099182 640.891357 148.63147 C 642.781128 151.201599 644.36853 154.867737 645.464539 159.289734 C 646.560608 163.711792 647.165344 168.738586 647.165344 173.840942 L 647.165344 173.840942 Z"/>
+            <path id="path855" fill="#d3d3d3" fill-rule="evenodd" stroke="none" d="M 646.522827 173.840942 C 646.522827 178.678711 645.955933 183.440918 644.935425 187.63623 C 643.877136 191.831482 642.365356 195.346436 640.551208 197.765381 C 638.737 200.184265 636.696045 201.469299 634.579529 201.469299 C 632.500793 201.469299 630.422058 200.184265 628.607849 197.765381 C 626.793701 195.346436 625.319702 191.831482 624.261414 187.63623 C 623.203125 183.440918 622.674011 178.678711 622.674011 173.840942 C 622.674011 169.003174 623.203125 164.240967 624.261414 160.007874 C 625.319702 155.812622 626.793701 152.335449 628.607849 149.916565 C 630.422058 147.49762 632.500793 146.212585 634.579529 146.212585 C 636.696045 146.212585 638.737 147.49762 640.551208 149.916565 C 642.365356 152.335449 643.877136 155.812622 644.935425 160.007874 C 645.955933 164.240967 646.522827 169.003174 646.522827 173.840942 L 646.522827 173.840942 Z"/>
+            <path id="path856" fill="#d1d1d1" fill-rule="evenodd" stroke="none" d="M 645.88031 173.840942 C 645.88031 178.414185 645.351196 182.949585 644.36853 186.918091 C 643.385803 190.886597 641.949585 194.174805 640.24884 196.480286 C 638.510254 198.785828 636.582703 199.9953 634.579529 199.9953 C 632.614197 199.9953 630.648804 198.785828 628.948059 196.480286 C 627.209473 194.174805 625.811035 190.886597 624.790527 186.918091 C 623.807861 182.949585 623.278748 178.414185 623.278748 173.840942 C 623.278748 169.229919 623.807861 164.7323 624.790527 160.763794 C 625.811035 156.795288 627.209473 153.469299 628.948059 151.201599 C 630.648804 148.896057 632.614197 147.686584 634.579529 147.686584 C 636.582703 147.686584 638.510254 148.896057 640.24884 151.201599 C 641.949585 153.469299 643.385803 156.795288 644.36853 160.763794 C 645.351196 164.7323 645.88031 169.229919 645.88031 173.840942 L 645.88031 173.840942 Z"/>
+            <path id="path857" fill="#cfcfcf" fill-rule="evenodd" stroke="none" d="M 645.237793 173.840942 C 645.237793 178.149597 644.74646 182.420471 643.839355 186.162231 C 642.89447 189.941711 641.533875 193.040955 639.908691 195.195251 C 638.283447 197.38739 636.469299 198.52124 634.579529 198.52124 C 632.727539 198.52124 630.87561 197.38739 629.250366 195.195251 C 627.625183 193.040955 626.302368 189.941711 625.357483 186.162231 C 624.412598 182.420471 623.921265 178.149597 623.921265 173.840942 C 623.921265 169.494507 624.412598 165.261414 625.357483 161.481873 C 626.302368 157.740173 627.625183 154.64093 629.250366 152.448792 C 630.87561 150.294495 632.727539 149.160645 634.579529 149.160645 C 636.469299 149.160645 638.283447 150.294495 639.908691 152.448792 C 641.533875 154.64093 642.89447 157.740173 643.839355 161.481873 C 644.74646 165.261414 645.237793 169.494507 645.237793 173.840942 L 645.237793 173.840942 Z"/>
+            <path id="path858" fill="#cccccc" fill-rule="evenodd" stroke="none" d="M 644.633057 173.840942 C 644.633057 177.922852 644.141724 181.929138 643.272461 185.444092 C 642.403137 188.959045 641.118103 191.907104 639.606323 193.948059 C 638.094482 195.988953 636.355896 197.047241 634.579529 197.047241 C 632.840942 197.047241 631.102356 195.988953 629.590576 193.948059 C 628.040955 191.907104 626.793701 188.959045 625.924438 185.444092 C 625.017334 181.929138 624.563782 177.922852 624.563782 173.840942 C 624.563782 169.759033 625.017334 165.752747 625.924438 162.237793 C 626.793701 158.722839 628.040955 155.77478 629.590576 153.733887 C 631.102356 151.692932 632.840942 150.634644 634.579529 150.634644 C 636.355896 150.634644 638.094482 151.692932 639.606323 153.733887 C 641.118103 155.77478 642.403137 158.722839 643.272461 162.237793 C 644.141724 165.752747 644.633057 169.759033 644.633057 173.840942 L 644.633057 173.840942 Z"/>
+            <path id="path859" fill="#cacaca" fill-rule="evenodd" stroke="none" d="M 643.99054 173.840942 C 643.99054 177.658264 643.536987 181.400024 642.705505 184.688171 C 641.911804 188.01416 640.702393 190.735413 639.303955 192.662964 C 637.867737 194.552734 636.242493 195.573242 634.579529 195.573242 C 632.954346 195.573242 631.329163 194.552734 629.892883 192.662964 C 628.456665 190.735413 627.285034 188.01416 626.453552 184.688171 C 625.62207 181.400024 625.206299 177.658264 625.206299 173.840942 C 625.206299 170.023621 625.62207 166.28186 626.453552 162.955933 C 627.285034 159.667725 628.456665 156.908691 629.892883 155.018921 C 631.329163 153.091309 632.954346 152.108643 634.579529 152.108643 C 636.242493 152.108643 637.867737 153.091309 639.303955 155.018921 C 640.702393 156.908691 641.911804 159.667725 642.705505 162.955933 C 643.536987 166.28186 643.99054 170.023621 643.99054 173.840942 L 643.99054 173.840942 Z"/>
+            <path id="path860" fill="#c7c7c7" fill-rule="evenodd" stroke="none" d="M 643.348022 173.840942 C 643.348022 177.393677 642.932312 180.87085 642.176392 183.970093 C 641.420471 187.031494 640.286621 189.601563 638.963806 191.37793 C 637.64093 193.154358 636.12915 194.099182 634.579529 194.099182 C 633.067688 194.099182 631.555908 193.154358 630.233093 191.37793 C 628.872437 189.601563 627.776367 187.031494 627.020447 183.970093 C 626.226746 180.87085 625.848816 177.393677 625.848816 173.840942 C 625.848816 170.288208 626.226746 166.773254 627.020447 163.711792 C 627.776367 160.61261 628.872437 158.080322 630.233093 156.303955 C 631.555908 154.489746 633.067688 153.582703 634.579529 153.582703 C 636.12915 153.582703 637.64093 154.489746 638.963806 156.303955 C 640.286621 158.080322 641.420471 160.61261 642.176392 163.711792 C 642.932312 166.773254 643.348022 170.288208 643.348022 173.840942 L 643.348022 173.840942 Z"/>
+            <path id="path861" fill="#c5c5c5" fill-rule="evenodd" stroke="none" d="M 642.705505 173.840942 C 642.705505 177.12915 642.327576 180.379517 641.609436 183.214172 C 640.891357 186.086609 639.87085 188.467712 638.661438 190.092896 C 637.414185 191.75592 636.015747 192.625183 634.579529 192.625183 C 633.181091 192.625183 631.782654 191.75592 630.535461 190.092896 C 629.288208 188.467712 628.2677 186.086609 627.549622 183.214172 C 626.831482 180.379517 626.491333 177.12915 626.491333 173.840942 C 626.491333 170.552734 626.831482 167.302368 627.549622 164.429932 C 628.2677 161.595276 629.288208 159.214172 630.535461 157.551208 C 631.782654 155.925964 633.181091 155.056702 634.579529 155.056702 C 636.015747 155.056702 637.414185 155.925964 638.661438 157.551208 C 639.87085 159.214172 640.891357 161.595276 641.609436 164.429932 C 642.327576 167.302368 642.705505 170.552734 642.705505 173.840942 L 642.705505 173.840942 Z"/>
+            <path id="path862" fill="#c2c2c2" fill-rule="evenodd" stroke="none" d="M 642.062988 173.840942 C 642.062988 176.864563 641.722839 179.850403 641.080322 182.496033 C 640.400024 185.141724 639.455139 187.333862 638.321289 188.845642 C 637.187378 190.357483 635.902344 191.151184 634.579529 191.151184 C 633.294495 191.151184 631.97168 190.357483 630.837769 188.845642 C 629.703918 187.333862 628.759033 185.141724 628.116516 182.496033 C 627.436218 179.850403 627.096069 176.864563 627.096069 173.840942 C 627.096069 170.779541 627.436218 167.793701 628.116516 165.185852 C 628.759033 162.540161 629.703918 160.348022 630.837769 158.836243 C 631.97168 157.324402 633.294495 156.530701 634.579529 156.530701 C 635.902344 156.530701 637.187378 157.324402 638.321289 158.836243 C 639.455139 160.348022 640.400024 162.540161 641.080322 165.185852 C 641.722839 167.793701 642.062988 170.779541 642.062988 173.840942 L 642.062988 173.840942 Z"/>
+            <path id="path863" fill="#c0c0c0" fill-rule="evenodd" stroke="none" d="M 641.420471 173.840942 C 641.420471 176.599976 641.118103 179.35907 640.513367 181.777954 C 639.908691 184.159058 639.039368 186.162231 638.018921 187.560608 C 636.960632 188.959045 635.789001 189.677185 634.579529 189.677185 C 633.407898 189.677185 632.198425 188.959045 631.177979 187.560608 C 630.11969 186.162231 629.250366 184.159058 628.645691 181.777954 C 628.078735 179.35907 627.738586 176.599976 627.738586 173.840942 C 627.738586 171.044067 628.078735 168.322815 628.645691 165.903931 C 629.250366 163.485046 630.11969 161.519714 631.177979 160.121277 C 632.198425 158.722839 633.407898 158.0047 634.579529 158.0047 C 635.789001 158.0047 636.960632 158.722839 638.018921 160.121277 C 639.039368 161.519714 639.908691 163.485046 640.513367 165.903931 C 641.118103 168.322815 641.420471 171.044067 641.420471 173.840942 L 641.420471 173.840942 Z"/>
+        </g>
+        <clipPath id="clipPath48">
+            <path d="M 635.524414 232.083435 C 635.75116 234.275574 636.696045 236.316528 638.207886 237.903931 C 644.179504 244.63147 652.381104 249.015747 661.263 250.187378 C 663.266113 249.544861 665.193726 248.713379 667.045654 247.692932 L 667.045654 247.692932 L 667.045654 194.099182 C 657.370056 186.388977 646.787415 179.925964 635.524414 174.785828 L 635.524414 232.083435 L 635.524414 232.083435 Z"/>
+        </clipPath>
+        <g id="g47" clip-path="url(#clipPath48)"/>
+        <clipPath id="clipPath49">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g48" clip-path="url(#clipPath49)"/>
+        <clipPath id="clipPath50">
+            <path d="M 667.045654 247.692932 C 670.63623 246.559082 673.546448 243.837769 674.944885 240.360657 L 674.944885 240.360657 L 674.944885 189.337036 C 674.566956 192.511841 671.694458 194.779541 668.557495 194.439392 C 668.02832 194.40155 667.536987 194.288208 667.045654 194.099182 L 667.045654 194.099182 L 667.045654 247.692932 L 667.045654 247.692932 Z"/>
+        </clipPath>
+        <g id="g49" clip-path="url(#clipPath50)"/>
+        <clipPath id="clipPath51">
+            <path d="M 667.045654 247.692932 L 667.045654 247.692932 L 667.045654 194.099182 L 667.045654 194.099182 C 667.536987 194.288208 668.02832 194.40155 668.557495 194.439392 C 671.694458 194.779541 674.566956 192.511841 674.944885 189.337036 L 674.944885 240.360657 L 674.944885 240.360657 C 673.546448 243.837769 670.63623 246.559082 667.045654 247.692932 Z"/>
+        </clipPath>
+        <g id="g50" clip-path="url(#clipPath51)">
+            <path id="path864" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 661.074036 188.429932 L 661.64093 188.429932 L 661.64093 248.637817 L 661.074036 248.637817 L 661.074036 188.429932 Z"/>
+            <path id="path865" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 661.338562 188.429932 L 661.905518 188.429932 L 661.905518 248.637817 L 661.338562 248.637817 L 661.338562 188.429932 Z"/>
+            <path id="path866" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 661.565369 188.429932 L 662.132263 188.429932 L 662.132263 248.637817 L 661.565369 248.637817 L 661.565369 188.429932 Z"/>
+            <path id="path867" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 661.792114 188.429932 L 662.35907 188.429932 L 662.35907 248.637817 L 661.792114 248.637817 L 661.792114 188.429932 Z"/>
+            <path id="path868" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 662.056702 188.429932 L 662.623596 188.429932 L 662.623596 248.637817 L 662.056702 248.637817 L 662.056702 188.429932 Z"/>
+            <path id="path869" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 662.283447 188.429932 L 662.850403 188.429932 L 662.850403 248.637817 L 662.283447 248.637817 L 662.283447 188.429932 Z"/>
+            <path id="path870" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 662.548035 188.429932 L 663.11499 188.429932 L 663.11499 248.637817 L 662.548035 248.637817 L 662.548035 188.429932 Z"/>
+            <path id="path871" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 662.77478 188.429932 L 663.341736 188.429932 L 663.341736 248.637817 L 662.77478 248.637817 L 662.77478 188.429932 Z"/>
+            <path id="path872" fill="#dcdcdc" fill-rule="evenodd" stroke="none" d="M 663.039368 188.429932 L 663.606323 188.429932 L 663.606323 248.637817 L 663.039368 248.637817 L 663.039368 188.429932 Z"/>
+            <path id="path873" fill="#d7d7d7" fill-rule="evenodd" stroke="none" d="M 663.266113 188.429932 L 663.833069 188.429932 L 663.833069 248.637817 L 663.266113 248.637817 L 663.266113 188.429932 Z"/>
+            <path id="path874" fill="#d3d3d3" fill-rule="evenodd" stroke="none" d="M 663.530701 188.429932 L 664.097656 188.429932 L 664.097656 248.637817 L 663.530701 248.637817 L 663.530701 188.429932 Z"/>
+            <path id="path875" fill="#cfcfcf" fill-rule="evenodd" stroke="none" d="M 663.757507 188.429932 L 664.324402 188.429932 L 664.324402 248.637817 L 663.757507 248.637817 L 663.757507 188.429932 Z"/>
+            <path id="path876" fill="#cacaca" fill-rule="evenodd" stroke="none" d="M 664.022034 188.429932 L 664.588989 188.429932 L 664.588989 248.637817 L 664.022034 248.637817 L 664.022034 188.429932 Z"/>
+            <path id="path877" fill="#c6c6c6" fill-rule="evenodd" stroke="none" d="M 664.24884 188.429932 L 664.815735 188.429932 L 664.815735 248.637817 L 664.24884 248.637817 L 664.24884 188.429932 Z"/>
+            <path id="path878" fill="#c1c1c1" fill-rule="evenodd" stroke="none" d="M 664.475586 188.429932 L 665.042542 188.429932 L 665.042542 248.637817 L 664.475586 248.637817 L 664.475586 188.429932 Z"/>
+            <path id="path879" fill="#bdbdbd" fill-rule="evenodd" stroke="none" d="M 664.740173 188.429932 L 665.307068 188.429932 L 665.307068 248.637817 L 664.740173 248.637817 L 664.740173 188.429932 Z"/>
+            <path id="path880" fill="#b9b9b9" fill-rule="evenodd" stroke="none" d="M 664.966919 188.429932 L 665.533875 188.429932 L 665.533875 248.637817 L 664.966919 248.637817 L 664.966919 188.429932 Z"/>
+            <path id="path881" fill="#b4b4b4" fill-rule="evenodd" stroke="none" d="M 665.231506 188.429932 L 665.798401 188.429932 L 665.798401 248.637817 L 665.231506 248.637817 L 665.231506 188.429932 Z"/>
+            <path id="path882" fill="#b0b0b0" fill-rule="evenodd" stroke="none" d="M 665.458252 188.429932 L 666.025208 188.429932 L 666.025208 248.637817 L 665.458252 248.637817 L 665.458252 188.429932 Z"/>
+            <path id="path883" fill="#ababab" fill-rule="evenodd" stroke="none" d="M 665.722839 188.429932 L 666.289734 188.429932 L 666.289734 248.637817 L 665.722839 248.637817 L 665.722839 188.429932 Z"/>
+            <path id="path884" fill="#a7a7a7" fill-rule="evenodd" stroke="none" d="M 665.949585 188.429932 L 666.516541 188.429932 L 666.516541 248.637817 L 665.949585 248.637817 L 665.949585 188.429932 Z"/>
+            <path id="path885" fill="#ababab" fill-rule="evenodd" stroke="none" d="M 666.214172 188.429932 L 666.781128 188.429932 L 666.781128 248.637817 L 666.214172 248.637817 L 666.214172 188.429932 Z"/>
+            <path id="path886" fill="#b0b0b0" fill-rule="evenodd" stroke="none" d="M 666.440918 188.429932 L 667.007874 188.429932 L 667.007874 248.637817 L 666.440918 248.637817 L 666.440918 188.429932 Z"/>
+            <path id="path887" fill="#b4b4b4" fill-rule="evenodd" stroke="none" d="M 666.667725 188.429932 L 667.234619 188.429932 L 667.234619 248.637817 L 666.667725 248.637817 L 666.667725 188.429932 Z"/>
+            <path id="path888" fill="#b9b9b9" fill-rule="evenodd" stroke="none" d="M 666.932312 188.429932 L 667.499207 188.429932 L 667.499207 248.637817 L 666.932312 248.637817 L 666.932312 188.429932 Z"/>
+            <path id="path889" fill="#bdbdbd" fill-rule="evenodd" stroke="none" d="M 667.159058 188.429932 L 667.726013 188.429932 L 667.726013 248.637817 L 667.159058 248.637817 L 667.159058 188.429932 Z"/>
+            <path id="path890" fill="#c1c1c1" fill-rule="evenodd" stroke="none" d="M 667.423645 188.429932 L 667.99054 188.429932 L 667.99054 248.637817 L 667.423645 248.637817 L 667.423645 188.429932 Z"/>
+            <path id="path891" fill="#c6c6c6" fill-rule="evenodd" stroke="none" d="M 667.650391 188.429932 L 668.217346 188.429932 L 668.217346 248.637817 L 667.650391 248.637817 L 667.650391 188.429932 Z"/>
+            <path id="path892" fill="#cacaca" fill-rule="evenodd" stroke="none" d="M 667.914978 188.429932 L 668.481873 188.429932 L 668.481873 248.637817 L 667.914978 248.637817 L 667.914978 188.429932 Z"/>
+            <path id="path893" fill="#cfcfcf" fill-rule="evenodd" stroke="none" d="M 668.141724 188.429932 L 668.708679 188.429932 L 668.708679 248.637817 L 668.141724 248.637817 L 668.141724 188.429932 Z"/>
+            <path id="path894" fill="#d3d3d3" fill-rule="evenodd" stroke="none" d="M 668.406311 188.429932 L 668.973206 188.429932 L 668.973206 248.637817 L 668.406311 248.637817 L 668.406311 188.429932 Z"/>
+            <path id="path895" fill="#d7d7d7" fill-rule="evenodd" stroke="none" d="M 668.633057 188.429932 L 669.200012 188.429932 L 669.200012 248.637817 L 668.633057 248.637817 L 668.633057 188.429932 Z"/>
+            <path id="path896" fill="#dcdcdc" fill-rule="evenodd" stroke="none" d="M 668.859863 188.429932 L 669.464539 188.429932 L 669.464539 248.637817 L 668.859863 248.637817 L 668.859863 188.429932 Z"/>
+            <path id="path897" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 669.12439 188.429932 L 669.691345 188.429932 L 669.691345 248.637817 L 669.12439 248.637817 L 669.12439 188.429932 Z"/>
+            <path id="path898" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 669.351196 188.429932 L 669.918091 188.429932 L 669.918091 248.637817 L 669.351196 248.637817 L 669.351196 188.429932 Z"/>
+            <path id="path899" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 669.615723 188.429932 L 670.182678 188.429932 L 670.182678 248.637817 L 669.615723 248.637817 L 669.615723 188.429932 Z"/>
+            <path id="path900" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 669.842529 188.429932 L 670.409424 188.429932 L 670.409424 248.637817 L 669.842529 248.637817 L 669.842529 188.429932 Z"/>
+            <path id="path901" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 670.107117 188.429932 L 670.674011 188.429932 L 670.674011 248.637817 L 670.107117 248.637817 L 670.107117 188.429932 Z"/>
+            <path id="path902" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 670.333862 188.429932 L 670.900818 188.429932 L 670.900818 248.637817 L 670.333862 248.637817 L 670.333862 188.429932 Z"/>
+            <path id="path903" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 670.59845 188.429932 L 671.165344 188.429932 L 671.165344 248.637817 L 670.59845 248.637817 L 670.59845 188.429932 Z"/>
+            <path id="path904" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 670.825195 188.429932 L 671.392151 188.429932 L 671.392151 248.637817 L 670.825195 248.637817 L 670.825195 188.429932 Z"/>
+            <path id="path905" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 671.089783 188.429932 L 671.656677 188.429932 L 671.656677 248.637817 L 671.089783 248.637817 L 671.089783 188.429932 Z"/>
+            <path id="path906" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 671.316528 188.429932 L 671.883484 188.429932 L 671.883484 248.637817 L 671.316528 248.637817 L 671.316528 188.429932 Z"/>
+            <path id="path907" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 671.543335 188.429932 L 672.110229 188.429932 L 672.110229 248.637817 L 671.543335 248.637817 L 671.543335 188.429932 Z"/>
+            <path id="path908" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 671.807861 188.429932 L 672.374817 188.429932 L 672.374817 248.637817 L 671.807861 248.637817 L 671.807861 188.429932 Z"/>
+            <path id="path909" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 672.034668 188.429932 L 672.601563 188.429932 L 672.601563 248.637817 L 672.034668 248.637817 L 672.034668 188.429932 Z"/>
+            <path id="path910" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 672.299194 188.429932 L 672.86615 188.429932 L 672.86615 248.637817 L 672.299194 248.637817 L 672.299194 188.429932 Z"/>
+            <path id="path911" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 672.526001 188.429932 L 673.092896 188.429932 L 673.092896 248.637817 L 672.526001 248.637817 L 672.526001 188.429932 Z"/>
+            <path id="path912" fill="#dcdcdc" fill-rule="evenodd" stroke="none" d="M 672.790527 188.429932 L 673.357483 188.429932 L 673.357483 248.637817 L 672.790527 248.637817 L 672.790527 188.429932 Z"/>
+            <path id="path913" fill="#d7d7d7" fill-rule="evenodd" stroke="none" d="M 673.017334 188.429932 L 673.584229 188.429932 L 673.584229 248.637817 L 673.017334 248.637817 L 673.017334 188.429932 Z"/>
+            <path id="path914" fill="#d3d3d3" fill-rule="evenodd" stroke="none" d="M 673.28186 188.429932 L 673.848816 188.429932 L 673.848816 248.637817 L 673.28186 248.637817 L 673.28186 188.429932 Z"/>
+            <path id="path915" fill="#cfcfcf" fill-rule="evenodd" stroke="none" d="M 673.508667 188.429932 L 674.075562 188.429932 L 674.075562 248.637817 L 673.508667 248.637817 L 673.508667 188.429932 Z"/>
+            <path id="path916" fill="#cacaca" fill-rule="evenodd" stroke="none" d="M 673.735413 188.429932 L 674.302368 188.429932 L 674.302368 248.637817 L 673.735413 248.637817 L 673.735413 188.429932 Z"/>
+            <path id="path917" fill="#c6c6c6" fill-rule="evenodd" stroke="none" d="M 674 188.429932 L 674.566956 188.429932 L 674.566956 248.637817 L 674 248.637817 L 674 188.429932 Z"/>
+            <path id="path918" fill="#c1c1c1" fill-rule="evenodd" stroke="none" d="M 674.226746 188.429932 L 674.793701 188.429932 L 674.793701 248.637817 L 674.226746 248.637817 L 674.226746 188.429932 Z"/>
+            <path id="path919" fill="#bdbdbd" fill-rule="evenodd" stroke="none" d="M 674.491333 188.429932 L 675.058289 188.429932 L 675.058289 248.637817 L 674.491333 248.637817 L 674.491333 188.429932 Z"/>
+            <path id="path920" fill="#b9b9b9" fill-rule="evenodd" stroke="none" d="M 674.71814 188.429932 L 675.285034 188.429932 L 675.285034 248.637817 L 674.71814 248.637817 L 674.71814 188.429932 Z"/>
+            <path id="path921" fill="#b4b4b4" fill-rule="evenodd" stroke="none" d="M 674.982666 188.429932 L 675.549622 188.429932 L 675.549622 248.637817 L 674.982666 248.637817 L 674.982666 188.429932 Z"/>
+            <path id="path922" fill="#b0b0b0" fill-rule="evenodd" stroke="none" d="M 675.209473 188.429932 L 675.776367 188.429932 L 675.776367 248.637817 L 675.209473 248.637817 L 675.209473 188.429932 Z"/>
+            <path id="path923" fill="#ababab" fill-rule="evenodd" stroke="none" d="M 675.473999 188.429932 L 676.040955 188.429932 L 676.040955 248.637817 L 675.473999 248.637817 L 675.473999 188.429932 Z"/>
+        </g>
+        <clipPath id="clipPath52">
+            <path d="M 667.045654 247.692932 C 670.63623 246.559082 673.546448 243.837769 674.944885 240.360657 L 674.944885 240.360657 L 674.944885 189.337036 C 674.566956 192.511841 671.694458 194.779541 668.557495 194.439392 C 668.02832 194.40155 667.536987 194.288208 667.045654 194.099182 L 667.045654 194.099182 L 667.045654 247.692932 L 667.045654 247.692932 Z"/>
+        </clipPath>
+        <g id="g51" clip-path="url(#clipPath52)"/>
+        <clipPath id="clipPath53">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g52" clip-path="url(#clipPath53)"/>
+        <clipPath id="clipPath54">
+            <path d="M 635.524414 174.785827 C 646.787415 179.925965 657.370056 186.388977 667.045654 194.099182 C 669.993713 195.233093 673.319702 193.796875 674.529114 190.848816 C 674.75592 190.395264 674.869263 189.86615 674.944885 189.337036 C 666.138611 180.568482 655.442505 173.954345 643.650391 169.985839 C 640.135437 169.494506 636.771667 171.497619 635.524414 174.785827 L 635.524414 174.785827 Z"/>
+        </clipPath>
+        <g id="g53" clip-path="url(#clipPath54)"/>
+        <clipPath id="clipPath55">
+            <path d="M 635.524414 174.785827 L 635.524414 174.785827 C 636.771667 171.497619 640.135437 169.494506 643.650391 169.985839 C 655.442505 173.954345 666.138611 180.568482 674.944885 189.337036 C 674.869263 189.86615 674.75592 190.395264 674.529114 190.848816 C 673.319702 193.796875 669.993713 195.233093 667.045654 194.099182 C 657.370056 186.388977 646.787415 179.925965 635.524414 174.785827 Z"/>
+        </clipPath>
+        <g id="g54" clip-path="url(#clipPath55)">
+            <path id="path924" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 634.579529 196.064575 L 634.579529 193.834656 L 675.85199 193.834656 L 675.85199 196.064575 L 634.579529 196.064575 Z"/>
+            <path id="path925" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 634.579529 195.11969 L 634.579529 192.889771 L 675.85199 192.889771 L 675.85199 195.11969 L 634.579529 195.11969 Z"/>
+            <path id="path926" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 634.579529 194.174805 L 634.579529 191.944885 L 675.85199 191.944885 L 675.85199 194.174805 L 634.579529 194.174805 Z"/>
+            <path id="path927" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 634.579529 193.229919 L 634.579529 191 L 675.85199 191 L 675.85199 193.229919 L 634.579529 193.229919 Z"/>
+            <path id="path928" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 634.579529 192.285034 L 634.579529 190.055115 L 675.85199 190.055115 L 675.85199 192.285034 L 634.579529 192.285034 Z"/>
+            <path id="path929" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 634.579529 191.340149 L 634.579529 189.110229 L 675.85199 189.110229 L 675.85199 191.340149 L 634.579529 191.340149 Z"/>
+            <path id="path930" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 634.579529 190.395264 L 634.579529 188.165344 L 675.85199 188.165344 L 675.85199 190.395264 L 634.579529 190.395264 Z"/>
+            <path id="path931" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 634.579529 189.450378 L 634.579529 187.220459 L 675.85199 187.220459 L 675.85199 189.450378 L 634.579529 189.450378 Z"/>
+            <path id="path932" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 634.579529 188.505493 L 634.579529 186.275574 L 675.85199 186.275574 L 675.85199 188.505493 L 634.579529 188.505493 Z"/>
+            <path id="path933" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 634.579529 187.560608 L 634.579529 185.330688 L 675.85199 185.330688 L 675.85199 187.560608 L 634.579529 187.560608 Z"/>
+            <path id="path934" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 634.579529 186.615723 L 634.579529 184.385803 L 675.85199 184.385803 L 675.85199 186.615723 L 634.579529 186.615723 Z"/>
+            <path id="path935" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 634.579529 185.670837 L 634.579529 183.440918 L 675.85199 183.440918 L 675.85199 185.670837 L 634.579529 185.670837 Z"/>
+            <path id="path936" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 634.579529 184.726013 L 634.579529 182.496033 L 675.85199 182.496033 L 675.85199 184.726013 L 634.579529 184.726013 Z"/>
+            <path id="path937" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 634.579529 183.781128 L 634.579529 181.551208 L 675.85199 181.551208 L 675.85199 183.781128 L 634.579529 183.781128 Z"/>
+            <path id="path938" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 634.579529 182.836243 L 634.579529 180.606323 L 675.85199 180.606323 L 675.85199 182.836243 L 634.579529 182.836243 Z"/>
+            <path id="path939" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 634.579529 181.891357 L 634.579529 179.661438 L 675.85199 179.661438 L 675.85199 181.891357 L 634.579529 181.891357 Z"/>
+            <path id="path940" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 634.579529 180.946472 L 634.579529 178.716553 L 675.85199 178.716553 L 675.85199 180.946472 L 634.579529 180.946472 Z"/>
+            <path id="path941" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 634.579529 180.001587 L 634.579529 177.771667 L 675.85199 177.771667 L 675.85199 180.001587 L 634.579529 180.001587 Z"/>
+            <path id="path942" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 634.579529 179.056702 L 634.579529 176.826782 L 675.85199 176.826782 L 675.85199 179.056702 L 634.579529 179.056702 Z"/>
+            <path id="path943" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 634.579529 178.111816 L 634.579529 175.881897 L 675.85199 175.881897 L 675.85199 178.111816 L 634.579529 178.111816 Z"/>
+            <path id="path944" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 634.579529 177.166931 L 634.579529 174.937012 L 675.85199 174.937012 L 675.85199 177.166931 L 634.579529 177.166931 Z"/>
+            <path id="path945" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 634.579529 176.222046 L 634.579529 173.992126 L 675.85199 173.992126 L 675.85199 176.222046 L 634.579529 176.222046 Z"/>
+            <path id="path946" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 634.579529 175.277161 L 634.579529 173.047241 L 675.85199 173.047241 L 675.85199 175.277161 L 634.579529 175.277161 Z"/>
+            <path id="path947" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 634.579529 174.332275 L 634.579529 172.102356 L 675.85199 172.102356 L 675.85199 174.332275 L 634.579529 174.332275 Z"/>
+            <path id="path948" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 634.579529 173.38739 L 634.579529 171.157471 L 675.85199 171.157471 L 675.85199 173.38739 L 634.579529 173.38739 Z"/>
+            <path id="path949" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 634.579529 172.442505 L 634.579529 170.212585 L 675.85199 170.212585 L 675.85199 172.442505 L 634.579529 172.442505 Z"/>
+            <path id="path950" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 634.579529 171.49762 L 634.579529 169.2677 L 675.85199 169.2677 L 675.85199 171.49762 L 634.579529 171.49762 Z"/>
+            <path id="path951" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 634.579529 170.552734 L 634.579529 168.322815 L 675.85199 168.322815 L 675.85199 170.552734 L 634.579529 170.552734 Z"/>
+        </g>
+        <clipPath id="clipPath56">
+            <path d="M 635.524414 174.785827 C 646.787415 179.925965 657.370056 186.388977 667.045654 194.099182 C 669.993713 195.233093 673.319702 193.796875 674.529114 190.848816 C 674.75592 190.395264 674.869263 189.86615 674.944885 189.337036 C 666.138611 180.568482 655.442505 173.954345 643.650391 169.985839 C 640.135437 169.494506 636.771667 171.497619 635.524414 174.785827 L 635.524414 174.785827 Z"/>
+        </clipPath>
+        <g id="g55" clip-path="url(#clipPath56)"/>
+        <clipPath id="clipPath57">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g56" clip-path="url(#clipPath57)">
+            <path id="path952" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 635.524414 174.785828 C 646.787415 179.925964 657.370056 186.388977 667.045654 194.099182 C 669.993713 195.233093 673.319702 193.796875 674.529114 190.848816 C 674.75592 190.395264 674.869263 189.86615 674.944885 189.337036 C 666.138611 180.568481 655.442505 173.954346 643.650391 169.98584 C 640.135437 169.494507 636.771667 171.49762 635.524414 174.785828 L 635.524414 174.785828 Z"/>
+            <path id="path953" fill="none" stroke="#000000" stroke-width="1.851969" stroke-linejoin="round" d="M 635.75116 232.877136 C 636.242493 234.691345 636.922852 236.165344 638.207886 237.903931 C 644.444092 244.555908 653.099182 248.486633 662.245667 248.75116 C 667.726013 248.562195 672.639343 245.311829 674.944885 240.360657 L 674.944885 189.337036 C 666.138611 180.568481 655.404724 173.916565 643.61261 169.948059 C 640.097656 169.607849 636.771667 171.648804 635.524414 174.937012 L 635.524414 231.289734"/>
+            <path id="path954" fill="#000000" fill-rule="evenodd" stroke="none" d="M 634.881897 233.217346 L 636.658264 232.763794 L 636.431519 231.856689 L 636.280334 231.516541 L 636.015747 231.289734 L 635.675598 231.176392 L 635.297607 231.176392 L 634.957458 231.327576 L 634.730713 231.592102 L 634.61731 231.970093 L 634.61731 232.310242 L 634.881897 233.217346 Z"/>
+            <path id="path955" fill="#000000" fill-rule="evenodd" stroke="none" d="M 636.469299 231.138611 L 634.61731 231.138611 L 634.61731 232.083435 L 634.65509 232.461426 L 634.881897 232.763794 L 635.184265 232.952759 L 635.524414 233.02832 L 635.902344 232.952759 L 636.204712 232.763794 L 636.393677 232.423645 L 636.469299 232.083435 L 636.469299 231.138611 Z"/>
+        </g>
+        <clipPath id="clipPath58">
+            <path d="M 653.212585 234.086609 C 651.360657 230.911804 648.14801 229.362183 645.993713 230.609436 C 643.839355 231.85669 643.574829 235.447266 645.388977 238.62207 C 647.203125 241.759033 650.453552 243.346436 652.607849 242.099182 C 654.762207 240.85199 655.026794 237.261414 653.212585 234.086609 L 653.212585 234.086609 Z"/>
+        </clipPath>
+        <g id="g57" clip-path="url(#clipPath58)"/>
+        <clipPath id="clipPath59">
+            <path d="M 653.212585 234.086609 L 653.212585 234.086609 C 655.026794 237.261414 654.762207 240.85199 652.607849 242.099182 C 650.453552 243.346436 647.203125 241.759033 645.388977 238.62207 C 643.574829 235.447266 643.839355 231.85669 645.993713 230.609436 C 648.14801 229.362183 651.360657 230.911804 653.212585 234.086609 Z"/>
+        </clipPath>
+        <g id="g58" clip-path="url(#clipPath59)">
+            <path id="path956" fill="#000000" fill-rule="evenodd" stroke="none" d="M 678.573242 240.171631 C 678.573242 244.140137 677.628357 248.070862 675.814148 251.510254 C 673.962219 254.949585 671.354309 257.822052 668.179504 259.825195 C 665.042542 261.828339 661.451965 262.848816 657.785828 262.848816 C 654.157471 262.848816 650.566956 261.828339 647.392151 259.825195 C 644.217346 257.822052 641.609436 254.949585 639.795288 251.510254 C 637.943298 248.070862 636.998413 244.140137 636.998413 240.171631 C 636.998413 236.165344 637.943298 232.272461 639.795288 228.833069 C 641.609436 225.355896 644.217346 222.52124 647.392151 220.518127 C 650.566956 218.514954 654.157471 217.456665 657.785828 217.456665 C 661.451965 217.456665 665.042542 218.514954 668.179504 220.518127 C 671.354309 222.52124 673.962219 225.355896 675.814148 228.833069 C 677.628357 232.272461 678.573242 236.165344 678.573242 240.171631 L 678.573242 240.171631 Z"/>
+            <path id="path957" fill="#000000" fill-rule="evenodd" stroke="none" d="M 669.691345 240.171631 C 669.691345 242.439392 669.12439 244.669312 668.103943 246.672424 C 667.045654 248.637817 665.533875 250.263 663.757507 251.396851 C 661.943298 252.530701 659.864563 253.135437 657.785828 253.135437 C 655.707092 253.135437 653.666138 252.530701 651.85199 251.396851 C 650.037781 250.263 648.526001 248.637817 647.505493 246.672424 C 646.447266 244.669312 645.918091 242.439392 645.918091 240.171631 C 645.918091 237.903931 646.447266 235.63623 647.505493 233.670837 C 648.526001 231.705505 650.037781 230.080322 651.85199 228.946472 C 653.666138 227.77478 655.707092 227.207886 657.785828 227.207886 C 659.864563 227.207886 661.943298 227.77478 663.757507 228.946472 C 665.533875 230.080322 667.045654 231.705505 668.103943 233.670837 C 669.12439 235.63623 669.691345 237.903931 669.691345 240.171631 L 669.691345 240.171631 Z"/>
+            <path id="path958" fill="#2b2b2b" fill-rule="evenodd" stroke="none" d="M 668.292908 240.171631 C 668.292908 242.174805 667.801575 244.140137 666.89447 245.878723 C 665.949585 247.61731 664.62677 249.091309 663.039368 250.074036 C 661.451965 251.094482 659.637817 251.623596 657.785828 251.623596 C 655.933838 251.623596 654.157471 251.094482 652.532288 250.074036 C 650.944885 249.091309 649.62207 247.61731 648.714966 245.878723 C 647.770081 244.140137 647.316528 242.174805 647.316528 240.171631 C 647.316528 238.168518 647.770081 236.165344 648.714966 234.426758 C 649.62207 232.688171 650.944885 231.251953 652.532288 230.269287 C 654.157471 229.24884 655.933838 228.719666 657.785828 228.719666 C 659.637817 228.719666 661.451965 229.24884 663.039368 230.269287 C 664.62677 231.251953 665.949585 232.688171 666.89447 234.426758 C 667.801575 236.165344 668.292908 238.168518 668.292908 240.171631 L 668.292908 240.171631 Z"/>
+            <path id="path959" fill="#555555" fill-rule="evenodd" stroke="none" d="M 666.89447 240.171631 C 666.89447 241.910217 666.47876 243.611023 665.647217 245.122864 C 664.853516 246.634644 663.719666 247.881897 662.321289 248.75116 C 660.960632 249.620483 659.37323 250.074036 657.785828 250.074036 C 656.198425 250.074036 654.648804 249.620483 653.250366 248.75116 C 651.85199 247.881897 650.71814 246.634644 649.924438 245.122864 C 649.130737 243.611023 648.714966 241.910217 648.714966 240.171631 C 648.714966 238.433044 649.130737 236.7323 649.924438 235.220459 C 650.71814 233.708679 651.85199 232.461426 653.250366 231.592102 C 654.648804 230.722839 656.198425 230.231506 657.785828 230.231506 C 659.37323 230.231506 660.960632 230.722839 662.321289 231.592102 C 663.719666 232.461426 664.853516 233.708679 665.647217 235.220459 C 666.47876 236.7323 666.89447 238.433044 666.89447 240.171631 L 666.89447 240.171631 Z"/>
+            <path id="path960" fill="#808080" fill-rule="evenodd" stroke="none" d="M 665.496033 240.171631 C 665.496033 241.645691 665.118103 243.081909 664.437805 244.366943 C 663.795288 245.651978 662.812622 246.710266 661.64093 247.428345 C 660.469299 248.184265 659.146484 248.562195 657.785828 248.562195 C 656.425171 248.562195 655.102356 248.184265 653.930725 247.428345 C 652.796875 246.710266 651.814148 245.651978 651.13385 244.366943 C 650.453552 243.081909 650.113403 241.645691 650.113403 240.171631 C 650.113403 238.697632 650.453552 237.261414 651.13385 235.976379 C 651.814148 234.691345 652.796875 233.633057 653.930725 232.914978 C 655.102356 232.159058 656.425171 231.781128 657.785828 231.781128 C 659.146484 231.781128 660.469299 232.159058 661.64093 232.914978 C 662.812622 233.633057 663.795288 234.691345 664.437805 235.976379 C 665.118103 237.261414 665.496033 238.697632 665.496033 240.171631 L 665.496033 240.171631 Z"/>
+            <path id="path961" fill="#aaaaaa" fill-rule="evenodd" stroke="none" d="M 664.097656 240.171631 C 664.097656 241.381104 663.795288 242.552734 663.228333 243.611023 C 662.699219 244.63147 661.905518 245.500793 660.922852 246.10553 C 659.977966 246.710266 658.881897 247.012573 657.785828 247.012573 C 656.689758 247.012573 655.593689 246.710266 654.648804 246.10553 C 653.703918 245.500793 652.910217 244.63147 652.343323 243.611023 C 651.814148 242.552734 651.511841 241.381104 651.511841 240.171631 C 651.511841 238.962219 651.814148 237.790527 652.343323 236.7323 C 652.910217 235.711792 653.703918 234.842529 654.648804 234.237793 C 655.593689 233.633057 656.689758 233.292908 657.785828 233.292908 C 658.881897 233.292908 659.977966 233.633057 660.922852 234.237793 C 661.905518 234.842529 662.699219 235.711792 663.228333 236.7323 C 663.795288 237.790527 664.097656 238.962219 664.097656 240.171631 L 664.097656 240.171631 Z"/>
+            <path id="path962" fill="#d4d4d4" fill-rule="evenodd" stroke="none" d="M 662.661438 240.171631 C 662.661438 241.116516 662.434631 242.023621 662.018921 242.817322 C 661.603149 243.648804 660.960632 244.329163 660.242493 244.782654 C 659.486633 245.236206 658.65509 245.500793 657.785828 245.500793 C 656.954346 245.500793 656.085022 245.236206 655.366943 244.782654 C 654.611023 244.329163 654.006287 243.648804 653.552734 242.817322 C 653.137024 242.023621 652.910217 241.116516 652.910217 240.171631 C 652.910217 239.226746 653.137024 238.319702 653.552734 237.488159 C 654.006287 236.694458 654.611023 236.01416 655.366943 235.560608 C 656.085022 235.069275 656.954346 234.842529 657.785828 234.842529 C 658.65509 234.842529 659.486633 235.069275 660.242493 235.560608 C 660.960632 236.01416 661.603149 236.694458 662.018921 237.488159 C 662.434631 238.319702 662.661438 239.226746 662.661438 240.171631 L 662.661438 240.171631 Z"/>
+            <path id="path963" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 661.263 240.171631 C 661.263 240.85199 661.111816 241.494507 660.809448 242.061401 C 660.50708 242.628357 660.053528 243.11969 659.524414 243.459839 C 658.9953 243.799988 658.390564 243.951172 657.785828 243.951172 C 657.181091 243.951172 656.576355 243.799988 656.047241 243.459839 C 655.518127 243.11969 655.064575 242.628357 654.762207 242.061401 C 654.459839 241.494507 654.308655 240.85199 654.308655 240.171631 C 654.308655 239.491333 654.459839 238.848816 654.762207 238.28186 C 655.064575 237.677185 655.518127 237.223633 656.047241 236.883484 C 656.576355 236.543335 657.181091 236.354309 657.785828 236.354309 C 658.390564 236.354309 658.9953 236.543335 659.524414 236.883484 C 660.053528 237.223633 660.50708 237.677185 660.809448 238.28186 C 661.111816 238.848816 661.263 239.491333 661.263 240.171631 L 661.263 240.171631 Z"/>
+        </g>
+        <clipPath id="clipPath60">
+            <path d="M 653.212585 234.086609 C 651.360657 230.911804 648.14801 229.362183 645.993713 230.609436 C 643.839355 231.85669 643.574829 235.447266 645.388977 238.62207 C 647.203125 241.759033 650.453552 243.346436 652.607849 242.099182 C 654.762207 240.85199 655.026794 237.261414 653.212585 234.086609 L 653.212585 234.086609 Z"/>
+        </clipPath>
+        <g id="g59" clip-path="url(#clipPath60)"/>
+        <clipPath id="clipPath61">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g60" clip-path="url(#clipPath61)">
+            <path id="path964" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 653.212585 234.086609 C 651.360657 230.911804 648.14801 229.362183 645.993713 230.609436 C 643.839355 231.856689 643.574829 235.447266 645.388977 238.62207 C 647.203125 241.759033 650.453552 243.346436 652.607849 242.099182 C 654.762207 240.85199 655.026794 237.261414 653.212585 234.086609 Z"/>
+        </g>
+        <clipPath id="clipPath62">
+            <path d="M 661.603149 235.220459 C 660.847229 233.897644 659.524414 233.255127 658.61731 233.784241 C 657.710266 234.275574 657.596863 235.787415 658.390564 237.110229 C 659.146484 238.433044 660.469299 239.075562 661.376404 238.584229 C 662.283447 238.055115 662.396851 236.543335 661.603149 235.220459 L 661.603149 235.220459 Z"/>
+        </clipPath>
+        <g id="g61" clip-path="url(#clipPath62)"/>
+        <clipPath id="clipPath63">
+            <path d="M 661.603149 235.220459 L 661.603149 235.220459 C 662.396851 236.543335 662.283447 238.055115 661.376404 238.584229 C 660.469299 239.075562 659.146484 238.433044 658.390564 237.110229 C 657.596863 235.787415 657.710266 234.275574 658.61731 233.784241 C 659.524414 233.255127 660.847229 233.897644 661.603149 235.220459 Z"/>
+        </clipPath>
+        <g id="g62" clip-path="url(#clipPath63)">
+            <path id="path965" fill="#000000" fill-rule="evenodd" stroke="none" d="M 674.71814 237.979553 C 674.71814 239.944885 674.226746 241.872437 673.319702 243.573242 C 672.412598 245.311829 671.089783 246.710266 669.50238 247.692932 C 667.914978 248.675598 666.100769 249.204712 664.286621 249.204712 C 662.434631 249.204712 660.658264 248.675598 659.070862 247.692932 C 657.483459 246.710266 656.160645 245.311829 655.25354 243.573242 C 654.346436 241.872437 653.855103 239.944885 653.855103 237.979553 C 653.855103 236.01416 654.346436 234.048828 655.25354 232.348022 C 656.160645 230.647217 657.483459 229.24884 659.070862 228.228333 C 660.658264 227.245667 662.434631 226.754333 664.286621 226.754333 C 666.100769 226.754333 667.914978 227.245667 669.50238 228.228333 C 671.089783 229.24884 672.412598 230.647217 673.319702 232.348022 C 674.226746 234.048828 674.71814 236.01416 674.71814 237.979553 L 674.71814 237.979553 Z"/>
+            <path id="path966" fill="#000000" fill-rule="evenodd" stroke="none" d="M 670.25824 237.979553 C 670.25824 239.113403 669.993713 240.209473 669.464539 241.192139 C 668.935425 242.174805 668.179504 243.006287 667.272461 243.573242 C 666.365356 244.140137 665.34491 244.442505 664.286621 244.442505 C 663.228333 244.442505 662.207886 244.140137 661.300781 243.573242 C 660.355896 243.006287 659.599976 242.174805 659.070862 241.192139 C 658.579529 240.209473 658.277161 239.113403 658.277161 237.979553 C 658.277161 236.845642 658.579529 235.711792 659.070862 234.729126 C 659.599976 233.74646 660.355896 232.952759 661.300781 232.385803 C 662.207886 231.818909 663.228333 231.516541 664.286621 231.516541 C 665.34491 231.516541 666.365356 231.818909 667.272461 232.385803 C 668.179504 232.952759 668.935425 233.74646 669.464539 234.729126 C 669.993713 235.711792 670.25824 236.845642 670.25824 237.979553 L 670.25824 237.979553 Z"/>
+            <path id="path967" fill="#555555" fill-rule="evenodd" stroke="none" d="M 668.859863 237.979553 C 668.859863 238.848816 668.633057 239.680298 668.255127 240.436218 C 667.839355 241.192139 667.272461 241.796875 666.554321 242.250366 C 665.874023 242.666138 665.080322 242.892883 664.286621 242.892883 C 663.49292 242.892883 662.699219 242.666138 661.981079 242.250366 C 661.300781 241.796875 660.733887 241.192139 660.318115 240.436218 C 659.902344 239.680298 659.713379 238.848816 659.713379 237.979553 C 659.713379 237.110229 659.902344 236.240967 660.318115 235.522827 C 660.733887 234.766907 661.300781 234.12439 661.981079 233.708679 C 662.699219 233.255127 663.49292 233.02832 664.286621 233.02832 C 665.080322 233.02832 665.874023 233.255127 666.554321 233.708679 C 667.272461 234.12439 667.839355 234.766907 668.255127 235.522827 C 668.633057 236.240967 668.859863 237.110229 668.859863 237.979553 L 668.859863 237.979553 Z"/>
+            <path id="path968" fill="#aaaaaa" fill-rule="evenodd" stroke="none" d="M 667.461426 237.979553 C 667.461426 238.584229 667.310242 239.151184 667.007874 239.680298 C 666.743286 240.209473 666.365356 240.625183 665.874023 240.927551 C 665.38269 241.229919 664.853516 241.381104 664.286621 241.381104 C 663.719666 241.381104 663.190552 241.229919 662.699219 240.927551 C 662.207886 240.625183 661.829895 240.209473 661.527588 239.680298 C 661.263 239.151184 661.111816 238.584229 661.111816 237.979553 C 661.111816 237.374817 661.263 236.770081 661.527588 236.278748 C 661.829895 235.749634 662.207886 235.333862 662.699219 235.031494 C 663.190552 234.729126 663.719666 234.577942 664.286621 234.577942 C 664.853516 234.577942 665.38269 234.729126 665.874023 235.031494 C 666.365356 235.333862 666.743286 235.749634 667.007874 236.278748 C 667.310242 236.770081 667.461426 237.374817 667.461426 237.979553 L 667.461426 237.979553 Z"/>
+            <path id="path969" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 666.025208 237.979553 C 666.025208 238.319702 665.949585 238.62207 665.798401 238.924438 C 665.647217 239.188965 665.420471 239.453552 665.155884 239.604736 C 664.891357 239.793701 664.588989 239.869263 664.286621 239.869263 C 663.984253 239.869263 663.681885 239.793701 663.417297 239.604736 C 663.152771 239.453552 662.925964 239.188965 662.77478 238.924438 C 662.623596 238.62207 662.510254 238.319702 662.510254 237.979553 C 662.510254 237.639343 662.623596 237.299194 662.77478 237.034668 C 662.925964 236.7323 663.152771 236.505493 663.417297 236.316528 C 663.681885 236.165344 663.984253 236.089783 664.286621 236.089783 C 664.588989 236.089783 664.891357 236.165344 665.155884 236.316528 C 665.420471 236.505493 665.647217 236.7323 665.798401 237.034668 C 665.949585 237.299194 666.025208 237.639343 666.025208 237.979553 L 666.025208 237.979553 Z"/>
+        </g>
+        <clipPath id="clipPath64">
+            <path d="M 661.603149 235.220459 C 660.847229 233.897644 659.524414 233.255127 658.61731 233.784241 C 657.710266 234.275574 657.596863 235.787415 658.390564 237.110229 C 659.146484 238.433044 660.469299 239.075562 661.376404 238.584229 C 662.283447 238.055115 662.396851 236.543335 661.603149 235.220459 L 661.603149 235.220459 Z"/>
+        </clipPath>
+        <g id="g63" clip-path="url(#clipPath64)"/>
+        <clipPath id="clipPath65">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g64" clip-path="url(#clipPath65)">
+            <path id="path970" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 661.603149 235.220459 C 660.847229 233.897644 659.524414 233.255127 658.61731 233.784241 C 657.710266 234.275574 657.596863 235.787415 658.390564 237.110229 C 659.146484 238.433044 660.469299 239.075562 661.376404 238.584229 C 662.283447 238.055115 662.396851 236.543335 661.603149 235.220459 Z"/>
+            <path id="path971" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 661.981079 231.743286 L 640.437805 218.477173 L 640.437805 183.970093"/>
+            <path id="path972" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 662.170105 231.327576 L 661.716553 232.083435 L 662.094482 232.310242 L 662.245667 232.385803 L 662.434631 232.385803 L 662.585815 232.310242 L 662.699219 232.159058 L 662.77478 232.007874 L 662.77478 231.818909 L 662.699219 231.667725 L 662.548035 231.554321 L 662.170105 231.327576 Z"/>
+            <path id="path973" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 639.984253 184.007874 L 640.891357 184.007874 L 640.891357 183.554321 L 640.853516 183.403137 L 640.777954 183.251953 L 640.62677 183.176392 L 640.437805 183.138611 L 640.286621 183.176392 L 640.135437 183.251953 L 640.022034 183.403137 L 639.984253 183.554321 L 639.984253 184.007874 Z"/>
+        </g>
+        <clipPath id="clipPath66">
+            <path d="M 641.420471 217.721252 L 662.321289 230.685059 L 662.321289 231.932312 L 662.321289 197.122864 L 640.437805 183.554321 L 641.420471 184.196838 L 641.420471 217.721252 L 641.420471 217.721252 Z"/>
+        </clipPath>
+        <g id="g65" clip-path="url(#clipPath66)"/>
+        <clipPath id="clipPath67">
+            <path d="M 641.420471 217.721252 L 641.420471 184.196838 L 640.437805 183.554321 L 662.321289 197.122864 L 662.321289 230.685059 L 641.420471 217.721252 Z"/>
+        </clipPath>
+        <g id="g66" clip-path="url(#clipPath67)">
+            <path id="path974" fill="#c6d1e3" fill-rule="evenodd" stroke="none" d="M 668.179504 207.743286 C 668.179504 213.979553 667.385803 220.102356 665.911804 225.50708 C 664.437805 230.911804 662.321289 235.409424 659.789001 238.508667 C 657.218872 241.645691 654.346436 243.270874 651.398438 243.270874 C 648.450378 243.270874 645.540161 241.645691 643.007874 238.508667 C 640.437805 235.409424 638.321289 230.911804 636.847229 225.50708 C 635.37323 220.102356 634.61731 213.979553 634.61731 207.743286 C 634.61731 201.50708 635.37323 195.384277 636.847229 189.979553 C 638.321289 184.61261 640.437805 180.11499 643.007874 176.977966 C 645.540161 173.878723 648.450378 172.215759 651.398438 172.215759 C 654.346436 172.215759 657.218872 173.878723 659.789001 176.977966 C 662.321289 180.11499 664.437805 184.61261 665.911804 189.979553 C 667.385803 195.384277 668.179504 201.50708 668.179504 207.743286 L 668.179504 207.743286 Z"/>
+            <path id="path975" fill="#c6d1e3" fill-rule="evenodd" stroke="none" d="M 667.99054 207.743286 C 667.99054 213.941711 667.234619 219.988953 665.76062 225.318115 C 664.324402 230.685059 662.207886 235.107117 659.713379 238.206299 C 657.181091 241.305542 654.308655 242.930725 651.398438 242.930725 C 648.488159 242.930725 645.615723 241.305542 643.083435 238.206299 C 640.551208 235.107117 638.472412 230.685059 636.998413 225.318115 C 635.524414 219.988953 634.768494 213.941711 634.768494 207.743286 C 634.768494 201.582703 635.524414 195.535461 636.998413 190.168518 C 638.472412 184.839355 640.551208 180.379517 643.083435 177.318115 C 645.615723 174.218872 648.488159 172.593689 651.398438 172.593689 C 654.308655 172.593689 657.181091 174.218872 659.713379 177.318115 C 662.207886 180.379517 664.324402 184.839355 665.76062 190.168518 C 667.234619 195.535461 667.99054 201.582703 667.99054 207.743286 L 667.99054 207.743286 Z"/>
+            <path id="path976" fill="#c8d3e4" fill-rule="evenodd" stroke="none" d="M 667.272461 207.743286 C 667.272461 213.639343 666.554321 219.459839 665.155884 224.562195 C 663.757507 229.664551 661.754333 233.935425 659.335449 236.883484 C 656.916565 239.831482 654.195251 241.381104 651.398438 241.381104 C 648.601563 241.381104 645.842529 239.831482 643.423645 236.883484 C 641.0047 233.935425 639.001587 229.664551 637.603149 224.562195 C 636.242493 219.459839 635.486633 213.639343 635.486633 207.743286 C 635.486633 201.847229 636.242493 196.064575 637.603149 190.924438 C 639.001587 185.822021 641.0047 181.588989 643.423645 178.64093 C 645.842529 175.692932 648.601563 174.10553 651.398438 174.10553 C 654.195251 174.10553 656.916565 175.692932 659.335449 178.64093 C 661.754333 181.588989 663.757507 185.822021 665.155884 190.924438 C 666.554321 196.064575 667.272461 201.847229 667.272461 207.743286 L 667.272461 207.743286 Z"/>
+            <path id="path977" fill="#cbd5e5" fill-rule="evenodd" stroke="none" d="M 666.554321 207.743286 C 666.554321 213.374817 665.874023 218.930725 664.513367 223.806274 C 663.190552 228.681885 661.263 232.726013 658.957458 235.560608 C 656.651978 238.357483 654.044067 239.869263 651.398438 239.869263 C 648.714966 239.869263 646.107117 238.357483 643.801575 235.560608 C 641.496033 232.726013 639.568481 228.681885 638.245667 223.806274 C 636.922852 218.930725 636.204712 213.374817 636.204712 207.743286 C 636.204712 202.111816 636.922852 196.593689 638.245667 191.71814 C 639.568481 186.804749 641.496033 182.76062 643.801575 179.963806 C 646.107117 177.12915 648.714966 175.65509 651.398438 175.65509 C 654.044067 175.65509 656.651978 177.12915 658.957458 179.963806 C 661.263 182.76062 663.190552 186.804749 664.513367 191.71814 C 665.874023 196.593689 666.554321 202.111816 666.554321 207.743286 L 666.554321 207.743286 Z"/>
+            <path id="path978" fill="#cdd7e7" fill-rule="evenodd" stroke="none" d="M 665.836243 207.743286 C 665.836243 213.110229 665.155884 218.40155 663.908691 223.050415 C 662.623596 227.699219 660.809448 231.554321 658.61731 234.237793 C 656.425171 236.921265 653.930725 238.319702 651.398438 238.319702 C 648.86615 238.319702 646.371643 236.921265 644.179504 234.237793 C 641.949585 231.554321 640.135437 227.699219 638.888184 223.050415 C 637.603149 218.40155 636.922852 213.110229 636.922852 207.743286 C 636.922852 202.376404 637.603149 197.122864 638.888184 192.473999 C 640.135437 187.825195 641.949585 183.970093 644.179504 181.286621 C 646.371643 178.603149 648.86615 177.166931 651.398438 177.166931 C 653.930725 177.166931 656.425171 178.603149 658.61731 181.286621 C 660.809448 183.970093 662.623596 187.825195 663.908691 192.473999 C 665.155884 197.122864 665.836243 202.376404 665.836243 207.743286 L 665.836243 207.743286 Z"/>
+            <path id="path979" fill="#d0d9e8" fill-rule="evenodd" stroke="none" d="M 665.118103 207.743286 C 665.118103 212.845642 664.475586 217.872437 663.266113 222.256714 C 662.056702 226.678711 660.318115 230.34491 658.23938 232.914978 C 656.160645 235.447266 653.779541 236.807861 651.398438 236.807861 C 648.979553 236.807861 646.59845 235.447266 644.519714 232.914978 C 642.440918 230.34491 640.702393 226.678711 639.49292 222.256714 C 638.283447 217.872437 637.64093 212.845642 637.64093 207.743286 C 637.64093 202.64093 638.283447 197.651978 639.49292 193.229919 C 640.702393 188.807861 642.440918 185.141724 644.519714 182.609436 C 646.59845 180.039368 648.979553 178.716553 651.398438 178.716553 C 653.779541 178.716553 656.160645 180.039368 658.23938 182.609436 C 660.318115 185.141724 662.056702 188.807861 663.266113 193.229919 C 664.475586 197.651978 665.118103 202.64093 665.118103 207.743286 L 665.118103 207.743286 Z"/>
+            <path id="path980" fill="#d2dbe9" fill-rule="evenodd" stroke="none" d="M 664.400024 207.743286 C 664.400024 212.581116 663.795288 217.343323 662.661438 221.500793 C 661.489746 225.696045 659.864563 229.173218 657.899231 231.592102 C 655.896057 234.011047 653.666138 235.25824 651.398438 235.25824 C 649.092896 235.25824 646.862976 234.011047 644.897644 231.592102 C 642.89447 229.173218 641.269287 225.696045 640.135437 221.500793 C 638.963806 217.343323 638.396851 212.581116 638.396851 207.743286 C 638.396851 202.905518 638.963806 198.181091 640.135437 193.98584 C 641.269287 189.828369 642.89447 186.351196 644.897644 183.932312 C 646.862976 181.513367 649.092896 180.228333 651.398438 180.228333 C 653.666138 180.228333 655.896057 181.513367 657.899231 183.932312 C 659.864563 186.351196 661.489746 189.828369 662.661438 193.98584 C 663.795288 198.181091 664.400024 202.905518 664.400024 207.743286 L 664.400024 207.743286 Z"/>
+            <path id="path981" fill="#d5ddea" fill-rule="evenodd" stroke="none" d="M 663.681885 207.743286 C 663.681885 212.316528 663.11499 216.776367 662.018921 220.744873 C 660.960632 224.713379 659.411011 227.963806 657.52124 230.269287 C 655.669312 232.536987 653.552734 233.74646 651.398438 233.74646 C 649.24408 233.74646 647.127563 232.536987 645.237793 230.269287 C 643.385803 227.963806 641.836243 224.713379 640.740173 220.744873 C 639.681885 216.776367 639.11499 212.316528 639.11499 207.743286 C 639.11499 203.207886 639.681885 198.710266 640.740173 194.74176 C 641.836243 190.811035 643.385803 187.522827 645.237793 185.255127 C 647.127563 182.949585 649.24408 181.777954 651.398438 181.777954 C 653.552734 181.777954 655.669312 182.949585 657.52124 185.255127 C 659.411011 187.522827 660.960632 190.811035 662.018921 194.74176 C 663.11499 198.710266 663.681885 203.207886 663.681885 207.743286 L 663.681885 207.743286 Z"/>
+            <path id="path982" fill="#d7dfec" fill-rule="evenodd" stroke="none" d="M 662.963806 207.743286 C 662.963806 212.051941 662.396851 216.247253 661.414185 219.988953 C 660.393677 223.692932 658.919678 226.792114 657.181091 228.946472 C 655.404724 231.062988 653.40155 232.196838 651.398438 232.196838 C 649.357483 232.196838 647.354309 231.062988 645.615723 228.946472 C 643.839355 226.792114 642.403137 223.692932 641.38269 219.988953 C 640.362183 216.247253 639.833069 212.051941 639.833069 207.743286 C 639.833069 203.472412 640.362183 199.23938 641.38269 195.535461 C 642.403137 191.793701 643.839355 188.7323 645.615723 186.577942 C 647.354309 184.423645 649.357483 183.289734 651.398438 183.289734 C 653.40155 183.289734 655.404724 184.423645 657.181091 186.577942 C 658.919678 188.7323 660.393677 191.793701 661.414185 195.535461 C 662.396851 199.23938 662.963806 203.472412 662.963806 207.743286 L 662.963806 207.743286 Z"/>
+            <path id="path983" fill="#dae1ed" fill-rule="evenodd" stroke="none" d="M 662.207886 207.743286 C 662.207886 211.787415 661.716553 215.71814 660.771667 219.233093 C 659.826782 222.710266 658.466125 225.582703 656.803162 227.623596 C 655.140137 229.62677 653.288208 230.685059 651.398438 230.685059 C 649.470886 230.685059 647.618896 229.62677 645.955933 227.623596 C 644.330688 225.582703 642.970093 222.710266 641.987427 219.233093 C 641.042542 215.71814 640.551208 211.787415 640.551208 207.743286 C 640.551208 203.737 641.042542 199.768494 641.987427 196.291321 C 642.970093 192.814148 644.330688 189.903931 645.955933 187.900818 C 647.618896 185.897644 649.470886 184.839355 651.398438 184.839355 C 653.288208 184.839355 655.140137 185.897644 656.803162 187.900818 C 658.466125 189.903931 659.826782 192.814148 660.771667 196.291321 C 661.716553 199.768494 662.207886 203.737 662.207886 207.743286 L 662.207886 207.743286 Z"/>
+            <path id="path984" fill="#dce3ee" fill-rule="evenodd" stroke="none" d="M 661.489746 207.743286 C 661.489746 211.522827 661.036194 215.188965 660.12915 218.439392 C 659.259827 221.689758 657.974792 224.411011 656.425171 226.300781 C 654.913391 228.152771 653.174805 229.135437 651.398438 229.135437 C 649.62207 229.135437 647.883484 228.152771 646.333862 226.300781 C 644.784241 224.411011 643.499207 221.689758 642.629944 218.439392 C 641.722839 215.188965 641.269287 211.522827 641.269287 207.743286 C 641.269287 204.001587 641.722839 200.297607 642.629944 197.047241 C 643.499207 193.796875 644.784241 191.113403 646.333862 189.223633 C 647.883484 187.333862 649.62207 186.351196 651.398438 186.351196 C 653.174805 186.351196 654.913391 187.333862 656.425171 189.223633 C 657.974792 191.113403 659.259827 193.796875 660.12915 197.047241 C 661.036194 200.297607 661.489746 204.001587 661.489746 207.743286 L 661.489746 207.743286 Z"/>
+            <path id="path985" fill="#dfe5ef" fill-rule="evenodd" stroke="none" d="M 660.771667 207.743286 C 660.771667 211.25824 660.355896 214.659851 659.524414 217.683472 C 658.692932 220.707092 657.52124 223.201599 656.085022 224.977966 C 654.648804 226.716553 653.023621 227.623596 651.398438 227.623596 C 649.735413 227.623596 648.110229 226.716553 646.674011 224.977966 C 645.275574 223.201599 644.066162 220.707092 643.234619 217.683472 C 642.440918 214.659851 641.987427 211.25824 641.987427 207.743286 C 641.987427 204.266113 642.440918 200.826782 643.234619 197.803162 C 644.066162 194.779541 645.275574 192.285034 646.674011 190.546448 C 648.110229 188.807861 649.735413 187.862976 651.398438 187.862976 C 653.023621 187.862976 654.648804 188.807861 656.085022 190.546448 C 657.52124 192.285034 658.692932 194.779541 659.524414 197.803162 C 660.355896 200.826782 660.771667 204.266113 660.771667 207.743286 L 660.771667 207.743286 Z"/>
+            <path id="path986" fill="#e1e7f0" fill-rule="evenodd" stroke="none" d="M 660.053528 207.743286 C 660.053528 210.955933 659.637817 214.130737 658.881897 216.927551 C 658.125977 219.724426 657.029907 222.029907 655.707092 223.65509 C 654.422058 225.242493 652.910217 226.111816 651.398438 226.111816 C 649.848816 226.111816 648.374817 225.242493 647.051941 223.65509 C 645.729126 222.029907 644.633057 219.724426 643.877136 216.927551 C 643.121277 214.130737 642.705505 210.955933 642.705505 207.743286 C 642.705505 204.530701 643.121277 201.355896 643.877136 198.596863 C 644.633057 195.799988 645.729126 193.456665 647.051941 191.869263 C 648.374817 190.24408 649.848816 189.412598 651.398438 189.412598 C 652.910217 189.412598 654.422058 190.24408 655.707092 191.869263 C 657.029907 193.456665 658.125977 195.799988 658.881897 198.596863 C 659.637817 201.355896 660.053528 204.530701 660.053528 207.743286 L 660.053528 207.743286 Z"/>
+            <path id="path987" fill="#e4e9f2" fill-rule="evenodd" stroke="none" d="M 659.335449 207.743286 C 659.335449 210.691345 658.957458 213.601563 658.277161 216.171631 C 657.559082 218.703918 656.576355 220.820496 655.366943 222.332275 C 654.157471 223.806274 652.796875 224.562195 651.398438 224.562195 C 650 224.562195 648.639343 223.806274 647.429932 222.332275 C 646.220459 220.820496 645.200012 218.703918 644.519714 216.171631 C 643.801575 213.601563 643.423645 210.691345 643.423645 207.743286 C 643.423645 204.795288 643.801575 201.88501 644.519714 199.352783 C 645.200012 196.782654 646.220459 194.666138 647.429932 193.192139 C 648.639343 191.71814 650 190.924438 651.398438 190.924438 C 652.796875 190.924438 654.157471 191.71814 655.366943 193.192139 C 656.576355 194.666138 657.559082 196.782654 658.277161 199.352783 C 658.957458 201.88501 659.335449 204.795288 659.335449 207.743286 L 659.335449 207.743286 Z"/>
+            <path id="path988" fill="#e6ebf3" fill-rule="evenodd" stroke="none" d="M 658.61731 207.743286 C 658.61731 210.426758 658.277161 213.072449 657.634644 215.37793 C 656.992126 217.721252 656.085022 219.648804 654.988953 221.00946 C 653.892883 222.332275 652.645691 223.050415 651.398438 223.050415 C 650.113403 223.050415 648.86615 222.332275 647.770081 221.00946 C 646.674011 219.648804 645.766907 217.721252 645.12439 215.37793 C 644.481873 213.072449 644.179504 210.426758 644.179504 207.743286 C 644.179504 205.059814 644.481873 202.414185 645.12439 200.108643 C 645.766907 197.803162 646.674011 195.837769 647.770081 194.514954 C 648.86615 193.154358 650.113403 192.473999 651.398438 192.473999 C 652.645691 192.473999 653.892883 193.154358 654.988953 194.514954 C 656.085022 195.837769 656.992126 197.803162 657.634644 200.108643 C 658.277161 202.414185 658.61731 205.059814 658.61731 207.743286 L 658.61731 207.743286 Z"/>
+            <path id="path989" fill="#e9edf4" fill-rule="evenodd" stroke="none" d="M 657.899231 207.743286 C 657.899231 210.162231 657.596863 212.543335 657.029907 214.62207 C 656.463013 216.738586 655.63147 218.477173 654.648804 219.648804 C 653.666138 220.858276 652.532288 221.500793 651.398438 221.500793 C 650.226746 221.500793 649.130737 220.858276 648.14801 219.648804 C 647.165344 218.477173 646.333862 216.738586 645.766907 214.62207 C 645.200012 212.543335 644.897644 210.162231 644.897644 207.743286 C 644.897644 205.324402 645.200012 202.981079 645.766907 200.864563 C 646.333862 198.785828 647.165344 197.047241 648.14801 195.837769 C 649.130737 194.628357 650.226746 193.98584 651.398438 193.98584 C 652.532288 193.98584 653.666138 194.628357 654.648804 195.837769 C 655.63147 197.047241 656.463013 198.785828 657.029907 200.864563 C 657.596863 202.981079 657.899231 205.324402 657.899231 207.743286 L 657.899231 207.743286 Z"/>
+            <path id="path990" fill="#ebeff5" fill-rule="evenodd" stroke="none" d="M 657.181091 207.743286 C 657.181091 209.897644 656.916565 212.01416 656.38739 213.86615 C 655.896057 215.71814 655.140137 217.2677 654.270874 218.325989 C 653.40155 219.422058 652.418884 219.988953 651.398438 219.988953 C 650.37793 219.988953 649.357483 219.422058 648.488159 218.325989 C 647.618896 217.2677 646.900818 215.71814 646.371643 213.86615 C 645.88031 212.01416 645.615723 209.897644 645.615723 207.743286 C 645.615723 205.588989 645.88031 203.510254 646.371643 201.620483 C 646.900818 199.768494 647.618896 198.218872 648.488159 197.160645 C 649.357483 196.102356 650.37793 195.535461 651.398438 195.535461 C 652.418884 195.535461 653.40155 196.102356 654.270874 197.160645 C 655.140137 198.218872 655.896057 199.768494 656.38739 201.620483 C 656.916565 203.510254 657.181091 205.588989 657.181091 207.743286 L 657.181091 207.743286 Z"/>
+            <path id="path991" fill="#eef1f6" fill-rule="evenodd" stroke="none" d="M 656.425171 207.743286 C 656.425171 209.633057 656.198425 211.485046 655.782654 213.110229 C 655.329163 214.735413 654.686584 216.096069 653.930725 217.003174 C 653.137024 217.948059 652.2677 218.439392 651.398438 218.439392 C 650.491333 218.439392 649.62207 217.948059 648.86615 217.003174 C 648.072449 216.096069 647.467712 214.735413 647.01416 213.110229 C 646.560608 211.485046 646.333862 209.633057 646.333862 207.743286 C 646.333862 205.891357 646.560608 204.039368 647.01416 202.414185 C 647.467712 200.789001 648.072449 199.428345 648.86615 198.483459 C 649.62207 197.538574 650.491333 197.047241 651.398438 197.047241 C 652.2677 197.047241 653.137024 197.538574 653.930725 198.483459 C 654.686584 199.428345 655.329163 200.789001 655.782654 202.414185 C 656.198425 204.039368 656.425171 205.891357 656.425171 207.743286 L 656.425171 207.743286 Z"/>
+            <path id="path992" fill="#f0f3f8" fill-rule="evenodd" stroke="none" d="M 655.707092 207.743286 C 655.707092 209.36853 655.518127 210.955933 655.140137 212.354309 C 654.762207 213.714966 654.195251 214.886597 653.552734 215.680298 C 652.910217 216.511841 652.154358 216.927551 651.398438 216.927551 C 650.642517 216.927551 649.886597 216.511841 649.206299 215.680298 C 648.563782 214.886597 647.996826 213.714966 647.618896 212.354309 C 647.240967 210.955933 647.051941 209.36853 647.051941 207.743286 C 647.051941 206.155884 647.240967 204.568481 647.618896 203.170105 C 647.996826 201.771667 648.563782 200.599976 649.206299 199.806274 C 649.886597 199.012573 650.642517 198.596863 651.398438 198.596863 C 652.154358 198.596863 652.910217 199.012573 653.552734 199.806274 C 654.195251 200.599976 654.762207 201.771667 655.140137 203.170105 C 655.518127 204.568481 655.707092 206.155884 655.707092 207.743286 L 655.707092 207.743286 Z"/>
+            <path id="path993" fill="#f3f5f9" fill-rule="evenodd" stroke="none" d="M 654.988953 207.743286 C 654.988953 209.103943 654.837769 210.426758 654.49762 211.560608 C 654.195251 212.7323 653.74176 213.714966 653.174805 214.357483 C 652.645691 215.037781 652.003174 215.37793 651.398438 215.37793 C 650.75592 215.37793 650.113403 215.037781 649.584229 214.357483 C 649.017334 213.714966 648.563782 212.7323 648.261414 211.560608 C 647.959045 210.426758 647.770081 209.103943 647.770081 207.743286 C 647.770081 206.420471 647.959045 205.097656 648.261414 203.925964 C 648.563782 202.754333 649.017334 201.809448 649.584229 201.12915 C 650.113403 200.448792 650.75592 200.108643 651.398438 200.108643 C 652.003174 200.108643 652.645691 200.448792 653.174805 201.12915 C 653.74176 201.809448 654.195251 202.754333 654.49762 203.925964 C 654.837769 205.097656 654.988953 206.420471 654.988953 207.743286 L 654.988953 207.743286 Z"/>
+            <path id="path994" fill="#f5f7fa" fill-rule="evenodd" stroke="none" d="M 654.270874 207.743286 C 654.270874 208.839355 654.157471 209.897644 653.892883 210.804749 C 653.628357 211.749634 653.288208 212.505493 652.834656 213.034668 C 652.381104 213.601563 651.889771 213.86615 651.398438 213.86615 C 650.869263 213.86615 650.37793 213.601563 649.924438 213.034668 C 649.508667 212.505493 649.130737 211.749634 648.86615 210.804749 C 648.639343 209.897644 648.488159 208.839355 648.488159 207.743286 C 648.488159 206.685059 648.639343 205.62677 648.86615 204.681885 C 649.130737 203.77478 649.508667 202.981079 649.924438 202.451965 C 650.37793 201.922852 650.869263 201.620483 651.398438 201.620483 C 651.889771 201.620483 652.381104 201.922852 652.834656 202.451965 C 653.288208 202.981079 653.628357 203.77478 653.892883 204.681885 C 654.157471 205.62677 654.270874 206.685059 654.270874 207.743286 L 654.270874 207.743286 Z"/>
+            <path id="path995" fill="#f8f9fb" fill-rule="evenodd" stroke="none" d="M 653.552734 207.743286 C 653.552734 208.574829 653.439392 209.330688 653.250366 210.048828 C 653.061401 210.729126 652.796875 211.333862 652.456665 211.711792 C 652.154358 212.127563 651.776367 212.354309 651.398438 212.354309 C 651.020447 212.354309 650.642517 212.127563 650.302368 211.711792 C 649.962219 211.333862 649.697632 210.729126 649.508667 210.048828 C 649.319702 209.330688 649.206299 208.574829 649.206299 207.743286 C 649.206299 206.949585 649.319702 206.155884 649.508667 205.475586 C 649.697632 204.757507 649.962219 204.190552 650.302368 203.77478 C 650.642517 203.35907 651.020447 203.170105 651.398438 203.170105 C 651.776367 203.170105 652.154358 203.35907 652.456665 203.77478 C 652.796875 204.190552 653.061401 204.757507 653.250366 205.475586 C 653.439392 206.155884 653.552734 206.949585 653.552734 207.743286 L 653.552734 207.743286 Z"/>
+            <path id="path996" fill="#fafbfd" fill-rule="evenodd" stroke="none" d="M 652.834656 207.743286 C 652.834656 208.272461 652.759033 208.801575 652.645691 209.292908 C 652.494507 209.74646 652.343323 210.12439 652.116516 210.388977 C 651.889771 210.653564 651.625183 210.804749 651.398438 210.804749 C 651.13385 210.804749 650.869263 210.653564 650.680298 210.388977 C 650.453552 210.12439 650.264587 209.74646 650.151184 209.292908 C 650 208.801575 649.924438 208.272461 649.924438 207.743286 C 649.924438 207.214172 650 206.685059 650.151184 206.231506 C 650.264587 205.740173 650.453552 205.362183 650.680298 205.097656 C 650.869263 204.833069 651.13385 204.681885 651.398438 204.681885 C 651.625183 204.681885 651.889771 204.833069 652.116516 205.097656 C 652.343323 205.362183 652.494507 205.740173 652.645691 206.231506 C 652.759033 206.685059 652.834656 207.214172 652.834656 207.743286 L 652.834656 207.743286 Z"/>
+            <path id="path997" fill="#fdfdfe" fill-rule="evenodd" stroke="none" d="M 652.116516 207.743286 C 652.116516 208.007874 652.078735 208.272461 652.003174 208.499207 C 651.965332 208.763794 651.85199 208.952759 651.738586 209.066162 C 651.625183 209.217346 651.511841 209.292908 651.398438 209.292908 C 651.247253 209.292908 651.13385 209.217346 651.020447 209.066162 C 650.907104 208.952759 650.831482 208.763794 650.75592 208.499207 C 650.680298 208.272461 650.680298 208.007874 650.680298 207.743286 C 650.680298 207.47876 650.680298 207.214172 650.75592 206.987427 C 650.831482 206.76062 650.907104 206.571655 651.020447 206.420471 C 651.13385 206.307068 651.247253 206.231506 651.398438 206.231506 C 651.511841 206.231506 651.625183 206.307068 651.738586 206.420471 C 651.85199 206.571655 651.965332 206.76062 652.003174 206.987427 C 652.078735 207.214172 652.116516 207.47876 652.116516 207.743286 L 652.116516 207.743286 Z"/>
+        </g>
+        <clipPath id="clipPath68">
+            <path d="M 641.420471 217.721252 L 662.321289 230.685059 L 662.321289 231.932312 L 662.321289 197.122864 L 640.437805 183.554321 L 641.420471 184.196838 L 641.420471 217.721252 L 641.420471 217.721252 Z"/>
+        </clipPath>
+        <g id="g67" clip-path="url(#clipPath68)"/>
+        <clipPath id="clipPath69">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g68" clip-path="url(#clipPath69)">
+            <path id="path998" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 641.420471 217.721252 L 662.321289 230.685059 L 662.321289 231.932312 L 662.321289 197.122864 L 640.437805 183.554321 L 641.420471 184.196838 L 641.420471 217.721252 Z"/>
+        </g>
+        <clipPath id="clipPath70">
+            <path d="M 643.952759 224.146484 C 643.196838 222.823609 641.836243 222.181091 640.929138 222.710266 C 640.022034 223.23938 639.87085 224.713379 640.664551 226.074036 C 641.420471 227.396851 642.781128 228.039368 643.688171 227.510254 C 644.595276 226.981079 644.708679 225.469299 643.952759 224.146484 L 643.952759 224.146484 Z"/>
+        </clipPath>
+        <g id="g69" clip-path="url(#clipPath70)"/>
+        <clipPath id="clipPath71">
+            <path d="M 643.952759 224.146484 L 643.952759 224.146484 C 644.708679 225.469299 644.595276 226.981079 643.688171 227.510254 C 642.781128 228.039368 641.420471 227.396851 640.664551 226.074036 C 639.87085 224.713379 640.022034 223.23938 640.929138 222.710266 C 641.836243 222.181091 643.196838 222.823609 643.952759 224.146484 Z"/>
+        </clipPath>
+        <g id="g70" clip-path="url(#clipPath71)">
+            <path id="path999" fill="#000000" fill-rule="evenodd" stroke="none" d="M 657.10553 226.905518 C 657.10553 228.87085 656.614197 230.798401 655.707092 232.536987 C 654.762207 234.237793 653.439392 235.63623 651.85199 236.656677 C 650.264587 237.639343 648.450378 238.168518 646.59845 238.168518 C 644.784241 238.168518 642.970093 237.639343 641.38269 236.656677 C 639.757507 235.63623 638.434631 234.237793 637.527588 232.536987 C 636.620483 230.798401 636.12915 228.87085 636.12915 226.905518 C 636.12915 224.902344 636.620483 222.974792 637.527588 221.273987 C 638.434631 219.535461 639.757507 218.137024 641.38269 217.154358 C 642.970093 216.13385 644.784241 215.642517 646.59845 215.642517 C 648.450378 215.642517 650.264587 216.13385 651.85199 217.154358 C 653.439392 218.137024 654.762207 219.535461 655.707092 221.273987 C 656.614197 222.974792 657.10553 224.902344 657.10553 226.905518 L 657.10553 226.905518 Z"/>
+            <path id="path1000" fill="#000000" fill-rule="evenodd" stroke="none" d="M 652.645691 226.905518 C 652.645691 228.039368 652.381104 229.135437 651.85199 230.118103 C 651.322815 231.100769 650.529114 231.932312 649.62207 232.499207 C 648.714966 233.066162 647.656677 233.36853 646.59845 233.36853 C 645.540161 233.36853 644.519714 233.066162 643.61261 232.499207 C 642.667725 231.932312 641.911804 231.100769 641.38269 230.118103 C 640.853516 229.135437 640.588989 228.039368 640.588989 226.905518 C 640.588989 225.771667 640.853516 224.637817 641.38269 223.65509 C 641.911804 222.672424 642.667725 221.840942 643.61261 221.273987 C 644.519714 220.707092 645.540161 220.404724 646.59845 220.404724 C 647.656677 220.404724 648.714966 220.707092 649.62207 221.273987 C 650.529114 221.840942 651.322815 222.672424 651.85199 223.65509 C 652.381104 224.637817 652.645691 225.771667 652.645691 226.905518 L 652.645691 226.905518 Z"/>
+            <path id="path1001" fill="#555555" fill-rule="evenodd" stroke="none" d="M 651.209473 226.905518 C 651.209473 227.77478 651.020447 228.606323 650.604736 229.362183 C 650.188965 230.118103 649.62207 230.76062 648.903931 231.176392 C 648.223633 231.629944 647.429932 231.856689 646.59845 231.856689 C 645.804749 231.856689 645.011047 231.629944 644.292908 231.176392 C 643.61261 230.76062 643.007874 230.118103 642.629944 229.362183 C 642.214172 228.606323 641.987427 227.77478 641.987427 226.905518 C 641.987427 226.036194 642.214172 225.166931 642.629944 224.411011 C 643.007874 223.65509 643.61261 223.050415 644.292908 222.596863 C 645.011047 222.181091 645.804749 221.954346 646.59845 221.954346 C 647.429932 221.954346 648.223633 222.181091 648.903931 222.596863 C 649.62207 223.050415 650.188965 223.65509 650.604736 224.411011 C 651.020447 225.166931 651.209473 226.036194 651.209473 226.905518 L 651.209473 226.905518 Z"/>
+            <path id="path1002" fill="#aaaaaa" fill-rule="evenodd" stroke="none" d="M 649.811035 226.905518 C 649.811035 227.472412 649.659851 228.077148 649.357483 228.606323 C 649.092896 229.135437 648.677185 229.551208 648.223633 229.853516 C 647.7323 230.155884 647.165344 230.307068 646.59845 230.307068 C 646.069275 230.307068 645.50238 230.155884 645.011047 229.853516 C 644.519714 229.551208 644.141724 229.135437 643.839355 228.606323 C 643.574829 228.077148 643.423645 227.472412 643.423645 226.905518 C 643.423645 226.300781 643.574829 225.696045 643.839355 225.166931 C 644.141724 224.675598 644.519714 224.222046 645.011047 223.919678 C 645.50238 223.61731 646.069275 223.466125 646.59845 223.466125 C 647.165344 223.466125 647.7323 223.61731 648.223633 223.919678 C 648.677185 224.222046 649.092896 224.675598 649.357483 225.166931 C 649.659851 225.696045 649.811035 226.300781 649.811035 226.905518 L 649.811035 226.905518 Z"/>
+            <path id="path1003" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 648.374817 226.905518 C 648.374817 227.207886 648.299194 227.548035 648.14801 227.850403 C 647.996826 228.11499 647.770081 228.379517 647.505493 228.530701 C 647.240967 228.681885 646.938599 228.795288 646.59845 228.795288 C 646.296082 228.795288 645.993713 228.681885 645.729126 228.530701 C 645.464539 228.379517 645.237793 228.11499 645.086609 227.850403 C 644.935425 227.548035 644.859863 227.207886 644.859863 226.905518 C 644.859863 226.565369 644.935425 226.22522 645.086609 225.922852 C 645.237793 225.658264 645.464539 225.431519 645.729126 225.242493 C 645.993713 225.091309 646.296082 224.977966 646.59845 224.977966 C 646.938599 224.977966 647.240967 225.091309 647.505493 225.242493 C 647.770081 225.431519 647.996826 225.658264 648.14801 225.922852 C 648.299194 226.22522 648.374817 226.565369 648.374817 226.905518 L 648.374817 226.905518 Z"/>
+        </g>
+        <clipPath id="clipPath72">
+            <path d="M 643.952759 224.146484 C 643.196838 222.823609 641.836243 222.181091 640.929138 222.710266 C 640.022034 223.23938 639.87085 224.713379 640.664551 226.074036 C 641.420471 227.396851 642.781128 228.039368 643.688171 227.510254 C 644.595276 226.981079 644.708679 225.469299 643.952759 224.146484 L 643.952759 224.146484 Z"/>
+        </clipPath>
+        <g id="g71" clip-path="url(#clipPath72)"/>
+        <clipPath id="clipPath73">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g72" clip-path="url(#clipPath73)">
+            <path id="path1004" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 643.952759 224.146484 C 643.196838 222.823608 641.836243 222.181091 640.929138 222.710266 C 640.022034 223.23938 639.87085 224.713379 640.664551 226.074036 C 641.420471 227.396851 642.781128 228.039368 643.688171 227.510254 C 644.595276 226.981079 644.708679 225.469299 643.952759 224.146484 Z"/>
+        </g>
+        <clipPath id="clipPath74">
+            <path d="M 661.376404 192.322815 C 660.88501 191.453552 660.015747 191 659.411011 191.340149 C 658.844116 191.680298 658.768494 192.662964 659.297607 193.532288 C 659.789001 194.40155 660.658264 194.855103 661.22522 194.514954 C 661.829895 194.174805 661.867737 193.192139 661.376404 192.322815 L 661.376404 192.322815 Z"/>
+        </clipPath>
+        <g id="g73" clip-path="url(#clipPath74)"/>
+        <clipPath id="clipPath75">
+            <path d="M 661.376404 192.322815 L 661.376404 192.322815 C 661.867737 193.192139 661.829895 194.174805 661.22522 194.514954 C 660.658264 194.855103 659.789001 194.40155 659.297607 193.532288 C 658.768494 192.662964 658.844116 191.680298 659.411011 191.340149 C 660.015747 191 660.88501 191.453552 661.376404 192.322815 Z"/>
+        </clipPath>
+        <g id="g74" clip-path="url(#clipPath75)">
+            <path id="path1005" fill="#000000" fill-rule="evenodd" stroke="none" d="M 671.429932 194.250366 C 671.429932 195.724426 671.051941 197.160645 670.371643 198.445679 C 669.691345 199.730713 668.708679 200.789001 667.499207 201.50708 C 666.289734 202.263 664.929138 202.64093 663.568481 202.64093 C 662.170105 202.64093 660.847229 202.263 659.637817 201.50708 C 658.428345 200.789001 657.445679 199.730713 656.765381 198.445679 C 656.047241 197.160645 655.707092 195.724426 655.707092 194.250366 C 655.707092 192.776367 656.047241 191.302368 656.765381 190.017334 C 657.445679 188.770081 658.428345 187.711792 659.637817 186.955933 C 660.847229 186.237793 662.170105 185.822021 663.568481 185.822021 C 664.929138 185.822021 666.289734 186.237793 667.499207 186.955933 C 668.708679 187.711792 669.691345 188.770081 670.371643 190.017334 C 671.051941 191.302368 671.429932 192.776367 671.429932 194.250366 L 671.429932 194.250366 Z"/>
+            <path id="path1006" fill="#000000" fill-rule="evenodd" stroke="none" d="M 668.103943 194.250366 C 668.103943 195.081909 667.877136 195.913391 667.499207 196.669312 C 667.083435 197.38739 666.516541 197.992126 665.836243 198.445679 C 665.155884 198.861389 664.362183 199.088196 663.568481 199.088196 C 662.77478 199.088196 661.981079 198.861389 661.300781 198.445679 C 660.620483 197.992126 660.053528 197.38739 659.637817 196.669312 C 659.259827 195.913391 659.033081 195.081909 659.033081 194.250366 C 659.033081 193.381104 659.259827 192.549622 659.637817 191.831482 C 660.053528 191.075562 660.620483 190.470886 661.300781 190.055115 C 661.981079 189.601563 662.77478 189.374817 663.568481 189.374817 C 664.362183 189.374817 665.155884 189.601563 665.836243 190.055115 C 666.516541 190.470886 667.083435 191.075562 667.499207 191.831482 C 667.877136 192.549622 668.103943 193.381104 668.103943 194.250366 L 668.103943 194.250366 Z"/>
+            <path id="path1007" fill="#808080" fill-rule="evenodd" stroke="none" d="M 666.47876 194.250366 C 666.47876 194.779541 666.365356 195.346436 666.100769 195.799988 C 665.836243 196.291321 665.458252 196.669312 665.042542 196.933838 C 664.588989 197.236206 664.097656 197.38739 663.568481 197.38739 C 663.039368 197.38739 662.548035 197.236206 662.094482 196.933838 C 661.64093 196.669312 661.300781 196.291321 661.036194 195.799988 C 660.771667 195.346436 660.620483 194.779541 660.620483 194.250366 C 660.620483 193.683472 660.771667 193.154358 661.036194 192.662964 C 661.300781 192.209473 661.64093 191.793701 662.094482 191.529114 C 662.548035 191.264587 663.039368 191.113403 663.568481 191.113403 C 664.097656 191.113403 664.588989 191.264587 665.042542 191.529114 C 665.458252 191.793701 665.836243 192.209473 666.100769 192.662964 C 666.365356 193.154358 666.47876 193.683472 666.47876 194.250366 L 666.47876 194.250366 Z"/>
+            <path id="path1008" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 664.891357 194.250366 C 664.891357 194.477173 664.815735 194.74176 664.702393 194.930725 C 664.588989 195.157471 664.437805 195.346436 664.210999 195.459839 C 664.022034 195.573242 663.795288 195.648804 663.568481 195.648804 C 663.341736 195.648804 663.11499 195.573242 662.888184 195.459839 C 662.699219 195.346436 662.548035 195.157471 662.434631 194.930725 C 662.283447 194.74176 662.245667 194.477173 662.245667 194.250366 C 662.245667 193.98584 662.283447 193.759033 662.434631 193.532288 C 662.548035 193.305542 662.699219 193.116516 662.888184 193.003174 C 663.11499 192.889771 663.341736 192.814148 663.568481 192.814148 C 663.795288 192.814148 664.022034 192.889771 664.210999 193.003174 C 664.437805 193.116516 664.588989 193.305542 664.702393 193.532288 C 664.815735 193.759033 664.891357 193.98584 664.891357 194.250366 L 664.891357 194.250366 Z"/>
+        </g>
+        <clipPath id="clipPath76">
+            <path d="M 661.376404 192.322815 C 660.88501 191.453552 660.015747 191 659.411011 191.340149 C 658.844116 191.680298 658.768494 192.662964 659.297607 193.532288 C 659.789001 194.40155 660.658264 194.855103 661.22522 194.514954 C 661.829895 194.174805 661.867737 193.192139 661.376404 192.322815 L 661.376404 192.322815 Z"/>
+        </clipPath>
+        <g id="g75" clip-path="url(#clipPath76)"/>
+        <clipPath id="clipPath77">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g76" clip-path="url(#clipPath77)">
+            <path id="path1009" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 661.376404 192.322815 C 660.88501 191.453552 660.015747 191 659.411011 191.340149 C 658.844116 191.680298 658.768494 192.662964 659.297607 193.532288 C 659.789001 194.40155 660.658264 194.855103 661.22522 194.514954 C 661.829895 194.174805 661.867737 193.192139 661.376404 192.322815 Z"/>
+            <path id="path1010" fill="#ddd6e5" fill-rule="evenodd" stroke="none" d="M 500.822021 76.177979 C 499.877136 67.825195 492.280334 61.324402 482.944885 61.324402 C 480.299194 61.324402 477.842529 61.853516 475.574829 62.798401 C 471.190552 54.596863 462.11969 48.587402 445.074005 49.078735 C 422.963776 49.721252 396.733856 59.661438 391.480316 77.349609 C 385.168518 78.559082 381.12442 81.960632 378.705505 86.533875 C 377.722839 86.420471 376.702362 86.38269 375.681885 86.38269 C 361.130707 86.38269 349.943298 97.003174 349.300781 110.118103 C 348.469299 127.050415 361.130707 133.853516 375.681885 133.853516 C 377.798431 133.853516 379.801575 133.588989 381.729126 133.210999 C 384.752747 135.176392 388.721252 136.385803 393.029907 136.385803 C 397.036224 136.385803 400.702362 135.327576 403.650391 133.62677 C 409.24408 143.151184 420.771667 149.878723 434.075592 149.085022 C 448.059845 148.291321 456.450409 145.305542 461.439362 140.694458 C 461.74173 140.656677 462.006287 140.656677 462.346466 140.618896 C 477.993713 138.615723 484.872437 134.571655 487.064575 127.881897 C 487.480286 127.881897 487.896057 127.919678 488.311829 127.919678 C 508.607849 127.881897 525.048828 121.98584 525.048828 101.198425 C 525.048828 89.670837 514.919678 79.919678 500.822021 76.177979 L 500.822021 76.177979 Z"/>
+            <path id="path1011" fill="none" stroke="#000000" stroke-width="0.944882" stroke-linejoin="round" d="M 500.822021 76.177979 C 499.877136 67.825195 492.280334 61.324402 482.944885 61.324402 C 480.299194 61.324402 477.842529 61.853516 475.574829 62.798401 C 471.190552 54.596863 462.11969 48.587402 445.074005 49.078735 C 422.963776 49.721252 396.733856 59.661438 391.480316 77.349609 C 385.168518 78.559082 381.12442 81.960632 378.705505 86.533875 C 377.722839 86.420471 376.702362 86.38269 375.681885 86.38269 C 361.130707 86.38269 349.943298 97.003174 349.300781 110.118103 C 348.469299 127.050415 361.130707 133.853516 375.681885 133.853516 C 377.798431 133.853516 379.801575 133.588989 381.729126 133.210999 C 384.752747 135.176392 388.721252 136.385803 393.029907 136.385803 C 397.036224 136.385803 400.702362 135.327576 403.650391 133.62677 C 409.24408 143.151184 420.771667 149.878723 434.075592 149.085022 C 448.059845 148.291321 456.450409 145.305542 461.439362 140.694458 C 461.74173 140.656677 462.006287 140.656677 462.346466 140.618896 C 477.993713 138.615723 484.872437 134.571655 487.064575 127.881897 C 487.480286 127.881897 487.896057 127.919678 488.311829 127.919678 C 508.607849 127.881897 525.048828 121.98584 525.048828 101.198425 C 525.048828 89.670837 514.919678 79.919678 500.822021 76.177979 Z"/>
+        </g>
+        <clipPath id="clipPath78">
+            <path d="M 430.371643 91.25824 L 463.25354 73.343323 L 442.881897 62.420471 L 410.264557 80.222046 C 415.442505 85.891357 422.548035 89.784241 430.371643 91.25824 L 430.371643 91.25824 L 430.371643 91.25824 L 430.371643 91.25824 Z"/>
+        </clipPath>
+        <g id="g77" clip-path="url(#clipPath78)"/>
+        <clipPath id="clipPath79">
+            <path d="M 430.371643 91.25824 L 430.371643 91.25824 C 430.371643 91.25824 430.371643 91.25824 430.371643 91.25824 L 430.371643 91.25824 Z M 463.25354 73.343323 L 430.371643 91.25824 C 422.548035 89.784241 415.442505 85.891357 410.264557 80.222046 L 442.881897 62.420471 L 463.25354 73.343323 Z"/>
+        </clipPath>
+        <g id="g78" clip-path="url(#clipPath79)">
+            <path id="path1012" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 409.319672 123.422058 L 409.319672 121.456665 L 464.198425 121.456665 L 464.198425 123.422058 L 409.319672 123.422058 Z"/>
+            <path id="path1013" fill="#fefefd" fill-rule="evenodd" stroke="none" d="M 409.319672 122.590576 L 409.319672 120.625183 L 464.198425 120.625183 L 464.198425 122.590576 L 409.319672 122.590576 Z"/>
+            <path id="path1014" fill="#fdfdfc" fill-rule="evenodd" stroke="none" d="M 409.319672 121.759033 L 409.319672 119.793701 L 464.198425 119.793701 L 464.198425 121.759033 L 409.319672 121.759033 Z"/>
+            <path id="path1015" fill="#fdfcfa" fill-rule="evenodd" stroke="none" d="M 409.319672 120.927551 L 409.319672 119 L 464.198425 119 L 464.198425 120.927551 L 409.319672 120.927551 Z"/>
+            <path id="path1016" fill="#fcfbf8" fill-rule="evenodd" stroke="none" d="M 409.319672 120.096069 L 409.319672 118.168518 L 464.198425 118.168518 L 464.198425 120.096069 L 409.319672 120.096069 Z"/>
+            <path id="path1017" fill="#fbfaf7" fill-rule="evenodd" stroke="none" d="M 409.319672 119.264587 L 409.319672 117.337036 L 464.198425 117.337036 L 464.198425 119.264587 L 409.319672 119.264587 Z"/>
+            <path id="path1018" fill="#faf9f5" fill-rule="evenodd" stroke="none" d="M 409.319672 118.433044 L 409.319672 116.505493 L 464.198425 116.505493 L 464.198425 118.433044 L 409.319672 118.433044 Z"/>
+            <path id="path1019" fill="#f9f8f3" fill-rule="evenodd" stroke="none" d="M 409.319672 117.601563 L 409.319672 115.674011 L 464.198425 115.674011 L 464.198425 117.601563 L 409.319672 117.601563 Z"/>
+            <path id="path1020" fill="#f9f7f2" fill-rule="evenodd" stroke="none" d="M 409.319672 116.770081 L 409.319672 114.842529 L 464.198425 114.842529 L 464.198425 116.770081 L 409.319672 116.770081 Z"/>
+            <path id="path1021" fill="#f8f6f0" fill-rule="evenodd" stroke="none" d="M 409.319672 115.938599 L 409.319672 114.011047 L 464.198425 114.011047 L 464.198425 115.938599 L 409.319672 115.938599 Z"/>
+            <path id="path1022" fill="#f7f4ee" fill-rule="evenodd" stroke="none" d="M 409.319672 115.144897 L 409.319672 113.179504 L 464.198425 113.179504 L 464.198425 115.144897 L 409.319672 115.144897 Z"/>
+            <path id="path1023" fill="#f6f3ed" fill-rule="evenodd" stroke="none" d="M 409.319672 114.313416 L 409.319672 112.348022 L 464.198425 112.348022 L 464.198425 114.313416 L 409.319672 114.313416 Z"/>
+            <path id="path1024" fill="#f5f2eb" fill-rule="evenodd" stroke="none" d="M 409.319672 113.481873 L 409.319672 111.516541 L 464.198425 111.516541 L 464.198425 113.481873 L 409.319672 113.481873 Z"/>
+            <path id="path1025" fill="#f4f1e9" fill-rule="evenodd" stroke="none" d="M 409.319672 112.650391 L 409.319672 110.685059 L 464.198425 110.685059 L 464.198425 112.650391 L 409.319672 112.650391 Z"/>
+            <path id="path1026" fill="#f4f0e8" fill-rule="evenodd" stroke="none" d="M 409.319672 111.818909 L 409.319672 109.853516 L 464.198425 109.853516 L 464.198425 111.818909 L 409.319672 111.818909 Z"/>
+            <path id="path1027" fill="#f3efe6" fill-rule="evenodd" stroke="none" d="M 409.319672 110.987427 L 409.319672 109.022034 L 464.198425 109.022034 L 464.198425 110.987427 L 409.319672 110.987427 Z"/>
+            <path id="path1028" fill="#f2eee4" fill-rule="evenodd" stroke="none" d="M 409.319672 110.155884 L 409.319672 108.190552 L 464.198425 108.190552 L 464.198425 110.155884 L 409.319672 110.155884 Z"/>
+            <path id="path1029" fill="#f1ede3" fill-rule="evenodd" stroke="none" d="M 409.319672 109.324402 L 409.319672 107.35907 L 464.198425 107.35907 L 464.198425 109.324402 L 409.319672 109.324402 Z"/>
+            <path id="path1030" fill="#f0ece1" fill-rule="evenodd" stroke="none" d="M 409.319672 108.49292 L 409.319672 106.527588 L 464.198425 106.527588 L 464.198425 108.49292 L 409.319672 108.49292 Z"/>
+            <path id="path1031" fill="#f0ebdf" fill-rule="evenodd" stroke="none" d="M 409.319672 107.661438 L 409.319672 105.733887 L 464.198425 105.733887 L 464.198425 107.661438 L 409.319672 107.661438 Z"/>
+            <path id="path1032" fill="#efeadd" fill-rule="evenodd" stroke="none" d="M 409.319672 106.829895 L 409.319672 104.902344 L 464.198425 104.902344 L 464.198425 106.829895 L 409.319672 106.829895 Z"/>
+            <path id="path1033" fill="#eee9dc" fill-rule="evenodd" stroke="none" d="M 409.319672 105.998413 L 409.319672 104.070862 L 464.198425 104.070862 L 464.198425 105.998413 L 409.319672 105.998413 Z"/>
+            <path id="path1034" fill="#ede8da" fill-rule="evenodd" stroke="none" d="M 409.319672 105.166931 L 409.319672 103.23938 L 464.198425 103.23938 L 464.198425 105.166931 L 409.319672 105.166931 Z"/>
+            <path id="path1035" fill="#ece7d8" fill-rule="evenodd" stroke="none" d="M 409.319672 104.335449 L 409.319672 102.407898 L 464.198425 102.407898 L 464.198425 104.335449 L 409.319672 104.335449 Z"/>
+            <path id="path1036" fill="#ece6d7" fill-rule="evenodd" stroke="none" d="M 409.319672 103.503967 L 409.319672 101.576355 L 464.198425 101.576355 L 464.198425 103.503967 L 409.319672 103.503967 Z"/>
+            <path id="path1037" fill="#ebe5d5" fill-rule="evenodd" stroke="none" d="M 409.319672 102.672424 L 409.319672 100.744873 L 464.198425 100.744873 L 464.198425 102.672424 L 409.319672 102.672424 Z"/>
+            <path id="path1038" fill="#eae4d3" fill-rule="evenodd" stroke="none" d="M 409.319672 101.878723 L 409.319672 99.913391 L 464.198425 99.913391 L 464.198425 101.878723 L 409.319672 101.878723 Z"/>
+            <path id="path1039" fill="#e9e3d2" fill-rule="evenodd" stroke="none" d="M 409.319672 101.047241 L 409.319672 99.081909 L 464.198425 99.081909 L 464.198425 101.047241 L 409.319672 101.047241 Z"/>
+            <path id="path1040" fill="#e8e1d0" fill-rule="evenodd" stroke="none" d="M 409.319672 100.215759 L 409.319672 98.250366 L 464.198425 98.250366 L 464.198425 100.215759 L 409.319672 100.215759 Z"/>
+            <path id="path1041" fill="#e7e0ce" fill-rule="evenodd" stroke="none" d="M 409.319672 99.384277 L 409.319672 97.418884 L 464.198425 97.418884 L 464.198425 99.384277 L 409.319672 99.384277 Z"/>
+            <path id="path1042" fill="#e7dfcd" fill-rule="evenodd" stroke="none" d="M 409.319672 98.552734 L 409.319672 96.587402 L 464.198425 96.587402 L 464.198425 98.552734 L 409.319672 98.552734 Z"/>
+            <path id="path1043" fill="#e6decb" fill-rule="evenodd" stroke="none" d="M 409.319672 97.721252 L 409.319672 95.75592 L 464.198425 95.75592 L 464.198425 97.721252 L 409.319672 97.721252 Z"/>
+            <path id="path1044" fill="#e5ddc9" fill-rule="evenodd" stroke="none" d="M 409.319672 96.889771 L 409.319672 94.924438 L 464.198425 94.924438 L 464.198425 96.889771 L 409.319672 96.889771 Z"/>
+            <path id="path1045" fill="#e4dcc8" fill-rule="evenodd" stroke="none" d="M 409.319672 96.058289 L 409.319672 94.092896 L 464.198425 94.092896 L 464.198425 96.058289 L 409.319672 96.058289 Z"/>
+            <path id="path1046" fill="#e3dbc6" fill-rule="evenodd" stroke="none" d="M 409.319672 95.226746 L 409.319672 93.261414 L 464.198425 93.261414 L 464.198425 95.226746 L 409.319672 95.226746 Z"/>
+            <path id="path1047" fill="#e3dac4" fill-rule="evenodd" stroke="none" d="M 409.319672 94.395264 L 409.319672 92.467712 L 464.198425 92.467712 L 464.198425 94.395264 L 409.319672 94.395264 Z"/>
+            <path id="path1048" fill="#e2d9c3" fill-rule="evenodd" stroke="none" d="M 409.319672 93.563782 L 409.319672 91.63623 L 464.198425 91.63623 L 464.198425 93.563782 L 409.319672 93.563782 Z"/>
+            <path id="path1049" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 409.319672 92.7323 L 409.319672 90.804749 L 464.198425 90.804749 L 464.198425 92.7323 L 409.319672 92.7323 Z"/>
+            <path id="path1050" fill="#fefefd" fill-rule="evenodd" stroke="none" d="M 409.319672 91.900818 L 409.319672 89.973206 L 464.198425 89.973206 L 464.198425 91.900818 L 409.319672 91.900818 Z"/>
+            <path id="path1051" fill="#fdfdfc" fill-rule="evenodd" stroke="none" d="M 409.319672 91.069275 L 409.319672 89.141724 L 464.198425 89.141724 L 464.198425 91.069275 L 409.319672 91.069275 Z"/>
+            <path id="path1052" fill="#fdfcfa" fill-rule="evenodd" stroke="none" d="M 409.319672 90.237793 L 409.319672 88.310242 L 464.198425 88.310242 L 464.198425 90.237793 L 409.319672 90.237793 Z"/>
+            <path id="path1053" fill="#fcfbf8" fill-rule="evenodd" stroke="none" d="M 409.319672 89.406311 L 409.319672 87.47876 L 464.198425 87.47876 L 464.198425 89.406311 L 409.319672 89.406311 Z"/>
+            <path id="path1054" fill="#fbfaf7" fill-rule="evenodd" stroke="none" d="M 409.319672 88.61261 L 409.319672 86.647217 L 464.198425 86.647217 L 464.198425 88.61261 L 409.319672 88.61261 Z"/>
+            <path id="path1055" fill="#faf9f5" fill-rule="evenodd" stroke="none" d="M 409.319672 87.781128 L 409.319672 85.815735 L 464.198425 85.815735 L 464.198425 87.781128 L 409.319672 87.781128 Z"/>
+            <path id="path1056" fill="#f9f8f3" fill-rule="evenodd" stroke="none" d="M 409.319672 86.949585 L 409.319672 84.984253 L 464.198425 84.984253 L 464.198425 86.949585 L 409.319672 86.949585 Z"/>
+            <path id="path1057" fill="#f9f7f2" fill-rule="evenodd" stroke="none" d="M 409.319672 86.118103 L 409.319672 84.152771 L 464.198425 84.152771 L 464.198425 86.118103 L 409.319672 86.118103 Z"/>
+            <path id="path1058" fill="#f8f6f0" fill-rule="evenodd" stroke="none" d="M 409.319672 85.286621 L 409.319672 83.321289 L 464.198425 83.321289 L 464.198425 85.286621 L 409.319672 85.286621 Z"/>
+            <path id="path1059" fill="#f7f4ee" fill-rule="evenodd" stroke="none" d="M 409.319672 84.455139 L 409.319672 82.489746 L 464.198425 82.489746 L 464.198425 84.455139 L 409.319672 84.455139 Z"/>
+            <path id="path1060" fill="#f6f3ed" fill-rule="evenodd" stroke="none" d="M 409.319672 83.623596 L 409.319672 81.658264 L 464.198425 81.658264 L 464.198425 83.623596 L 409.319672 83.623596 Z"/>
+            <path id="path1061" fill="#f5f2eb" fill-rule="evenodd" stroke="none" d="M 409.319672 82.792114 L 409.319672 80.826782 L 464.198425 80.826782 L 464.198425 82.792114 L 409.319672 82.792114 Z"/>
+            <path id="path1062" fill="#f4f1e9" fill-rule="evenodd" stroke="none" d="M 409.319672 81.960632 L 409.319672 79.9953 L 464.198425 79.9953 L 464.198425 81.960632 L 409.319672 81.960632 Z"/>
+            <path id="path1063" fill="#f4f0e8" fill-rule="evenodd" stroke="none" d="M 409.319672 81.12915 L 409.319672 79.201599 L 464.198425 79.201599 L 464.198425 81.12915 L 409.319672 81.12915 Z"/>
+            <path id="path1064" fill="#f3efe6" fill-rule="evenodd" stroke="none" d="M 409.319672 80.297607 L 409.319672 78.370056 L 464.198425 78.370056 L 464.198425 80.297607 L 409.319672 80.297607 Z"/>
+            <path id="path1065" fill="#f2eee4" fill-rule="evenodd" stroke="none" d="M 409.319672 79.466125 L 409.319672 77.538574 L 464.198425 77.538574 L 464.198425 79.466125 L 409.319672 79.466125 Z"/>
+            <path id="path1066" fill="#f1ede3" fill-rule="evenodd" stroke="none" d="M 409.319672 78.634644 L 409.319672 76.707092 L 464.198425 76.707092 L 464.198425 78.634644 L 409.319672 78.634644 Z"/>
+            <path id="path1067" fill="#f0ece1" fill-rule="evenodd" stroke="none" d="M 409.319672 77.803162 L 409.319672 75.87561 L 464.198425 75.87561 L 464.198425 77.803162 L 409.319672 77.803162 Z"/>
+            <path id="path1068" fill="#f0ebdf" fill-rule="evenodd" stroke="none" d="M 409.319672 76.97168 L 409.319672 75.044067 L 464.198425 75.044067 L 464.198425 76.97168 L 409.319672 76.97168 Z"/>
+            <path id="path1069" fill="#efeadd" fill-rule="evenodd" stroke="none" d="M 409.319672 76.140137 L 409.319672 74.212585 L 464.198425 74.212585 L 464.198425 76.140137 L 409.319672 76.140137 Z"/>
+            <path id="path1070" fill="#eee9dc" fill-rule="evenodd" stroke="none" d="M 409.319672 75.346436 L 409.319672 73.381104 L 464.198425 73.381104 L 464.198425 75.346436 L 409.319672 75.346436 Z"/>
+            <path id="path1071" fill="#ede8da" fill-rule="evenodd" stroke="none" d="M 409.319672 74.514954 L 409.319672 72.549622 L 464.198425 72.549622 L 464.198425 74.514954 L 409.319672 74.514954 Z"/>
+            <path id="path1072" fill="#ece7d8" fill-rule="evenodd" stroke="none" d="M 409.319672 73.683472 L 409.319672 71.71814 L 464.198425 71.71814 L 464.198425 73.683472 L 409.319672 73.683472 Z"/>
+            <path id="path1073" fill="#ece6d7" fill-rule="evenodd" stroke="none" d="M 409.319672 72.85199 L 409.319672 70.886597 L 464.198425 70.886597 L 464.198425 72.85199 L 409.319672 72.85199 Z"/>
+            <path id="path1074" fill="#ebe5d5" fill-rule="evenodd" stroke="none" d="M 409.319672 72.020447 L 409.319672 70.055115 L 464.198425 70.055115 L 464.198425 72.020447 L 409.319672 72.020447 Z"/>
+            <path id="path1075" fill="#eae4d3" fill-rule="evenodd" stroke="none" d="M 409.319672 71.188965 L 409.319672 69.223633 L 464.198425 69.223633 L 464.198425 71.188965 L 409.319672 71.188965 Z"/>
+            <path id="path1076" fill="#e9e3d2" fill-rule="evenodd" stroke="none" d="M 409.319672 70.357483 L 409.319672 68.392151 L 464.198425 68.392151 L 464.198425 70.357483 L 409.319672 70.357483 Z"/>
+            <path id="path1077" fill="#e8e1d0" fill-rule="evenodd" stroke="none" d="M 409.319672 69.526001 L 409.319672 67.560608 L 464.198425 67.560608 L 464.198425 69.526001 L 409.319672 69.526001 Z"/>
+            <path id="path1078" fill="#e7e0ce" fill-rule="evenodd" stroke="none" d="M 409.319672 68.694458 L 409.319672 66.729126 L 464.198425 66.729126 L 464.198425 68.694458 L 409.319672 68.694458 Z"/>
+            <path id="path1079" fill="#e7dfcd" fill-rule="evenodd" stroke="none" d="M 409.319672 67.862976 L 409.319672 65.935425 L 464.198425 65.935425 L 464.198425 67.862976 L 409.319672 67.862976 Z"/>
+            <path id="path1080" fill="#e6decb" fill-rule="evenodd" stroke="none" d="M 409.319672 67.031494 L 409.319672 65.103943 L 464.198425 65.103943 L 464.198425 67.031494 L 409.319672 67.031494 Z"/>
+            <path id="path1081" fill="#e5ddc9" fill-rule="evenodd" stroke="none" d="M 409.319672 66.200012 L 409.319672 64.272461 L 464.198425 64.272461 L 464.198425 66.200012 L 409.319672 66.200012 Z"/>
+            <path id="path1082" fill="#e4dcc8" fill-rule="evenodd" stroke="none" d="M 409.319672 65.36853 L 409.319672 63.440918 L 464.198425 63.440918 L 464.198425 65.36853 L 409.319672 65.36853 Z"/>
+            <path id="path1083" fill="#e3dbc6" fill-rule="evenodd" stroke="none" d="M 409.319672 64.536987 L 409.319672 62.609436 L 464.198425 62.609436 L 464.198425 64.536987 L 409.319672 64.536987 Z"/>
+            <path id="path1084" fill="#e3dac4" fill-rule="evenodd" stroke="none" d="M 409.319672 63.705505 L 409.319672 61.777954 L 464.198425 61.777954 L 464.198425 63.705505 L 409.319672 63.705505 Z"/>
+            <path id="path1085" fill="#e2d9c3" fill-rule="evenodd" stroke="none" d="M 409.319672 62.874023 L 409.319672 60.946472 L 464.198425 60.946472 L 464.198425 62.874023 L 409.319672 62.874023 Z"/>
+            <path id="path1086" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 409.319672 62.080322 L 409.319672 60.11499 L 464.198425 60.11499 L 464.198425 62.080322 L 409.319672 62.080322 Z"/>
+            <path id="path1087" fill="#fefefd" fill-rule="evenodd" stroke="none" d="M 409.319672 61.24884 L 409.319672 59.283447 L 464.198425 59.283447 L 464.198425 61.24884 L 409.319672 61.24884 Z"/>
+            <path id="path1088" fill="#fdfdfc" fill-rule="evenodd" stroke="none" d="M 409.319672 60.417297 L 409.319672 58.451965 L 464.198425 58.451965 L 464.198425 60.417297 L 409.319672 60.417297 Z"/>
+            <path id="path1089" fill="#fdfcfa" fill-rule="evenodd" stroke="none" d="M 409.319672 59.585815 L 409.319672 57.620483 L 464.198425 57.620483 L 464.198425 59.585815 L 409.319672 59.585815 Z"/>
+            <path id="path1090" fill="#fcfbf8" fill-rule="evenodd" stroke="none" d="M 409.319672 58.754333 L 409.319672 56.789001 L 464.198425 56.789001 L 464.198425 58.754333 L 409.319672 58.754333 Z"/>
+            <path id="path1091" fill="#fbfaf7" fill-rule="evenodd" stroke="none" d="M 409.319672 57.922852 L 409.319672 55.957458 L 464.198425 55.957458 L 464.198425 57.922852 L 409.319672 57.922852 Z"/>
+            <path id="path1092" fill="#faf9f5" fill-rule="evenodd" stroke="none" d="M 409.319672 57.091309 L 409.319672 55.125977 L 464.198425 55.125977 L 464.198425 57.091309 L 409.319672 57.091309 Z"/>
+            <path id="path1093" fill="#f9f8f3" fill-rule="evenodd" stroke="none" d="M 409.319672 56.259827 L 409.319672 54.294495 L 464.198425 54.294495 L 464.198425 56.259827 L 409.319672 56.259827 Z"/>
+            <path id="path1094" fill="#f9f7f2" fill-rule="evenodd" stroke="none" d="M 409.319672 55.428345 L 409.319672 53.463013 L 464.198425 53.463013 L 464.198425 55.428345 L 409.319672 55.428345 Z"/>
+            <path id="path1095" fill="#f8f6f0" fill-rule="evenodd" stroke="none" d="M 409.319672 54.596863 L 409.319672 52.669312 L 464.198425 52.669312 L 464.198425 54.596863 L 409.319672 54.596863 Z"/>
+            <path id="path1096" fill="#f7f4ee" fill-rule="evenodd" stroke="none" d="M 409.319672 53.765381 L 409.319672 51.837769 L 464.198425 51.837769 L 464.198425 53.765381 L 409.319672 53.765381 Z"/>
+            <path id="path1097" fill="#f6f3ed" fill-rule="evenodd" stroke="none" d="M 409.319672 52.933838 L 409.319672 51.006287 L 464.198425 51.006287 L 464.198425 52.933838 L 409.319672 52.933838 Z"/>
+            <path id="path1098" fill="#f5f2eb" fill-rule="evenodd" stroke="none" d="M 409.319672 52.102356 L 409.319672 50.174805 L 464.198425 50.174805 L 464.198425 52.102356 L 409.319672 52.102356 Z"/>
+            <path id="path1099" fill="#f4f1e9" fill-rule="evenodd" stroke="none" d="M 409.319672 51.270874 L 409.319672 49.343323 L 464.198425 49.343323 L 464.198425 51.270874 L 409.319672 51.270874 Z"/>
+            <path id="path1100" fill="#f4f0e8" fill-rule="evenodd" stroke="none" d="M 409.319672 50.439392 L 409.319672 48.511841 L 464.198425 48.511841 L 464.198425 50.439392 L 409.319672 50.439392 Z"/>
+            <path id="path1101" fill="#f3efe6" fill-rule="evenodd" stroke="none" d="M 409.319672 49.607849 L 409.319672 47.680298 L 464.198425 47.680298 L 464.198425 49.607849 L 409.319672 49.607849 Z"/>
+            <path id="path1102" fill="#f2eee4" fill-rule="evenodd" stroke="none" d="M 409.319672 48.814148 L 409.319672 46.848816 L 464.198425 46.848816 L 464.198425 48.814148 L 409.319672 48.814148 Z"/>
+            <path id="path1103" fill="#f1ede3" fill-rule="evenodd" stroke="none" d="M 409.319672 47.982666 L 409.319672 46.017334 L 464.198425 46.017334 L 464.198425 47.982666 L 409.319672 47.982666 Z"/>
+            <path id="path1104" fill="#f0ece1" fill-rule="evenodd" stroke="none" d="M 409.319672 47.151184 L 409.319672 45.185852 L 464.198425 45.185852 L 464.198425 47.151184 L 409.319672 47.151184 Z"/>
+            <path id="path1105" fill="#f0ebdf" fill-rule="evenodd" stroke="none" d="M 409.319672 46.319702 L 409.319672 44.354309 L 464.198425 44.354309 L 464.198425 46.319702 L 409.319672 46.319702 Z"/>
+            <path id="path1106" fill="#efeadd" fill-rule="evenodd" stroke="none" d="M 409.319672 45.488159 L 409.319672 43.522827 L 464.198425 43.522827 L 464.198425 45.488159 L 409.319672 45.488159 Z"/>
+            <path id="path1107" fill="#eee9dc" fill-rule="evenodd" stroke="none" d="M 409.319672 44.656677 L 409.319672 42.691345 L 464.198425 42.691345 L 464.198425 44.656677 L 409.319672 44.656677 Z"/>
+            <path id="path1108" fill="#ede8da" fill-rule="evenodd" stroke="none" d="M 409.319672 43.825195 L 409.319672 41.859863 L 464.198425 41.859863 L 464.198425 43.825195 L 409.319672 43.825195 Z"/>
+            <path id="path1109" fill="#ece7d8" fill-rule="evenodd" stroke="none" d="M 409.319672 42.993713 L 409.319672 41.02832 L 464.198425 41.02832 L 464.198425 42.993713 L 409.319672 42.993713 Z"/>
+            <path id="path1110" fill="#ece6d7" fill-rule="evenodd" stroke="none" d="M 409.319672 42.162231 L 409.319672 40.196838 L 464.198425 40.196838 L 464.198425 42.162231 L 409.319672 42.162231 Z"/>
+            <path id="path1111" fill="#ebe5d5" fill-rule="evenodd" stroke="none" d="M 409.319672 41.330688 L 409.319672 39.403137 L 464.198425 39.403137 L 464.198425 41.330688 L 409.319672 41.330688 Z"/>
+            <path id="path1112" fill="#eae4d3" fill-rule="evenodd" stroke="none" d="M 409.319672 40.499207 L 409.319672 38.571655 L 464.198425 38.571655 L 464.198425 40.499207 L 409.319672 40.499207 Z"/>
+            <path id="path1113" fill="#e9e3d2" fill-rule="evenodd" stroke="none" d="M 409.319672 39.667725 L 409.319672 37.740173 L 464.198425 37.740173 L 464.198425 39.667725 L 409.319672 39.667725 Z"/>
+            <path id="path1114" fill="#e8e1d0" fill-rule="evenodd" stroke="none" d="M 409.319672 38.836243 L 409.319672 36.908691 L 464.198425 36.908691 L 464.198425 38.836243 L 409.319672 38.836243 Z"/>
+            <path id="path1115" fill="#e7e0ce" fill-rule="evenodd" stroke="none" d="M 409.319672 38.0047 L 409.319672 36.077148 L 464.198425 36.077148 L 464.198425 38.0047 L 409.319672 38.0047 Z"/>
+            <path id="path1116" fill="#e7dfcd" fill-rule="evenodd" stroke="none" d="M 409.319672 37.173218 L 409.319672 35.245667 L 464.198425 35.245667 L 464.198425 37.173218 L 409.319672 37.173218 Z"/>
+            <path id="path1117" fill="#e6decb" fill-rule="evenodd" stroke="none" d="M 409.319672 36.341736 L 409.319672 34.414185 L 464.198425 34.414185 L 464.198425 36.341736 L 409.319672 36.341736 Z"/>
+            <path id="path1118" fill="#e5ddc9" fill-rule="evenodd" stroke="none" d="M 409.319672 35.548035 L 409.319672 33.582703 L 464.198425 33.582703 L 464.198425 35.548035 L 409.319672 35.548035 Z"/>
+            <path id="path1119" fill="#e4dcc8" fill-rule="evenodd" stroke="none" d="M 409.319672 34.716553 L 409.319672 32.75116 L 464.198425 32.75116 L 464.198425 34.716553 L 409.319672 34.716553 Z"/>
+            <path id="path1120" fill="#e3dbc6" fill-rule="evenodd" stroke="none" d="M 409.319672 33.88501 L 409.319672 31.919678 L 464.198425 31.919678 L 464.198425 33.88501 L 409.319672 33.88501 Z"/>
+            <path id="path1121" fill="#e3dac4" fill-rule="evenodd" stroke="none" d="M 409.319672 33.053528 L 409.319672 31.088196 L 464.198425 31.088196 L 464.198425 33.053528 L 409.319672 33.053528 Z"/>
+            <path id="path1122" fill="#e2d9c3" fill-rule="evenodd" stroke="none" d="M 409.319672 32.222046 L 409.319672 30.256714 L 464.198425 30.256714 L 464.198425 32.222046 L 409.319672 32.222046 Z"/>
+        </g>
+        <clipPath id="clipPath80">
+            <path d="M 430.371643 91.25824 L 463.25354 73.343323 L 442.881897 62.420471 L 410.264557 80.222046 C 415.442505 85.891357 422.548035 89.784241 430.371643 91.25824 L 430.371643 91.25824 L 430.371643 91.25824 L 430.371643 91.25824 Z"/>
+        </clipPath>
+        <g id="g79" clip-path="url(#clipPath80)"/>
+        <clipPath id="clipPath81">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g80" clip-path="url(#clipPath81)">
+            <path id="path1123" fill="none" stroke="#ffffff" stroke-width="0.453543" stroke-linejoin="round" d="M 430.560638 91.144897 L 463.25354 73.343323 L 442.881897 62.420471 L 410.264557 80.222046 C 415.442505 85.891357 422.434631 89.74646 430.182678 91.220459"/>
+            <path id="path1124" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 430.674011 91.333862 L 430.447235 90.955933 L 430.25827 91.031494 L 430.182678 91.107117 L 430.144867 91.182678 L 430.144867 91.25824 L 430.182678 91.333862 L 430.220459 91.409424 L 430.296051 91.447266 L 430.409454 91.485046 L 430.485046 91.447266 L 430.674011 91.333862 Z"/>
+            <path id="path1125" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 430.220459 90.993713 L 430.107086 91.409424 L 430.333862 91.485046 L 430.447235 91.447266 L 430.522827 91.447266 L 430.560638 91.371643 L 430.598419 91.296082 L 430.598419 91.182678 L 430.560638 91.107117 L 430.522827 91.069275 L 430.409454 91.031494 L 430.220459 90.993713 Z"/>
+        </g>
+        <clipPath id="clipPath82">
+            <path d="M 430.371643 91.25824 C 422.510223 89.822021 415.442505 85.891357 410.264557 80.146484 L 410.264557 80.146484 L 410.264557 125.840942 C 415.518097 131.283447 422.623627 134.911804 430.371643 136.045654 L 430.371643 136.045654 L 430.371643 91.25824 L 430.371643 91.25824 L 430.371643 91.25824 Z"/>
+        </clipPath>
+        <g id="g81" clip-path="url(#clipPath82)"/>
+        <clipPath id="clipPath83">
+            <path d="M 430.371643 91.25824 L 430.371643 91.25824 L 430.371643 136.045654 L 430.371643 136.045654 C 422.623627 134.911804 415.518097 131.283447 410.264557 125.840942 L 410.264557 80.146484 C 415.442505 85.891357 422.510223 89.822021 430.371643 91.25824 Z"/>
+        </clipPath>
+        <g id="g82" clip-path="url(#clipPath83)">
+            <path id="path1126" fill="#c9ba96" fill-rule="evenodd" stroke="none" d="M 462.384247 79.201599 C 462.384247 93.563782 460.948029 107.661438 458.226776 120.058289 C 455.505524 132.49292 451.574799 142.773254 446.850403 149.954346 C 442.125977 157.135437 436.759064 160.914978 431.316528 160.914978 C 425.874023 160.914978 420.50708 157.135437 415.782684 149.954346 C 411.058258 142.773254 407.127563 132.49292 404.406311 120.058289 C 401.685028 107.661438 400.24881 93.563782 400.24881 79.201599 C 400.24881 64.877136 401.685028 50.779541 404.406311 38.38269 C 407.127563 25.948059 411.058258 15.629944 415.782684 8.486633 C 420.50708 1.305542 425.874023 -2.473999 431.316528 -2.473999 C 436.759064 -2.473999 442.125977 1.305542 446.850403 8.486633 C 451.574799 15.629944 455.505524 25.948059 458.226776 38.38269 C 460.948029 50.779541 462.384247 64.877136 462.384247 79.201599 L 462.384247 79.201599 Z"/>
+            <path id="path1127" fill="#c9ba96" fill-rule="evenodd" stroke="none" d="M 446.699219 79.201599 C 446.699219 86.307068 445.98111 93.299194 444.658264 99.422058 C 443.297638 105.582703 441.332275 110.685059 439.026764 114.237793 C 436.683472 117.790527 434.037781 119.642517 431.316528 119.642517 C 428.633057 119.642517 425.949615 117.790527 423.644104 114.237793 C 421.300781 110.685059 419.335419 105.582703 418.012604 99.422058 C 416.651978 93.299194 415.933868 86.307068 415.933868 79.201599 C 415.933868 72.13385 416.651978 65.141724 418.012604 59.018921 C 419.335419 52.858276 421.300781 47.75592 423.644104 44.203125 C 425.949615 40.650391 428.633057 38.798401 431.316528 38.798401 C 434.037781 38.798401 436.683472 40.650391 439.026764 44.203125 C 441.332275 47.75592 443.297638 52.858276 444.658264 59.018921 C 445.98111 65.141724 446.699219 72.13385 446.699219 79.201599 L 446.699219 79.201599 Z"/>
+            <path id="path1128" fill="#cbbd9a" fill-rule="evenodd" stroke="none" d="M 446.132294 79.201599 C 446.132294 86.042542 445.451965 92.770081 444.12912 98.703918 C 442.844086 104.599976 440.992126 109.513367 438.724396 112.952759 C 436.456696 116.354309 433.924408 118.168518 431.316528 118.168518 C 428.708649 118.168518 426.176392 116.354309 423.908661 112.952759 C 421.678741 109.513367 419.788971 104.599976 418.503937 98.703918 C 417.181091 92.770081 416.500793 86.042542 416.500793 79.201599 C 416.500793 72.398438 417.181091 65.670837 418.503937 59.737 C 419.788971 53.840942 421.678741 48.927551 423.908661 45.488159 C 426.176392 42.086609 428.708649 40.272461 431.316528 40.272461 C 433.924408 40.272461 436.456696 42.086609 438.724396 45.488159 C 440.992126 48.927551 442.844086 53.840942 444.12912 59.737 C 445.451965 65.670837 446.132294 72.398438 446.132294 79.201599 L 446.132294 79.201599 Z"/>
+            <path id="path1129" fill="#cdbf9e" fill-rule="evenodd" stroke="none" d="M 445.565369 79.201599 C 445.565369 85.777954 444.88504 92.240967 443.637787 97.948059 C 442.390564 103.61731 440.614166 108.341736 438.459839 111.629944 C 436.267731 114.918091 433.811035 116.656677 431.316528 116.656677 C 428.822052 116.656677 426.365356 114.918091 424.211029 111.629944 C 422.01889 108.341736 420.242523 103.61731 418.99527 97.948059 C 417.748016 92.240967 417.067719 85.777954 417.067719 79.201599 C 417.067719 72.662964 417.748016 66.200012 418.99527 60.49292 C 420.242523 54.823608 422.01889 50.099182 424.211029 46.811035 C 426.365356 43.522827 428.822052 41.784241 431.316528 41.784241 C 433.811035 41.784241 436.267731 43.522827 438.459839 46.811035 C 440.614166 50.099182 442.390564 54.823608 443.637787 60.49292 C 444.88504 66.200012 445.565369 72.662964 445.565369 79.201599 L 445.565369 79.201599 Z"/>
+            <path id="path1130" fill="#cfc2a2" fill-rule="evenodd" stroke="none" d="M 444.998413 79.201599 C 444.998413 85.513367 444.355896 91.711792 443.146454 97.192139 C 441.974792 102.634644 440.236206 107.207886 438.157471 110.34491 C 436.078735 113.481873 433.735443 115.144897 431.316528 115.144897 C 428.935425 115.144897 426.554321 113.481873 424.475586 110.34491 C 422.396851 107.207886 420.696075 102.634644 419.486603 97.192139 C 418.277161 91.711792 417.634644 85.513367 417.634644 79.201599 C 417.634644 72.927551 418.277161 66.729126 419.486603 61.24884 C 420.696075 55.768494 422.396851 51.233093 424.475586 48.096069 C 426.554321 44.921265 428.935425 43.296082 431.316528 43.296082 C 433.735443 43.296082 436.078735 44.921265 438.157471 48.096069 C 440.236206 51.233093 441.974792 55.768494 443.146454 61.24884 C 444.355896 66.729126 444.998413 72.927551 444.998413 79.201599 L 444.998413 79.201599 Z"/>
+            <path id="path1131" fill="#d1c4a6" fill-rule="evenodd" stroke="none" d="M 444.431488 79.201599 C 444.431488 85.24884 443.826782 91.220459 442.655121 96.436218 C 441.521271 101.689758 439.858276 106.036194 437.855133 109.059814 C 435.889771 112.083435 433.62204 113.670837 431.316528 113.670837 C 429.011017 113.670837 426.743317 112.083435 424.777954 109.059814 C 422.774811 106.036194 421.111816 101.689758 419.977966 96.436218 C 418.806305 91.220459 418.201569 85.24884 418.201569 79.201599 C 418.201569 73.154358 418.806305 67.220459 419.977966 62.0047 C 421.111816 56.75116 422.774811 52.404724 424.777954 49.381104 C 426.743317 46.357483 429.011017 44.770081 431.316528 44.770081 C 433.62204 44.770081 435.889771 46.357483 437.855133 49.381104 C 439.858276 52.404724 441.521271 56.75116 442.655121 62.0047 C 443.826782 67.220459 444.431488 73.154358 444.431488 79.201599 L 444.431488 79.201599 Z"/>
+            <path id="path1132" fill="#d3c7a9" fill-rule="evenodd" stroke="none" d="M 443.864563 79.201599 C 443.864563 84.984253 443.259857 90.691345 442.163788 95.680298 C 441.067719 100.707092 439.480316 104.864563 437.590546 107.737 C 435.662994 110.647217 433.508667 112.159058 431.316528 112.159058 C 429.12442 112.159058 426.970093 110.647217 425.042511 107.737 C 423.152771 104.864563 421.565369 100.707092 420.469299 95.680298 C 419.37323 90.691345 418.806305 84.984253 418.806305 79.201599 C 418.806305 73.418884 419.37323 67.749634 420.469299 62.76062 C 421.565369 57.733887 423.152771 53.576355 425.042511 50.703918 C 426.970093 47.793701 429.12442 46.28186 431.316528 46.28186 C 433.508667 46.28186 435.662994 47.793701 437.590546 50.703918 C 439.480316 53.576355 441.067719 57.733887 442.163788 62.76062 C 443.259857 67.749634 443.864563 73.418884 443.864563 79.201599 L 443.864563 79.201599 Z"/>
+            <path id="path1133" fill="#d5c9ad" fill-rule="evenodd" stroke="none" d="M 443.297638 79.201599 C 443.297638 84.719666 442.730713 90.162231 441.672455 94.924438 C 440.614166 99.724426 439.102356 103.692932 437.288177 106.451965 C 435.47403 109.210999 433.433075 110.685059 431.316528 110.685059 C 429.237793 110.685059 427.159058 109.210999 425.344879 106.451965 C 423.530701 103.692932 422.01889 99.724426 420.960632 94.924438 C 419.902374 90.162231 419.37323 84.719666 419.37323 79.201599 C 419.37323 73.683472 419.902374 68.278748 420.960632 63.47876 C 422.01889 58.716553 423.530701 54.748047 425.344879 51.988953 C 427.159058 49.229919 429.237793 47.75592 431.316528 47.75592 C 433.433075 47.75592 435.47403 49.229919 437.288177 51.988953 C 439.102356 54.748047 440.614166 58.716553 441.672455 63.47876 C 442.730713 68.278748 443.297638 73.683472 443.297638 79.201599 L 443.297638 79.201599 Z"/>
+            <path id="path1134" fill="#d7ccb1" fill-rule="evenodd" stroke="none" d="M 442.730713 79.201599 C 442.730713 84.49292 442.201569 89.633057 441.181091 94.206299 C 440.198425 98.74176 438.762207 102.52124 437.023621 105.166931 C 435.285034 107.77478 433.319672 109.173218 431.316528 109.173218 C 429.313385 109.173218 427.348022 107.77478 425.609436 105.166931 C 423.908661 102.52124 422.472443 98.74176 421.451965 94.206299 C 420.469299 89.633057 419.940155 84.49292 419.940155 79.201599 C 419.940155 73.948059 420.469299 68.807861 421.451965 64.234619 C 422.472443 59.699219 423.908661 55.919678 425.609436 53.273987 C 427.348022 50.666138 429.313385 49.2677 431.316528 49.2677 C 433.319672 49.2677 435.285034 50.666138 437.023621 53.273987 C 438.762207 55.919678 440.198425 59.699219 441.181091 64.234619 C 442.201569 68.807861 442.730713 73.948059 442.730713 79.201599 L 442.730713 79.201599 Z"/>
+            <path id="path1135" fill="#d9ceb5" fill-rule="evenodd" stroke="none" d="M 442.125977 79.201599 C 442.125977 84.228333 441.634644 89.103943 440.689758 93.450378 C 439.744873 97.759033 438.384247 101.349609 436.721252 103.844116 C 435.096069 106.338562 433.206299 107.661438 431.316528 107.661438 C 429.426758 107.661438 427.537018 106.338562 425.911804 103.844116 C 424.24881 101.349609 422.888184 97.759033 421.943298 93.450378 C 420.998413 89.103943 420.50708 84.228333 420.50708 79.201599 C 420.50708 74.212585 420.998413 69.299194 421.943298 64.99054 C 422.888184 60.681885 424.24881 57.091309 425.911804 54.559082 C 427.537018 52.064575 429.426758 50.779541 431.316528 50.779541 C 433.206299 50.779541 435.096069 52.064575 436.721252 54.559082 C 438.384247 57.091309 439.744873 60.681885 440.689758 64.99054 C 441.634644 69.299194 442.125977 74.212585 442.125977 79.201599 L 442.125977 79.201599 Z"/>
+            <path id="path1136" fill="#dbd1b9" fill-rule="evenodd" stroke="none" d="M 441.559052 79.201599 C 441.559052 83.963806 441.105499 88.61261 440.198425 92.694458 C 439.291351 96.776367 438.006287 100.177979 436.456696 102.559082 C 434.907074 104.940186 433.130707 106.187378 431.316528 106.187378 C 429.50235 106.187378 427.763794 104.940186 426.176392 102.559082 C 424.62677 100.177979 423.341736 96.776367 422.434631 92.694458 C 421.527557 88.61261 421.074005 83.963806 421.074005 79.201599 C 421.074005 74.477173 421.527557 69.828369 422.434631 65.74646 C 423.341736 61.62677 424.62677 58.22522 426.176392 55.881897 C 427.763794 53.500793 429.50235 52.25354 431.316528 52.25354 C 433.130707 52.25354 434.907074 53.500793 436.456696 55.881897 C 438.006287 58.22522 439.291351 61.62677 440.198425 65.74646 C 441.105499 69.828369 441.559052 74.477173 441.559052 79.201599 L 441.559052 79.201599 Z"/>
+            <path id="path1137" fill="#ddd4bd" fill-rule="evenodd" stroke="none" d="M 440.992126 79.201599 C 440.992126 83.699219 440.538574 88.083435 439.707092 91.938599 C 438.87558 95.831482 437.628357 99.044067 436.154327 101.273987 C 434.680328 103.503967 433.017334 104.675598 431.316528 104.675598 C 429.615753 104.675598 427.952759 103.503967 426.478729 101.273987 C 425.00473 99.044067 423.795288 95.831482 422.925995 91.938599 C 422.094482 88.083435 421.64093 83.699219 421.64093 79.201599 C 421.64093 74.74176 422.094482 70.357483 422.925995 66.50238 C 423.795288 62.609436 425.00473 59.396851 426.478729 57.166931 C 427.952759 54.937012 429.615753 53.765381 431.316528 53.765381 C 433.017334 53.765381 434.680328 54.937012 436.154327 57.166931 C 437.628357 59.396851 438.87558 62.609436 439.707092 66.50238 C 440.538574 70.357483 440.992126 74.74176 440.992126 79.201599 L 440.992126 79.201599 Z"/>
+            <path id="path1138" fill="#dfd6c1" fill-rule="evenodd" stroke="none" d="M 440.425201 79.201599 C 440.425201 83.434631 440.00946 87.554321 439.215759 91.182678 C 438.422058 94.848816 437.250397 97.872437 435.889771 99.951172 C 434.491333 102.067688 432.903931 103.163757 431.316528 103.163757 C 429.729126 103.163757 428.141724 102.067688 426.781097 99.951172 C 425.38269 97.872437 424.211029 94.848816 423.417328 91.182678 C 422.623627 87.554321 422.207886 83.434631 422.207886 79.201599 C 422.207886 75.006287 422.623627 70.886597 423.417328 67.220459 C 424.211029 63.592102 425.38269 60.568481 426.781097 58.451965 C 428.141724 56.37323 429.729126 55.23938 431.316528 55.23938 C 432.903931 55.23938 434.491333 56.37323 435.889771 58.451965 C 437.250397 60.568481 438.422058 63.592102 439.215759 67.220459 C 440.00946 70.886597 440.425201 75.006287 440.425201 79.201599 L 440.425201 79.201599 Z"/>
+            <path id="path1139" fill="#e1d9c5" fill-rule="evenodd" stroke="none" d="M 439.858276 79.201599 C 439.858276 83.170105 439.480316 87.025208 438.724396 90.464539 C 437.968506 93.86615 436.910248 96.700806 435.587402 98.666138 C 434.302368 100.63147 432.828339 101.689758 431.316528 101.689758 C 429.804718 101.689758 428.330719 100.63147 427.045654 98.666138 C 425.76062 96.700806 424.664581 93.86615 423.908661 90.464539 C 423.152771 87.025208 422.774811 83.170105 422.774811 79.201599 C 422.774811 75.270874 423.152771 71.415771 423.908661 67.976379 C 424.664581 64.574829 425.76062 61.740173 427.045654 59.77478 C 428.330719 57.809448 429.804718 56.75116 431.316528 56.75116 C 432.828339 56.75116 434.302368 57.809448 435.587402 59.77478 C 436.910248 61.740173 437.968506 64.574829 438.724396 67.976379 C 439.480316 71.415771 439.858276 75.270874 439.858276 79.201599 L 439.858276 79.201599 Z"/>
+            <path id="path1140" fill="#e3dbc9" fill-rule="evenodd" stroke="none" d="M 439.291351 79.201599 C 439.291351 82.905518 438.913391 86.496033 438.233063 89.708679 C 437.514954 92.883484 436.532288 95.529114 435.322845 97.381104 C 434.113373 99.233093 432.714966 100.177979 431.316528 100.177979 C 429.918121 100.177979 428.557495 99.233093 427.348022 97.381104 C 426.13858 95.529114 425.118103 92.883484 424.399994 89.708679 C 423.719696 86.496033 423.341736 82.905518 423.341736 79.201599 C 423.341736 75.535461 423.719696 71.907104 424.399994 68.7323 C 425.118103 65.557495 426.13858 62.911804 427.348022 61.059814 C 428.557495 59.207886 429.918121 58.263 431.316528 58.263 C 432.714966 58.263 434.113373 59.207886 435.322845 61.059814 C 436.532288 62.911804 437.514954 65.557495 438.233063 68.7323 C 438.913391 71.907104 439.291351 75.535461 439.291351 79.201599 L 439.291351 79.201599 Z"/>
+            <path id="path1141" fill="#e5decc" fill-rule="evenodd" stroke="none" d="M 438.724396 79.201599 C 438.724396 82.64093 438.384247 86.0047 437.74173 88.952759 C 437.099213 91.900818 436.154327 94.357483 435.020477 96.096069 C 433.886627 97.796875 432.601563 98.703918 431.316528 98.703918 C 430.031494 98.703918 428.74646 97.796875 427.61261 96.096069 C 426.478729 94.357483 425.571655 91.900818 424.891327 88.952759 C 424.24881 86.0047 423.908661 82.64093 423.908661 79.201599 C 423.908661 75.799988 424.24881 72.436218 424.891327 69.488159 C 425.571655 66.540161 426.478729 64.083435 427.61261 62.34491 C 428.74646 60.644104 430.031494 59.737 431.316528 59.737 C 432.601563 59.737 433.886627 60.644104 435.020477 62.34491 C 436.154327 64.083435 437.099213 66.540161 437.74173 69.488159 C 438.384247 72.436218 438.724396 75.799988 438.724396 79.201599 L 438.724396 79.201599 Z"/>
+            <path id="path1142" fill="#e7e0d0" fill-rule="evenodd" stroke="none" d="M 438.157471 79.201599 C 438.157471 82.376404 437.855133 85.475586 437.250397 88.196838 C 436.64566 90.918091 435.776367 93.185852 434.75592 94.773254 C 433.697632 96.360657 432.52597 97.192139 431.316528 97.192139 C 430.107086 97.192139 428.935425 96.360657 427.914948 94.773254 C 426.856689 93.185852 425.987396 90.918091 425.38269 88.196838 C 424.815735 85.475586 424.475586 82.376404 424.475586 79.201599 C 424.475586 76.064575 424.815735 72.965332 425.38269 70.24408 C 425.987396 67.485046 426.856689 65.217346 427.914948 63.667725 C 428.935425 62.080322 430.107086 61.24884 431.316528 61.24884 C 432.52597 61.24884 433.697632 62.080322 434.75592 63.667725 C 435.776367 65.217346 436.64566 67.485046 437.250397 70.24408 C 437.855133 72.965332 438.157471 76.064575 438.157471 79.201599 L 438.157471 79.201599 Z"/>
+            <path id="path1143" fill="#e9e3d4" fill-rule="evenodd" stroke="none" d="M 437.590546 79.201599 C 437.590546 82.111816 437.288177 84.946472 436.759064 87.440918 C 436.192139 89.973206 435.398438 92.051941 434.453552 93.488159 C 433.508667 94.924438 432.412598 95.680298 431.316528 95.680298 C 430.220459 95.680298 429.12442 94.924438 428.179535 93.488159 C 427.23465 92.051941 426.440948 89.973206 425.911804 87.440918 C 425.344879 84.946472 425.042511 82.111816 425.042511 79.201599 C 425.042511 76.329163 425.344879 73.494507 425.911804 71 C 426.440948 68.467712 427.23465 66.388977 428.179535 64.952759 C 429.12442 63.516541 430.220459 62.76062 431.316528 62.76062 C 432.412598 62.76062 433.508667 63.516541 434.453552 64.952759 C 435.398438 66.388977 436.192139 68.467712 436.759064 71 C 437.288177 73.494507 437.590546 76.329163 437.590546 79.201599 L 437.590546 79.201599 Z"/>
+            <path id="path1144" fill="#ebe5d8" fill-rule="evenodd" stroke="none" d="M 437.023621 79.201599 C 437.023621 81.847229 436.759064 84.417297 436.267731 86.722839 C 435.738586 88.99054 435.020477 90.88031 434.151184 92.203125 C 433.319672 93.488159 432.337006 94.206299 431.316528 94.206299 C 430.333862 94.206299 429.351196 93.488159 428.481903 92.203125 C 427.61261 90.88031 426.894501 88.99054 426.403137 86.722839 C 425.874023 84.417297 425.609436 81.847229 425.609436 79.201599 C 425.609436 76.593689 425.874023 74.023621 426.403137 71.71814 C 426.894501 69.450378 427.61261 67.560608 428.481903 66.237793 C 429.351196 64.952759 430.333862 64.234619 431.316528 64.234619 C 432.337006 64.234619 433.319672 64.952759 434.151184 66.237793 C 435.020477 67.560608 435.738586 69.450378 436.267731 71.71814 C 436.759064 74.023621 437.023621 76.593689 437.023621 79.201599 L 437.023621 79.201599 Z"/>
+            <path id="path1145" fill="#ede8dc" fill-rule="evenodd" stroke="none" d="M 436.456696 79.201599 C 436.456696 81.582703 436.192139 83.925964 435.776367 85.966919 C 435.322845 88.007874 434.680328 89.708679 433.886627 90.88031 C 433.092926 92.089783 432.223633 92.694458 431.316528 92.694458 C 430.409454 92.694458 429.540161 92.089783 428.74646 90.88031 C 427.99054 89.708679 427.348022 88.007874 426.894501 85.966919 C 426.440948 83.925964 426.176392 81.582703 426.176392 79.201599 C 426.176392 76.858276 426.440948 74.514954 426.894501 72.473999 C 427.348022 70.433044 427.99054 68.7323 428.74646 67.560608 C 429.540161 66.351196 430.409454 65.74646 431.316528 65.74646 C 432.223633 65.74646 433.092926 66.351196 433.886627 67.560608 C 434.680328 68.7323 435.322845 70.433044 435.776367 72.473999 C 436.192139 74.514954 436.456696 76.858276 436.456696 79.201599 L 436.456696 79.201599 Z"/>
+            <path id="path1146" fill="#efebe0" fill-rule="evenodd" stroke="none" d="M 435.889771 79.201599 C 435.889771 81.318115 435.662994 83.396851 435.285034 85.210999 C 434.869293 87.025208 434.302368 88.536987 433.584259 89.595276 C 432.903931 90.653564 432.110229 91.182678 431.316528 91.182678 C 430.522827 91.182678 429.729126 90.653564 429.048828 89.595276 C 428.330719 88.536987 427.763794 87.025208 427.385834 85.210999 C 426.970093 83.396851 426.781097 81.318115 426.781097 79.201599 C 426.781097 77.122864 426.970093 75.044067 427.385834 73.229919 C 427.763794 71.415771 428.330719 69.903931 429.048828 68.845642 C 429.729126 67.787415 430.522827 67.220459 431.316528 67.220459 C 432.110229 67.220459 432.903931 67.787415 433.584259 68.845642 C 434.302368 69.903931 434.869293 71.415771 435.285034 73.229919 C 435.662994 75.044067 435.889771 77.122864 435.889771 79.201599 L 435.889771 79.201599 Z"/>
+            <path id="path1147" fill="#f1ede4" fill-rule="evenodd" stroke="none" d="M 435.322845 79.201599 C 435.322845 81.053528 435.13385 82.867737 434.75592 84.455139 C 434.415741 86.042542 433.924408 87.365356 433.319672 88.310242 C 432.714966 89.217346 432.034637 89.708679 431.316528 89.708679 C 430.63623 89.708679 429.918121 89.217346 429.313385 88.310242 C 428.708649 87.365356 428.217316 86.042542 427.877167 84.455139 C 427.499207 82.867737 427.348022 81.053528 427.348022 79.201599 C 427.348022 77.38739 427.499207 75.573242 427.877167 73.98584 C 428.217316 72.398438 428.708649 71.075562 429.313385 70.130737 C 429.918121 69.223633 430.63623 68.7323 431.316528 68.7323 C 432.034637 68.7323 432.714966 69.223633 433.319672 70.130737 C 433.924408 71.075562 434.415741 72.398438 434.75592 73.98584 C 435.13385 75.573242 435.322845 77.38739 435.322845 79.201599 L 435.322845 79.201599 Z"/>
+            <path id="path1148" fill="#f3f0e8" fill-rule="evenodd" stroke="none" d="M 434.75592 79.201599 C 434.75592 80.789001 434.566925 82.338562 434.264557 83.699219 C 433.962219 85.059814 433.546448 86.193726 433.017334 86.987427 C 432.52597 87.781128 431.921265 88.196838 431.316528 88.196838 C 430.711823 88.196838 430.144867 87.781128 429.615753 86.987427 C 429.086609 86.193726 428.670868 85.059814 428.3685 83.699219 C 428.066132 82.338562 427.914948 80.789001 427.914948 79.201599 C 427.914948 77.651978 428.066132 76.102356 428.3685 74.74176 C 428.670868 73.343323 429.086609 72.209473 429.615753 71.453552 C 430.144867 70.659851 430.711823 70.24408 431.316528 70.24408 C 431.921265 70.24408 432.52597 70.659851 433.017334 71.453552 C 433.546448 72.209473 433.962219 73.343323 434.264557 74.74176 C 434.566925 76.102356 434.75592 77.651978 434.75592 79.201599 L 434.75592 79.201599 Z"/>
+            <path id="path1149" fill="#f5f2ec" fill-rule="evenodd" stroke="none" d="M 434.151184 79.201599 C 434.151184 80.524414 434.037781 81.809448 433.773224 82.943298 C 433.546448 84.11499 433.168518 85.059814 432.752747 85.702393 C 432.299225 86.34491 431.807861 86.722839 431.316528 86.722839 C 430.825195 86.722839 430.333862 86.34491 429.88031 85.702393 C 429.464569 85.059814 429.086609 84.11499 428.859833 82.943298 C 428.595276 81.809448 428.481903 80.524414 428.481903 79.201599 C 428.481903 77.916565 428.595276 76.593689 428.859833 75.459839 C 429.086609 74.325989 429.464569 73.381104 429.88031 72.738586 C 430.333862 72.058289 430.825195 71.71814 431.316528 71.71814 C 431.807861 71.71814 432.299225 72.058289 432.752747 72.738586 C 433.168518 73.381104 433.546448 74.325989 433.773224 75.459839 C 434.037781 76.593689 434.151184 77.916565 434.151184 79.201599 L 434.151184 79.201599 Z"/>
+            <path id="path1150" fill="#f7f5ef" fill-rule="evenodd" stroke="none" d="M 433.584259 79.201599 C 433.584259 80.259827 433.508667 81.318115 433.281891 82.22522 C 433.092926 83.132263 432.790558 83.888184 432.450409 84.417297 C 432.110229 84.946472 431.732269 85.210999 431.316528 85.210999 C 430.938568 85.210999 430.522827 84.946472 430.182678 84.417297 C 429.842529 83.888184 429.540161 83.132263 429.351196 82.22522 C 429.162201 81.318115 429.048828 80.259827 429.048828 79.201599 C 429.048828 78.181091 429.162201 77.122864 429.351196 76.215759 C 429.540161 75.308655 429.842529 74.552734 430.182678 74.023621 C 430.522827 73.494507 430.938568 73.229919 431.316528 73.229919 C 431.732269 73.229919 432.110229 73.494507 432.450409 74.023621 C 432.790558 74.552734 433.092926 75.308655 433.281891 76.215759 C 433.508667 77.122864 433.584259 78.181091 433.584259 79.201599 L 433.584259 79.201599 Z"/>
+            <path id="path1151" fill="#f9f7f3" fill-rule="evenodd" stroke="none" d="M 433.017334 79.201599 C 433.017334 79.9953 432.941742 80.789001 432.790558 81.469299 C 432.639374 82.149597 432.450409 82.716553 432.185822 83.094482 C 431.921265 83.510254 431.618896 83.699219 431.316528 83.699219 C 431.01416 83.699219 430.711823 83.510254 430.447235 83.094482 C 430.220459 82.716553 429.993713 82.149597 429.842529 81.469299 C 429.691345 80.789001 429.615753 79.9953 429.615753 79.201599 C 429.615753 78.445679 429.691345 77.651978 429.842529 76.97168 C 429.993713 76.291321 430.220459 75.724426 430.447235 75.308655 C 430.711823 74.930725 431.01416 74.74176 431.316528 74.74176 C 431.618896 74.74176 431.921265 74.930725 432.185822 75.308655 C 432.450409 75.724426 432.639374 76.291321 432.790558 76.97168 C 432.941742 77.651978 433.017334 78.445679 433.017334 79.201599 L 433.017334 79.201599 Z"/>
+            <path id="path1152" fill="#fbfaf7" fill-rule="evenodd" stroke="none" d="M 432.450409 79.201599 C 432.450409 79.730713 432.412598 80.259827 432.299225 80.713379 C 432.223633 81.166931 432.072449 81.544861 431.883453 81.809448 C 431.732269 82.074036 431.505524 82.22522 431.316528 82.22522 C 431.127563 82.22522 430.938568 82.074036 430.749603 81.809448 C 430.560638 81.544861 430.447235 81.166931 430.333862 80.713379 C 430.220459 80.259827 430.182678 79.730713 430.182678 79.201599 C 430.182678 78.710266 430.220459 78.181091 430.333862 77.727539 C 430.447235 77.273987 430.560638 76.896057 430.749603 76.63147 C 430.938568 76.366943 431.127563 76.215759 431.316528 76.215759 C 431.505524 76.215759 431.732269 76.366943 431.883453 76.63147 C 432.072449 76.896057 432.223633 77.273987 432.299225 77.727539 C 432.412598 78.181091 432.450409 78.710266 432.450409 79.201599 L 432.450409 79.201599 Z"/>
+            <path id="path1153" fill="#fdfcfb" fill-rule="evenodd" stroke="none" d="M 431.883453 79.201599 C 431.883453 79.466125 431.845673 79.730713 431.807861 79.957458 C 431.770081 80.184265 431.694489 80.37323 431.618896 80.524414 C 431.505524 80.637817 431.429932 80.713379 431.316528 80.713379 C 431.203156 80.713379 431.127563 80.637817 431.051971 80.524414 C 430.938568 80.37323 430.863007 80.184265 430.825195 79.957458 C 430.787415 79.730713 430.749603 79.466125 430.749603 79.201599 C 430.749603 78.937012 430.787415 78.710266 430.825195 78.483459 C 430.863007 78.256714 430.938568 78.067688 431.051971 77.916565 C 431.127563 77.803162 431.203156 77.727539 431.316528 77.727539 C 431.429932 77.727539 431.505524 77.803162 431.618896 77.916565 C 431.694489 78.067688 431.770081 78.256714 431.807861 78.483459 C 431.845673 78.710266 431.883453 78.937012 431.883453 79.201599 L 431.883453 79.201599 Z"/>
+        </g>
+        <clipPath id="clipPath84">
+            <path d="M 430.371643 91.25824 C 422.510223 89.822021 415.442505 85.891357 410.264557 80.146484 L 410.264557 80.146484 L 410.264557 125.840942 C 415.518097 131.283447 422.623627 134.911804 430.371643 136.045654 L 430.371643 136.045654 L 430.371643 91.25824 L 430.371643 91.25824 L 430.371643 91.25824 Z"/>
+        </clipPath>
+        <g id="g83" clip-path="url(#clipPath84)"/>
+        <clipPath id="clipPath85">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g84" clip-path="url(#clipPath85)">
+            <path id="path1154" fill="none" stroke="#a78450" stroke-width="0.453543" stroke-linejoin="round" d="M 430.182678 91.220459 C 422.396851 89.74646 415.442505 85.891357 410.264557 80.146484 L 410.264557 80.146484 L 410.264557 125.840942 C 415.518097 131.283447 422.623627 134.911804 430.371643 136.045654 L 430.371643 136.045654 L 430.371643 91.447266"/>
+            <path id="path1155" fill="#a78450" fill-rule="evenodd" stroke="none" d="M 430.220459 90.993713 L 430.107086 91.409424 L 430.333862 91.485046 L 430.447235 91.447266 L 430.522827 91.447266 L 430.560638 91.371643 L 430.598419 91.296082 L 430.598419 91.182678 L 430.560638 91.107117 L 430.522827 91.069275 L 430.409454 91.031494 L 430.220459 90.993713 Z"/>
+            <path id="path1156" fill="#a78450" fill-rule="evenodd" stroke="none" d="M 430.144867 91.485046 L 430.598419 91.485046 L 430.598419 91.25824 L 430.598419 91.144897 L 430.522827 91.069275 L 430.447235 91.031494 L 430.371643 91.031494 L 430.296051 91.031494 L 430.220459 91.069275 L 430.182678 91.144897 L 430.144867 91.25824 L 430.144867 91.485046 Z"/>
+        </g>
+        <clipPath id="clipPath86">
+            <path d="M 430.371643 91.25824 L 430.371643 136.007874 L 463.25354 118.28186 L 463.25354 73.343323 L 430.371643 91.25824 L 430.371643 91.25824 Z"/>
+        </clipPath>
+        <g id="g85" clip-path="url(#clipPath86)"/>
+        <clipPath id="clipPath87">
+            <path d="M 430.371643 91.25824 L 430.371643 91.25824 L 463.25354 73.343323 L 463.25354 118.28186 L 430.371643 136.007874 L 430.371643 91.25824 Z"/>
+        </clipPath>
+        <g id="g86" clip-path="url(#clipPath87)">
+            <path id="path1157" fill="#b6a06d" fill-rule="evenodd" stroke="none" d="M 478.560608 72.398438 C 478.560608 88.423645 476.292908 104.146484 471.984253 118.017334 C 467.675598 131.888184 461.477173 143.415771 453.993713 151.428345 C 446.548035 159.440918 438.044098 163.63623 429.426758 163.63623 C 420.809448 163.63623 412.343292 159.440918 404.859833 151.428345 C 397.414185 143.415771 391.215759 131.888184 386.907074 118.017334 C 382.560638 104.146484 380.292908 88.423645 380.292908 72.398438 C 380.292908 56.411011 382.560638 40.650391 386.907074 26.817322 C 391.215759 12.946472 397.414185 1.418884 404.859833 -6.593689 C 412.343292 -14.606323 420.809448 -18.801575 429.426758 -18.801575 C 438.044098 -18.801575 446.548035 -14.606323 453.993713 -6.593689 C 461.477173 1.418884 467.675598 12.946472 471.984253 26.817322 C 476.292908 40.650391 478.560608 56.411011 478.560608 72.398438 L 478.560608 72.398438 Z"/>
+            <path id="path1158" fill="#b6a06d" fill-rule="evenodd" stroke="none" d="M 453.766937 72.398438 C 453.766937 80.335449 452.633057 88.121277 450.516541 95 C 448.362213 101.878723 445.300781 107.548035 441.596863 111.516541 C 437.892914 115.485046 433.697632 117.563782 429.426758 117.563782 C 425.155914 117.563782 420.960632 115.485046 417.294495 111.516541 C 413.590546 107.548035 410.529144 101.878723 408.374817 95 C 406.25827 88.121277 405.12442 80.335449 405.12442 72.398438 C 405.12442 64.499207 406.25827 56.713379 408.374817 49.834656 C 410.529144 42.955933 413.590546 37.286621 417.294495 33.318115 C 420.960632 29.349609 425.155914 27.270874 429.426758 27.270874 C 433.697632 27.270874 437.892914 29.349609 441.596863 33.318115 C 445.300781 37.286621 448.362213 42.955933 450.516541 49.834656 C 452.633057 56.713379 453.766937 64.499207 453.766937 72.398438 L 453.766937 72.398438 Z"/>
+            <path id="path1159" fill="#b8a372" fill-rule="evenodd" stroke="none" d="M 452.935425 72.398438 C 452.935425 80.070862 451.877167 87.592102 449.798431 94.24408 C 447.719696 100.896057 444.771667 106.376404 441.181091 110.231506 C 437.628357 114.048828 433.546448 116.051941 429.426758 116.051941 C 425.307098 116.051941 421.263 114.048828 417.672455 110.231506 C 414.11969 106.376404 411.13385 100.896057 409.092926 94.24408 C 407.01416 87.592102 405.918121 80.070862 405.918121 72.398438 C 405.918121 64.763794 407.01416 57.242493 409.092926 50.590576 C 411.13385 43.938599 414.11969 38.458252 417.672455 34.603149 C 421.263 30.785828 425.307098 28.744873 429.426758 28.744873 C 433.546448 28.744873 437.628357 30.785828 441.181091 34.603149 C 444.771667 38.458252 447.719696 43.938599 449.798431 50.590576 C 451.877167 57.242493 452.935425 64.763794 452.935425 72.398438 L 452.935425 72.398438 Z"/>
+            <path id="path1160" fill="#bba677" fill-rule="evenodd" stroke="none" d="M 452.141724 72.398438 C 452.141724 79.806274 451.083466 87.100769 449.080322 93.488159 C 447.11496 99.913391 444.242523 105.204712 440.803162 108.908691 C 437.325989 112.61261 433.433075 114.577942 429.426758 114.577942 C 425.458282 114.577942 421.527557 112.61261 418.088196 108.908691 C 414.648804 105.204712 411.776367 99.913391 409.773224 93.488159 C 407.807861 87.100769 406.749603 79.806274 406.749603 72.398438 C 406.749603 65.02832 407.807861 57.733887 409.773224 51.346436 C 411.776367 44.921265 414.648804 39.629944 418.088196 35.925964 C 421.527557 32.222046 425.458282 30.256714 429.426758 30.256714 C 433.433075 30.256714 437.325989 32.222046 440.803162 35.925964 C 444.242523 39.629944 447.11496 44.921265 449.080322 51.346436 C 451.083466 57.733887 452.141724 65.02832 452.141724 72.398438 L 452.141724 72.398438 Z"/>
+            <path id="path1161" fill="#bdaa7c" fill-rule="evenodd" stroke="none" d="M 451.310242 72.398438 C 451.310242 79.541748 450.327545 86.571655 448.399994 92.7323 C 446.472443 98.930725 443.713379 104.033081 440.38739 107.623596 C 437.061432 111.176392 433.281891 113.066162 429.426758 113.066162 C 425.609436 113.066162 421.829926 111.176392 418.503937 107.623596 C 415.177948 104.033081 412.418884 98.930725 410.491333 92.7323 C 408.563782 86.571655 407.543304 79.541748 407.543304 72.398438 C 407.543304 65.292908 408.563782 58.263 410.491333 52.102356 C 412.418884 45.903931 415.177948 40.801575 418.503937 37.210999 C 421.829926 33.658264 425.609436 31.768494 429.426758 31.768494 C 433.281891 31.768494 437.061432 33.658264 440.38739 37.210999 C 443.713379 40.801575 446.472443 45.903931 448.399994 52.102356 C 450.327545 58.263 451.310242 65.292908 451.310242 72.398438 L 451.310242 72.398438 Z"/>
+            <path id="path1162" fill="#c0ad80" fill-rule="evenodd" stroke="none" d="M 450.516541 72.398438 C 450.516541 79.277161 449.533844 86.042542 447.681885 91.976379 C 445.829926 97.948059 443.184265 102.861389 439.971649 106.300781 C 436.759064 109.740173 433.130707 111.554321 429.426758 111.554321 C 425.722839 111.554321 422.094482 109.740173 418.919678 106.300781 C 415.707092 102.861389 413.023621 97.948059 411.171661 91.976379 C 409.319672 86.042542 408.374817 79.277161 408.374817 72.398438 C 408.374817 65.557495 409.319672 58.792114 411.171661 52.858276 C 413.023621 46.886597 415.707092 41.973206 418.919678 38.533875 C 422.094482 35.094482 425.722839 33.280334 429.426758 33.280334 C 433.130707 33.280334 436.759064 35.094482 439.971649 38.533875 C 443.184265 41.973206 445.829926 46.886597 447.681885 52.858276 C 449.533844 58.792114 450.516541 65.557495 450.516541 72.398438 L 450.516541 72.398438 Z"/>
+            <path id="path1163" fill="#c2b085" fill-rule="evenodd" stroke="none" d="M 449.685028 72.398438 C 449.685028 79.012573 448.777954 85.513367 447.001587 91.220459 C 445.225189 96.965332 442.655121 101.689758 439.555908 105.015747 C 436.494476 108.303955 432.979523 110.042542 429.426758 110.042542 C 425.874023 110.042542 422.396851 108.303955 419.297638 105.015747 C 416.236206 101.689758 413.666138 96.965332 411.889771 91.220459 C 410.113373 85.513367 409.168518 79.012573 409.168518 72.398438 C 409.168518 65.822021 410.113373 59.321289 411.889771 53.614197 C 413.666138 47.869263 416.236206 43.144897 419.297638 39.818909 C 422.396851 36.530701 425.874023 34.792114 429.426758 34.792114 C 432.979523 34.792114 436.494476 36.530701 439.555908 39.818909 C 442.655121 43.144897 445.225189 47.869263 447.001587 53.614197 C 448.777954 59.321289 449.685028 65.822021 449.685028 72.398438 L 449.685028 72.398438 Z"/>
+            <path id="path1164" fill="#c5b38a" fill-rule="evenodd" stroke="none" d="M 448.891327 72.398438 C 448.891327 78.748047 447.984253 84.984253 446.283478 90.464539 C 444.582672 95.982666 442.125977 100.518127 439.177948 103.692932 C 436.192139 106.867737 432.86615 108.530701 429.426758 108.530701 C 426.025208 108.530701 422.661407 106.867737 419.713379 103.692932 C 416.76535 100.518127 414.308655 95.982666 412.60788 90.464539 C 410.869293 84.984253 410 78.748047 410 72.398438 C 410 66.086609 410.869293 59.850403 412.60788 54.370056 C 414.308655 48.85199 416.76535 44.316528 419.713379 41.141724 C 422.661407 37.966919 426.025208 36.303955 429.426758 36.303955 C 432.86615 36.303955 436.192139 37.966919 439.177948 41.141724 C 442.125977 44.316528 444.582672 48.85199 446.283478 54.370056 C 447.984253 59.850403 448.891327 66.086609 448.891327 72.398438 L 448.891327 72.398438 Z"/>
+            <path id="path1165" fill="#c7b68f" fill-rule="evenodd" stroke="none" d="M 448.097626 72.398438 C 448.097626 78.483459 447.228333 84.455139 445.603149 89.708679 C 443.940155 95 441.596863 99.346436 438.762207 102.407898 C 435.927551 105.431519 432.714966 107.056702 429.426758 107.056702 C 426.176392 107.056702 422.963776 105.431519 420.12912 102.407898 C 417.294495 99.346436 414.913391 95 413.288177 89.708679 C 411.662994 84.455139 410.793701 78.483459 410.793701 72.398438 C 410.793701 66.351196 411.662994 60.379517 413.288177 55.088196 C 414.913391 49.834656 417.294495 45.488159 420.12912 42.426758 C 422.963776 39.403137 426.176392 37.777954 429.426758 37.777954 C 432.714966 37.777954 435.927551 39.403137 438.762207 42.426758 C 441.596863 45.488159 443.940155 49.834656 445.603149 55.088196 C 447.228333 60.379517 448.097626 66.351196 448.097626 72.398438 L 448.097626 72.398438 Z"/>
+            <path id="path1166" fill="#c9b994" fill-rule="evenodd" stroke="none" d="M 447.266144 72.398438 C 447.266144 78.218872 446.434631 83.925964 444.88504 88.99054 C 443.335419 94.017334 441.067719 98.174805 438.346466 101.085022 C 435.662994 103.9953 432.563782 105.544861 429.426758 105.544861 C 426.289764 105.544861 423.228333 103.9953 420.50708 101.085022 C 417.823608 98.174805 415.555908 94.017334 414.006287 88.99054 C 412.418884 83.925964 411.587402 78.218872 411.587402 72.398438 C 411.587402 66.615723 412.418884 60.908691 414.006287 55.844116 C 415.555908 50.817322 417.823608 46.659851 420.50708 43.749634 C 423.228333 40.839355 426.289764 39.289734 429.426758 39.289734 C 432.563782 39.289734 435.662994 40.839355 438.346466 43.749634 C 441.067719 46.659851 443.335419 50.817322 444.88504 55.844116 C 446.434631 60.908691 447.266144 66.615723 447.266144 72.398438 L 447.266144 72.398438 Z"/>
+            <path id="path1167" fill="#ccbd99" fill-rule="evenodd" stroke="none" d="M 446.472443 72.398438 C 446.472443 77.954346 445.678741 83.434631 444.166931 88.234619 C 442.692902 93.034668 440.538574 97.003174 437.968506 99.799988 C 435.360626 102.559082 432.412598 104.033081 429.426758 104.033081 C 426.440948 104.033081 423.530701 102.559082 420.922821 99.799988 C 418.352753 97.003174 416.198425 93.034668 414.686615 88.234619 C 413.212585 83.434631 412.418884 77.954346 412.418884 72.398438 C 412.418884 66.88031 413.212585 61.400024 414.686615 56.599976 C 416.198425 51.799988 418.352753 47.831482 420.922821 45.034668 C 423.530701 42.275574 426.440948 40.801575 429.426758 40.801575 C 432.412598 40.801575 435.360626 42.275574 437.968506 45.034668 C 440.538574 47.831482 442.692902 51.799988 444.166931 56.599976 C 445.678741 61.400024 446.472443 66.88031 446.472443 72.398438 L 446.472443 72.398438 Z"/>
+            <path id="path1168" fill="#cec09e" fill-rule="evenodd" stroke="none" d="M 445.64093 72.398438 C 445.64093 77.689758 444.88504 82.905518 443.486603 87.47876 C 442.050385 92.051941 440.00946 95.831482 437.552765 98.477173 C 435.096069 101.122864 432.299225 102.52124 429.426758 102.52124 C 426.592133 102.52124 423.795288 101.122864 421.338593 98.477173 C 418.881897 95.831482 416.803162 92.051941 415.404724 87.47876 C 413.968506 82.905518 413.212585 77.689758 413.212585 72.398438 C 413.212585 67.144897 413.968506 61.929138 415.404724 57.355896 C 416.803162 52.782654 418.881897 49.003174 421.338593 46.357483 C 423.795288 43.711792 426.592133 42.313416 429.426758 42.313416 C 432.299225 42.313416 435.096069 43.711792 437.552765 46.357483 C 440.00946 49.003174 442.050385 52.782654 443.486603 57.355896 C 444.88504 61.929138 445.64093 67.144897 445.64093 72.398438 L 445.64093 72.398438 Z"/>
+            <path id="path1169" fill="#d1c3a3" fill-rule="evenodd" stroke="none" d="M 444.847229 72.398438 C 444.847229 77.425171 444.12912 82.376404 442.768494 86.722839 C 441.407867 91.069275 439.480316 94.659851 437.136993 97.192139 C 434.793701 99.686584 432.148041 101.00946 429.426758 101.00946 C 426.743317 101.00946 424.097626 99.686584 421.754333 97.192139 C 419.411011 94.659851 417.445679 91.069275 416.085052 86.722839 C 414.762207 82.376404 414.044098 77.425171 414.044098 72.398438 C 414.044098 67.409424 414.762207 62.458252 416.085052 58.111816 C 417.445679 53.765381 419.411011 50.174805 421.754333 47.642517 C 424.097626 45.14801 426.743317 43.825195 429.426758 43.825195 C 432.148041 43.825195 434.793701 45.14801 437.136993 47.642517 C 439.480316 50.174805 441.407867 53.765381 442.768494 58.111816 C 444.12912 62.458252 444.847229 67.409424 444.847229 72.398438 L 444.847229 72.398438 Z"/>
+            <path id="path1170" fill="#d3c6a7" fill-rule="evenodd" stroke="none" d="M 444.015747 72.398438 C 444.015747 77.160645 443.37323 81.847229 442.088196 85.966919 C 440.803162 90.086609 438.951172 93.488159 436.721252 95.869263 C 434.529144 98.250366 431.996857 99.49762 429.426758 99.49762 C 426.894501 99.49762 424.362213 98.250366 422.132294 95.869263 C 419.940155 93.488159 418.088196 90.086609 416.803162 85.966919 C 415.518097 81.847229 414.837799 77.160645 414.837799 72.398438 C 414.837799 67.674011 415.518097 62.987427 416.803162 58.867737 C 418.088196 54.748047 419.940155 51.346436 422.132294 48.965332 C 424.362213 46.584229 426.894501 45.337036 429.426758 45.337036 C 431.996857 45.337036 434.529144 46.584229 436.721252 48.965332 C 438.951172 51.346436 440.803162 54.748047 442.088196 58.867737 C 443.37323 62.987427 444.015747 67.674011 444.015747 72.398438 L 444.015747 72.398438 Z"/>
+            <path id="path1171" fill="#d6c9ac" fill-rule="evenodd" stroke="none" d="M 443.222046 72.398438 C 443.222046 76.896057 442.579529 81.318115 441.370087 85.210999 C 440.160645 89.103943 438.422058 92.316528 436.343292 94.584229 C 434.226776 96.814148 431.845673 98.023621 429.426758 98.023621 C 427.007874 98.023621 424.62677 96.814148 422.548035 94.584229 C 420.469299 92.316528 418.730713 89.103943 417.521271 85.210999 C 416.311798 81.318115 415.669281 76.896057 415.669281 72.398438 C 415.669281 67.938599 416.311798 63.516541 417.521271 59.623596 C 418.730713 55.730713 420.469299 52.518127 422.548035 50.250366 C 424.62677 48.020447 427.007874 46.811035 429.426758 46.811035 C 431.845673 46.811035 434.226776 48.020447 436.343292 50.250366 C 438.422058 52.518127 440.160645 55.730713 441.370087 59.623596 C 442.579529 63.516541 443.222046 67.938599 443.222046 72.398438 L 443.222046 72.398438 Z"/>
+            <path id="path1172" fill="#d8ccb1" fill-rule="evenodd" stroke="none" d="M 442.390564 72.398438 C 442.390564 76.63147 441.823608 80.789001 440.651978 84.455139 C 439.518097 88.121277 437.892914 91.144897 435.927551 93.261414 C 433.962219 95.37793 431.732269 96.511841 429.426758 96.511841 C 427.159058 96.511841 424.929138 95.37793 422.963776 93.261414 C 420.998413 91.144897 419.335419 88.121277 418.201569 84.455139 C 417.067719 80.789001 416.462982 76.63147 416.462982 72.398438 C 416.462982 68.203125 417.067719 64.045654 418.201569 60.379517 C 419.335419 56.713379 420.998413 53.689758 422.963776 51.573242 C 424.929138 49.456665 427.159058 48.322815 429.426758 48.322815 C 431.732269 48.322815 433.962219 49.456665 435.927551 51.573242 C 437.892914 53.689758 439.518097 56.713379 440.651978 60.379517 C 441.823608 64.045654 442.390564 68.203125 442.390564 72.398438 L 442.390564 72.398438 Z"/>
+            <path id="path1173" fill="#dbd0b6" fill-rule="evenodd" stroke="none" d="M 441.596863 72.398438 C 441.596863 76.366943 441.029907 80.259827 439.971649 83.699219 C 438.913391 87.138611 437.36377 89.973206 435.51181 91.976379 C 433.659851 93.941711 431.581116 95 429.426758 95 C 427.310242 95 425.193695 93.941711 423.341736 91.976379 C 421.527557 89.973206 419.977966 87.138611 418.919678 83.699219 C 417.823608 80.259827 417.294495 76.366943 417.294495 72.398438 C 417.294495 68.467712 417.823608 64.574829 418.919678 61.135437 C 419.977966 57.696045 421.527557 54.861389 423.341736 52.858276 C 425.193695 50.892883 427.310242 49.834656 429.426758 49.834656 C 431.581116 49.834656 433.659851 50.892883 435.51181 52.858276 C 437.36377 54.861389 438.913391 57.696045 439.971649 61.135437 C 441.029907 64.574829 441.596863 68.467712 441.596863 72.398438 L 441.596863 72.398438 Z"/>
+            <path id="path1174" fill="#ddd3bb" fill-rule="evenodd" stroke="none" d="M 440.803162 72.398438 C 440.803162 76.102356 440.274017 79.768494 439.25354 82.943298 C 438.270874 86.155884 436.834656 88.801575 435.096069 90.653564 C 433.395264 92.505493 431.429932 93.488159 429.426758 93.488159 C 427.461426 93.488159 425.496063 92.505493 423.757477 90.653564 C 422.056702 88.801575 420.620483 86.155884 419.600006 82.943298 C 418.61731 79.768494 418.088196 76.102356 418.088196 72.398438 C 418.088196 68.7323 418.61731 65.066162 419.600006 61.891357 C 420.620483 58.678711 422.056702 56.033081 423.757477 54.181091 C 425.496063 52.329163 427.461426 51.346436 429.426758 51.346436 C 431.429932 51.346436 433.395264 52.329163 435.096069 54.181091 C 436.834656 56.033081 438.270874 58.678711 439.25354 61.891357 C 440.274017 65.066162 440.803162 68.7323 440.803162 72.398438 L 440.803162 72.398438 Z"/>
+            <path id="path1175" fill="#dfd6c0" fill-rule="evenodd" stroke="none" d="M 439.971649 72.398438 C 439.971649 75.837769 439.480316 79.23938 438.573242 82.187378 C 437.628357 85.173218 436.305511 87.629944 434.718109 89.36853 C 433.092926 91.069275 431.278748 91.976379 429.426758 91.976379 C 427.574799 91.976379 425.76062 91.069275 424.173218 89.36853 C 422.585815 87.629944 421.225189 85.173218 420.318115 82.187378 C 419.37323 79.23938 418.919678 75.837769 418.919678 72.398438 C 418.919678 68.996826 419.37323 65.595276 420.318115 62.647217 C 421.225189 59.661438 422.585815 57.204712 424.173218 55.466125 C 425.76062 53.765381 427.574799 52.858276 429.426758 52.858276 C 431.278748 52.858276 433.092926 53.765381 434.718109 55.466125 C 436.305511 57.204712 437.628357 59.661438 438.573242 62.647217 C 439.480316 65.595276 439.971649 68.996826 439.971649 72.398438 L 439.971649 72.398438 Z"/>
+            <path id="path1176" fill="#e2d9c5" fill-rule="evenodd" stroke="none" d="M 439.177948 72.398438 C 439.177948 75.573242 438.724396 78.710266 437.855133 81.431519 C 437.023621 84.190552 435.776367 86.458252 434.302368 88.045654 C 432.828339 89.633057 431.127563 90.464539 429.426758 90.464539 C 427.725983 90.464539 426.062988 89.633057 424.588989 88.045654 C 423.11496 86.458252 421.867706 84.190552 420.998413 81.431519 C 420.166931 78.710266 419.713379 75.573242 419.713379 72.398438 C 419.713379 69.261414 420.166931 66.12439 420.998413 63.403137 C 421.867706 60.644104 423.11496 58.376404 424.588989 56.789001 C 426.062988 55.201599 427.725983 54.370056 429.426758 54.370056 C 431.127563 54.370056 432.828339 55.201599 434.302368 56.789001 C 435.776367 58.376404 437.023621 60.644104 437.855133 63.403137 C 438.724396 66.12439 439.177948 69.261414 439.177948 72.398438 L 439.177948 72.398438 Z"/>
+            <path id="path1177" fill="#e4dcc9" fill-rule="evenodd" stroke="none" d="M 438.346466 72.398438 C 438.346466 75.308655 437.930695 78.181091 437.174805 80.713379 C 436.381104 83.207886 435.247253 85.286621 433.886627 86.76062 C 432.52597 88.196838 431.01416 88.99054 429.426758 88.99054 C 427.877167 88.99054 426.327545 88.196838 424.966919 86.76062 C 423.606293 85.286621 422.510223 83.207886 421.716522 80.713379 C 420.922821 78.181091 420.50708 75.308655 420.50708 72.398438 C 420.50708 69.526001 420.922821 66.653564 421.716522 64.121277 C 422.510223 61.62677 423.606293 59.548035 424.966919 58.074036 C 426.327545 56.637817 427.877167 55.844116 429.426758 55.844116 C 431.01416 55.844116 432.52597 56.637817 433.886627 58.074036 C 435.247253 59.548035 436.381104 61.62677 437.174805 64.121277 C 437.930695 66.653564 438.346466 69.526001 438.346466 72.398438 L 438.346466 72.398438 Z"/>
+            <path id="path1178" fill="#e7dfce" fill-rule="evenodd" stroke="none" d="M 437.552765 72.398438 C 437.552765 75.044067 437.174805 77.651978 436.456696 79.957458 C 435.738586 82.22522 434.718109 84.11499 433.508667 85.437805 C 432.261414 86.76062 430.863007 87.47876 429.426758 87.47876 C 428.028351 87.47876 426.629913 86.76062 425.38269 85.437805 C 424.135437 84.11499 423.11496 82.22522 422.434631 79.957458 C 421.716522 77.651978 421.338593 75.044067 421.338593 72.398438 C 421.338593 69.790527 421.716522 67.182678 422.434631 64.877136 C 423.11496 62.609436 424.135437 60.719666 425.38269 59.396851 C 426.629913 58.074036 428.028351 57.355896 429.426758 57.355896 C 430.863007 57.355896 432.261414 58.074036 433.508667 59.396851 C 434.718109 60.719666 435.738586 62.609436 436.456696 64.877136 C 437.174805 67.182678 437.552765 69.790527 437.552765 72.398438 L 437.552765 72.398438 Z"/>
+            <path id="path1179" fill="#e9e3d3" fill-rule="evenodd" stroke="none" d="M 436.721252 72.398438 C 436.721252 74.779541 436.381104 77.122864 435.738586 79.201599 C 435.13385 81.242493 434.188965 82.943298 433.092926 84.152771 C 431.959045 85.324402 430.711823 85.966919 429.426758 85.966919 C 428.141724 85.966919 426.894501 85.324402 425.798431 84.152771 C 424.664581 82.943298 423.757477 81.242493 423.11496 79.201599 C 422.472443 77.122864 422.132294 74.779541 422.132294 72.398438 C 422.132294 70.055115 422.472443 67.711792 423.11496 65.633057 C 423.757477 63.592102 424.664581 61.891357 425.798431 60.681885 C 426.894501 59.510254 428.141724 58.867737 429.426758 58.867737 C 430.711823 58.867737 431.959045 59.510254 433.092926 60.681885 C 434.188965 61.891357 435.13385 63.592102 435.738586 65.633057 C 436.381104 67.711792 436.721252 70.055115 436.721252 72.398438 L 436.721252 72.398438 Z"/>
+            <path id="path1180" fill="#ece6d8" fill-rule="evenodd" stroke="none" d="M 435.927551 72.398438 C 435.927551 74.514954 435.625183 76.593689 435.058258 78.445679 C 434.491333 80.259827 433.659851 81.771667 432.677155 82.829895 C 431.694489 83.888184 430.560638 84.455139 429.426758 84.455139 C 428.292908 84.455139 427.196838 83.888184 426.214172 82.829895 C 425.193695 81.771667 424.399994 80.259827 423.833069 78.445679 C 423.266144 76.593689 422.963776 74.514954 422.963776 72.398438 C 422.963776 70.319702 423.266144 68.240967 423.833069 66.388977 C 424.399994 64.574829 425.193695 63.062988 426.214172 62.0047 C 427.196838 60.946472 428.292908 60.379517 429.426758 60.379517 C 430.560638 60.379517 431.694489 60.946472 432.677155 62.0047 C 433.659851 63.062988 434.491333 64.574829 435.058258 66.388977 C 435.625183 68.240967 435.927551 70.319702 435.927551 72.398438 L 435.927551 72.398438 Z"/>
+            <path id="path1181" fill="#eee9dd" fill-rule="evenodd" stroke="none" d="M 435.096069 72.398438 C 435.096069 74.250366 434.869293 76.064575 434.340149 77.689758 C 433.848816 79.277161 433.130707 80.599976 432.261414 81.544861 C 431.429932 82.451965 430.447235 82.943298 429.426758 82.943298 C 428.444092 82.943298 427.461426 82.451965 426.592133 81.544861 C 425.722839 80.599976 425.00473 79.277161 424.513397 77.689758 C 424.022034 76.064575 423.757477 74.250366 423.757477 72.398438 C 423.757477 70.584229 424.022034 68.7323 424.513397 67.144897 C 425.00473 65.557495 425.722839 64.234619 426.592133 63.289734 C 427.461426 62.38269 428.444092 61.891357 429.426758 61.891357 C 430.447235 61.891357 431.429932 62.38269 432.261414 63.289734 C 433.130707 64.234619 433.848816 65.557495 434.340149 67.144897 C 434.869293 68.7323 435.096069 70.584229 435.096069 72.398438 L 435.096069 72.398438 Z"/>
+            <path id="path1182" fill="#f0ece2" fill-rule="evenodd" stroke="none" d="M 434.302368 72.398438 C 434.302368 73.98584 434.075592 75.573242 433.659851 76.933838 C 433.206299 78.294495 432.601563 79.428345 431.883453 80.222046 C 431.127563 81.015747 430.296051 81.431519 429.426758 81.431519 C 428.595276 81.431519 427.763794 81.015747 427.007874 80.222046 C 426.251984 79.428345 425.647247 78.294495 425.231506 76.933838 C 424.815735 75.573242 424.588989 73.98584 424.588989 72.398438 C 424.588989 70.848816 424.815735 69.261414 425.231506 67.900818 C 425.647247 66.540161 426.251984 65.406311 427.007874 64.61261 C 427.763794 63.818909 428.595276 63.403137 429.426758 63.403137 C 430.296051 63.403137 431.127563 63.818909 431.883453 64.61261 C 432.601563 65.406311 433.206299 66.540161 433.659851 67.900818 C 434.075592 69.261414 434.302368 70.848816 434.302368 72.398438 L 434.302368 72.398438 Z"/>
+            <path id="path1183" fill="#f3efe7" fill-rule="evenodd" stroke="none" d="M 433.508667 72.398438 C 433.508667 73.721252 433.319672 75.044067 432.941742 76.177979 C 432.601563 77.311829 432.072449 78.256714 431.467712 78.937012 C 430.863007 79.579529 430.144867 79.957458 429.426758 79.957458 C 428.708649 79.957458 428.028351 79.579529 427.423615 78.937012 C 426.781097 78.256714 426.289764 77.311829 425.911804 76.177979 C 425.571655 75.044067 425.38269 73.721252 425.38269 72.398438 C 425.38269 71.113403 425.571655 69.790527 425.911804 68.656677 C 426.289764 67.522827 426.781097 66.540161 427.423615 65.897644 C 428.028351 65.255127 428.708649 64.877136 429.426758 64.877136 C 430.144867 64.877136 430.863007 65.255127 431.467712 65.897644 C 432.072449 66.540161 432.601563 67.522827 432.941742 68.656677 C 433.319672 69.790527 433.508667 71.113403 433.508667 72.398438 L 433.508667 72.398438 Z"/>
+            <path id="path1184" fill="#f5f2ec" fill-rule="evenodd" stroke="none" d="M 432.677155 72.398438 C 432.677155 73.456665 432.52597 74.514954 432.261414 75.422058 C 431.959045 76.329163 431.543304 77.085022 431.051971 77.614197 C 430.560638 78.143311 429.993713 78.445679 429.426758 78.445679 C 428.859833 78.445679 428.292908 78.143311 427.801575 77.614197 C 427.310242 77.085022 426.932281 76.329163 426.629913 75.422058 C 426.327545 74.514954 426.214172 73.456665 426.214172 72.398438 C 426.214172 71.37793 426.327545 70.319702 426.629913 69.412598 C 426.932281 68.505493 427.310242 67.711792 427.801575 67.220459 C 428.292908 66.691345 428.859833 66.388977 429.426758 66.388977 C 429.993713 66.388977 430.560638 66.691345 431.051971 67.220459 C 431.543304 67.711792 431.959045 68.505493 432.261414 69.412598 C 432.52597 70.319702 432.677155 71.37793 432.677155 72.398438 L 432.677155 72.398438 Z"/>
+            <path id="path1185" fill="#f8f5f0" fill-rule="evenodd" stroke="none" d="M 431.883453 72.398438 C 431.883453 73.192139 431.770081 73.98584 431.543304 74.666138 C 431.316528 75.346436 431.01416 75.913391 430.63623 76.329163 C 430.296051 76.707092 429.88031 76.933838 429.426758 76.933838 C 429.011017 76.933838 428.595276 76.707092 428.217316 76.329163 C 427.839355 75.913391 427.537018 75.346436 427.348022 74.666138 C 427.121246 73.98584 427.007874 73.192139 427.007874 72.398438 C 427.007874 71.642517 427.121246 70.848816 427.348022 70.168518 C 427.537018 69.488159 427.839355 68.883484 428.217316 68.505493 C 428.595276 68.127563 429.011017 67.900818 429.426758 67.900818 C 429.88031 67.900818 430.296051 68.127563 430.63623 68.505493 C 431.01416 68.883484 431.316528 69.488159 431.543304 70.168518 C 431.770081 70.848816 431.883453 71.642517 431.883453 72.398438 L 431.883453 72.398438 Z"/>
+            <path id="path1186" fill="#faf9f5" fill-rule="evenodd" stroke="none" d="M 431.051971 72.398438 C 431.051971 72.927551 430.976379 73.456665 430.825195 73.910217 C 430.711823 74.36377 430.485046 74.74176 430.25827 75.006287 C 429.993713 75.270874 429.729126 75.422058 429.426758 75.422058 C 429.162201 75.422058 428.859833 75.270874 428.633057 75.006287 C 428.3685 74.74176 428.179535 74.36377 428.028351 73.910217 C 427.877167 73.456665 427.801575 72.927551 427.801575 72.398438 C 427.801575 71.869263 427.877167 71.37793 428.028351 70.924438 C 428.179535 70.470886 428.3685 70.055115 428.633057 69.790527 C 428.859833 69.563782 429.162201 69.412598 429.426758 69.412598 C 429.729126 69.412598 429.993713 69.563782 430.25827 69.790527 C 430.485046 70.055115 430.711823 70.470886 430.825195 70.924438 C 430.976379 71.37793 431.051971 71.869263 431.051971 72.398438 L 431.051971 72.398438 Z"/>
+            <path id="path1187" fill="#fdfcfa" fill-rule="evenodd" stroke="none" d="M 430.25827 72.398438 C 430.25827 72.662964 430.220459 72.927551 430.144867 73.154358 C 430.069305 73.381104 429.955902 73.570068 429.842529 73.721252 C 429.729126 73.834656 429.577942 73.910217 429.426758 73.910217 C 429.313385 73.910217 429.162201 73.834656 429.048828 73.721252 C 428.897644 73.570068 428.822052 73.381104 428.74646 73.154358 C 428.670868 72.927551 428.633057 72.662964 428.633057 72.398438 C 428.633057 72.13385 428.670868 71.907104 428.74646 71.680298 C 428.822052 71.453552 428.897644 71.226746 429.048828 71.113403 C 429.162201 70.962219 429.313385 70.924438 429.426758 70.924438 C 429.577942 70.924438 429.729126 70.962219 429.842529 71.113403 C 429.955902 71.226746 430.069305 71.453552 430.144867 71.680298 C 430.220459 71.907104 430.25827 72.13385 430.25827 72.398438 L 430.25827 72.398438 Z"/>
+        </g>
+        <clipPath id="clipPath88">
+            <path d="M 430.371643 91.25824 L 430.371643 136.007874 L 463.25354 118.28186 L 463.25354 73.343323 L 430.371643 91.25824 L 430.371643 91.25824 Z"/>
+        </clipPath>
+        <g id="g87" clip-path="url(#clipPath88)"/>
+        <clipPath id="clipPath89">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g88" clip-path="url(#clipPath89)">
+            <path id="path1188" fill="none" stroke="#ffffff" stroke-width="0.453543" stroke-linejoin="round" d="M 430.371643 91.25824 L 430.371643 136.007874 L 463.25354 118.28186 L 463.25354 73.343323 L 430.371643 91.25824 Z"/>
+            <path id="path1189" fill="none" stroke="#000000" stroke-width="1.851969" stroke-linejoin="round" d="M 462.535431 72.965332 L 442.881897 62.420471 L 410.264557 80.184265 L 410.264557 125.840942 C 415.518097 131.283447 422.623627 134.874023 430.371643 136.045654 L 430.371643 136.045654 L 463.25354 118.28186 L 463.25354 74.174805"/>
+            <path id="path1190" fill="#000000" fill-rule="evenodd" stroke="none" d="M 462.87558 72.096069 L 461.968506 73.721252 L 462.799988 74.174805 L 463.140167 74.288208 L 463.518097 74.250366 L 463.820465 74.061401 L 464.085052 73.796875 L 464.160645 73.456665 L 464.122833 73.078735 L 463.971649 72.776367 L 463.669281 72.511841 L 462.87558 72.096069 Z"/>
+            <path id="path1191" fill="#000000" fill-rule="evenodd" stroke="none" d="M 462.308655 74.288208 L 464.160645 74.288208 L 464.160645 73.343323 L 464.122833 73.003174 L 463.896057 72.700806 L 463.593689 72.473999 L 463.25354 72.398438 L 462.87558 72.473999 L 462.573242 72.700806 L 462.384247 73.003174 L 462.308655 73.343323 L 462.308655 74.288208 Z"/>
+        </g>
+        <clipPath id="clipPath90">
+            <path d="M 420.960632 109.362183 C 420.582672 108.266113 419.600006 107.623596 418.806305 107.925964 C 418.012604 108.190552 417.672455 109.324402 418.088196 110.420471 C 418.466156 111.516541 419.448822 112.159058 420.242523 111.856689 C 421.036224 111.554321 421.376373 110.458252 420.960632 109.362183 L 420.960632 109.362183 Z"/>
+        </clipPath>
+        <g id="g89" clip-path="url(#clipPath90)"/>
+        <clipPath id="clipPath91">
+            <path d="M 420.960632 109.362183 L 420.960632 109.362183 C 421.376373 110.458252 421.036224 111.554321 420.242523 111.856689 C 419.448822 112.159058 418.466156 111.516541 418.088196 110.420471 C 417.672455 109.324402 418.012604 108.190552 418.806305 107.925964 C 419.600006 107.623596 420.582672 108.266113 420.960632 109.362183 Z"/>
+        </clipPath>
+        <g id="g90" clip-path="url(#clipPath91)">
+            <path id="path1192" fill="#339966" fill-rule="evenodd" stroke="none" d="M 424.664581 107.888184 C 424.664581 109.513367 424.24881 111.138611 423.49292 112.536987 C 422.774811 113.973206 421.678741 115.144897 420.393707 115.976379 C 419.108673 116.770081 417.634644 117.223633 416.160645 117.223633 C 414.686615 117.223633 413.212585 116.770081 411.927551 115.976379 C 410.642517 115.144897 409.546448 113.973206 408.828339 112.536987 C 408.072449 111.138611 407.656708 109.513367 407.656708 107.888184 C 407.656708 106.263 408.072449 104.637817 408.828339 103.201599 C 409.546448 101.803162 410.642517 100.63147 411.927551 99.799988 C 413.212585 98.968506 414.686615 98.552734 416.160645 98.552734 C 417.634644 98.552734 419.108673 98.968506 420.393707 99.799988 C 421.678741 100.63147 422.774811 101.803162 423.49292 103.201599 C 424.24881 104.637817 424.664581 106.263 424.664581 107.888184 L 424.664581 107.888184 Z"/>
+            <path id="path1193" fill="#339966" fill-rule="evenodd" stroke="none" d="M 420.847229 107.888184 C 420.847229 108.795288 420.658264 109.664551 420.242523 110.458252 C 419.826782 111.251953 419.222046 111.89447 418.503937 112.348022 C 417.785828 112.801575 416.992126 113.066162 416.160645 113.066162 C 415.329132 113.066162 414.535431 112.801575 413.817322 112.348022 C 413.099213 111.89447 412.494476 111.251953 412.078735 110.458252 C 411.662994 109.664551 411.47403 108.795288 411.47403 107.888184 C 411.47403 106.981079 411.662994 106.074036 412.078735 105.280334 C 412.494476 104.524414 413.099213 103.844116 413.817322 103.390564 C 414.535431 102.937012 415.329132 102.710266 416.160645 102.710266 C 416.992126 102.710266 417.785828 102.937012 418.503937 103.390564 C 419.222046 103.844116 419.826782 104.524414 420.242523 105.280334 C 420.658264 106.074036 420.847229 106.981079 420.847229 107.888184 L 420.847229 107.888184 Z"/>
+            <path id="path1194" fill="#77bb99" fill-rule="evenodd" stroke="none" d="M 419.297638 107.888184 C 419.297638 108.49292 419.146454 109.097656 418.881897 109.588989 C 418.61731 110.118103 418.201569 110.571655 417.710236 110.874023 C 417.256683 111.176392 416.72757 111.327576 416.160645 111.327576 C 415.593689 111.327576 415.064575 111.176392 414.611023 110.874023 C 414.11969 110.571655 413.703949 110.118103 413.439362 109.588989 C 413.174805 109.097656 413.023621 108.49292 413.023621 107.888184 C 413.023621 107.283447 413.174805 106.678711 413.439362 106.149597 C 413.703949 105.620483 414.11969 105.204712 414.611023 104.902344 C 415.064575 104.599976 415.593689 104.448792 416.160645 104.448792 C 416.72757 104.448792 417.256683 104.599976 417.710236 104.902344 C 418.201569 105.204712 418.61731 105.620483 418.881897 106.149597 C 419.146454 106.678711 419.297638 107.283447 419.297638 107.888184 L 419.297638 107.888184 Z"/>
+            <path id="path1195" fill="#bbddcc" fill-rule="evenodd" stroke="none" d="M 417.710236 107.888184 C 417.710236 108.190552 417.672455 108.49292 417.521271 108.757507 C 417.370087 109.022034 417.181091 109.210999 416.954346 109.362183 C 416.689758 109.513367 416.425201 109.588989 416.160645 109.588989 C 415.896057 109.588989 415.6315 109.513367 415.366943 109.362183 C 415.140167 109.210999 414.951172 109.022034 414.799988 108.757507 C 414.648804 108.49292 414.611023 108.190552 414.611023 107.888184 C 414.611023 107.585815 414.648804 107.283447 414.799988 107.018921 C 414.951172 106.754333 415.140167 106.527588 415.366943 106.376404 C 415.6315 106.22522 415.896057 106.149597 416.160645 106.149597 C 416.425201 106.149597 416.689758 106.22522 416.954346 106.376404 C 417.181091 106.527588 417.370087 106.754333 417.521271 107.018921 C 417.672455 107.283447 417.710236 107.585815 417.710236 107.888184 L 417.710236 107.888184 Z"/>
+        </g>
+        <clipPath id="clipPath92">
+            <path d="M 420.960632 109.362183 C 420.582672 108.266113 419.600006 107.623596 418.806305 107.925964 C 418.012604 108.190552 417.672455 109.324402 418.088196 110.420471 C 418.466156 111.516541 419.448822 112.159058 420.242523 111.856689 C 421.036224 111.554321 421.376373 110.458252 420.960632 109.362183 L 420.960632 109.362183 Z"/>
+        </clipPath>
+        <g id="g91" clip-path="url(#clipPath92)"/>
+        <clipPath id="clipPath93">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g92" clip-path="url(#clipPath93)">
+            <path id="path1196" fill="none" stroke="#000000" stroke-width="0.453543" stroke-linejoin="round" d="M 420.960632 109.362183 C 420.582672 108.266113 419.600006 107.623596 418.806305 107.925964 C 418.012604 108.190552 417.672455 109.324402 418.088196 110.420471 C 418.466156 111.516541 419.448822 112.159058 420.242523 111.856689 C 421.036224 111.554321 421.376373 110.458252 420.960632 109.362183 L 420.960632 109.362183 Z"/>
+            <path id="path1197" fill="none" stroke="#000000" stroke-width="0.755906" stroke-linejoin="round" d="M 413.779541 117.337036 C 417.785828 120.549622 422.01889 122.74176 426.818909 124.026794"/>
+            <path id="path1198" fill="#000000" fill-rule="evenodd" stroke="none" d="M 413.590546 117.677185 L 414.044098 117.072449 L 413.779541 116.845642 L 413.628357 116.770081 L 413.477173 116.770081 L 413.36377 116.807861 L 413.250397 116.883484 L 413.174805 117.034668 L 413.174805 117.185852 L 413.212585 117.299194 L 413.288177 117.412598 L 413.590546 117.677185 Z"/>
+            <path id="path1199" fill="#000000" fill-rule="evenodd" stroke="none" d="M 426.856689 123.648804 L 426.667725 124.366943 L 427.007874 124.480286 L 427.159058 124.480286 L 427.310242 124.442505 L 427.423615 124.329163 L 427.461426 124.215759 L 427.499207 124.064575 L 427.423615 123.913391 L 427.348022 123.799988 L 427.196838 123.762207 L 426.856689 123.648804 Z"/>
+            <path id="path1200" fill="none" stroke="#000000" stroke-width="0.755906" stroke-linejoin="round" d="M 413.779541 120.058289 C 417.785828 123.270874 422.01889 125.463013 426.818909 126.748047"/>
+            <path id="path1201" fill="#000000" fill-rule="evenodd" stroke="none" d="M 413.590546 120.398438 L 414.044098 119.793701 L 413.779541 119.566956 L 413.628357 119.491333 L 413.477173 119.491333 L 413.36377 119.529114 L 413.250397 119.642517 L 413.174805 119.75592 L 413.174805 119.907104 L 413.212585 120.058289 L 413.288177 120.171631 L 413.590546 120.398438 Z"/>
+            <path id="path1202" fill="#000000" fill-rule="evenodd" stroke="none" d="M 426.856689 126.370056 L 426.667725 127.125977 L 427.007874 127.201599 L 427.159058 127.201599 L 427.310242 127.163757 L 427.423615 127.088196 L 427.461426 126.937012 L 427.499207 126.785828 L 427.423615 126.672424 L 427.348022 126.559082 L 427.196838 126.483459 L 426.856689 126.370056 Z"/>
+            <path id="path1203" fill="none" stroke="#000000" stroke-width="0.755906" stroke-linejoin="round" d="M 413.779541 122.779541 C 417.785828 126.029907 422.01889 128.184265 426.818909 129.50708"/>
+            <path id="path1204" fill="#000000" fill-rule="evenodd" stroke="none" d="M 413.590546 123.11969 L 414.044098 122.552734 L 413.779541 122.288208 L 413.628357 122.250366 L 413.477173 122.212585 L 413.36377 122.250366 L 413.250397 122.36377 L 413.174805 122.477173 L 413.174805 122.628357 L 413.212585 122.779541 L 413.288177 122.892883 L 413.590546 123.11969 Z"/>
+            <path id="path1205" fill="#000000" fill-rule="evenodd" stroke="none" d="M 426.856689 129.12915 L 426.667725 129.847229 L 427.007874 129.922852 L 427.159058 129.922852 L 427.310242 129.88501 L 427.423615 129.809448 L 427.461426 129.658264 L 427.499207 129.50708 L 427.423615 129.393677 L 427.348022 129.280334 L 427.196838 129.204712 L 426.856689 129.12915 Z"/>
+            <path id="path1206" fill="#000000" fill-rule="evenodd" stroke="none" d="M 413.477173 90.011047 C 417.370087 93.261414 422.01889 95.642517 427.045654 96.965332 C 427.423615 96.889771 427.650391 96.549622 427.574799 96.209473 C 427.537018 95.944885 427.310242 95.75592 427.045654 95.71814 C 422.132294 94.433044 417.559052 92.127563 413.74173 88.914978 C 413.552765 88.763794 413.288177 88.763794 413.099213 88.952759 C 413.023621 89.02832 412.98584 89.179504 412.98584 89.292908 C 413.023621 89.595276 413.212585 89.859863 413.477173 90.011047 L 413.477173 90.011047 Z"/>
+            <path id="path1207" fill="none" stroke="#000000" stroke-width="0.453543" stroke-linejoin="round" d="M 413.477173 90.011047 C 417.370087 93.261414 422.01889 95.642517 427.045654 96.965332 C 427.423615 96.889771 427.650391 96.549622 427.574799 96.209473 C 427.537018 95.944885 427.310242 95.75592 427.045654 95.71814 C 422.132294 94.433044 417.559052 92.127563 413.74173 88.914978 C 413.552765 88.763794 413.288177 88.763794 413.099213 88.952759 C 413.023621 89.02832 412.98584 89.179504 412.98584 89.292908 C 413.023621 89.595276 413.212585 89.859863 413.477173 90.011047 L 413.477173 90.011047 Z"/>
+        </g>
+        <clipPath id="clipPath94">
+            <path d="M 421.489776 95.340149 C 420.658264 92.996826 418.881897 92.089783 417.407867 93.299194 C 416.954346 94.168518 418.050385 95.113403 419.826782 95.340149 C 420.355896 95.37793 420.960632 95.37793 421.489776 95.340149 L 421.489776 95.340149 Z"/>
+        </clipPath>
+        <g id="g93" clip-path="url(#clipPath94)"/>
+        <clipPath id="clipPath95">
+            <path d="M 417.407867 93.299194 C 418.881897 92.089783 420.658264 92.996826 421.489776 95.340149 C 420.960632 95.37793 420.355896 95.37793 419.826782 95.340149 C 418.050385 95.113403 416.954346 94.168518 417.407867 93.299194 Z"/>
+        </clipPath>
+        <g id="g94" clip-path="url(#clipPath95)">
+            <path id="path1208" fill="#e7e4cd" fill-rule="evenodd" stroke="none" d="M 430.976379 96.322815 C 430.976379 97.418884 430.560638 98.514954 429.842529 99.459839 C 429.086609 100.442505 427.99054 101.236206 426.705505 101.803162 C 425.38269 102.332275 423.908661 102.634644 422.434631 102.634644 C 420.922821 102.634644 419.448822 102.332275 418.125977 101.803162 C 416.840942 101.236206 415.782684 100.442505 415.026764 99.459839 C 414.270874 98.514954 413.855133 97.418884 413.855133 96.322815 C 413.855133 95.188965 414.270874 94.092896 415.026764 93.14801 C 415.782684 92.165344 416.840942 91.371643 418.125977 90.842529 C 419.448822 90.275574 420.922821 89.973206 422.434631 89.973206 C 423.908661 89.973206 425.38269 90.275574 426.705505 90.842529 C 427.99054 91.371643 429.086609 92.165344 429.842529 93.14801 C 430.560638 94.092896 430.976379 95.188965 430.976379 96.322815 L 430.976379 96.322815 Z"/>
+            <path id="path1209" fill="#e7e4cd" fill-rule="evenodd" stroke="none" d="M 426.667725 96.322815 C 426.667725 96.85199 426.440948 97.381104 426.1008 97.872437 C 425.722839 98.36377 425.193695 98.74176 424.551178 99.006287 C 423.908661 99.308655 423.152771 99.459839 422.434631 99.459839 C 421.678741 99.459839 420.960632 99.308655 420.318115 99.006287 C 419.675598 98.74176 419.108673 98.36377 418.768494 97.872437 C 418.390564 97.381104 418.201569 96.85199 418.201569 96.322815 C 418.201569 95.75592 418.390564 95.226746 418.768494 94.735413 C 419.108673 94.28186 419.675598 93.86615 420.318115 93.601563 C 420.960632 93.337036 421.678741 93.185852 422.434631 93.185852 C 423.152771 93.185852 423.908661 93.337036 424.551178 93.601563 C 425.193695 93.86615 425.722839 94.28186 426.1008 94.735413 C 426.440948 95.226746 426.667725 95.75592 426.667725 96.322815 L 426.667725 96.322815 Z"/>
+            <path id="path1210" fill="#efedde" fill-rule="evenodd" stroke="none" d="M 425.231506 96.322815 C 425.231506 96.662964 425.118103 97.040955 424.853546 97.343323 C 424.62677 97.683472 424.24881 97.948059 423.833069 98.099182 C 423.417328 98.288208 422.925995 98.40155 422.434631 98.40155 C 421.905518 98.40155 421.451965 98.288208 420.998413 98.099182 C 420.582672 97.948059 420.204712 97.683472 419.977966 97.343323 C 419.713379 97.040955 419.600006 96.662964 419.600006 96.322815 C 419.600006 95.944885 419.713379 95.566956 419.977966 95.264587 C 420.204712 94.962219 420.582672 94.697632 420.998413 94.508667 C 421.451965 94.319702 421.905518 94.206299 422.434631 94.206299 C 422.925995 94.206299 423.417328 94.319702 423.833069 94.508667 C 424.24881 94.697632 424.62677 94.962219 424.853546 95.264587 C 425.118103 95.566956 425.231506 95.944885 425.231506 96.322815 L 425.231506 96.322815 Z"/>
+            <path id="path1211" fill="#f7f6ee" fill-rule="evenodd" stroke="none" d="M 423.833069 96.322815 C 423.833069 96.473999 423.757477 96.662964 423.644104 96.814148 C 423.530701 97.003174 423.341736 97.116516 423.11496 97.229919 C 422.925995 97.305542 422.661407 97.343323 422.434631 97.343323 C 422.170074 97.343323 421.943298 97.305542 421.716522 97.229919 C 421.489777 97.116516 421.338593 97.003174 421.187408 96.814148 C 421.074005 96.662964 420.998413 96.473999 420.998413 96.322815 C 420.998413 96.13385 421.074005 95.944885 421.187408 95.793701 C 421.338593 95.642517 421.489777 95.491333 421.716522 95.415771 C 421.943298 95.302368 422.170074 95.264587 422.434631 95.264587 C 422.661407 95.264587 422.925995 95.302368 423.11496 95.415771 C 423.341736 95.491333 423.530701 95.642517 423.644104 95.793701 C 423.757477 95.944885 423.833069 96.13385 423.833069 96.322815 L 423.833069 96.322815 Z"/>
+        </g>
+        <clipPath id="clipPath96">
+            <path d="M 421.489776 95.340149 C 420.658264 92.996826 418.881897 92.089783 417.407867 93.299194 C 416.954346 94.168518 418.050385 95.113403 419.826782 95.340149 C 420.355896 95.37793 420.960632 95.37793 421.489776 95.340149 L 421.489776 95.340149 Z"/>
+        </clipPath>
+        <g id="g95" clip-path="url(#clipPath96)"/>
+        <clipPath id="clipPath97">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g96" clip-path="url(#clipPath97)">
+            <path id="path1212" fill="none" stroke="#ffffff" stroke-width="0.151181" stroke-linejoin="round" d="M 421.489777 95.340149 C 420.658264 92.996826 418.881897 92.089783 417.407867 93.299194 C 416.954346 94.168518 418.050385 95.113403 419.826782 95.340149 C 420.355896 95.37793 420.960632 95.37793 421.489777 95.340149 L 421.489777 95.340149 Z"/>
+        </g>
+        <clipPath id="clipPath98">
+            <path d="M 413.514954 93.714966 L 413.514954 97.2677 C 417.483459 100.480286 422.094482 102.861389 427.121246 104.259827 L 427.121246 100.707092 C 422.132294 99.270874 417.483459 96.889771 413.514954 93.714966 L 413.514954 93.714966 Z"/>
+        </clipPath>
+        <g id="g97" clip-path="url(#clipPath98)"/>
+        <clipPath id="clipPath99">
+            <path d="M 413.514954 93.714966 L 413.514954 93.714966 C 417.483459 96.889771 422.132294 99.270874 427.121246 100.707092 L 427.121246 104.259827 C 422.094482 102.861389 417.483459 100.480286 413.514954 97.2677 L 413.514954 93.714966 Z"/>
+        </clipPath>
+        <g id="g98" clip-path="url(#clipPath99)"/>
+        <clipPath id="clipPath100">
+            <path d="M 413.514954 93.714966 L 413.514954 97.2677 C 417.483459 100.480286 422.094482 102.861389 427.121246 104.259827 L 427.121246 100.707092 C 422.132294 99.270874 417.483459 96.889771 413.514954 93.714966 L 413.514954 93.714966 Z"/>
+        </clipPath>
+        <g id="g99" clip-path="url(#clipPath100)"/>
+        <clipPath id="clipPath101">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g100" clip-path="url(#clipPath101)">
+            <path id="path1213" fill="#000000" fill-rule="evenodd" stroke="none" d="M 413.514954 95.302368 C 417.407867 98.590576 422.056702 100.97168 427.121246 102.294495 L 427.121246 102.294495 L 427.121246 101.38739 C 422.094482 99.988953 417.483459 97.607849 413.514954 94.433044 L 413.514954 94.433044 L 413.514954 95.302368 L 413.514954 95.302368 Z"/>
+            <path id="path1214" fill="none" stroke="#ffffff" stroke-width="0.453543" stroke-linejoin="round" d="M 413.514954 93.86615 L 413.514954 97.192139 C 417.483459 100.404724 421.98111 102.748047 426.932281 104.146484"/>
+            <path id="path1215" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 413.288177 93.86615 L 413.74173 93.86615 L 413.74173 93.639343 L 413.74173 93.563782 L 413.703949 93.488159 L 413.628357 93.450378 L 413.514954 93.450378 L 413.439362 93.450378 L 413.36377 93.488159 L 413.325989 93.563782 L 413.288177 93.639343 L 413.288177 93.86615 Z"/>
+            <path id="path1216" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 426.970093 103.919678 L 426.818909 104.335449 L 427.045654 104.411011 L 427.121246 104.411011 L 427.23465 104.37323 L 427.27243 104.335449 L 427.348022 104.259827 L 427.348022 104.146484 L 427.310242 104.070862 L 427.23465 103.9953 L 427.159058 103.957458 L 426.970093 103.919678 Z"/>
+            <path id="path1217" fill="none" stroke="#000000" stroke-width="0.453543" stroke-linejoin="round" d="M 427.121246 104.108643 L 427.121246 100.744873 C 422.132294 99.346436 417.596863 97.003174 413.666138 93.903931"/>
+            <path id="path1218" fill="#000000" fill-rule="evenodd" stroke="none" d="M 427.348022 104.108643 L 426.894501 104.108643 L 426.894501 104.335449 L 426.894501 104.411011 L 426.970093 104.486633 L 427.045654 104.524414 L 427.121246 104.524414 L 427.196838 104.524414 L 427.27243 104.486633 L 427.310242 104.411011 L 427.348022 104.335449 L 427.348022 104.108643 Z"/>
+            <path id="path1219" fill="#000000" fill-rule="evenodd" stroke="none" d="M 413.552765 94.092896 L 413.855133 93.752747 L 413.666138 93.601563 L 413.590546 93.563782 L 413.514954 93.563782 L 413.439362 93.601563 L 413.36377 93.639343 L 413.325989 93.714966 L 413.325989 93.790527 L 413.325989 93.903931 L 413.401581 93.941711 L 413.552765 94.092896 Z"/>
+            <text id="Cloud" xml:space="preserve" x="459" y="168" font-family="Helvetica" font-size="14.966929" fill="#000000">Cloud</text>
+            <text id="Service-" xml:space="preserve" x="497" y="168" font-family="Helvetica" font-size="14.966929" fill="#000000">Service</text>
+            <text id="Platform" xml:space="preserve" x="473" y="186" font-family="Helvetica" font-size="14.966929" fill="#000000">Platform</text>
+            <path id="path1220" fill="none" stroke="#ea700d" stroke-width="1.851969" stroke-dasharray="7.407874 3.703937" stroke-dashoffset="0" d="M 634.730713 223.9953 L 590.661438 223.9953 L 590.661438 104.297607 L 436.759064 104.297607 L 436.759064 100.064575"/>
+            <path id="path1221" fill="#ea700d" fill-rule="evenodd" stroke="none" d="M 634.61731 223.088196 L 634.61731 224.940186 L 635.524414 224.940186 L 635.902344 224.864563 L 636.204712 224.675598 L 636.393677 224.37323 L 636.469299 223.9953 L 636.393677 223.65509 L 636.204712 223.352783 L 635.902344 223.125977 L 635.524414 223.088196 L 634.61731 223.088196 Z"/>
+            <path id="path1222" fill="#ea700d" fill-rule="evenodd" stroke="none" d="M 435.814178 100.177979 L 437.703949 100.177979 L 437.703949 99.233093 L 437.628357 98.892883 L 437.401581 98.590576 L 437.099213 98.36377 L 436.759064 98.288208 L 436.381104 98.36377 L 436.078735 98.590576 L 435.889771 98.892883 L 435.814178 99.233093 L 435.814178 100.177979 Z"/>
+            <text id="Smartphone-" xml:space="preserve" x="611" y="273" font-family="Helvetica" font-size="14.966929" fill="#000000">Smartphone</text>
+            <text id="With-embedded-" xml:space="preserve" x="599" y="291" font-family="Helvetica" font-size="14.966929" fill="#000000">With embedded</text>
+            <text id="application-" xml:space="preserve" x="614" y="309" font-family="Helvetica" font-size="14.966929" fill="#000000">application</text>
+            <text id="acting-as-a-" xml:space="preserve" x="616" y="327" font-family="Helvetica" font-size="14.966929" fill="#000000">acting as a</text>
+            <text id="remote-light-" xml:space="preserve" x="611" y="345" font-family="Helvetica" font-size="14.966929" fill="#000000">remote light</text>
+            <text id="controller" xml:space="preserve" x="618" y="363" font-family="Helvetica" font-size="14.966929" fill="#000000">controller</text>
+            <path id="path1223" fill="#9dbb61" fill-rule="evenodd" stroke="none" d="M 293.136993 159.251953 C 291.51181 140.429932 278.737 125.727539 263.01416 125.727539 C 258.554321 125.727539 254.35907 126.974792 250.541718 129.091309 C 243.13385 110.609436 227.826782 97.040955 199.102356 98.137024 C 161.798431 99.573242 117.615753 122.023621 108.733856 161.897644 C 98.113388 164.618896 91.272446 172.291321 87.190552 182.571655 C 85.527557 182.34491 83.864563 182.231506 82.125992 182.231506 C 57.559052 182.231506 38.699211 206.193726 37.603149 235.711792 C 36.204727 273.922821 57.559052 289.229919 82.125992 289.229919 C 85.640945 289.229919 89.042526 288.700775 92.292908 287.793701 C 97.433075 292.215759 104.085037 294.974792 111.379532 294.974792 C 118.107086 294.974792 124.305511 292.6315 129.256699 288.738586 C 138.705505 310.24408 158.170074 325.399994 180.582672 323.623627 C 204.166931 321.809448 218.340149 315.081879 226.692902 304.688202 C 227.222046 304.61261 227.713379 304.61261 228.242523 304.537018 C 254.623627 300.001587 266.226776 290.855133 269.968506 275.812592 C 270.648804 275.812592 271.366943 275.850403 272.047241 275.850403 C 306.289764 275.850403 333.993713 262.470856 333.993713 215.642517 C 333.993713 189.639343 316.910248 167.680298 293.136993 159.251953 L 293.136993 159.251953 Z"/>
+            <path id="path1224" fill="none" stroke="#000000" stroke-width="0.944882" stroke-linejoin="round" d="M 293.136993 159.251953 C 291.51181 140.429932 278.737 125.727539 263.01416 125.727539 C 258.554321 125.727539 254.35907 126.974792 250.541718 129.091309 C 243.13385 110.609436 227.826782 97.040955 199.102356 98.137024 C 161.798431 99.573242 117.615753 122.023621 108.733856 161.897644 C 98.113388 164.618896 91.272446 172.291321 87.190552 182.571655 C 85.527557 182.34491 83.864563 182.231506 82.125992 182.231506 C 57.559052 182.231506 38.699211 206.193726 37.603149 235.711792 C 36.204727 273.922821 57.559052 289.229919 82.125992 289.229919 C 85.640945 289.229919 89.042526 288.700775 92.292908 287.793701 C 97.433075 292.215759 104.085037 294.974792 111.379532 294.974792 C 118.107086 294.974792 124.305511 292.6315 129.256699 288.738586 C 138.705505 310.24408 158.170074 325.399994 180.582672 323.623627 C 204.166931 321.809448 218.340149 315.081879 226.692902 304.688202 C 227.222046 304.61261 227.713379 304.61261 228.242523 304.537018 C 254.623627 300.001587 266.226776 290.855133 269.968506 275.812592 C 270.648804 275.812592 271.366943 275.850403 272.047241 275.850403 C 306.289764 275.850403 333.993713 262.470856 333.993713 215.642517 C 333.993713 189.639343 316.910248 167.680298 293.136993 159.251953 Z"/>
+        </g>
+        <clipPath id="clipPath102">
+            <path d="M 137.798431 136.536987 L 163.537003 136.536987 L 163.537003 176.297607 L 137.798431 176.297607 L 137.798431 136.536987 Z"/>
+        </clipPath>
+        <g id="g101" clip-path="url(#clipPath102)">
+            <path id="path1225" fill="#666666" fill-rule="evenodd" stroke="none" d="M 145.281891 172.97168 L 148.494492 175.730713 C 148.494492 175.730713 149.363785 176.070862 150.422043 176.033081 C 151.555908 175.957458 152.160629 175.768494 152.122833 175.806274 L 155.751175 172.97168 L 145.281891 172.97168 L 145.281891 172.97168 L 145.281891 172.97168 Z"/>
+            <path id="path1226" fill="none" stroke="#3f3f3f" stroke-width="0.529134" d="M 145.281891 172.97168 L 148.494492 175.730713 C 148.494492 175.730713 149.363785 176.070862 150.422043 176.033081 C 151.555908 175.957458 152.160629 175.768494 152.122833 175.806274 L 155.751175 172.97168 L 145.281891 172.97168 L 145.281891 172.97168 Z"/>
+        </g>
+        <clipPath id="clipPath103">
+            <path d="M 156.242523 172.896057 C 156.242523 172.896057 154.125992 173.916565 150.573227 173.916565 C 146.755905 173.916565 144.790558 172.896057 144.790558 172.896057 L 144.790558 167.604736 C 144.790558 167.604736 147.70079 168.360657 150.308655 168.436218 C 152.916534 168.549622 156.242523 167.604736 156.242523 167.604736 L 156.242523 172.896057 L 156.242523 172.896057 Z"/>
+        </clipPath>
+        <g id="g102" clip-path="url(#clipPath103)"/>
+        <clipPath id="clipPath104">
+            <path d="M 156.242523 172.896057 C 156.242523 172.896057 154.125992 173.916565 150.573227 173.916565 C 146.755905 173.916565 144.790558 172.896057 144.790558 172.896057 L 144.790558 167.604736 C 144.790558 167.604736 147.70079 168.360657 150.308655 168.436218 C 152.916534 168.549622 156.242523 167.604736 156.242523 167.604736 L 156.242523 172.896057 L 156.242523 172.896057 Z"/>
+        </clipPath>
+        <g id="g103" clip-path="url(#clipPath104)">
+            <path id="path1227" fill="#666666" fill-rule="evenodd" stroke="none" d="M 130.730713 167.075562 L 134.283463 167.075562 L 134.283463 174.445679 L 130.730713 174.445679 L 130.730713 167.075562 Z"/>
+            <path id="path1228" fill="#6b6b6b" fill-rule="evenodd" stroke="none" d="M 132.280319 167.075562 L 135.870865 167.075562 L 135.870865 174.445679 L 132.280319 174.445679 L 132.280319 167.075562 Z"/>
+            <path id="path1229" fill="#707070" fill-rule="evenodd" stroke="none" d="M 133.867722 167.075562 L 137.420471 167.075562 L 137.420471 174.445679 L 133.867722 174.445679 L 133.867722 167.075562 Z"/>
+            <path id="path1230" fill="#747474" fill-rule="evenodd" stroke="none" d="M 135.417328 167.075562 L 139.007874 167.075562 L 139.007874 174.445679 L 135.417328 174.445679 L 135.417328 167.075562 Z"/>
+            <path id="path1231" fill="#797979" fill-rule="evenodd" stroke="none" d="M 137.00473 167.075562 L 140.55748 167.075562 L 140.55748 174.445679 L 137.00473 174.445679 L 137.00473 167.075562 Z"/>
+            <path id="path1232" fill="#7e7e7e" fill-rule="evenodd" stroke="none" d="M 138.554337 167.075562 L 142.144882 167.075562 L 142.144882 174.445679 L 138.554337 174.445679 L 138.554337 167.075562 Z"/>
+            <path id="path1233" fill="#838383" fill-rule="evenodd" stroke="none" d="M 140.141739 167.075562 L 143.694489 167.075562 L 143.694489 174.445679 L 140.141739 174.445679 L 140.141739 167.075562 Z"/>
+            <path id="path1234" fill="#878787" fill-rule="evenodd" stroke="none" d="M 141.691345 167.075562 L 145.244095 167.075562 L 145.244095 174.445679 L 141.691345 174.445679 L 141.691345 167.075562 Z"/>
+            <path id="path1235" fill="#666666" fill-rule="evenodd" stroke="none" d="M 143.278748 167.075562 L 146.831497 167.075562 L 146.831497 174.445679 L 143.278748 174.445679 L 143.278748 167.075562 Z"/>
+            <path id="path1236" fill="#6b6b6b" fill-rule="evenodd" stroke="none" d="M 144.828354 167.075562 L 148.381104 167.075562 L 148.381104 174.445679 L 144.828354 174.445679 L 144.828354 167.075562 Z"/>
+            <path id="path1237" fill="#707070" fill-rule="evenodd" stroke="none" d="M 146.37796 167.075562 L 149.968506 167.075562 L 149.968506 174.445679 L 146.37796 174.445679 L 146.37796 167.075562 Z"/>
+            <path id="path1238" fill="#747474" fill-rule="evenodd" stroke="none" d="M 147.965347 167.075562 L 151.518112 167.075562 L 151.518112 174.445679 L 147.965347 174.445679 L 147.965347 167.075562 Z"/>
+            <path id="path1239" fill="#797979" fill-rule="evenodd" stroke="none" d="M 149.514954 167.075562 L 153.105515 167.075562 L 153.105515 174.445679 L 149.514954 174.445679 L 149.514954 167.075562 Z"/>
+            <path id="path1240" fill="#7e7e7e" fill-rule="evenodd" stroke="none" d="M 151.102356 167.075562 L 154.655121 167.075562 L 154.655121 174.445679 L 151.102356 174.445679 L 151.102356 167.075562 Z"/>
+            <path id="path1241" fill="#838383" fill-rule="evenodd" stroke="none" d="M 152.651962 167.075562 L 156.242523 167.075562 L 156.242523 174.445679 L 152.651962 174.445679 L 152.651962 167.075562 Z"/>
+            <path id="path1242" fill="#878787" fill-rule="evenodd" stroke="none" d="M 154.239365 167.075562 L 157.79213 167.075562 L 157.79213 174.445679 L 154.239365 174.445679 L 154.239365 167.075562 Z"/>
+        </g>
+        <clipPath id="clipPath105">
+            <path d="M 156.242523 172.896057 C 156.242523 172.896057 154.125992 173.916565 150.573227 173.916565 C 146.755905 173.916565 144.790558 172.896057 144.790558 172.896057 L 144.790558 167.604736 C 144.790558 167.604736 147.70079 168.360657 150.308655 168.436218 C 152.916534 168.549622 156.242523 167.604736 156.242523 167.604736 L 156.242523 172.896057 L 156.242523 172.896057 Z"/>
+        </clipPath>
+        <g id="g104" clip-path="url(#clipPath105)"/>
+        <clipPath id="clipPath106">
+            <path d="M 137.798431 136.536987 L 163.537003 136.536987 L 163.537003 176.297607 L 137.798431 176.297607 L 137.798431 136.536987 Z"/>
+        </clipPath>
+        <g id="g105" clip-path="url(#clipPath106)">
+            <path id="path1243" fill="none" stroke="#3f3f3f" stroke-width="0.529134" d="M 156.242523 172.896057 C 156.242523 172.896057 154.125992 173.916565 150.573227 173.916565 C 146.755905 173.916565 144.790558 172.896057 144.790558 172.896057 L 144.790558 167.604736 C 144.790558 167.604736 147.70079 168.360657 150.308655 168.436218 C 152.916534 168.549622 156.242523 167.604736 156.242523 167.604736 L 156.242523 172.896057 Z"/>
+            <path id="path1244" fill="#3f3f3f" fill-rule="evenodd" stroke="none" d="M 156.242523 172.896057 L 156.204727 172.820496 C 156.204727 172.820496 156.204727 172.820496 156.204727 172.858276 C 155.940155 172.933838 153.899216 173.803162 150.573227 173.803162 C 148.683472 173.803162 147.247238 173.576355 146.264572 173.311829 C 145.81102 173.198425 145.433075 173.085022 145.206299 172.97168 C 145.092911 172.933838 144.979523 172.896057 144.941727 172.896057 C 144.903931 172.858276 144.866135 172.858276 144.866135 172.858276 L 144.828354 172.820496 L 144.790558 172.896057 L 144.903931 172.896057 L 144.903931 167.604736 L 144.790558 167.604736 L 144.790558 167.71814 C 144.790558 167.71814 147.70079 168.436218 150.308655 168.549622 C 150.422043 168.549622 150.535431 168.549622 150.648819 168.549622 C 153.218903 168.549622 156.242523 167.71814 156.280319 167.71814 L 156.242523 167.604736 L 156.166931 167.604736 L 156.166931 172.896057 L 156.242523 172.896057 L 156.204727 172.820496 L 156.242523 172.896057 L 156.318115 172.896057 L 156.318115 167.529114 L 156.204727 167.529114 C 156.204727 167.529114 156.166931 167.566956 156.091339 167.566956 C 155.486618 167.71814 152.878738 168.360657 150.648819 168.360657 C 150.535431 168.360657 150.422043 168.360657 150.308655 168.360657 C 149.023621 168.322815 147.662994 168.13385 146.604721 167.907104 C 146.075592 167.831482 145.62204 167.71814 145.319687 167.642517 C 145.168503 167.642517 145.055115 167.604736 144.941727 167.566956 C 144.866135 167.566956 144.828354 167.529114 144.828354 167.529114 L 144.714966 167.529114 L 144.714966 172.97168 L 144.752762 172.97168 C 144.790558 172.97168 146.755905 173.992126 150.573227 173.992126 C 154.125992 173.992126 156.280319 172.97168 156.280319 172.97168 L 156.318115 172.97168 L 156.318115 172.896057 L 156.242523 172.896057 L 156.242523 172.896057 Z"/>
+        </g>
+        <clipPath id="clipPath107">
+            <path d="M 144.790558 169.456665 C 144.790558 169.456665 150.044098 171.11969 156.204727 168.473999 C 156.544876 168.322815 156.733856 169.229919 156.280319 169.418884 C 153.634643 170.439392 148.796845 171.384277 144.790558 170.36377 C 144.790558 170.36377 144.223618 169.948059 144.790558 169.456665 L 144.790558 169.456665 Z"/>
+        </clipPath>
+        <g id="g106" clip-path="url(#clipPath107)"/>
+        <clipPath id="clipPath108">
+            <path d="M 144.790558 169.456665 C 144.790558 169.456665 150.044098 171.11969 156.204727 168.473999 C 156.544876 168.322815 156.733856 169.229919 156.280319 169.418884 C 153.634643 170.439392 148.796845 171.384277 144.790558 170.36377 C 144.790558 170.36377 144.223618 169.948059 144.790558 169.456665 L 144.790558 169.456665 Z"/>
+        </clipPath>
+        <g id="g107" clip-path="url(#clipPath108)">
+            <path id="path1245" fill="#3f3f3f" fill-rule="evenodd" stroke="none" d="M 142.976379 167.907104 L 146.453537 167.907104 L 146.453537 171.346436 L 142.976379 171.346436 L 142.976379 167.907104 Z"/>
+            <path id="path1246" fill="#434343" fill-rule="evenodd" stroke="none" d="M 144.450394 167.907104 L 147.889771 167.907104 L 147.889771 171.346436 L 144.450394 171.346436 L 144.450394 167.907104 Z"/>
+            <path id="path1247" fill="#484848" fill-rule="evenodd" stroke="none" d="M 145.924408 167.907104 L 149.363785 167.907104 L 149.363785 171.346436 L 145.924408 171.346436 L 145.924408 167.907104 Z"/>
+            <path id="path1248" fill="#4c4c4c" fill-rule="evenodd" stroke="none" d="M 147.360626 167.907104 L 150.800003 167.907104 L 150.800003 171.346436 L 147.360626 171.346436 L 147.360626 167.907104 Z"/>
+            <path id="path1249" fill="#505050" fill-rule="evenodd" stroke="none" d="M 148.834641 167.907104 L 152.274017 167.907104 L 152.274017 171.346436 L 148.834641 171.346436 L 148.834641 167.907104 Z"/>
+            <path id="path1250" fill="#555555" fill-rule="evenodd" stroke="none" d="M 150.270859 167.907104 L 153.710236 167.907104 L 153.710236 171.346436 L 150.270859 171.346436 L 150.270859 167.907104 Z"/>
+            <path id="path1251" fill="#595959" fill-rule="evenodd" stroke="none" d="M 151.744888 167.907104 L 155.18425 167.907104 L 155.18425 171.346436 L 151.744888 171.346436 L 151.744888 167.907104 Z"/>
+            <path id="path1252" fill="#5d5d5d" fill-rule="evenodd" stroke="none" d="M 153.181107 167.907104 L 156.658264 167.907104 L 156.658264 171.346436 L 153.181107 171.346436 L 153.181107 167.907104 Z"/>
+            <path id="path1253" fill="#626262" fill-rule="evenodd" stroke="none" d="M 154.655121 167.907104 L 158.094482 167.907104 L 158.094482 171.346436 L 154.655121 171.346436 L 154.655121 167.907104 Z"/>
+        </g>
+        <clipPath id="clipPath109">
+            <path d="M 144.790558 169.456665 C 144.790558 169.456665 150.044098 171.11969 156.204727 168.473999 C 156.544876 168.322815 156.733856 169.229919 156.280319 169.418884 C 153.634643 170.439392 148.796845 171.384277 144.790558 170.36377 C 144.790558 170.36377 144.223618 169.948059 144.790558 169.456665 L 144.790558 169.456665 Z"/>
+        </clipPath>
+        <g id="g108" clip-path="url(#clipPath109)"/>
+        <clipPath id="clipPath110">
+            <path d="M 137.798431 136.536987 L 163.537003 136.536987 L 163.537003 176.297607 L 137.798431 176.297607 L 137.798431 136.536987 Z"/>
+        </clipPath>
+        <g id="g109" clip-path="url(#clipPath110)">
+            <path id="path1254" fill="none" stroke="#3f3f3f" stroke-width="0.264567" d="M 144.790558 169.456665 L 144.752762 169.532288 C 144.752762 169.532288 146.415741 170.061401 148.985825 170.061401 C 150.951187 170.061401 153.521255 169.721252 156.242523 168.549622 L 156.280319 168.549622 C 156.280319 168.549622 156.318115 168.549622 156.355911 168.549622 C 156.355911 168.587402 156.393707 168.662964 156.431503 168.700806 C 156.469284 168.776367 156.469284 168.85199 156.469284 168.965332 C 156.469284 169.040955 156.469284 169.116516 156.431503 169.192139 C 156.393707 169.2677 156.318115 169.305542 156.242523 169.343323 C 154.428345 170.061401 151.518112 170.703918 148.570084 170.703918 C 147.285034 170.703918 146 170.590576 144.790558 170.288208 L 144.790558 170.36377 L 144.828354 170.325989 L 144.828354 170.325989 C 144.828354 170.288208 144.752762 170.250366 144.714966 170.174805 C 144.67717 170.099182 144.639374 170.023621 144.639374 169.910217 C 144.639374 169.796875 144.67717 169.645691 144.828354 169.494507 L 144.790558 169.456665 L 144.752762 169.532288 L 144.790558 169.456665 L 144.714966 169.381104 C 144.525986 169.570068 144.450394 169.759033 144.450394 169.910217 C 144.450394 170.061401 144.525986 170.212585 144.601578 170.288208 C 144.67717 170.40155 144.714966 170.439392 144.752762 170.439392 L 144.752762 170.439392 L 144.752762 170.439392 C 146 170.74176 147.285034 170.892883 148.570084 170.892883 C 151.518112 170.892883 154.466141 170.212585 156.318115 169.494507 C 156.431503 169.456665 156.50708 169.381104 156.582672 169.2677 C 156.620468 169.154358 156.620468 169.040955 156.620468 168.965332 C 156.620468 168.814148 156.620468 168.662964 156.544876 168.587402 C 156.50708 168.511841 156.469284 168.473999 156.431503 168.436218 C 156.393707 168.398438 156.355911 168.360657 156.280319 168.360657 C 156.242523 168.360657 156.204727 168.398438 156.166931 168.398438 C 153.483459 169.570068 150.951187 169.872437 148.985825 169.872437 C 147.70079 169.872437 146.680313 169.759033 145.924408 169.607849 C 145.584259 169.570068 145.281891 169.494507 145.092911 169.456665 C 145.017319 169.418884 144.941727 169.381104 144.866135 169.381104 C 144.828354 169.381104 144.790558 169.381104 144.790558 169.381104 L 144.752762 169.343323 L 144.714966 169.381104 L 144.790558 169.456665 Z"/>
+        </g>
+        <clipPath id="clipPath111">
+            <path d="M 144.790558 171.422058 C 144.790558 171.422058 150.044098 173.122864 156.204727 170.439392 C 156.544876 170.325989 156.733856 171.233093 156.280319 171.384277 C 153.634643 172.442505 148.796845 173.349609 144.790558 172.366943 C 144.790558 172.366943 144.223618 171.951172 144.790558 171.422058 L 144.790558 171.422058 Z"/>
+        </clipPath>
+        <g id="g110" clip-path="url(#clipPath111)"/>
+        <clipPath id="clipPath112">
+            <path d="M 144.790558 171.422058 C 144.790558 171.422058 150.044098 173.122864 156.204727 170.439392 C 156.544876 170.325989 156.733856 171.233093 156.280319 171.384277 C 153.634643 172.442505 148.796845 173.349609 144.790558 172.366943 C 144.790558 172.366943 144.223618 171.951172 144.790558 171.422058 L 144.790558 171.422058 Z"/>
+        </clipPath>
+        <g id="g111" clip-path="url(#clipPath112)">
+            <path id="path1255" fill="#3f3f3f" fill-rule="evenodd" stroke="none" d="M 129.899216 169.910217 L 133.338577 169.910217 L 133.338577 173.311829 L 129.899216 173.311829 L 129.899216 169.910217 Z"/>
+            <path id="path1256" fill="#434343" fill-rule="evenodd" stroke="none" d="M 131.335434 169.910217 L 134.812592 169.910217 L 134.812592 173.311829 L 131.335434 173.311829 L 131.335434 169.910217 Z"/>
+            <path id="path1257" fill="#484848" fill-rule="evenodd" stroke="none" d="M 132.809448 169.910217 L 136.248825 169.910217 L 136.248825 173.311829 L 132.809448 173.311829 L 132.809448 169.910217 Z"/>
+            <path id="path1258" fill="#4c4c4c" fill-rule="evenodd" stroke="none" d="M 134.245667 169.910217 L 137.722839 169.910217 L 137.722839 173.311829 L 134.245667 173.311829 L 134.245667 169.910217 Z"/>
+            <path id="path1259" fill="#505050" fill-rule="evenodd" stroke="none" d="M 135.719681 169.910217 L 139.159058 169.910217 L 139.159058 173.311829 L 135.719681 173.311829 L 135.719681 169.910217 Z"/>
+            <path id="path1260" fill="#555555" fill-rule="evenodd" stroke="none" d="M 137.155899 169.910217 L 140.633072 169.910217 L 140.633072 173.311829 L 137.155899 173.311829 L 137.155899 169.910217 Z"/>
+            <path id="path1261" fill="#595959" fill-rule="evenodd" stroke="none" d="M 138.629929 169.910217 L 142.06929 169.910217 L 142.06929 173.311829 L 138.629929 173.311829 L 138.629929 169.910217 Z"/>
+            <path id="path1262" fill="#5d5d5d" fill-rule="evenodd" stroke="none" d="M 140.066147 169.910217 L 143.543304 169.910217 L 143.543304 173.311829 L 140.066147 173.311829 L 140.066147 169.910217 Z"/>
+            <path id="path1263" fill="#626262" fill-rule="evenodd" stroke="none" d="M 141.540161 169.910217 L 144.979523 169.910217 L 144.979523 173.311829 L 141.540161 173.311829 L 141.540161 169.910217 Z"/>
+            <path id="path1264" fill="#3f3f3f" fill-rule="evenodd" stroke="none" d="M 142.976379 169.910217 L 146.453537 169.910217 L 146.453537 173.311829 L 142.976379 173.311829 L 142.976379 169.910217 Z"/>
+            <path id="path1265" fill="#434343" fill-rule="evenodd" stroke="none" d="M 144.450394 169.910217 L 147.889771 169.910217 L 147.889771 173.311829 L 144.450394 173.311829 L 144.450394 169.910217 Z"/>
+            <path id="path1266" fill="#484848" fill-rule="evenodd" stroke="none" d="M 145.924408 169.910217 L 149.363785 169.910217 L 149.363785 173.311829 L 145.924408 173.311829 L 145.924408 169.910217 Z"/>
+            <path id="path1267" fill="#4c4c4c" fill-rule="evenodd" stroke="none" d="M 147.360626 169.910217 L 150.800003 169.910217 L 150.800003 173.311829 L 147.360626 173.311829 L 147.360626 169.910217 Z"/>
+            <path id="path1268" fill="#505050" fill-rule="evenodd" stroke="none" d="M 148.834641 169.910217 L 152.274017 169.910217 L 152.274017 173.311829 L 148.834641 173.311829 L 148.834641 169.910217 Z"/>
+            <path id="path1269" fill="#555555" fill-rule="evenodd" stroke="none" d="M 150.270859 169.910217 L 153.710236 169.910217 L 153.710236 173.311829 L 150.270859 173.311829 L 150.270859 169.910217 Z"/>
+            <path id="path1270" fill="#595959" fill-rule="evenodd" stroke="none" d="M 151.744888 169.910217 L 155.18425 169.910217 L 155.18425 173.311829 L 151.744888 173.311829 L 151.744888 169.910217 Z"/>
+            <path id="path1271" fill="#5d5d5d" fill-rule="evenodd" stroke="none" d="M 153.181107 169.910217 L 156.658264 169.910217 L 156.658264 173.311829 L 153.181107 173.311829 L 153.181107 169.910217 Z"/>
+            <path id="path1272" fill="#626262" fill-rule="evenodd" stroke="none" d="M 154.655121 169.910217 L 158.094482 169.910217 L 158.094482 173.311829 L 154.655121 173.311829 L 154.655121 169.910217 Z"/>
+        </g>
+        <clipPath id="clipPath113">
+            <path d="M 144.790558 171.422058 C 144.790558 171.422058 150.044098 173.122864 156.204727 170.439392 C 156.544876 170.325989 156.733856 171.233093 156.280319 171.384277 C 153.634643 172.442505 148.796845 173.349609 144.790558 172.366943 C 144.790558 172.366943 144.223618 171.951172 144.790558 171.422058 L 144.790558 171.422058 Z"/>
+        </clipPath>
+        <g id="g112" clip-path="url(#clipPath113)"/>
+        <clipPath id="clipPath114">
+            <path d="M 137.798431 136.536987 L 163.537003 136.536987 L 163.537003 176.297607 L 137.798431 176.297607 L 137.798431 136.536987 Z"/>
+        </clipPath>
+        <g id="g113" clip-path="url(#clipPath114)">
+            <path id="path1273" fill="none" stroke="#3f3f3f" stroke-width="0.264567" d="M 144.790558 171.422058 L 144.752762 171.49762 C 144.752762 171.49762 146.415741 172.026794 148.985825 172.026794 C 150.951187 172.026794 153.521255 171.724426 156.242523 170.552734 L 156.280319 170.514954 C 156.280319 170.514954 156.318115 170.514954 156.355911 170.552734 C 156.355911 170.590576 156.393707 170.628357 156.431503 170.703918 C 156.469284 170.779541 156.469284 170.855103 156.469284 170.930725 C 156.469284 171.006287 156.469284 171.11969 156.431503 171.195251 C 156.393707 171.233093 156.318115 171.308655 156.242523 171.308655 C 154.428345 172.026794 151.518112 172.707092 148.570084 172.707092 C 147.285034 172.707092 146 172.593689 144.790558 172.291321 L 144.790558 172.366943 L 144.828354 172.291321 L 144.828354 172.291321 C 144.828354 172.291321 144.752762 172.25354 144.714966 172.177979 C 144.67717 172.102356 144.639374 171.988953 144.639374 171.913391 C 144.639374 171.799988 144.67717 171.648804 144.828354 171.49762 L 144.790558 171.422058 L 144.752762 171.49762 L 144.790558 171.422058 L 144.714966 171.346436 C 144.525986 171.535461 144.450394 171.724426 144.450394 171.913391 C 144.450394 172.064575 144.525986 172.177979 144.601578 172.291321 C 144.67717 172.366943 144.714966 172.404724 144.752762 172.442505 L 144.752762 172.442505 L 144.752762 172.442505 C 146 172.744873 147.285034 172.858276 148.570084 172.858276 C 151.518112 172.858276 154.466141 172.215759 156.318115 171.459839 C 156.431503 171.422058 156.50708 171.346436 156.582672 171.233093 C 156.620468 171.157471 156.620468 171.044067 156.620468 170.930725 C 156.620468 170.779541 156.620468 170.666138 156.544876 170.552734 C 156.50708 170.514954 156.469284 170.439392 156.431503 170.439392 C 156.393707 170.40155 156.355911 170.36377 156.280319 170.36377 C 156.242523 170.36377 156.204727 170.36377 156.166931 170.40155 C 153.483459 171.535461 150.951187 171.87561 148.985825 171.87561 C 147.70079 171.87561 146.680313 171.724426 145.924408 171.611023 C 145.584259 171.535461 145.281891 171.459839 145.092911 171.422058 C 145.017319 171.384277 144.941727 171.384277 144.866135 171.384277 C 144.828354 171.346436 144.790558 171.346436 144.790558 171.346436 L 144.752762 171.346436 L 144.714966 171.346436 L 144.790558 171.422058 Z"/>
+            <path id="path1274" fill="#ffbf00" fill-rule="evenodd" stroke="none" d="M 156.620468 138.351196 C 155.259842 137.633057 152.76535 136.952759 151.215744 136.952759 C 149.55275 136.952759 146.982681 136.99054 144.941727 138.086609 C 139.159058 141.110229 134.245667 148.555908 142.333862 159.89447 C 142.900787 160.650391 144.261414 163.409424 144.261414 166.055115 C 144.261414 167.415771 144.790558 167.793701 145.773224 168.020447 C 152.236221 169.759033 155.486618 168.020447 155.486618 168.020447 C 155.486618 168.020447 156.998428 167.75592 156.998428 166.055115 C 156.960632 163.409424 158.056686 160.877136 158.623627 160.121277 C 166.976379 148.896057 162.176376 141.299194 156.620468 138.351196 L 156.620468 138.351196 Z"/>
+            <path id="path1275" fill="#ffc000" fill-rule="evenodd" stroke="none" d="M 151.177948 137.179504 C 152.727554 137.179504 155.222046 137.822021 156.544876 138.540161 C 162.062988 141.450378 166.787399 148.933838 158.585831 160.007874 C 158.01889 160.763794 156.960632 163.25824 156.960632 165.86615 C 156.960632 167.566956 155.486618 167.831482 155.486618 167.831482 C 155.486618 167.831482 152.274017 169.532288 145.848816 167.869263 C 144.903931 167.604736 144.374802 167.264587 144.374802 165.903931 C 144.374802 163.296082 143.014175 160.61261 142.44725 159.818909 C 134.472443 148.669312 139.272446 141.337036 144.941727 138.313416 C 146.982681 137.217346 149.55275 137.179504 151.177948 137.179504 L 151.177948 137.179504 Z"/>
+            <path id="path1276" fill="#ffc100" fill-rule="evenodd" stroke="none" d="M 151.177948 137.406311 C 152.689758 137.406311 155.146454 138.048828 156.469284 138.729126 C 161.911804 141.601563 166.522827 148.933838 158.510239 159.89447 C 157.943314 160.650391 156.922836 163.107117 156.922836 165.677185 C 156.922836 167.340149 155.486618 167.604736 155.486618 167.642517 C 155.448822 167.642517 152.274017 169.343323 145.924408 167.680298 C 144.979523 167.453552 144.48819 167.113403 144.450394 165.752747 C 144.450394 163.182678 143.089767 160.536987 142.560623 159.781128 C 134.623627 148.820496 139.385834 141.563782 144.941727 138.540161 C 146.944885 137.444092 149.514954 137.406311 151.177948 137.406311 L 151.177948 137.406311 Z"/>
+            <path id="path1277" fill="#ffc200" fill-rule="evenodd" stroke="none" d="M 151.177948 137.595276 C 152.651962 137.595276 155.070862 138.237793 156.355911 138.918091 C 161.760635 141.752747 166.333862 148.97168 158.434647 159.781128 C 157.905518 160.499207 156.88504 162.955933 156.88504 165.488159 C 156.88504 167.113403 155.448822 167.415771 155.448822 167.415771 C 155.448822 167.453552 152.274017 169.116516 146.037796 167.491333 C 145.092911 167.264587 144.563782 166.924438 144.563782 165.601563 C 144.525986 163.107117 143.203156 160.499207 142.674011 159.743286 C 134.812592 148.933838 139.499207 141.790527 144.979523 138.804749 C 146.944885 137.708679 149.477173 137.595276 151.177948 137.595276 L 151.177948 137.595276 Z"/>
+            <path id="path1278" fill="#ffc300" fill-rule="evenodd" stroke="none" d="M 151.140152 137.822021 C 152.614166 137.822021 154.99527 138.426758 156.280319 139.107117 C 161.609451 141.903931 166.107086 149.00946 158.396851 159.629944 C 157.867722 160.385803 156.847244 162.766907 156.847244 165.299194 C 156.847244 166.924438 155.448822 167.188965 155.448822 167.226746 C 155.411026 167.264587 152.274017 168.927551 146.113388 167.340149 C 145.168503 167.075562 144.67717 166.773254 144.639374 165.488159 C 144.601578 162.993713 143.316528 160.423645 142.749603 159.667725 C 135.001572 149.085022 139.612595 142.055115 144.979523 139.031494 C 146.944885 137.935425 149.439377 137.822021 151.140152 137.822021 L 151.140152 137.822021 Z"/>
+            <path id="path1279" fill="#ffc400" fill-rule="evenodd" stroke="none" d="M 151.140152 138.011047 C 152.576385 138.011047 154.957474 138.653564 156.204727 139.296082 C 161.458267 142.055115 165.88031 149.00946 158.321259 159.516541 C 157.79213 160.272461 156.809448 162.615723 156.809448 165.110229 C 156.809448 166.697632 155.448822 167 155.411026 167 C 155.37323 167.075562 152.311813 168.700806 146.18898 167.151184 C 145.281891 166.924438 144.752762 166.584229 144.752762 165.337036 C 144.714966 162.88031 143.39212 160.348022 142.862991 159.629944 C 135.190552 149.198425 139.725983 142.28186 144.979523 139.25824 C 146.907089 138.162231 149.439377 138.011047 151.140152 138.011047 L 151.140152 138.011047 Z"/>
+            <path id="path1280" fill="#ffc500" fill-rule="evenodd" stroke="none" d="M 151.140152 138.237793 C 152.538589 138.237793 154.881897 138.842529 156.129135 139.485046 C 161.344879 142.206299 165.653549 149.047241 158.283463 159.403137 C 157.754333 160.159058 156.771652 162.464539 156.771652 164.921265 C 156.809448 166.508667 155.448822 166.773254 155.411026 166.811035 C 155.37323 166.886597 152.311813 168.473999 146.302368 166.962219 C 145.357483 166.735413 144.866135 166.433044 144.828354 165.185852 C 144.790558 162.766907 143.505508 160.310242 142.976379 159.592102 C 135.379532 149.349609 139.839371 142.508667 145.017319 139.522827 C 146.907089 138.426758 149.401581 138.237793 151.140152 138.237793 L 151.140152 138.237793 Z"/>
+            <path id="path1281" fill="#ffc600" fill-rule="evenodd" stroke="none" d="M 151.102356 138.464539 C 152.538589 138.464539 154.806305 139.031494 156.053543 139.674011 C 161.193695 142.357483 165.464569 149.085022 158.20787 159.289734 C 157.716537 160.007874 156.771652 162.313416 156.771652 164.7323 C 156.771652 166.28186 155.411026 166.546448 155.411026 166.584229 C 155.335434 166.697632 152.311813 168.285034 146.37796 166.811035 C 145.470871 166.584229 144.979523 166.28186 144.941727 165.034668 C 144.866135 162.691345 143.618896 160.234619 143.089767 159.516541 C 135.568497 149.463013 139.952759 142.735413 145.017319 139.749634 C 146.907089 138.653564 149.363785 138.464539 151.102356 138.464539 L 151.102356 138.464539 Z"/>
+            <path id="path1282" fill="#ffc700" fill-rule="evenodd" stroke="none" d="M 151.102356 138.653564 C 152.500793 138.653564 154.730713 139.25824 155.977951 139.862976 C 161.042526 142.508667 165.237793 149.122864 158.132278 159.176392 C 157.640945 159.89447 156.733856 162.162231 156.733856 164.543335 C 156.733856 166.055115 155.411026 166.357483 155.37323 166.395264 C 155.335434 166.508667 152.349609 168.058289 146.453537 166.62207 C 145.584259 166.395264 145.055115 166.092896 145.017319 164.883484 C 144.941727 162.577942 143.694489 160.159058 143.165359 159.47876 C 135.719681 149.576355 140.066147 142.962219 145.017319 139.976379 C 146.869293 138.88031 149.363785 138.653564 151.102356 138.653564 L 151.102356 138.653564 Z"/>
+            <path id="path1283" fill="#ffc800" fill-rule="evenodd" stroke="none" d="M 151.102356 138.88031 C 152.462997 138.88031 154.692917 139.447266 155.864563 140.051941 C 160.891342 142.659851 165.011017 149.160645 158.094482 159.062988 C 157.603149 159.781128 156.69606 162.011047 156.69606 164.354309 C 156.69606 165.86615 155.411026 166.130737 155.37323 166.168518 C 155.297638 166.319702 152.349609 167.869263 146.566925 166.433044 C 145.659836 166.24408 145.168503 165.941711 145.130707 164.7323 C 145.055115 162.464539 143.807877 160.121277 143.278748 159.403137 C 135.908661 149.727539 140.179535 143.188965 145.055115 140.240967 C 146.869293 139.107117 149.325989 138.88031 151.102356 138.88031 L 151.102356 138.88031 Z"/>
+            <path id="path1284" fill="#ffc900" fill-rule="evenodd" stroke="none" d="M 151.06456 139.069275 C 152.425201 139.069275 154.617325 139.63623 155.788971 140.240967 C 160.740158 142.811035 164.784256 149.160645 158.01889 158.949585 C 157.527557 159.667725 156.658264 161.859863 156.658264 164.165344 C 156.658264 165.639343 155.37323 165.941711 155.37323 165.979553 C 155.297638 166.130737 152.349609 167.642517 146.642517 166.28186 C 145.773224 166.055115 145.244095 165.752747 145.206299 164.618896 C 145.130707 162.351196 143.921265 160.045654 143.39212 159.365356 C 136.097641 149.840942 140.292908 143.415771 145.055115 140.467712 C 146.831497 139.371643 149.288193 139.069275 151.06456 139.069275 L 151.06456 139.069275 Z"/>
+            <path id="path1285" fill="#ffca00" fill-rule="evenodd" stroke="none" d="M 151.06456 139.296082 C 152.387405 139.296082 154.541733 139.825195 155.713379 140.429932 C 160.62677 142.962219 164.55748 149.198425 157.943314 158.836243 C 157.489761 159.516541 156.620468 161.708679 156.620468 163.938599 C 156.620468 165.450378 155.37323 165.714966 155.335434 165.790527 C 155.259842 165.941711 152.349609 167.453552 146.718109 166.092896 C 145.848816 165.86615 145.357483 165.601563 145.319687 164.467712 C 145.206299 162.275574 143.996857 159.970093 143.505508 159.327576 C 136.286621 149.992126 140.406296 143.642517 145.092911 140.694458 C 146.831497 139.59845 149.288193 139.296082 151.06456 139.296082 L 151.06456 139.296082 Z"/>
+            <path id="path1286" fill="#ffcb00" fill-rule="evenodd" stroke="none" d="M 151.026779 139.485046 C 152.349609 139.485046 154.466141 140.051941 155.637802 140.618896 C 160.475586 143.113403 164.3685 149.236206 157.905518 158.722839 C 157.451965 159.403137 156.582672 161.557495 156.582672 163.749634 C 156.582672 165.223633 155.37323 165.526001 155.335434 165.563782 C 155.222046 165.752747 152.387405 167.226746 146.793701 165.903931 C 145.962204 165.714966 145.470871 165.450378 145.395279 164.316528 C 145.281891 162.162231 144.110229 159.932312 143.5811 159.251953 C 136.475586 150.10553 140.519684 143.869263 145.092911 140.959045 C 146.831497 139.825195 149.250397 139.485046 151.026779 139.485046 L 151.026779 139.485046 Z"/>
+            <path id="path1287" fill="#ffcc00" fill-rule="evenodd" stroke="none" d="M 151.026779 139.711792 C 152.311813 139.711792 154.428345 140.240967 155.56221 140.807861 C 160.324402 143.226746 164.141739 149.273987 157.829926 158.609436 C 157.376373 159.289734 156.544876 161.406311 156.582672 163.560608 C 156.582672 164.996826 155.37323 165.299194 155.335434 165.374817 C 155.222046 165.563782 152.387405 167.037781 146.907089 165.752747 C 146.037796 165.526001 145.546463 165.261414 145.508667 164.165344 C 145.395279 162.048828 144.223618 159.856689 143.694489 159.214172 C 136.664566 150.218872 140.633072 144.13385 145.092911 141.185852 C 146.793701 140.089783 149.212601 139.711792 151.026779 139.711792 L 151.026779 139.711792 Z"/>
+            <path id="path1288" fill="#ffcd00" fill-rule="evenodd" stroke="none" d="M 151.026779 139.938599 C 152.311813 139.938599 154.352753 140.429932 155.448822 141.034668 C 160.173233 143.37793 163.914963 149.273987 157.79213 158.496033 C 157.338577 159.176392 156.544876 161.217346 156.544876 163.371643 C 156.544876 164.807861 155.335434 165.072449 155.297638 165.14801 C 155.18425 165.374817 152.387405 166.811035 146.982681 165.563782 C 146.151184 165.374817 145.659836 165.110229 145.584259 164.01416 C 145.470871 161.935425 144.29921 159.818909 143.807877 159.176392 C 136.853546 150.370056 140.74646 144.360657 145.130707 141.412598 C 146.793701 140.316528 149.174805 139.938599 151.026779 139.938599 L 151.026779 139.938599 Z"/>
+            <path id="path1289" fill="#ffce00" fill-rule="evenodd" stroke="none" d="M 150.988983 140.127563 C 152.274017 140.127563 154.277161 140.656677 155.37323 141.223633 C 160.022049 143.529114 163.688187 149.311829 157.716537 158.38269 C 157.300781 159.062988 156.50708 161.066162 156.50708 163.182678 C 156.50708 164.581116 155.335434 164.883484 155.297638 164.959045 C 155.18425 165.185852 152.425201 166.62207 147.058273 165.374817 C 146.226776 165.185852 145.735428 164.921265 145.697632 163.862976 C 145.546463 161.859863 144.412598 159.743286 143.921265 159.100769 C 137.042526 150.483459 140.859848 144.587402 145.130707 141.677185 C 146.793701 140.543335 149.174805 140.127563 150.988983 140.127563 L 150.988983 140.127563 Z"/>
+            <path id="path1290" fill="#ffcf00" fill-rule="evenodd" stroke="none" d="M 150.988983 140.354309 C 152.236221 140.354309 154.201569 140.845642 155.297638 141.412598 C 159.908661 143.680298 163.461411 149.349609 157.640945 158.269287 C 157.225204 158.911804 156.469284 160.914978 156.469284 162.993713 C 156.469284 164.392151 155.335434 164.656677 155.259842 164.7323 C 155.146454 164.959045 152.425201 166.395264 147.171646 165.223633 C 146.340164 165.034668 145.848816 164.770081 145.773224 163.749634 C 145.62204 161.74646 144.525986 159.667725 144.034653 159.062988 C 137.231491 150.596863 140.973221 144.814148 145.130707 141.903931 C 146.755905 140.770081 149.137009 140.354309 150.988983 140.354309 L 150.988983 140.354309 Z"/>
+            <path id="path1291" fill="#ffd000" fill-rule="evenodd" stroke="none" d="M 150.988983 140.543335 C 152.198425 140.543335 154.163773 141.034668 155.222046 141.601563 C 159.757477 143.831482 163.272446 149.38739 157.603149 158.155884 C 157.187408 158.798401 156.431503 160.763794 156.431503 162.804749 C 156.431503 164.165344 155.297638 164.467712 155.259842 164.543335 C 155.146454 164.770081 152.425201 166.206299 147.247238 165.034668 C 146.453537 164.845642 145.924408 164.618896 145.848816 163.59845 C 145.735428 161.633057 144.601578 159.629944 144.110229 159.025208 C 137.420471 150.748047 141.086609 145.040955 145.168503 142.130737 C 146.755905 141.034668 149.099213 140.543335 150.988983 140.543335 L 150.988983 140.543335 Z"/>
+            <path id="path1292" fill="#ffd100" fill-rule="evenodd" stroke="none" d="M 150.951187 140.770081 C 152.160629 140.770081 154.088196 141.261414 155.146454 141.790527 C 159.606293 143.982666 163.04567 149.425171 157.527557 158.042542 C 157.149612 158.685059 156.393707 160.61261 156.393707 162.615723 C 156.393707 163.938599 155.297638 164.240967 155.259842 164.354309 C 155.108658 164.581116 152.425201 165.979553 147.32283 164.845642 C 146.529129 164.694458 146.037796 164.429932 145.962204 163.447266 C 145.81102 161.519714 144.714966 159.554321 144.223618 158.949585 C 137.609451 150.861389 141.199997 145.2677 145.168503 142.395264 C 146.755905 141.261414 149.099213 140.770081 150.951187 140.770081 L 150.951187 140.770081 Z"/>
+            <path id="path1293" fill="#ffd200" fill-rule="evenodd" stroke="none" d="M 150.951187 140.996826 C 152.122833 140.996826 154.012604 141.450378 155.070862 141.979553 C 159.455124 144.13385 162.818893 149.463013 157.489761 157.929138 C 157.07402 158.571655 156.355911 160.461426 156.355911 162.426758 C 156.355911 163.749634 155.297638 164.051941 155.222046 164.127563 C 155.070862 164.392151 152.462997 165.790527 147.398422 164.694458 C 146.642517 164.505493 146.151184 164.278748 146.037796 163.296082 C 145.886612 161.444092 144.828354 159.47876 144.337006 158.911804 C 137.798431 151.012573 141.313385 145.494507 145.168503 142.62207 C 146.718109 141.488159 149.061417 140.996826 150.951187 140.996826 L 150.951187 140.996826 Z"/>
+            <path id="path1294" fill="#ffd300" fill-rule="evenodd" stroke="none" d="M 150.951187 141.185852 C 152.122833 141.185852 153.937012 141.639343 154.957474 142.168518 C 159.30394 144.285034 162.629929 149.500793 157.414169 157.815735 C 157.036224 158.420471 156.318115 160.310242 156.355911 162.237793 C 156.355911 163.522827 155.259842 163.825195 155.222046 163.938599 C 155.070862 164.203125 152.462997 165.563782 147.51181 164.505493 C 146.718109 164.316528 146.226776 164.127563 146.151184 163.144897 C 145.962204 161.330688 144.941727 159.440918 144.450394 158.836243 C 137.987396 151.125977 141.426773 145.683472 145.206299 142.886597 C 146.718109 141.714966 149.023621 141.185852 150.951187 141.185852 L 150.951187 141.185852 Z"/>
+            <path id="path1295" fill="#ffd400" fill-rule="evenodd" stroke="none" d="M 150.913391 141.412598 C 152.085037 141.412598 153.899216 141.86615 154.881897 142.357483 C 159.190552 144.436218 162.403152 149.500793 157.338577 157.702393 C 156.960632 158.307068 156.318115 160.159058 156.318115 162.048828 C 156.318115 163.333862 155.259842 163.63623 155.222046 163.711792 C 155.033066 164.01416 152.462997 165.374817 147.587402 164.316528 C 146.831497 164.165344 146.340164 163.938599 146.226776 162.993713 C 146.075592 161.217346 145.017319 159.365356 144.525986 158.798401 C 138.176376 151.23938 141.540161 145.910217 145.206299 143.113403 C 146.718109 141.979553 149.023621 141.412598 150.913391 141.412598 L 150.913391 141.412598 Z"/>
+            <path id="path1296" fill="#ffd500" fill-rule="evenodd" stroke="none" d="M 150.913391 141.601563 C 152.047241 141.601563 153.823624 142.055115 154.806305 142.546448 C 159.039368 144.587402 162.176376 149.538574 157.300781 157.588989 C 156.922836 158.193726 156.280319 160.007874 156.280319 161.859863 C 156.280319 163.107117 155.259842 163.409424 155.18425 163.522827 C 155.033066 163.825195 152.462997 165.14801 147.662994 164.165344 C 146.907089 163.976379 146.415741 163.787415 146.340164 162.88031 C 146.151184 161.103943 145.130707 159.289734 144.639374 158.76062 C 138.365356 151.390564 141.653549 146.137024 145.206299 143.340149 C 146.680313 142.206299 148.985825 141.601563 150.913391 141.601563 L 150.913391 141.601563 Z"/>
+            <path id="path1297" fill="#ffd600" fill-rule="evenodd" stroke="none" d="M 150.913391 141.828369 C 152.009445 141.828369 153.748032 142.24408 154.730713 142.735413 C 158.888184 144.738586 161.9496 149.576355 157.225204 157.475586 C 156.88504 158.080322 156.242523 159.818909 156.242523 161.670837 C 156.242523 162.88031 155.259842 163.182678 155.18425 163.296082 C 154.99527 163.63623 152.500793 164.959045 147.776382 163.976379 C 147.020477 163.825195 146.529129 163.59845 146.415741 162.729126 C 146.226776 161.02832 145.244095 159.251953 144.752762 158.685059 C 138.554337 151.503967 141.766922 146.36377 145.244095 143.604736 C 146.680313 142.433044 148.948029 141.828369 150.913391 141.828369 L 150.913391 141.828369 Z"/>
+            <path id="path1298" fill="#ffd700" fill-rule="evenodd" stroke="none" d="M 150.875595 142.017334 C 151.971649 142.017334 153.67244 142.470886 154.655121 142.924438 C 158.737015 144.889771 161.760635 149.614197 157.149612 157.362183 C 156.809448 157.929138 156.204727 159.667725 156.204727 161.481873 C 156.204727 162.691345 155.222046 162.993713 155.18425 163.107117 C 154.99527 163.447266 152.500793 164.7323 147.851974 163.787415 C 147.096069 163.63623 146.642517 163.447266 146.529129 162.577942 C 146.302368 160.914978 145.319687 159.176392 144.866135 158.647217 C 138.743301 151.61731 141.88031 146.590576 145.244095 143.831482 C 146.680313 142.659851 148.910233 142.017334 150.875595 142.017334 L 150.875595 142.017334 Z"/>
+            <path id="path1299" fill="#ffd800" fill-rule="evenodd" stroke="none" d="M 150.875595 142.24408 C 151.933853 142.24408 153.634644 142.659851 154.541733 143.113403 C 158.585831 145.040955 161.533859 149.651978 157.111816 157.24884 C 156.771652 157.815735 156.166931 159.516541 156.166931 161.292908 C 156.166931 162.464539 155.222046 162.766907 155.146454 162.918091 C 154.957474 163.25824 152.500793 164.543335 147.927567 163.63623 C 147.209442 163.485046 146.718109 163.296082 146.604721 162.426758 C 146.415741 160.801575 145.433075 159.138611 144.979523 158.609436 C 138.932281 151.768494 141.993698 146.817322 145.281891 144.058289 C 146.642517 142.886597 148.910233 142.24408 150.875595 142.24408 L 150.875595 142.24408 Z"/>
+            <path id="path1300" fill="#ffd900" fill-rule="evenodd" stroke="none" d="M 150.875595 142.470886 C 151.896057 142.470886 153.559052 142.848816 154.466141 143.302368 C 158.472443 145.154358 161.307083 149.689758 157.036224 157.135437 C 156.733856 157.702393 156.129135 159.365356 156.129135 161.103943 C 156.129135 162.275574 155.222046 162.577942 155.146454 162.691345 C 154.919678 163.069275 152.500793 164.316528 148.040939 163.447266 C 147.32283 163.296082 146.831497 163.107117 146.718109 162.275574 C 146.491333 160.688171 145.546463 159.062988 145.055115 158.533875 C 139.121262 151.881897 142.06929 147.044067 145.281891 144.322815 C 146.642517 143.151184 148.872437 142.470886 150.875595 142.470886 L 150.875595 142.470886 Z"/>
+            <path id="path1301" fill="#ffda00" fill-rule="evenodd" stroke="none" d="M 150.837799 142.659851 C 151.896057 142.659851 153.483459 143.075562 154.390549 143.491333 C 158.321259 145.305542 161.118103 149.727539 156.998428 157.022034 C 156.658264 157.588989 156.129135 159.214172 156.129135 160.914978 C 156.129135 162.048828 155.222046 162.351196 155.146454 162.50238 C 154.919678 162.88031 152.538589 164.127563 148.116531 163.25824 C 147.398422 163.144897 146.907089 162.955933 146.793701 162.12439 C 146.566925 160.61261 145.62204 158.987427 145.168503 158.496033 C 139.310242 151.9953 142.182678 147.233093 145.281891 144.549622 C 146.642517 143.37793 148.834641 142.659851 150.837799 142.659851 L 150.837799 142.659851 Z"/>
+            <path id="path1302" fill="#ffdb00" fill-rule="evenodd" stroke="none" d="M 150.837799 142.886597 C 151.858261 142.886597 153.407867 143.264587 154.314957 143.680298 C 158.170074 145.456665 160.891342 149.765381 156.922836 156.908691 C 156.620468 157.475586 156.091339 159.062988 156.091339 160.726013 C 156.091339 161.859863 155.18425 162.162231 155.108658 162.275574 C 154.881897 162.691345 152.538589 163.900818 148.192123 163.107117 C 147.51181 162.955933 147.020477 162.766907 146.907089 162.011047 C 146.642517 160.499207 145.735428 158.949585 145.281891 158.458252 C 139.499207 152.146484 142.296066 147.459839 145.319687 144.776367 C 146.642517 143.604736 148.834641 142.886597 150.837799 142.886597 L 150.837799 142.886597 Z"/>
+            <path id="path1303" fill="#ffdc00" fill-rule="evenodd" stroke="none" d="M 150.837799 143.075562 C 151.820465 143.075562 153.370071 143.453552 154.239365 143.869263 C 158.01889 145.607849 160.664566 149.803162 156.847244 156.795288 C 156.544876 157.324402 156.053543 158.911804 156.053543 160.536987 C 156.053543 161.633057 155.18425 161.935425 155.108658 162.086609 C 154.881897 162.50238 152.538589 163.711792 148.267715 162.918091 C 147.587402 162.766907 147.133865 162.615723 146.982681 161.859863 C 146.755905 160.385803 145.848816 158.874023 145.395279 158.38269 C 139.725983 152.259827 142.409454 147.686584 145.319687 145.040955 C 146.604721 143.831482 148.796844 143.075562 150.837799 143.075562 L 150.837799 143.075562 Z"/>
+            <path id="path1304" fill="#ffdd00" fill-rule="evenodd" stroke="none" d="M 150.800003 143.302368 C 151.782684 143.302368 153.294495 143.680298 154.163773 144.058289 C 157.867722 145.759033 160.475586 149.840942 156.809448 156.681885 C 156.50708 157.210999 156.015747 158.76062 156.015747 160.348022 C 156.015747 161.406311 155.18425 161.708679 155.070862 161.859863 C 154.844101 162.313416 152.576385 163.485046 148.381104 162.729126 C 147.70079 162.615723 147.209442 162.464539 147.096069 161.708679 C 146.831497 160.272461 145.924408 158.798401 145.470871 158.34491 C 139.914963 152.37323 142.522827 147.913391 145.319687 145.2677 C 146.604721 144.058289 148.759048 143.302368 150.800003 143.302368 L 150.800003 143.302368 Z"/>
+            <path id="path1305" fill="#ffde00" fill-rule="evenodd" stroke="none" d="M 150.800003 143.529114 C 151.744888 143.529114 153.218903 143.869263 154.0504 144.247253 C 157.754333 145.910217 160.248825 149.878723 156.733856 156.568481 C 156.469284 157.097656 155.977951 158.609436 155.977951 160.159058 C 155.977951 161.217346 155.146454 161.519714 155.070862 161.670837 C 154.844101 162.12439 152.576385 163.296082 148.456696 162.540161 C 147.776382 162.426758 147.32283 162.275574 147.171646 161.557495 C 146.907089 160.196838 146.037796 158.76062 145.584259 158.269287 C 140.103943 152.524414 142.636215 148.102356 145.357483 145.494507 C 146.604721 144.322815 148.759048 143.529114 150.800003 143.529114 L 150.800003 143.529114 Z"/>
+            <path id="path1306" fill="#ffdf00" fill-rule="evenodd" stroke="none" d="M 150.800003 143.71814 C 151.707092 143.71814 153.143311 144.058289 153.974808 144.436218 C 157.603149 146.061401 160.022049 149.916565 156.658264 156.455139 C 156.393707 156.984253 155.940155 158.458252 155.940155 159.970093 C 155.940155 160.99054 155.146454 161.292908 155.070862 161.444092 C 154.806305 161.935425 152.576385 163.069275 148.532288 162.388977 C 147.889771 162.275574 147.398422 162.12439 147.285034 161.406311 C 146.982681 160.083435 146.151184 158.685059 145.697632 158.231506 C 140.292908 152.637817 142.749603 148.329163 145.357483 145.759033 C 146.566925 144.549622 148.721252 143.71814 150.800003 143.71814 L 150.800003 143.71814 Z"/>
+            <path id="path1307" fill="#ffdf00" fill-rule="evenodd" stroke="none" d="M 150.762207 143.944885 C 151.707092 143.944885 153.105515 144.285034 153.899216 144.625183 C 157.451965 146.212585 159.833069 149.954346 156.620468 156.341736 C 156.355911 156.87085 155.902359 158.269287 155.902359 159.743286 C 155.902359 160.801575 155.146454 161.103943 155.033066 161.255127 C 154.768509 161.708679 152.576385 162.88031 148.645676 162.200012 C 147.965347 162.086609 147.51181 161.973206 147.360626 161.255127 C 147.096069 159.970093 146.226776 158.647217 145.81102 158.193726 C 140.481888 152.75116 142.862991 148.555908 145.357483 145.98584 C 146.566925 144.776367 148.683472 143.944885 150.762207 143.944885 L 150.762207 143.944885 Z"/>
+            <path id="path1308" fill="#ffe000" fill-rule="evenodd" stroke="none" d="M 150.762207 144.13385 C 151.669296 144.13385 153.029922 144.473999 153.823624 144.814148 C 157.300781 146.36377 159.606293 149.992126 156.544876 156.228333 C 156.318115 156.719666 155.902359 158.118103 155.902359 159.554321 C 155.902359 160.574829 155.108658 160.877136 155.033066 161.066162 C 154.768509 161.519714 152.614166 162.653564 148.721252 162.011047 C 148.078735 161.935425 147.625198 161.784241 147.436218 161.141724 C 147.171646 159.89447 146.340164 158.571655 145.924408 158.118103 C 140.670868 152.902344 142.976379 148.744873 145.395279 146.212585 C 146.566925 145.003174 148.645676 144.13385 150.762207 144.13385 L 150.762207 144.13385 Z"/>
+            <path id="path1309" fill="#ffe100" fill-rule="evenodd" stroke="none" d="M 150.724411 144.360657 C 151.6315 144.360657 152.95433 144.662964 153.748032 145.040955 C 157.149612 146.514954 159.417328 150.029907 156.50708 156.11499 C 156.242523 156.606323 155.864563 157.966919 155.864563 159.365356 C 155.864563 160.348022 155.108658 160.688171 155.033066 160.839355 C 154.730713 161.330688 152.614166 162.464539 148.796844 161.859863 C 148.192123 161.74646 147.70079 161.633057 147.549606 160.99054 C 147.247238 159.781128 146.453537 158.496033 146 158.080322 C 140.897644 153.015747 143.089767 148.97168 145.395279 146.477173 C 146.529129 145.229919 148.645676 144.360657 150.724411 144.360657 L 150.724411 144.360657 Z"/>
+            <path id="path1310" fill="#ffe200" fill-rule="evenodd" stroke="none" d="M 150.724411 144.549622 C 151.593704 144.549622 152.878738 144.889771 153.634644 145.229919 C 157.036224 146.666138 159.190552 150.067688 156.431503 156.001587 C 156.204727 156.49292 155.826767 157.815735 155.826767 159.176392 C 155.826767 160.159058 155.108658 160.461426 154.99527 160.650391 C 154.730713 161.141724 152.614166 162.237793 148.910233 161.670837 C 148.267715 161.595276 147.814178 161.444092 147.625198 160.839355 C 147.32283 159.667725 146.529129 158.458252 146.113388 158.042542 C 141.086609 153.12915 143.165359 149.198425 145.395279 146.703918 C 146.529129 145.456665 148.60788 144.549622 150.724411 144.549622 L 150.724411 144.549622 Z"/>
+            <path id="path1311" fill="#ffe300" fill-rule="evenodd" stroke="none" d="M 150.724411 144.776367 C 151.555908 144.776367 152.840942 145.078735 153.559052 145.418884 C 156.88504 146.817322 158.963776 150.143311 156.355911 155.888184 C 156.129135 156.379517 155.788971 157.664551 155.788971 158.987427 C 155.788971 159.932312 155.108658 160.234619 154.99527 160.423645 C 154.692917 160.952759 152.614166 162.048828 148.985825 161.481873 C 148.381104 161.406311 147.889771 161.292908 147.738586 160.688171 C 147.436218 159.554321 146.642517 158.38269 146.226776 157.966919 C 141.275589 153.242493 143.278748 149.38739 145.433075 146.930725 C 146.529129 145.683472 148.570084 144.776367 150.724411 144.776367 L 150.724411 144.776367 Z"/>
+            <path id="path1312" fill="#ffe400" fill-rule="evenodd" stroke="none" d="M 150.686615 145.003174 C 151.518112 145.003174 152.76535 145.2677 153.483459 145.607849 C 156.733856 146.968506 158.774796 150.181091 156.318115 155.77478 C 156.091339 156.266113 155.751175 157.513367 155.751175 158.798401 C 155.751175 159.743286 155.070862 160.045654 154.99527 160.234619 C 154.692917 160.763794 152.651962 161.822021 149.061417 161.330688 C 148.456696 161.217346 148.003143 161.141724 147.814178 160.536987 C 147.51181 159.47876 146.755905 158.307068 146.340164 157.929138 C 141.464569 153.393677 143.39212 149.614197 145.433075 147.195251 C 146.491333 145.910217 148.570084 145.003174 150.686615 145.003174 L 150.686615 145.003174 Z"/>
+            <path id="path1313" fill="#ffe500" fill-rule="evenodd" stroke="none" d="M 150.686615 145.192139 C 151.480316 145.192139 152.689758 145.456665 153.407867 145.796875 C 156.582672 147.11969 158.548035 150.218872 156.242523 155.661438 C 156.053543 156.11499 155.713379 157.362183 155.713379 158.609436 C 155.713379 159.516541 155.070862 159.818909 154.957474 160.007874 C 154.655121 160.574829 152.651962 161.633057 149.137009 161.141724 C 148.570084 161.066162 148.116531 160.952759 147.927567 160.385803 C 147.587402 159.365356 146.869293 158.269287 146.415741 157.853516 C 141.691345 153.50708 143.505508 149.803162 145.470871 147.422058 C 146.491333 146.137024 148.532288 145.192139 150.686615 145.192139 L 150.686615 145.192139 Z"/>
+            <path id="path1314" fill="#ffe600" fill-rule="evenodd" stroke="none" d="M 150.686615 145.418884 C 151.480316 145.418884 152.614166 145.683472 153.332291 145.98584 C 156.431503 147.233093 158.359055 150.256714 156.166931 155.548035 C 155.977951 156.001587 155.675598 157.210999 155.675598 158.420471 C 155.713379 159.289734 155.070862 159.629944 154.957474 159.818909 C 154.617325 160.385803 152.651962 161.406311 149.250397 160.952759 C 148.645676 160.877136 148.192123 160.801575 148.003143 160.272461 C 147.662994 159.251953 146.944885 158.193726 146.529129 157.815735 C 141.88031 153.620483 143.618896 150.029907 145.470871 147.648804 C 146.491333 146.40155 148.494492 145.418884 150.686615 145.418884 L 150.686615 145.418884 Z"/>
+            <path id="path1315" fill="#ffe700" fill-rule="evenodd" stroke="none" d="M 150.648819 145.607849 C 151.44252 145.607849 152.576385 145.872437 153.256699 146.174805 C 156.280319 147.384277 158.170074 150.332275 156.129135 155.434631 C 155.940155 155.888184 155.675598 157.059814 155.675598 158.231506 C 155.675598 159.100769 155.070862 159.403137 154.957474 159.629944 C 154.617325 160.196838 152.651962 161.217346 149.325989 160.801575 C 148.759048 160.726013 148.305511 160.650391 148.116531 160.121277 C 147.776382 159.176392 147.058273 158.155884 146.642517 157.777954 C 142.06929 153.733887 143.694489 150.218872 145.470871 147.913391 C 146.453537 146.628357 148.456696 145.607849 150.648819 145.607849 L 150.648819 145.607849 Z"/>
+            <path id="path1316" fill="#ffe800" fill-rule="evenodd" stroke="none" d="M 150.648819 145.834656 C 151.404724 145.834656 152.500793 146.061401 153.143311 146.36377 C 156.166931 147.535461 157.943314 150.370056 156.053543 155.321289 C 155.902359 155.77478 155.637802 156.87085 155.637802 158.042542 C 155.637802 158.874023 155.033066 159.214172 154.919678 159.403137 C 154.579529 160.007874 152.689758 160.99054 149.401581 160.61261 C 148.834641 160.536987 148.381104 160.461426 148.192123 159.970093 C 147.851974 159.062988 147.171646 158.080322 146.755905 157.702393 C 142.296066 153.847229 143.807877 150.407898 145.508667 148.140137 C 146.453537 146.855103 148.456696 145.834656 150.648819 145.834656 L 150.648819 145.834656 Z"/>
+            <path id="path1317" fill="#ffe900" fill-rule="evenodd" stroke="none" d="M 150.648819 146.061401 C 151.366928 146.061401 152.425201 146.288208 153.067719 146.552734 C 156.015747 147.686584 157.754333 150.407898 156.015747 155.207886 C 155.826767 155.661438 155.600006 156.719666 155.600006 157.853516 C 155.600006 158.685059 155.033066 158.987427 154.919678 159.214172 C 154.579529 159.818909 152.689758 160.801575 149.514954 160.423645 C 148.948029 160.385803 148.494492 160.310242 148.305511 159.818909 C 147.927567 158.949585 147.247238 158.0047 146.869293 157.664551 C 142.485046 153.998413 143.921265 150.634644 145.508667 148.366943 C 146.453537 147.081909 148.4189 146.061401 150.648819 146.061401 L 150.648819 146.061401 Z"/>
+            <path id="path1318" fill="#ffea00" fill-rule="evenodd" stroke="none" d="M 150.611023 146.250366 C 151.329132 146.250366 152.349609 146.477173 152.992126 146.74176 C 155.864563 147.837769 157.565353 150.483459 155.940155 155.094482 C 155.788971 155.510254 155.56221 156.568481 155.56221 157.664551 C 155.56221 158.458252 155.033066 158.798401 154.881897 158.987427 C 154.541733 159.629944 152.689758 160.574829 149.590546 160.272461 C 149.061417 160.196838 148.60788 160.159058 148.381104 159.667725 C 148.040939 158.836243 147.360626 157.966919 146.944885 157.62677 C 142.711807 154.111816 143.996857 150.823608 145.508667 148.63147 C 146.415741 147.308655 148.381104 146.250366 150.611023 146.250366 L 150.611023 146.250366 Z"/>
+            <path id="path1319" fill="#ffeb00" fill-rule="evenodd" stroke="none" d="M 150.611023 146.477173 C 151.291336 146.477173 152.311813 146.666138 152.916534 146.930725 C 155.713379 147.988953 157.338577 150.52124 155.864563 154.981079 C 155.713379 155.396851 155.524414 156.417297 155.524414 157.475586 C 155.524414 158.231506 154.99527 158.571655 154.881897 158.798401 C 154.541733 159.440918 152.689758 160.385803 149.666138 160.083435 C 149.137009 160.045654 148.683472 159.970093 148.494492 159.516541 C 148.116531 158.76062 147.474014 157.891357 147.058273 157.551208 C 142.900787 154.22522 144.110229 151.012573 145.546463 148.858276 C 146.415741 147.535461 148.381104 146.477173 150.611023 146.477173 L 150.611023 146.477173 Z"/>
+            <path id="path1320" fill="#ffec00" fill-rule="evenodd" stroke="none" d="M 150.611023 146.666138 C 151.25354 146.666138 152.236221 146.892883 152.840942 147.11969 C 155.56221 148.140137 157.867722 150.899231 155.826767 154.867737 C 155.751175 155.283447 155.486618 156.266113 155.486618 157.286621 C 155.486618 158.042542 154.99527 158.34491 154.881897 158.571655 C 154.503937 159.251953 152.727554 160.159058 149.779526 159.89447 C 149.250397 159.856689 148.796844 159.818909 148.570084 159.403137 C 148.192123 158.647217 147.587402 157.815735 147.171646 157.513367 C 143.127563 154.338562 144.223618 151.23938 145.546463 149.085022 C 146.415741 147.762207 148.343307 146.666138 150.611023 146.666138 L 150.611023 146.666138 Z"/>
+            <path id="path1321" fill="#ffed00" fill-rule="evenodd" stroke="none" d="M 150.573227 146.892883 C 151.25354 146.892883 152.160629 147.081909 152.727554 147.308655 C 155.448822 148.291321 157.678741 150.937012 155.751175 154.754333 C 155.713379 155.170105 155.448822 156.11499 155.486618 157.097656 C 155.486618 157.815735 154.99527 158.155884 154.844101 158.38269 C 154.466141 159.062988 152.727554 159.970093 149.855118 159.743286 C 149.325989 159.705505 148.872437 159.667725 148.683472 159.251953 C 148.305511 158.533875 147.662994 157.777954 147.285034 157.475586 C 143.316528 154.451965 143.959061 151.163757 145.546463 149.349609 C 146.151184 147.837769 148.305511 146.892883 150.573227 146.892883 L 150.573227 146.892883 Z"/>
+            <path id="path1322" fill="#ffee00" fill-rule="evenodd" stroke="none" d="M 150.573227 147.081909 C 151.215744 147.081909 152.085037 147.270874 152.651962 147.49762 C 155.297638 148.442505 157.489761 150.974792 155.675598 154.64093 C 155.637802 155.056702 155.448822 155.963806 155.448822 156.908691 C 155.448822 157.62677 154.957474 157.929138 154.844101 158.193726 C 154.466141 158.874023 152.727554 159.781128 149.93071 159.554321 C 149.439377 159.516541 148.985825 159.47876 148.759048 159.100769 C 148.381104 158.458252 147.776382 157.702393 147.360626 157.400024 C 143.543304 154.565369 144.412598 151.61731 145.584259 149.576355 C 146.37796 148.215759 148.305511 147.081909 150.573227 147.081909 L 150.573227 147.081909 Z"/>
+            <path id="path1323" fill="#ffef00" fill-rule="evenodd" stroke="none" d="M 150.573227 147.308655 C 151.177948 147.308655 152.047241 147.49762 152.576385 147.686584 C 155.146454 148.593689 157.300781 151.012573 155.637802 154.527588 C 155.600006 154.943298 155.411026 155.812622 155.411026 156.719666 C 155.411026 157.400024 154.957474 157.740173 154.844101 157.966919 C 154.428345 158.685059 152.727554 159.554321 150.006302 159.365356 C 149.514954 159.327576 149.099213 159.327576 148.872437 158.949585 C 148.456696 158.34491 147.889771 157.62677 147.474014 157.362183 C 143.732285 154.678711 144.48819 151.806274 145.584259 149.840942 C 146.340164 148.442505 148.267715 147.308655 150.573227 147.308655 L 150.573227 147.308655 Z"/>
+            <path id="path1324" fill="#fff000" fill-rule="evenodd" stroke="none" d="M 150.535431 147.535461 C 151.140152 147.535461 151.971649 147.686584 152.500793 147.87561 C 154.99527 148.744873 157.111816 151.050415 155.56221 154.414185 C 155.56221 154.829895 155.37323 155.661438 155.37323 156.530701 C 155.37323 157.173218 154.957474 157.513367 154.806305 157.777954 C 154.428345 158.458252 152.76535 159.365356 150.11969 159.214172 C 149.628342 159.176392 149.174805 159.176392 148.948029 158.798401 C 148.570084 158.231506 147.965347 157.588989 147.587402 157.286621 C 143.959061 154.792114 144.601578 152.033081 145.584259 150.067688 C 146.340164 148.669312 148.229919 147.535461 150.535431 147.535461 L 150.535431 147.535461 Z"/>
+            <path id="path1325" fill="#fff100" fill-rule="evenodd" stroke="none" d="M 150.535431 147.724426 C 151.102356 147.724426 151.896057 147.87561 152.425201 148.064575 C 154.844101 148.896057 156.88504 151.088196 155.524414 154.300781 C 155.524414 154.678711 155.335434 155.510254 155.335434 156.341736 C 155.335434 156.984253 154.957474 157.324402 154.806305 157.551208 C 154.390549 158.269287 152.76535 159.138611 150.195282 159.025208 C 149.703934 158.987427 149.288193 158.987427 149.023621 158.647217 C 148.645676 158.155884 148.078735 157.513367 147.70079 157.24884 C 144.185822 154.905518 144.67717 152.222046 145.62204 150.294495 C 146.302368 148.858276 148.192123 147.724426 150.535431 147.724426 L 150.535431 147.724426 Z"/>
+            <path id="path1326" fill="#fff200" fill-rule="evenodd" stroke="none" d="M 150.535431 147.951172 C 151.06456 147.951172 151.820465 148.102356 152.349609 148.25354 C 154.730713 149.047241 156.69606 151.163757 155.448822 154.187378 C 155.448822 154.565369 155.297638 155.321289 155.297638 156.152771 C 155.297638 156.757507 154.919678 157.097656 154.806305 157.362183 C 154.390549 158.080322 152.76535 158.949585 150.270859 158.836243 C 149.817322 158.836243 149.401581 158.836243 149.137009 158.533875 C 148.721252 158.042542 148.192123 157.437805 147.776382 157.210999 C 144.374802 155.018921 144.790558 152.411011 145.62204 150.559082 C 146.302368 149.085022 148.192123 147.951172 150.535431 147.951172 L 150.535431 147.951172 Z"/>
+            <path id="path1327" fill="#fff300" fill-rule="evenodd" stroke="none" d="M 150.497635 148.140137 C 151.06456 148.140137 151.744888 148.291321 152.236221 148.442505 C 154.579529 149.160645 156.50708 151.201599 155.37323 154.074036 C 155.411026 154.451965 155.259842 155.170105 155.259842 155.963806 C 155.259842 156.568481 154.919678 156.87085 154.768509 157.135437 C 154.352753 157.891357 152.76535 158.76062 150.384247 158.685059 C 149.93071 158.647217 149.477173 158.647217 149.212601 158.38269 C 148.834641 157.929138 148.305511 157.400024 147.889771 157.135437 C 144.601578 155.094482 144.866135 152.599976 145.659836 150.785828 C 146.264572 149.311829 148.154327 148.140137 150.497635 148.140137 L 150.497635 148.140137 Z"/>
+            <path id="path1328" fill="#fff400" fill-rule="evenodd" stroke="none" d="M 150.497635 148.366943 C 151.026779 148.366943 151.707092 148.480286 152.160629 148.63147 C 154.428345 149.311829 156.318115 151.23938 155.335434 153.960632 C 155.37323 154.338562 155.259842 155.018921 155.259842 155.77478 C 155.259842 156.341736 154.919678 156.681885 154.768509 156.946472 C 154.314957 157.702393 152.803146 158.533875 150.459839 158.496033 C 150.006302 158.496033 149.590546 158.496033 149.325989 158.231506 C 148.910233 157.815735 148.381104 157.324402 148.003143 157.097656 C 144.828354 155.207886 144.941727 152.826782 145.659836 151.012573 C 146.226776 149.538574 148.116531 148.366943 150.497635 148.366943 L 150.497635 148.366943 Z"/>
+            <path id="path1329" fill="#fff500" fill-rule="evenodd" stroke="none" d="M 150.497635 148.593689 C 150.988983 148.593689 151.6315 148.707092 152.085037 148.820496 C 154.277161 149.463013 156.091339 151.277161 155.259842 153.847229 C 155.297638 154.22522 155.222046 154.867737 155.222046 155.548035 C 155.222046 156.11499 154.881897 156.455139 154.730713 156.719666 C 154.314957 157.513367 152.803146 158.34491 150.535431 158.307068 C 150.11969 158.307068 149.703934 158.34491 149.401581 158.080322 C 149.023621 157.740173 148.494492 157.24884 148.116531 157.059814 C 145.055115 155.321289 145.017319 153.015747 145.659836 151.277161 C 146.226776 149.765381 148.116531 148.593689 150.497635 148.593689 L 150.497635 148.593689 Z"/>
+            <path id="path1330" fill="#fff600" fill-rule="evenodd" stroke="none" d="M 150.459839 148.782654 C 150.951187 148.782654 151.555908 148.896057 152.009445 149.00946 C 154.125992 149.614197 155.902359 151.314941 155.18425 153.733887 C 155.259842 154.074036 155.18425 154.716553 155.18425 155.35907 C 155.18425 155.925964 154.881897 156.266113 154.730713 156.530701 C 154.277161 157.324402 152.803146 158.118103 150.648819 158.155884 C 150.195282 158.155884 149.779526 158.155884 149.514954 157.929138 C 149.099213 157.62677 148.60788 157.210999 148.229919 156.984253 C 145.244095 155.434631 145.130707 153.204712 145.697632 151.503967 C 146.18898 149.992126 148.078735 148.782654 150.459839 148.782654 L 150.459839 148.782654 Z"/>
+            <path id="path1331" fill="#fff700" fill-rule="evenodd" stroke="none" d="M 150.459839 149.00946 C 150.913391 149.00946 151.480316 149.085022 151.933853 149.236206 C 154.012604 149.765381 155.713379 151.352783 155.146454 153.620483 C 155.222046 153.960632 155.146454 154.565369 155.146454 155.170105 C 155.146454 155.699219 154.881897 156.039368 154.730713 156.341736 C 154.277161 157.135437 152.803146 157.929138 150.724411 157.966919 C 150.308655 157.966919 149.892914 158.0047 149.590546 157.777954 C 149.212601 157.513367 148.721252 157.135437 148.305511 156.946472 C 145.470871 155.510254 145.206299 153.393677 145.697632 151.730713 C 146.151184 150.218872 148.040939 149.00946 150.459839 149.00946 L 150.459839 149.00946 Z"/>
+            <path id="path1332" fill="#fff800" fill-rule="evenodd" stroke="none" d="M 150.422043 149.198425 C 150.875595 149.198425 151.44252 149.311829 151.858261 149.425171 C 153.86142 149.916565 155.524414 151.390564 155.070862 153.50708 C 155.146454 153.847229 155.108658 154.414185 155.108658 154.981079 C 155.108658 155.510254 154.881897 155.850403 154.692917 156.11499 C 154.239365 156.946472 152.840942 157.740173 150.800003 157.777954 C 150.384247 157.815735 150.006302 157.815735 149.703934 157.664551 C 149.288193 157.400024 148.796844 157.059814 148.4189 156.908691 C 145.697632 155.623596 145.281891 153.582703 145.697632 151.9953 C 146.113388 150.445679 148.040939 149.198425 150.422043 149.198425 L 150.422043 149.198425 Z"/>
+            <path id="path1333" fill="#fff900" fill-rule="evenodd" stroke="none" d="M 150.422043 149.425171 C 150.837799 149.425171 151.366928 149.500793 151.744888 149.614197 C 153.710236 150.067688 155.335434 151.466125 155.033066 153.393677 C 155.108658 153.733887 155.070862 154.263 155.070862 154.792114 C 155.070862 155.283447 154.844101 155.623596 154.692917 155.925964 C 154.239365 156.757507 152.840942 157.513367 150.875595 157.62677 C 150.497635 157.62677 150.11969 157.664551 149.779526 157.513367 C 149.401581 157.286621 148.910233 157.022034 148.532288 156.833069 C 145.924408 155.699219 145.357483 153.809448 145.735428 152.222046 C 146.075592 150.672424 148.003143 149.425171 150.422043 149.425171 L 150.422043 149.425171 Z"/>
+            <path id="path1334" fill="#fffa00" fill-rule="evenodd" stroke="none" d="M 150.422043 149.614197 C 150.837799 149.614197 151.291336 149.689758 151.669296 149.803162 C 153.559052 150.218872 155.108658 151.503967 154.957474 153.280334 C 155.070862 153.620483 155.033066 154.111816 155.033066 154.603149 C 155.033066 155.056702 154.844101 155.396851 154.692917 155.699219 C 154.201569 156.568481 152.840942 157.324402 150.988983 157.437805 C 150.573227 157.475586 150.195282 157.513367 149.892914 157.362183 C 149.477173 157.173218 149.023621 156.946472 148.645676 156.795288 C 146.151184 155.812622 145.433075 153.998413 145.735428 152.448792 C 146.037796 150.899231 147.965347 149.614197 150.422043 149.614197 L 150.422043 149.614197 Z"/>
+            <path id="path1335" fill="#fffb00" fill-rule="evenodd" stroke="none" d="M 150.384247 149.840942 C 150.800003 149.840942 151.215744 149.916565 151.593704 149.992126 C 153.407867 150.370056 154.655121 151.541748 154.881897 153.166931 C 154.957474 153.50708 155.033066 153.960632 155.033066 154.414185 C 155.033066 154.867737 154.844101 155.207886 154.655121 155.510254 C 154.163773 156.379517 152.840942 157.135437 151.06456 157.24884 C 150.686615 157.286621 150.308655 157.324402 149.968506 157.210999 C 149.590546 157.097656 149.137009 156.87085 148.721252 156.719666 C 146.37796 155.888184 145.508667 154.187378 145.735428 152.713379 C 146 151.088196 147.927567 149.840942 150.384247 149.840942 L 150.384247 149.840942 Z"/>
+            <path id="path1336" fill="#fffc00" fill-rule="evenodd" stroke="none" d="M 150.384247 150.067688 C 150.762207 150.067688 151.177948 150.10553 151.518112 150.181091 C 153.294495 150.52124 154.503937 151.61731 154.844101 153.053528 C 154.919678 153.393677 154.99527 153.771667 154.99527 154.22522 C 154.99527 154.64093 154.806305 154.981079 154.655121 155.283447 C 154.163773 156.190552 152.878738 156.908691 151.140152 157.097656 C 150.800003 157.135437 150.422043 157.135437 150.081894 157.059814 C 149.666138 156.984253 149.212601 156.795288 148.834641 156.681885 C 146.566925 155.963806 145.584259 154.414185 145.773224 152.940186 C 145.962204 151.314941 147.927567 150.067688 150.384247 150.067688 L 150.384247 150.067688 Z"/>
+            <path id="path1337" fill="#fffd00" fill-rule="evenodd" stroke="none" d="M 150.384247 150.256714 C 150.724411 150.256714 151.102356 150.294495 151.44252 150.370056 C 153.143311 150.672424 154.390549 151.65509 154.768509 152.940186 C 154.881897 153.242493 154.957474 153.620483 154.957474 154.036194 C 154.957474 154.451965 154.806305 154.792114 154.655121 155.094482 C 154.125992 156.001587 152.878738 156.719666 151.25354 156.908691 C 150.875595 156.946472 150.497635 156.984253 150.157486 156.908691 C 149.74173 156.87085 149.325989 156.757507 148.948029 156.644104 C 146.793701 156.039368 145.659836 154.603149 145.773224 153.166931 C 145.924408 151.541748 147.889771 150.256714 150.384247 150.256714 L 150.384247 150.256714 Z"/>
+            <path id="path1338" fill="#fffe00" fill-rule="evenodd" stroke="none" d="M 150.346451 150.483459 C 150.686615 150.483459 151.026779 150.52124 151.329132 150.559082 C 152.992126 150.823608 154.277161 151.692932 154.692917 152.826782 C 154.844101 153.12915 154.919678 153.469299 154.919678 153.847229 C 154.919678 154.22522 154.806305 154.565369 154.617325 154.905518 C 154.125992 155.812622 152.878738 156.530701 151.329132 156.719666 C 150.988983 156.757507 150.611023 156.795288 150.270859 156.795288 C 149.855118 156.757507 149.439377 156.681885 149.061417 156.568481 C 147.020477 156.11499 145.735428 154.829895 145.81102 153.431519 C 145.848816 151.768494 147.851974 150.483459 150.346451 150.483459 L 150.346451 150.483459 Z"/>
+            <path id="path1339" fill="#ffff00" fill-rule="evenodd" stroke="none" d="M 154.881897 153.658264 C 154.881897 152.033081 152.840942 150.672424 150.346451 150.672424 C 147.851974 150.672424 145.81102 152.033081 145.81102 153.658264 C 145.81102 155.321289 147.851974 156.644104 150.346451 156.644104 C 152.840942 156.644104 154.881897 155.321289 154.881897 153.658264 L 154.881897 153.658264 Z"/>
+        </g>
+        <clipPath id="clipPath115">
+            <path d="M 156.88504 141.526001 C 158.283462 144.889771 155.600006 149.198425 150.875596 151.163757 C 146.18898 153.12915 141.237793 151.9953 139.801575 148.63147 C 138.403152 145.2677 141.086609 140.921264 145.81102 138.955932 C 150.497635 136.990539 155.448822 138.124389 156.88504 141.526001 L 156.88504 141.526001 Z"/>
+        </clipPath>
+        <g id="g114" clip-path="url(#clipPath115)"/>
+        <clipPath id="clipPath116">
+            <path d="M 156.88504 141.526001 C 158.283462 144.889771 155.600006 149.198425 150.875596 151.163757 C 146.18898 153.12915 141.237793 151.9953 139.801575 148.63147 C 138.403152 145.2677 141.086609 140.921264 145.81102 138.955932 C 150.497635 136.990539 155.448822 138.124389 156.88504 141.526001 L 156.88504 141.526001 Z"/>
+        </clipPath>
+        <g id="g115" clip-path="url(#clipPath116)">
+            <path id="path1340" fill="#fffa3c" fill-rule="evenodd" stroke="none" d="M 138.894485 153.469299 L 138.894485 150.672424 L 157.79213 150.672424 L 157.79213 153.469299 L 138.894485 153.469299 Z"/>
+            <path id="path1341" fill="#fffa4b" fill-rule="evenodd" stroke="none" d="M 138.894485 152.297607 L 138.894485 149.500793 L 157.79213 149.500793 L 157.79213 152.297607 L 138.894485 152.297607 Z"/>
+            <path id="path1342" fill="#fffb5a" fill-rule="evenodd" stroke="none" d="M 138.894485 151.125977 L 138.894485 148.366943 L 157.79213 148.366943 L 157.79213 151.125977 L 138.894485 151.125977 Z"/>
+            <path id="path1343" fill="#fffb69" fill-rule="evenodd" stroke="none" d="M 138.894485 149.954346 L 138.894485 147.195251 L 157.79213 147.195251 L 157.79213 149.954346 L 138.894485 149.954346 Z"/>
+            <path id="path1344" fill="#fffc78" fill-rule="evenodd" stroke="none" d="M 138.894485 148.782654 L 138.894485 146.023621 L 157.79213 146.023621 L 157.79213 148.782654 L 138.894485 148.782654 Z"/>
+            <path id="path1345" fill="#fffc87" fill-rule="evenodd" stroke="none" d="M 138.894485 147.611023 L 138.894485 144.85199 L 157.79213 144.85199 L 157.79213 147.611023 L 138.894485 147.611023 Z"/>
+            <path id="path1346" fill="#fffc96" fill-rule="evenodd" stroke="none" d="M 138.894485 146.439392 L 138.894485 143.680298 L 157.79213 143.680298 L 157.79213 146.439392 L 138.894485 146.439392 Z"/>
+            <path id="path1347" fill="#fffda5" fill-rule="evenodd" stroke="none" d="M 138.894485 145.305542 L 138.894485 142.508667 L 157.79213 142.508667 L 157.79213 145.305542 L 138.894485 145.305542 Z"/>
+            <path id="path1348" fill="#fffdb4" fill-rule="evenodd" stroke="none" d="M 138.894485 144.13385 L 138.894485 141.337036 L 157.79213 141.337036 L 157.79213 144.13385 L 138.894485 144.13385 Z"/>
+            <path id="path1349" fill="#fffdc3" fill-rule="evenodd" stroke="none" d="M 138.894485 142.962219 L 138.894485 140.165344 L 157.79213 140.165344 L 157.79213 142.962219 L 138.894485 142.962219 Z"/>
+            <path id="path1350" fill="#fffed2" fill-rule="evenodd" stroke="none" d="M 138.894485 141.790527 L 138.894485 138.993713 L 157.79213 138.993713 L 157.79213 141.790527 L 138.894485 141.790527 Z"/>
+            <path id="path1351" fill="#fffee1" fill-rule="evenodd" stroke="none" d="M 138.894485 140.618896 L 138.894485 137.822021 L 157.79213 137.822021 L 157.79213 140.618896 L 138.894485 140.618896 Z"/>
+            <path id="path1352" fill="#fffff0" fill-rule="evenodd" stroke="none" d="M 138.894485 139.447266 L 138.894485 136.688171 L 157.79213 136.688171 L 157.79213 139.447266 L 138.894485 139.447266 Z"/>
+        </g>
+        <clipPath id="clipPath117">
+            <path d="M 156.88504 141.526001 C 158.283462 144.889771 155.600006 149.198425 150.875596 151.163757 C 146.18898 153.12915 141.237793 151.9953 139.801575 148.63147 C 138.403152 145.2677 141.086609 140.921264 145.81102 138.955932 C 150.497635 136.990539 155.448822 138.124389 156.88504 141.526001 L 156.88504 141.526001 Z"/>
+        </clipPath>
+        <g id="g116" clip-path="url(#clipPath117)"/>
+        <clipPath id="clipPath118">
+            <path d="M 137.798431 136.536987 L 163.537003 136.536987 L 163.537003 176.297607 L 137.798431 176.297607 L 137.798431 136.536987 Z"/>
+        </clipPath>
+        <g id="g117" clip-path="url(#clipPath118)">
+            <path id="path1353" fill="none" stroke="#8b5c29" stroke-width="0.264567" d="M 146.907089 149.273987 L 149.363785 163.031494 L 149.55275 163.031494 L 147.058273 149.236206"/>
+            <path id="path1354" fill="none" stroke="#8b5c29" stroke-width="0.264567" d="M 154.012604 149.349609 L 151.555908 163.144897 L 151.707092 163.182678 L 154.163773 149.38739"/>
+            <path id="path1355" fill="none" stroke="#e4bc96" stroke-width="0.264567" d="M 154.844101 147.724426 L 154.768509 147.724426 L 154.730713 147.724426 C 154.730713 147.762207 154.692917 147.799988 154.617325 147.837769 C 154.503937 147.87561 154.314957 147.951172 154.0504 148.026794 C 153.294495 148.177979 152.009445 148.291321 150.535431 148.291321 C 149.363785 148.291321 148.305511 148.215759 147.51181 148.102356 C 147.133865 148.026794 146.831497 147.951172 146.604721 147.87561 C 146.529129 147.837769 146.415741 147.799988 146.37796 147.762207 C 146.37796 147.762207 146.340164 147.762207 146.340164 147.724426 L 146.340164 147.724426 L 146.340164 147.686584 C 146.340164 147.648804 146.415741 147.648804 146.453537 147.611023 C 146.604721 147.535461 146.793701 147.459839 147.020477 147.422058 C 147.814178 147.233093 149.099213 147.11969 150.535431 147.11969 C 151.744888 147.11969 152.803146 147.195251 153.559052 147.308655 C 153.937012 147.384277 154.277161 147.459839 154.466141 147.535461 C 154.579529 147.573242 154.655121 147.611023 154.692917 147.648804 C 154.730713 147.648804 154.730713 147.686584 154.730713 147.686584 L 154.768509 147.724426 L 154.919678 147.724426 C 154.919678 147.686584 154.919678 147.648804 154.881897 147.611023 C 154.844101 147.535461 154.768509 147.49762 154.692917 147.459839 C 154.541733 147.384277 154.352753 147.308655 154.088196 147.270874 C 153.294495 147.081909 152.009445 146.968506 150.535431 146.968506 C 149.363785 146.968506 148.267715 147.044067 147.51181 147.157471 C 147.096069 147.233093 146.793701 147.308655 146.566925 147.384277 C 146.453537 147.422058 146.340164 147.459839 146.302368 147.49762 C 146.264572 147.535461 146.226776 147.573242 146.18898 147.611023 C 146.18898 147.648804 146.151184 147.686584 146.151184 147.724426 C 146.151184 147.762207 146.18898 147.799988 146.18898 147.837769 C 146.264572 147.87561 146.302368 147.913391 146.37796 147.988953 C 146.529129 148.064575 146.755905 148.102356 147.020477 148.177979 C 147.776382 148.329163 149.099213 148.442505 150.535431 148.442505 C 151.744888 148.442505 152.803146 148.366943 153.596848 148.25354 C 153.974808 148.215759 154.314957 148.140137 154.541733 148.026794 C 154.655121 147.988953 154.730713 147.951172 154.806305 147.913391 C 154.844101 147.87561 154.881897 147.87561 154.881897 147.837769 C 154.919678 147.799988 154.919678 147.762207 154.919678 147.724426 L 154.844101 147.724426 L 154.844101 147.724426 Z"/>
+            <path id="path1356" fill="#5a3d1c" fill-rule="evenodd" stroke="none" d="M 156.658264 138.275574 L 156.69606 138.200012 C 155.335434 137.481873 152.840942 136.839355 151.25354 136.839355 C 149.628342 136.839355 147.020477 137.02832 144.941727 138.12439 C 143.127563 139.069275 141.426773 140.429932 140.141739 142.206299 C 138.894485 143.982666 138.062988 146.137024 138.062988 148.744873 C 138.062988 151.881897 139.272446 155.585815 142.333862 159.89447 C 142.598419 160.272461 143.089767 161.141724 143.505508 162.237793 C 143.921265 163.333862 144.261414 164.694458 144.261414 165.979553 C 144.261414 166.697632 144.374802 167.151184 144.639374 167.453552 C 144.903931 167.793701 145.319687 167.944885 145.81102 168.058289 C 147.965347 168.625183 149.779526 168.814148 151.215744 168.814148 C 154.125992 168.814148 155.56221 168.058289 155.600006 168.058289 L 155.56221 167.982666 L 155.56221 168.058289 C 155.56221 168.058289 155.940155 167.982666 156.355911 167.680298 C 156.733856 167.415771 157.111816 166.886597 157.111816 166.017334 L 157.111816 165.979553 C 157.111816 164.656677 157.376373 163.371643 157.716537 162.351196 C 158.056686 161.292908 158.472443 160.461426 158.774796 160.083435 C 162.025192 155.737 163.272446 151.881897 163.272446 148.669312 C 163.272446 146.137024 162.478745 143.982666 161.269287 142.24408 C 160.059845 140.467712 158.434647 139.144897 156.69606 138.200012 L 156.658264 138.275574 L 156.620468 138.351196 C 158.321259 139.25824 159.946457 140.581116 161.155899 142.319702 C 162.32756 144.058289 163.121262 146.174805 163.121262 148.669312 C 163.121262 151.844116 161.874008 155.661438 158.623627 160.007874 C 158.321259 160.385803 157.905518 161.217346 157.565353 162.275574 C 157.225204 163.333862 156.960632 164.656677 156.960632 165.979553 L 156.960632 165.979553 L 156.960632 165.979553 L 156.960632 166.017334 C 156.960632 166.848816 156.582672 167.302368 156.242523 167.566956 C 156.053543 167.71814 155.902359 167.793701 155.751175 167.831482 C 155.675598 167.869263 155.637802 167.869263 155.600006 167.869263 C 155.56221 167.907104 155.56221 167.907104 155.56221 167.907104 L 155.524414 167.907104 L 155.524414 167.907104 L 155.524414 167.907104 L 155.524414 167.907104 L 155.486618 167.907104 C 155.335434 167.982666 153.899216 168.662964 151.215744 168.662964 C 149.779526 168.662964 148.003143 168.473999 145.848816 167.907104 C 145.357483 167.793701 145.017319 167.642517 144.790558 167.340149 C 144.525986 167.075562 144.412598 166.697632 144.412598 166.017334 C 144.412598 164.656677 144.072433 163.296082 143.656693 162.200012 C 143.240952 161.066162 142.749603 160.196838 142.44725 159.781128 C 139.423615 155.510254 138.214172 151.844116 138.214172 148.744873 C 138.214172 146.174805 139.04567 144.058289 140.292908 142.28186 C 141.540161 140.543335 143.240952 139.182678 145.017319 138.237793 C 147.058273 137.179504 149.628342 136.99054 151.25354 136.99054 C 152.76535 136.99054 155.297638 137.670837 156.620468 138.351196 L 156.658264 138.275574 L 156.658264 138.275574 Z"/>
+            <path id="path1357" fill="none" stroke="#5a3d1c" stroke-width="0.529134" d="M 156.658264 138.275574 L 156.69606 138.200012 C 155.335434 137.481873 152.840942 136.839355 151.25354 136.839355 C 149.628342 136.839355 147.020477 137.02832 144.941727 138.12439 C 143.127563 139.069275 141.426773 140.429932 140.141739 142.206299 C 138.894485 143.982666 138.062988 146.137024 138.062988 148.744873 C 138.062988 151.881897 139.272446 155.585815 142.333862 159.89447 C 142.598419 160.272461 143.089767 161.141724 143.505508 162.237793 C 143.921265 163.333862 144.261414 164.694458 144.261414 165.979553 C 144.261414 166.697632 144.374802 167.151184 144.639374 167.453552 C 144.903931 167.793701 145.319687 167.944885 145.81102 168.058289 C 147.965347 168.625183 149.779526 168.814148 151.215744 168.814148 C 154.125992 168.814148 155.56221 168.058289 155.600006 168.058289 L 155.56221 167.982666 L 155.56221 168.058289 C 155.56221 168.058289 155.940155 167.982666 156.355911 167.680298 C 156.733856 167.415771 157.111816 166.886597 157.111816 166.017334 L 157.111816 165.979553 C 157.111816 164.656677 157.376373 163.371643 157.716537 162.351196 C 158.056686 161.292908 158.472443 160.461426 158.774796 160.083435 C 162.025192 155.737 163.272446 151.881897 163.272446 148.669312 C 163.272446 146.137024 162.478745 143.982666 161.269287 142.24408 C 160.059845 140.467712 158.434647 139.144897 156.69606 138.200012 L 156.658264 138.275574 L 156.620468 138.351196 C 158.321259 139.25824 159.946457 140.581116 161.155899 142.319702 C 162.32756 144.058289 163.121262 146.174805 163.121262 148.669312 C 163.121262 151.844116 161.874008 155.661438 158.623627 160.007874 C 158.321259 160.385803 157.905518 161.217346 157.565353 162.275574 C 157.225204 163.333862 156.960632 164.656677 156.960632 165.979553 L 156.960632 165.979553 L 156.960632 165.979553 L 156.960632 166.017334 C 156.960632 166.848816 156.582672 167.302368 156.242523 167.566956 C 156.053543 167.71814 155.902359 167.793701 155.751175 167.831482 C 155.675598 167.869263 155.637802 167.869263 155.600006 167.869263 C 155.56221 167.907104 155.56221 167.907104 155.56221 167.907104 L 155.524414 167.907104 L 155.524414 167.907104 L 155.524414 167.907104 L 155.524414 167.907104 L 155.486618 167.907104 C 155.335434 167.982666 153.899216 168.662964 151.215744 168.662964 C 149.779526 168.662964 148.003143 168.473999 145.848816 167.907104 C 145.357483 167.793701 145.017319 167.642517 144.790558 167.340149 C 144.525986 167.075562 144.412598 166.697632 144.412598 166.017334 C 144.412598 164.656677 144.072433 163.296082 143.656693 162.200012 C 143.240952 161.066162 142.749603 160.196838 142.44725 159.781128 C 139.423615 155.510254 138.214172 151.844116 138.214172 148.744873 C 138.214172 146.174805 139.04567 144.058289 140.292908 142.28186 C 141.540161 140.543335 143.240952 139.182678 145.017319 138.237793 C 147.058273 137.179504 149.628342 136.99054 151.25354 136.99054 C 152.76535 136.99054 155.297638 137.670837 156.620468 138.351196 L 156.658264 138.275574 Z"/>
+        </g>
+        <clipPath id="clipPath119">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g118" clip-path="url(#clipPath119)">
+            <text id="Light" xml:space="preserve" x="119" y="263" font-family="Helvetica" font-size="14.966929" fill="#000000">Light</text>
+            <text id="text1" xml:space="preserve" x="149" y="263" font-family="Helvetica" font-size="14.966929" fill="#000000">#</text>
+            <text id="2" xml:space="preserve" x="156" y="263" font-family="Helvetica" font-size="14.966929" fill="#000000">2</text>
+        </g>
+        <clipPath id="clipPath120">
+            <path d="M 129.370071 208.726013 L 155.108658 208.726013 L 155.108658 248.486633 L 129.370071 248.486633 L 129.370071 208.726013 Z"/>
+        </clipPath>
+        <g id="g119" clip-path="url(#clipPath120)">
+            <path id="path1358" fill="#666666" fill-rule="evenodd" stroke="none" d="M 136.853546 245.122864 L 140.066147 247.919678 C 140.066147 247.919678 140.93544 248.259827 141.993698 248.222046 C 143.127563 248.146484 143.732285 247.957458 143.694489 247.9953 L 147.32283 245.122864 L 136.853546 245.122864 L 136.853546 245.122864 L 136.853546 245.122864 Z"/>
+            <path id="path1359" fill="none" stroke="#3f3f3f" stroke-width="0.529134" d="M 136.853546 245.122864 L 140.066147 247.919678 C 140.066147 247.919678 140.93544 248.259827 141.993698 248.222046 C 143.127563 248.146484 143.732285 247.957458 143.694489 247.9953 L 147.32283 245.122864 L 136.853546 245.122864 L 136.853546 245.122864 Z"/>
+        </g>
+        <clipPath id="clipPath121">
+            <path d="M 147.814178 245.085022 C 147.814178 245.085022 145.697632 246.067688 142.144882 246.067688 C 138.32756 246.067688 136.362198 245.085022 136.362198 245.085022 L 136.362198 239.793701 C 136.362198 239.793701 139.310242 240.549622 141.88031 240.625183 C 144.48819 240.700806 147.814178 239.793701 147.814178 239.793701 L 147.814178 245.085022 L 147.814178 245.085022 Z"/>
+        </clipPath>
+        <g id="g120" clip-path="url(#clipPath121)"/>
+        <clipPath id="clipPath122">
+            <path d="M 147.814178 245.085022 C 147.814178 245.085022 145.697632 246.067688 142.144882 246.067688 C 138.32756 246.067688 136.362198 245.085022 136.362198 245.085022 L 136.362198 239.793701 C 136.362198 239.793701 139.310242 240.549622 141.88031 240.625183 C 144.48819 240.700806 147.814178 239.793701 147.814178 239.793701 L 147.814178 245.085022 L 147.814178 245.085022 Z"/>
+        </clipPath>
+        <g id="g121" clip-path="url(#clipPath122)">
+            <path id="path1360" fill="#666666" fill-rule="evenodd" stroke="none" d="M 122.302368 239.264587 L 125.855118 239.264587 L 125.855118 246.634644 L 122.302368 246.634644 L 122.302368 239.264587 Z"/>
+            <path id="path1361" fill="#6b6b6b" fill-rule="evenodd" stroke="none" d="M 123.851974 239.264587 L 127.44252 239.264587 L 127.44252 246.634644 L 123.851974 246.634644 L 123.851974 239.264587 Z"/>
+            <path id="path1362" fill="#707070" fill-rule="evenodd" stroke="none" d="M 125.439377 239.264587 L 128.992126 239.264587 L 128.992126 246.634644 L 125.439377 246.634644 L 125.439377 239.264587 Z"/>
+            <path id="path1363" fill="#747474" fill-rule="evenodd" stroke="none" d="M 126.988983 239.264587 L 130.579529 239.264587 L 130.579529 246.634644 L 126.988983 246.634644 L 126.988983 239.264587 Z"/>
+            <path id="path1364" fill="#797979" fill-rule="evenodd" stroke="none" d="M 128.576385 239.264587 L 132.129135 239.264587 L 132.129135 246.634644 L 128.576385 246.634644 L 128.576385 239.264587 Z"/>
+            <path id="path1365" fill="#7e7e7e" fill-rule="evenodd" stroke="none" d="M 130.125992 239.264587 L 133.716537 239.264587 L 133.716537 246.634644 L 130.125992 246.634644 L 130.125992 239.264587 Z"/>
+            <path id="path1366" fill="#838383" fill-rule="evenodd" stroke="none" d="M 131.713379 239.264587 L 135.266144 239.264587 L 135.266144 246.634644 L 131.713379 246.634644 L 131.713379 239.264587 Z"/>
+            <path id="path1367" fill="#878787" fill-rule="evenodd" stroke="none" d="M 133.262985 239.264587 L 136.81575 239.264587 L 136.81575 246.634644 L 133.262985 246.634644 L 133.262985 239.264587 Z"/>
+            <path id="path1368" fill="#666666" fill-rule="evenodd" stroke="none" d="M 134.850388 239.264587 L 138.403152 239.264587 L 138.403152 246.634644 L 134.850388 246.634644 L 134.850388 239.264587 Z"/>
+            <path id="path1369" fill="#6b6b6b" fill-rule="evenodd" stroke="none" d="M 136.399994 239.264587 L 139.952759 239.264587 L 139.952759 246.634644 L 136.399994 246.634644 L 136.399994 239.264587 Z"/>
+            <path id="path1370" fill="#707070" fill-rule="evenodd" stroke="none" d="M 137.9496 239.264587 L 141.540161 239.264587 L 141.540161 246.634644 L 137.9496 246.634644 L 137.9496 239.264587 Z"/>
+            <path id="path1371" fill="#747474" fill-rule="evenodd" stroke="none" d="M 139.537003 239.264587 L 143.089767 239.264587 L 143.089767 246.634644 L 139.537003 246.634644 L 139.537003 239.264587 Z"/>
+            <path id="path1372" fill="#797979" fill-rule="evenodd" stroke="none" d="M 141.086609 239.264587 L 144.67717 239.264587 L 144.67717 246.634644 L 141.086609 246.634644 L 141.086609 239.264587 Z"/>
+            <path id="path1373" fill="#7e7e7e" fill-rule="evenodd" stroke="none" d="M 142.674011 239.264587 L 146.226776 239.264587 L 146.226776 246.634644 L 142.674011 246.634644 L 142.674011 239.264587 Z"/>
+            <path id="path1374" fill="#838383" fill-rule="evenodd" stroke="none" d="M 144.223618 239.264587 L 147.814178 239.264587 L 147.814178 246.634644 L 144.223618 246.634644 L 144.223618 239.264587 Z"/>
+            <path id="path1375" fill="#878787" fill-rule="evenodd" stroke="none" d="M 145.81102 239.264587 L 149.363785 239.264587 L 149.363785 246.634644 L 145.81102 246.634644 L 145.81102 239.264587 Z"/>
+        </g>
+        <clipPath id="clipPath123">
+            <path d="M 147.814178 245.085022 C 147.814178 245.085022 145.697632 246.067688 142.144882 246.067688 C 138.32756 246.067688 136.362198 245.085022 136.362198 245.085022 L 136.362198 239.793701 C 136.362198 239.793701 139.310242 240.549622 141.88031 240.625183 C 144.48819 240.700806 147.814178 239.793701 147.814178 239.793701 L 147.814178 245.085022 L 147.814178 245.085022 Z"/>
+        </clipPath>
+        <g id="g122" clip-path="url(#clipPath123)"/>
+        <clipPath id="clipPath124">
+            <path d="M 129.370071 208.726013 L 155.108658 208.726013 L 155.108658 248.486633 L 129.370071 248.486633 L 129.370071 208.726013 Z"/>
+        </clipPath>
+        <g id="g123" clip-path="url(#clipPath124)">
+            <path id="path1376" fill="none" stroke="#3f3f3f" stroke-width="0.529134" d="M 147.814178 245.085022 C 147.814178 245.085022 145.697632 246.067688 142.144882 246.067688 C 138.32756 246.067688 136.362198 245.085022 136.362198 245.085022 L 136.362198 239.793701 C 136.362198 239.793701 139.310242 240.549622 141.88031 240.625183 C 144.48819 240.700806 147.814178 239.793701 147.814178 239.793701 L 147.814178 245.085022 Z"/>
+            <path id="path1377" fill="#3f3f3f" fill-rule="evenodd" stroke="none" d="M 147.814178 245.085022 L 147.776382 245.00946 C 147.776382 245.00946 147.776382 245.00946 147.776382 245.047241 C 147.51181 245.122864 145.470871 245.992126 142.144882 245.992126 C 140.255112 245.992126 138.818893 245.765381 137.836227 245.500793 C 137.382675 245.38739 137.00473 245.273987 136.777954 245.160645 C 136.664566 245.122864 136.551178 245.085022 136.513382 245.047241 C 136.475586 245.047241 136.43779 245.047241 136.43779 245.047241 L 136.399994 245.00946 L 136.362198 245.085022 L 136.475586 245.085022 L 136.475586 239.793701 L 136.362198 239.793701 L 136.362198 239.869263 C 136.362198 239.869263 139.272446 240.625183 141.88031 240.700806 C 141.993698 240.700806 142.107086 240.738586 142.220474 240.738586 C 144.790558 240.738586 147.851974 239.869263 147.851974 239.869263 L 147.814178 239.793701 L 147.738586 239.793701 L 147.738586 245.085022 L 147.814178 245.085022 L 147.776382 245.00946 L 147.814178 245.085022 L 147.889771 245.085022 L 147.889771 239.680298 L 147.814178 239.71814 C 147.814178 239.71814 147.738586 239.75592 147.662994 239.75592 C 147.058273 239.907104 144.450394 240.549622 142.220474 240.549622 C 142.107086 240.549622 141.993698 240.549622 141.88031 240.549622 C 140.595276 240.511841 139.23465 240.285034 138.176376 240.096069 C 137.647247 240.020447 137.193695 239.907104 136.891342 239.831482 C 136.740158 239.793701 136.62677 239.793701 136.513382 239.75592 C 136.43779 239.75592 136.399994 239.71814 136.399994 239.71814 L 136.286621 239.71814 L 136.286621 245.160645 L 136.324402 245.160645 C 136.362198 245.160645 138.32756 246.181091 142.144882 246.181091 C 145.697632 246.181091 147.851974 245.160645 147.851974 245.160645 L 147.889771 245.160645 L 147.889771 245.085022 L 147.814178 245.085022 L 147.814178 245.085022 Z"/>
+        </g>
+        <clipPath id="clipPath125">
+            <path d="M 136.362198 241.607849 C 136.362198 241.607849 141.615753 243.308655 147.776382 240.662964 C 148.116531 240.511841 148.305511 241.418884 147.851974 241.607849 C 145.206299 242.628357 140.3685 243.573242 136.362198 242.552734 C 136.362198 242.552734 135.795273 242.137024 136.362198 241.607849 L 136.362198 241.607849 Z"/>
+        </clipPath>
+        <g id="g124" clip-path="url(#clipPath125)"/>
+        <clipPath id="clipPath126">
+            <path d="M 136.362198 241.607849 C 136.362198 241.607849 141.615753 243.308655 147.776382 240.662964 C 148.116531 240.511841 148.305511 241.418884 147.851974 241.607849 C 145.206299 242.628357 140.3685 243.573242 136.362198 242.552734 C 136.362198 242.552734 135.795273 242.137024 136.362198 241.607849 L 136.362198 241.607849 Z"/>
+        </clipPath>
+        <g id="g125" clip-path="url(#clipPath126)">
+            <path id="path1378" fill="#3f3f3f" fill-rule="evenodd" stroke="none" d="M 134.548035 240.096069 L 138.025192 240.096069 L 138.025192 243.535461 L 134.548035 243.535461 L 134.548035 240.096069 Z"/>
+            <path id="path1379" fill="#434343" fill-rule="evenodd" stroke="none" d="M 136.022049 240.096069 L 139.461411 240.096069 L 139.461411 243.535461 L 136.022049 243.535461 L 136.022049 240.096069 Z"/>
+            <path id="path1380" fill="#484848" fill-rule="evenodd" stroke="none" d="M 137.496063 240.096069 L 140.93544 240.096069 L 140.93544 243.535461 L 137.496063 243.535461 L 137.496063 240.096069 Z"/>
+            <path id="path1381" fill="#4c4c4c" fill-rule="evenodd" stroke="none" d="M 138.932281 240.096069 L 142.371658 240.096069 L 142.371658 243.535461 L 138.932281 243.535461 L 138.932281 240.096069 Z"/>
+            <path id="path1382" fill="#505050" fill-rule="evenodd" stroke="none" d="M 140.406296 240.096069 L 143.845673 240.096069 L 143.845673 243.535461 L 140.406296 243.535461 L 140.406296 240.096069 Z"/>
+            <path id="path1383" fill="#555555" fill-rule="evenodd" stroke="none" d="M 141.842514 240.096069 L 145.319687 240.096069 L 145.319687 243.535461 L 141.842514 243.535461 L 141.842514 240.096069 Z"/>
+            <path id="path1384" fill="#595959" fill-rule="evenodd" stroke="none" d="M 143.316528 240.096069 L 146.755905 240.096069 L 146.755905 243.535461 L 143.316528 243.535461 L 143.316528 240.096069 Z"/>
+            <path id="path1385" fill="#5d5d5d" fill-rule="evenodd" stroke="none" d="M 144.752762 240.096069 L 148.229919 240.096069 L 148.229919 243.535461 L 144.752762 243.535461 L 144.752762 240.096069 Z"/>
+            <path id="path1386" fill="#626262" fill-rule="evenodd" stroke="none" d="M 146.226776 240.096069 L 149.666138 240.096069 L 149.666138 243.535461 L 146.226776 243.535461 L 146.226776 240.096069 Z"/>
+        </g>
+        <clipPath id="clipPath127">
+            <path d="M 136.362198 241.607849 C 136.362198 241.607849 141.615753 243.308655 147.776382 240.662964 C 148.116531 240.511841 148.305511 241.418884 147.851974 241.607849 C 145.206299 242.628357 140.3685 243.573242 136.362198 242.552734 C 136.362198 242.552734 135.795273 242.137024 136.362198 241.607849 L 136.362198 241.607849 Z"/>
+        </clipPath>
+        <g id="g126" clip-path="url(#clipPath127)"/>
+        <clipPath id="clipPath128">
+            <path d="M 129.370071 208.726013 L 155.108658 208.726013 L 155.108658 248.486633 L 129.370071 248.486633 L 129.370071 208.726013 Z"/>
+        </clipPath>
+        <g id="g127" clip-path="url(#clipPath128)">
+            <path id="path1387" fill="none" stroke="#3f3f3f" stroke-width="0.264567" d="M 136.362198 241.607849 L 136.324402 241.721252 C 136.324402 241.721252 137.987396 242.250366 140.55748 242.250366 C 142.522827 242.250366 145.092911 241.910217 147.814178 240.738586 L 147.851974 240.738586 C 147.851974 240.738586 147.889771 240.738586 147.927567 240.738586 C 147.927567 240.776367 147.965347 240.814148 148.003143 240.889771 C 148.040939 240.965332 148.040939 241.040955 148.040939 241.116516 C 148.040939 241.229919 148.040939 241.305542 148.003143 241.381104 C 147.965347 241.456665 147.889771 241.494507 147.851974 241.532288 C 146 242.250366 143.089767 242.892883 140.141739 242.892883 C 138.856689 242.892883 137.571655 242.779541 136.362198 242.477173 L 136.362198 242.552734 L 136.399994 242.477173 L 136.399994 242.477173 C 136.399994 242.477173 136.324402 242.439392 136.286621 242.36377 C 136.248825 242.288208 136.211029 242.212585 136.211029 242.099182 C 136.211029 241.98584 136.248825 241.834656 136.399994 241.683472 L 136.362198 241.607849 L 136.324402 241.721252 L 136.362198 241.607849 L 136.286621 241.570068 C 136.097641 241.759033 136.022049 241.948059 136.022049 242.099182 C 136.022049 242.250366 136.097641 242.40155 136.173233 242.477173 C 136.248825 242.590576 136.286621 242.628357 136.324402 242.628357 L 136.324402 242.628357 L 136.324402 242.628357 C 137.571655 242.930725 138.856689 243.081909 140.141739 243.081909 C 143.089767 243.081909 146.037796 242.40155 147.889771 241.683472 C 148.003143 241.645691 148.078735 241.532288 148.154327 241.456665 C 148.192123 241.343323 148.192123 241.229919 148.192123 241.116516 C 148.192123 241.003174 148.192123 240.85199 148.116531 240.776367 C 148.078735 240.700806 148.040939 240.662964 148.003143 240.625183 C 147.965347 240.587402 147.927567 240.549622 147.851974 240.549622 C 147.814178 240.549622 147.776382 240.587402 147.738586 240.587402 C 145.055115 241.759033 142.522827 242.061401 140.55748 242.061401 C 139.272446 242.061401 138.251968 241.948059 137.496063 241.796875 C 137.155899 241.759033 136.853546 241.683472 136.664566 241.645691 C 136.588974 241.607849 136.513382 241.570068 136.43779 241.570068 C 136.399994 241.570068 136.399994 241.532288 136.399994 241.532288 L 136.324402 241.532288 L 136.286621 241.570068 L 136.362198 241.607849 Z"/>
+        </g>
+        <clipPath id="clipPath129">
+            <path d="M 136.362198 243.611023 C 136.362198 243.611023 141.615753 245.311829 147.776382 242.628357 C 148.116531 242.514954 148.305511 243.422058 147.851974 243.573242 C 145.206299 244.593689 140.3685 245.538574 136.362198 244.555908 C 136.362198 244.555908 135.795273 244.140137 136.362198 243.611023 L 136.362198 243.611023 Z"/>
+        </clipPath>
+        <g id="g128" clip-path="url(#clipPath129)"/>
+        <clipPath id="clipPath130">
+            <path d="M 136.362198 243.611023 C 136.362198 243.611023 141.615753 245.311829 147.776382 242.628357 C 148.116531 242.514954 148.305511 243.422058 147.851974 243.573242 C 145.206299 244.593689 140.3685 245.538574 136.362198 244.555908 C 136.362198 244.555908 135.795273 244.140137 136.362198 243.611023 L 136.362198 243.611023 Z"/>
+        </clipPath>
+        <g id="g129" clip-path="url(#clipPath130)">
+            <path id="path1388" fill="#3f3f3f" fill-rule="evenodd" stroke="none" d="M 121.470871 242.099182 L 124.910233 242.099182 L 124.910233 245.500793 L 121.470871 245.500793 L 121.470871 242.099182 Z"/>
+            <path id="path1389" fill="#434343" fill-rule="evenodd" stroke="none" d="M 122.907089 242.099182 L 126.384247 242.099182 L 126.384247 245.500793 L 122.907089 245.500793 L 122.907089 242.099182 Z"/>
+            <path id="path1390" fill="#484848" fill-rule="evenodd" stroke="none" d="M 124.381104 242.099182 L 127.820465 242.099182 L 127.820465 245.500793 L 124.381104 245.500793 L 124.381104 242.099182 Z"/>
+            <path id="path1391" fill="#4c4c4c" fill-rule="evenodd" stroke="none" d="M 125.817322 242.099182 L 129.294495 242.099182 L 129.294495 245.500793 L 125.817322 245.500793 L 125.817322 242.099182 Z"/>
+            <path id="path1392" fill="#505050" fill-rule="evenodd" stroke="none" d="M 127.291336 242.099182 L 130.730713 242.099182 L 130.730713 245.500793 L 127.291336 245.500793 L 127.291336 242.099182 Z"/>
+            <path id="path1393" fill="#555555" fill-rule="evenodd" stroke="none" d="M 128.727554 242.099182 L 132.204727 242.099182 L 132.204727 245.500793 L 128.727554 245.500793 L 128.727554 242.099182 Z"/>
+            <path id="path1394" fill="#595959" fill-rule="evenodd" stroke="none" d="M 130.201569 242.099182 L 133.640945 242.099182 L 133.640945 245.500793 L 130.201569 245.500793 L 130.201569 242.099182 Z"/>
+            <path id="path1395" fill="#5d5d5d" fill-rule="evenodd" stroke="none" d="M 131.637802 242.099182 L 135.11496 242.099182 L 135.11496 245.500793 L 131.637802 245.500793 L 131.637802 242.099182 Z"/>
+            <path id="path1396" fill="#626262" fill-rule="evenodd" stroke="none" d="M 133.111816 242.099182 L 136.551178 242.099182 L 136.551178 245.500793 L 133.111816 245.500793 L 133.111816 242.099182 Z"/>
+            <path id="path1397" fill="#3f3f3f" fill-rule="evenodd" stroke="none" d="M 134.548035 242.099182 L 138.025192 242.099182 L 138.025192 245.500793 L 134.548035 245.500793 L 134.548035 242.099182 Z"/>
+            <path id="path1398" fill="#434343" fill-rule="evenodd" stroke="none" d="M 136.022049 242.099182 L 139.461411 242.099182 L 139.461411 245.500793 L 136.022049 245.500793 L 136.022049 242.099182 Z"/>
+            <path id="path1399" fill="#484848" fill-rule="evenodd" stroke="none" d="M 137.496063 242.099182 L 140.93544 242.099182 L 140.93544 245.500793 L 137.496063 245.500793 L 137.496063 242.099182 Z"/>
+            <path id="path1400" fill="#4c4c4c" fill-rule="evenodd" stroke="none" d="M 138.932281 242.099182 L 142.371658 242.099182 L 142.371658 245.500793 L 138.932281 245.500793 L 138.932281 242.099182 Z"/>
+            <path id="path1401" fill="#505050" fill-rule="evenodd" stroke="none" d="M 140.406296 242.099182 L 143.845673 242.099182 L 143.845673 245.500793 L 140.406296 245.500793 L 140.406296 242.099182 Z"/>
+            <path id="path1402" fill="#555555" fill-rule="evenodd" stroke="none" d="M 141.842514 242.099182 L 145.319687 242.099182 L 145.319687 245.500793 L 141.842514 245.500793 L 141.842514 242.099182 Z"/>
+            <path id="path1403" fill="#595959" fill-rule="evenodd" stroke="none" d="M 143.316528 242.099182 L 146.755905 242.099182 L 146.755905 245.500793 L 143.316528 245.500793 L 143.316528 242.099182 Z"/>
+            <path id="path1404" fill="#5d5d5d" fill-rule="evenodd" stroke="none" d="M 144.752762 242.099182 L 148.229919 242.099182 L 148.229919 245.500793 L 144.752762 245.500793 L 144.752762 242.099182 Z"/>
+            <path id="path1405" fill="#626262" fill-rule="evenodd" stroke="none" d="M 146.226776 242.099182 L 149.666138 242.099182 L 149.666138 245.500793 L 146.226776 245.500793 L 146.226776 242.099182 Z"/>
+        </g>
+        <clipPath id="clipPath131">
+            <path d="M 136.362198 243.611023 C 136.362198 243.611023 141.615753 245.311829 147.776382 242.628357 C 148.116531 242.514954 148.305511 243.422058 147.851974 243.573242 C 145.206299 244.593689 140.3685 245.538574 136.362198 244.555908 C 136.362198 244.555908 135.795273 244.140137 136.362198 243.611023 L 136.362198 243.611023 Z"/>
+        </clipPath>
+        <g id="g130" clip-path="url(#clipPath131)"/>
+        <clipPath id="clipPath132">
+            <path d="M 129.370071 208.726013 L 155.108658 208.726013 L 155.108658 248.486633 L 129.370071 248.486633 L 129.370071 208.726013 Z"/>
+        </clipPath>
+        <g id="g131" clip-path="url(#clipPath132)">
+            <path id="path1406" fill="none" stroke="#3f3f3f" stroke-width="0.264567" d="M 136.362198 243.611023 L 136.324402 243.686584 C 136.324402 243.686584 137.987396 244.215759 140.55748 244.215759 C 142.522827 244.215759 145.092911 243.87561 147.814178 242.703918 L 147.851974 242.703918 C 147.851974 242.703918 147.889771 242.703918 147.927567 242.74176 C 147.927567 242.74176 147.965347 242.817322 148.003143 242.892883 C 148.040939 242.968506 148.040939 243.044067 148.040939 243.11969 C 148.040939 243.195251 148.040939 243.308655 148.003143 243.346436 C 147.965347 243.422058 147.889771 243.49762 147.851974 243.49762 C 146 244.215759 143.089767 244.896057 140.141739 244.896057 C 138.856689 244.896057 137.571655 244.782654 136.362198 244.480286 L 136.362198 244.555908 L 136.399994 244.480286 L 136.399994 244.480286 C 136.399994 244.480286 136.324402 244.442505 136.286621 244.366943 C 136.248825 244.291321 136.211029 244.177979 136.211029 244.064575 C 136.211029 243.951172 136.248825 243.837769 136.399994 243.648804 L 136.362198 243.611023 L 136.324402 243.686584 L 136.362198 243.611023 L 136.286621 243.535461 C 136.097641 243.724426 136.022049 243.913391 136.022049 244.064575 C 136.022049 244.25354 136.097641 244.366943 136.173233 244.480286 C 136.248825 244.555908 136.286621 244.593689 136.324402 244.593689 L 136.324402 244.63147 L 136.324402 244.63147 C 137.571655 244.933838 138.856689 245.047241 140.141739 245.047241 C 143.089767 245.047241 146.037796 244.366943 147.889771 243.648804 C 148.003143 243.611023 148.078735 243.535461 148.154327 243.422058 C 148.192123 243.346436 148.192123 243.233093 148.192123 243.11969 C 148.192123 242.968506 148.192123 242.855103 148.116531 242.74176 C 148.078735 242.703918 148.040939 242.628357 148.003143 242.590576 C 147.965347 242.552734 147.927567 242.552734 147.851974 242.552734 C 147.814178 242.552734 147.776382 242.552734 147.738586 242.552734 C 145.055115 243.724426 142.522827 244.064575 140.55748 244.064575 C 139.272446 244.064575 138.251968 243.913391 137.496063 243.799988 C 137.155899 243.724426 136.853546 243.648804 136.664566 243.611023 C 136.588974 243.573242 136.513382 243.573242 136.43779 243.535461 C 136.399994 243.535461 136.399994 243.535461 136.399994 243.535461 L 136.324402 243.49762 L 136.286621 243.535461 L 136.362198 243.611023 Z"/>
+            <path id="path1407" fill="#ffbf00" fill-rule="evenodd" stroke="none" d="M 148.192123 210.540161 C 146.831497 209.822021 144.337006 209.141724 142.787399 209.141724 C 141.124405 209.141724 138.554337 209.179504 136.513382 210.275574 C 130.730713 213.299194 125.817322 220.744873 133.905518 232.083435 C 134.472443 232.839355 135.833069 235.59845 135.870865 238.24408 C 135.870865 239.604736 136.362198 239.982666 137.344879 240.209473 C 143.807877 241.910217 147.058273 240.209473 147.058273 240.209473 C 147.058273 240.209473 148.570084 239.944885 148.570084 238.24408 C 148.532288 235.59845 149.628342 233.066162 150.195282 232.272461 C 158.548035 221.085022 153.785828 213.488159 148.192123 210.540161 L 148.192123 210.540161 Z"/>
+            <path id="path1408" fill="#ffc000" fill-rule="evenodd" stroke="none" d="M 142.749603 209.36853 C 144.29921 209.36853 146.793701 210.011047 148.116531 210.729126 C 153.634644 213.639343 158.359055 221.122864 150.157486 232.159058 C 149.590546 232.952759 148.532288 235.447266 148.532288 238.055115 C 148.532288 239.71814 147.058273 240.020447 147.058273 240.020447 C 147.058273 240.020447 143.845673 241.721252 137.420471 240.058289 C 136.475586 239.793701 135.946457 239.453552 135.946457 238.092896 C 135.946457 235.485046 134.585831 232.801575 134.01889 232.007874 C 126.044098 220.858276 130.844101 213.526001 136.513382 210.50238 C 138.554337 209.406311 141.124405 209.36853 142.749603 209.36853 L 142.749603 209.36853 Z"/>
+            <path id="path1409" fill="#ffc100" fill-rule="evenodd" stroke="none" d="M 142.749603 209.595276 C 144.261414 209.595276 146.718109 210.200012 148.040939 210.918091 C 153.483459 213.790527 158.094482 221.122864 150.081894 232.045654 C 149.514954 232.801575 148.494492 235.296082 148.494492 237.86615 C 148.494492 239.529114 147.058273 239.793701 147.058273 239.793701 C 147.020477 239.831482 143.845673 241.494507 137.496063 239.869263 C 136.551178 239.604736 136.059845 239.264587 136.022049 237.941711 C 136.022049 235.371643 134.661423 232.726013 134.132278 231.970093 C 126.195282 221.00946 130.957474 213.752747 136.513382 210.729126 C 138.516541 209.633057 141.086609 209.595276 142.749603 209.595276 L 142.749603 209.595276 Z"/>
+            <path id="path1410" fill="#ffc200" fill-rule="evenodd" stroke="none" d="M 142.749603 209.784241 C 144.223618 209.784241 146.642517 210.426758 147.927567 211.107117 C 153.332291 213.941711 157.905518 221.160645 150.044098 231.932312 C 149.477173 232.688171 148.456696 235.107117 148.456696 237.677185 C 148.456696 239.302368 147.020477 239.604736 147.020477 239.604736 C 147.020477 239.642517 143.845673 241.305542 137.609451 239.680298 C 136.664566 239.453552 136.135437 239.113403 136.135437 237.790527 C 136.097641 235.25824 134.774796 232.650391 134.245667 231.932312 C 126.384247 221.122864 131.070862 213.979553 136.551178 210.993713 C 138.516541 209.897644 141.048813 209.784241 142.749603 209.784241 L 142.749603 209.784241 Z"/>
+            <path id="path1411" fill="#ffc300" fill-rule="evenodd" stroke="none" d="M 142.711807 210.011047 C 144.185822 210.011047 146.566925 210.615723 147.851974 211.296082 C 153.181107 214.092896 157.678741 221.198425 149.968506 231.818909 C 149.439377 232.574829 148.4189 234.955933 148.4189 237.488159 C 148.4189 239.113403 147.020477 239.37793 147.020477 239.415771 C 146.982681 239.453552 143.845673 241.116516 137.685043 239.529114 C 136.740158 239.264587 136.248825 238.962219 136.211029 237.677185 C 136.173233 235.182678 134.888184 232.61261 134.321259 231.856689 C 126.573227 221.273987 131.18425 214.24408 136.551178 211.220459 C 138.516541 210.12439 141.011017 210.011047 142.711807 210.011047 L 142.711807 210.011047 Z"/>
+            <path id="path1412" fill="#ffc400" fill-rule="evenodd" stroke="none" d="M 142.711807 210.200012 C 144.148026 210.200012 146.529129 210.804749 147.776382 211.485046 C 153.067719 214.24408 157.451965 221.198425 149.892914 231.705505 C 149.363785 232.461426 148.381104 234.804749 148.381104 237.299194 C 148.381104 238.886597 147.020477 239.151184 146.982681 239.188965 C 146.944885 239.264587 143.883469 240.889771 137.760635 239.340149 C 136.853546 239.113403 136.324402 238.773254 136.324402 237.526001 C 136.286621 235.069275 134.963776 232.536987 134.434647 231.818909 C 126.762207 221.38739 131.297638 214.470886 136.551178 211.447266 C 138.478745 210.351196 141.011017 210.200012 142.711807 210.200012 L 142.711807 210.200012 Z"/>
+            <path id="path1413" fill="#ffc500" fill-rule="evenodd" stroke="none" d="M 142.711807 210.426758 C 144.110229 210.426758 146.453537 211.031494 147.70079 211.674011 C 152.916534 214.395264 157.225204 221.236206 149.855118 231.592102 C 149.325989 232.310242 148.343307 234.653564 148.381104 237.110229 C 148.381104 238.659851 147.020477 238.962219 146.982681 239 C 146.944885 239.075562 143.883469 240.662964 137.874008 239.151184 C 136.929138 238.924438 136.43779 238.62207 136.399994 237.374817 C 136.362198 234.955933 135.077164 232.499207 134.548035 231.743286 C 126.951187 221.500793 131.411026 214.697632 136.588974 211.711792 C 138.478745 210.615723 140.973221 210.426758 142.711807 210.426758 L 142.711807 210.426758 Z"/>
+            <path id="path1414" fill="#ffc600" fill-rule="evenodd" stroke="none" d="M 142.674011 210.615723 C 144.110229 210.615723 146.37796 211.220459 147.625198 211.862976 C 152.76535 214.546448 157.036224 221.273987 149.779526 231.47876 C 149.288193 232.196838 148.343307 234.50238 148.343307 236.921265 C 148.343307 238.470886 146.982681 238.735413 146.982681 238.773254 C 146.907089 238.886597 143.883469 240.473999 137.9496 239 C 137.042526 238.773254 136.551178 238.470886 136.513382 237.223633 C 136.43779 234.842529 135.190552 232.423645 134.661423 231.705505 C 127.140152 221.651978 131.524414 214.924438 136.588974 211.938599 C 138.478745 210.842529 140.93544 210.615723 142.674011 210.615723 L 142.674011 210.615723 Z"/>
+            <path id="path1415" fill="#ffc700" fill-rule="evenodd" stroke="none" d="M 142.674011 210.842529 C 144.072433 210.842529 146.302368 211.409424 147.549606 212.051941 C 152.614166 214.697632 156.809448 221.311829 149.703934 231.365356 C 149.212601 232.083435 148.305511 234.351196 148.305511 236.694458 C 148.305511 238.24408 146.982681 238.546448 146.944885 238.584229 C 146.907089 238.697632 143.921265 240.247253 138.025192 238.811035 C 137.155899 238.584229 136.62677 238.28186 136.588974 237.072449 C 136.513382 234.766907 135.266144 232.348022 134.737015 231.667725 C 127.329132 221.765381 131.637802 215.151184 136.588974 212.165344 C 138.440948 211.069275 140.93544 210.842529 142.674011 210.842529 L 142.674011 210.842529 Z"/>
+            <path id="path1416" fill="#ffc800" fill-rule="evenodd" stroke="none" d="M 142.674011 211.069275 C 144.034653 211.069275 146.264572 211.63623 147.436218 212.240967 C 152.462997 214.848816 156.582672 221.311829 149.666138 231.251953 C 149.174805 231.970093 148.267715 234.200012 148.267715 236.505493 C 148.267715 238.055115 146.982681 238.319702 146.944885 238.357483 C 146.869293 238.508667 143.921265 240.058289 138.13858 238.62207 C 137.231491 238.433044 136.740158 238.130737 136.702362 236.921265 C 136.62677 234.653564 135.379532 232.310242 134.850388 231.592102 C 127.480316 221.916565 131.751175 215.37793 136.62677 212.429932 C 138.440948 211.296082 140.897644 211.069275 142.674011 211.069275 L 142.674011 211.069275 Z"/>
+            <path id="path1417" fill="#ffc900" fill-rule="evenodd" stroke="none" d="M 142.636215 211.25824 C 143.996857 211.25824 146.18898 211.825195 147.360626 212.429932 C 152.311813 215 156.355911 221.349609 149.590546 231.138611 C 149.137009 231.856689 148.229919 234.048828 148.229919 236.316528 C 148.229919 237.828369 146.944885 238.130737 146.944885 238.168518 C 146.869293 238.319702 143.921265 239.831482 138.214172 238.470886 C 137.344879 238.24408 136.81575 237.941711 136.777954 236.807861 C 136.702362 234.540161 135.49292 232.234619 134.963776 231.554321 C 127.669296 222.029907 131.864563 215.604736 136.62677 212.656677 C 138.403152 211.560608 140.859848 211.25824 142.636215 211.25824 L 142.636215 211.25824 Z"/>
+            <path id="path1418" fill="#ffca00" fill-rule="evenodd" stroke="none" d="M 142.636215 211.485046 C 143.959061 211.485046 146.113388 212.01416 147.285034 212.618896 C 152.198425 215.113403 156.129135 221.38739 149.55275 231.025208 C 149.061417 231.705505 148.192123 233.897644 148.192123 236.127563 C 148.192123 237.601563 146.944885 237.903931 146.907089 237.941711 C 146.831497 238.130737 143.921265 239.642517 138.289764 238.28186 C 137.420471 238.055115 136.929138 237.790527 136.891342 236.656677 C 136.777954 234.426758 135.568497 232.159058 135.077164 231.516541 C 127.858261 222.143311 131.977951 215.831482 136.664566 212.883484 C 138.403152 211.787415 140.859848 211.485046 142.636215 211.485046 L 142.636215 211.485046 Z"/>
+            <path id="path1419" fill="#ffcb00" fill-rule="evenodd" stroke="none" d="M 142.598419 211.674011 C 143.921265 211.674011 146.037796 212.240967 147.209442 212.807861 C 152.047241 215.264587 155.940155 221.425171 149.477173 230.911804 C 149.023621 231.592102 148.154327 233.708679 148.154327 235.938599 C 148.154327 237.412598 146.944885 237.714966 146.907089 237.752747 C 146.793701 237.941711 143.959061 239.415771 138.365356 238.092896 C 137.533859 237.903931 137.042526 237.639343 136.966934 236.505493 C 136.853546 234.351196 135.681885 232.121277 135.152756 231.440918 C 128.047241 222.294495 132.091339 216.058289 136.664566 213.14801 C 138.403152 212.01416 140.822052 211.674011 142.598419 211.674011 L 142.598419 211.674011 Z"/>
+            <path id="path1420" fill="#ffcc00" fill-rule="evenodd" stroke="none" d="M 142.598419 211.900818 C 143.921265 211.900818 146 212.429932 147.133865 212.996826 C 151.896057 215.415771 155.713379 221.463013 149.401581 230.798401 C 148.948029 231.47876 148.116531 233.557495 148.154327 235.749634 C 148.154327 237.185852 146.944885 237.488159 146.907089 237.563782 C 146.793701 237.752747 143.959061 239.226746 138.478745 237.941711 C 137.609451 237.714966 137.118103 237.450378 137.080322 236.354309 C 136.966934 234.237793 135.795273 232.045654 135.266144 231.403137 C 128.236221 222.407898 132.204727 216.285034 136.664566 213.374817 C 138.365356 212.240967 140.784256 211.900818 142.598419 211.900818 L 142.598419 211.900818 Z"/>
+            <path id="path1421" fill="#ffcd00" fill-rule="evenodd" stroke="none" d="M 142.598419 212.127563 C 143.883469 212.127563 145.924408 212.618896 147.020477 213.185852 C 151.744888 215.566956 155.486618 221.463013 149.363785 230.685059 C 148.910233 231.365356 148.116531 233.406311 148.116531 235.560608 C 148.116531 236.996826 146.907089 237.261414 146.869293 237.337036 C 146.755905 237.526001 143.959061 239 138.554337 237.752747 C 137.722839 237.563782 137.231491 237.299194 137.155899 236.203125 C 137.042526 234.12439 135.908661 231.970093 135.379532 231.327576 C 128.425201 222.559082 132.318115 216.511841 136.702362 213.601563 C 138.365356 212.505493 140.74646 212.127563 142.598419 212.127563 L 142.598419 212.127563 Z"/>
+            <path id="path1422" fill="#ffce00" fill-rule="evenodd" stroke="none" d="M 142.560623 212.316528 C 143.845673 212.316528 145.848816 212.845642 146.944885 213.374817 C 151.593704 215.71814 155.259842 221.500793 149.288193 230.571655 C 148.872437 231.214172 148.078735 233.255127 148.078735 235.371643 C 148.078735 236.770081 146.907089 237.072449 146.869293 237.14801 C 146.755905 237.337036 143.996857 238.811035 138.629929 237.563782 C 137.798431 237.374817 137.307083 237.110229 137.269287 236.051941 C 137.118103 234.011047 135.984253 231.932312 135.49292 231.289734 C 128.614166 222.672424 132.431503 216.738586 136.702362 213.86615 C 138.365356 212.7323 140.74646 212.316528 142.560623 212.316528 L 142.560623 212.316528 Z"/>
+            <path id="path1423" fill="#ffcf00" fill-rule="evenodd" stroke="none" d="M 142.560623 212.543335 C 143.807877 212.543335 145.773224 213.034668 146.869293 213.601563 C 151.480316 215.869263 155.070862 221.538574 149.212601 230.458252 C 148.796844 231.100769 148.040939 233.103943 148.040939 235.182678 C 148.040939 236.581116 146.907089 236.845642 146.869293 236.921265 C 146.718109 237.14801 143.996857 238.584229 138.743301 237.374817 C 137.911804 237.223633 137.420471 236.959045 137.344879 235.900818 C 137.193695 233.935425 136.097641 231.856689 135.606293 231.251953 C 128.803146 222.785828 132.544876 216.965332 136.702362 214.092896 C 138.32756 212.959045 140.708664 212.543335 142.560623 212.543335 L 142.560623 212.543335 Z"/>
+            <path id="path1424" fill="#ffd000" fill-rule="evenodd" stroke="none" d="M 142.560623 212.7323 C 143.770081 212.7323 145.735428 213.223633 146.793701 213.790527 C 151.329132 216.020447 154.844101 221.576355 149.174805 230.34491 C 148.759048 230.987427 148.003143 232.952759 148.003143 234.993713 C 148.003143 236.354309 146.869293 236.656677 146.831497 236.7323 C 146.718109 236.959045 143.996857 238.395264 138.818893 237.223633 C 138.025192 237.034668 137.496063 236.807861 137.420471 235.787415 C 137.307083 233.822021 136.173233 231.818909 135.681885 231.176392 C 128.992126 222.937012 132.658264 217.192139 136.740158 214.319702 C 138.32756 213.185852 140.670868 212.7323 142.560623 212.7323 L 142.560623 212.7323 Z"/>
+            <path id="path1425" fill="#ffd100" fill-rule="evenodd" stroke="none" d="M 142.522827 212.959045 C 143.732285 212.959045 145.659836 213.450378 146.718109 213.979553 C 151.177948 216.171631 154.617325 221.614197 149.099213 230.231506 C 148.721252 230.874023 147.965347 232.801575 147.965347 234.804749 C 147.965347 236.127563 146.869293 236.429932 146.831497 236.505493 C 146.680313 236.770081 143.996857 238.168518 138.894485 237.034668 C 138.100784 236.845642 137.609451 236.618896 137.533859 235.63623 C 137.382675 233.708679 136.286621 231.743286 135.795273 231.138611 C 129.181107 223.050415 132.771652 217.418884 136.740158 214.584229 C 138.32756 213.450378 140.670868 212.959045 142.522827 212.959045 L 142.522827 212.959045 Z"/>
+            <path id="path1426" fill="#ffd200" fill-rule="evenodd" stroke="none" d="M 142.522827 213.14801 C 143.694489 213.14801 145.584259 213.639343 146.642517 214.168518 C 151.026779 216.322815 154.390549 221.651978 149.061417 230.118103 C 148.645676 230.76062 147.927567 232.650391 147.927567 234.615723 C 147.927567 235.938599 146.869293 236.240967 146.793701 236.316528 C 146.642517 236.581116 144.034653 237.979553 139.007874 236.845642 C 138.214172 236.694458 137.722839 236.467712 137.609451 235.485046 C 137.458267 233.595276 136.399994 231.667725 135.908661 231.100769 C 129.370071 223.163757 132.88504 217.645691 136.740158 214.811035 C 138.289764 213.677185 140.633072 213.14801 142.522827 213.14801 L 142.522827 213.14801 Z"/>
+            <path id="path1427" fill="#ffd300" fill-rule="evenodd" stroke="none" d="M 142.522827 213.374817 C 143.694489 213.374817 145.508667 213.828369 146.529129 214.357483 C 150.875595 216.473999 154.201569 221.651978 148.985825 230.0047 C 148.60788 230.609436 147.889771 232.499207 147.927567 234.426758 C 147.927567 235.711792 146.869293 236.01416 146.793701 236.127563 C 146.642517 236.392151 144.034653 237.752747 139.083466 236.694458 C 138.289764 236.505493 137.798431 236.278748 137.722839 235.333862 C 137.533859 233.519714 136.513382 231.629944 136.022049 231.025208 C 129.559052 223.314941 132.998428 217.872437 136.777954 215.037781 C 138.289764 213.903931 140.595276 213.374817 142.522827 213.374817 L 142.522827 213.374817 Z"/>
+            <path id="path1428" fill="#ffd400" fill-rule="evenodd" stroke="none" d="M 142.485046 213.601563 C 143.656693 213.601563 145.470871 214.055115 146.453537 214.546448 C 150.762207 216.625183 153.974808 221.689758 148.910233 229.891357 C 148.532288 230.496033 147.889771 232.348022 147.889771 234.237793 C 147.889771 235.522827 146.831497 235.787415 146.793701 235.900818 C 146.604721 236.203125 144.034653 237.563782 139.159058 236.505493 C 138.403152 236.354309 137.911804 236.127563 137.798431 235.182678 C 137.647247 233.406311 136.588974 231.554321 136.097641 230.987427 C 129.748032 223.428345 133.111816 218.099182 136.777954 215.302368 C 138.289764 214.130737 140.595276 213.601563 142.485046 213.601563 L 142.485046 213.601563 Z"/>
+            <path id="path1429" fill="#ffd500" fill-rule="evenodd" stroke="none" d="M 142.485046 213.790527 C 143.618896 213.790527 145.395279 214.24408 146.37796 214.735413 C 150.611023 216.776367 153.748032 221.727539 148.872437 229.777954 C 148.494492 230.38269 147.851974 232.159058 147.851974 234.048828 C 147.851974 235.296082 146.831497 235.59845 146.755905 235.711792 C 146.604721 236.01416 144.034653 237.337036 139.23465 236.316528 C 138.478745 236.165344 137.987396 235.976379 137.911804 235.031494 C 137.722839 233.292908 136.702362 231.47876 136.211029 230.949585 C 129.937012 223.579529 133.225204 218.325989 136.777954 215.529114 C 138.251968 214.395264 140.55748 213.790527 142.485046 213.790527 L 142.485046 213.790527 Z"/>
+            <path id="path1430" fill="#ffd600" fill-rule="evenodd" stroke="none" d="M 142.485046 214.017334 C 143.5811 214.017334 145.319687 214.433044 146.302368 214.924438 C 150.459839 216.927551 153.521255 221.765381 148.796844 229.664551 C 148.456696 230.269287 147.814178 232.007874 147.814178 233.859863 C 147.814178 235.069275 146.831497 235.371643 146.755905 235.485046 C 146.566925 235.825195 144.072433 237.110229 139.348038 236.165344 C 138.592133 236.01416 138.100784 235.787415 137.987396 234.918091 C 137.798431 233.217346 136.81575 231.440918 136.324402 230.874023 C 130.125992 223.692932 133.338577 218.552734 136.81575 215.75592 C 138.251968 214.62207 140.519684 214.017334 142.485046 214.017334 L 142.485046 214.017334 Z"/>
+            <path id="path1431" fill="#ffd700" fill-rule="evenodd" stroke="none" d="M 142.44725 214.206299 C 143.543304 214.206299 145.244095 214.659851 146.226776 215.113403 C 150.308655 217.078735 153.332291 221.803162 148.721252 229.551208 C 148.381104 230.118103 147.776382 231.856689 147.776382 233.670837 C 147.776382 234.88031 146.793701 235.182678 146.755905 235.296082 C 146.566925 235.63623 144.072433 236.921265 139.423615 235.976379 C 138.667709 235.825195 138.214172 235.63623 138.100784 234.766907 C 137.874008 233.103943 136.891342 231.365356 136.43779 230.836243 C 130.314957 223.806274 133.451965 218.779541 136.81575 216.020447 C 138.251968 214.848816 140.481888 214.206299 142.44725 214.206299 L 142.44725 214.206299 Z"/>
+            <path id="path1432" fill="#ffd800" fill-rule="evenodd" stroke="none" d="M 142.44725 214.433044 C 143.505508 214.433044 145.206299 214.848816 146.113388 215.302368 C 150.157486 217.192139 153.105515 221.840942 148.683472 229.437805 C 148.343307 230.0047 147.738586 231.705505 147.738586 233.481873 C 147.738586 234.653564 146.793701 234.955933 146.718109 235.069275 C 146.529129 235.447266 144.072433 236.694458 139.499207 235.787415 C 138.781097 235.674011 138.289764 235.485046 138.176376 234.615723 C 137.987396 232.99054 137.00473 231.289734 136.551178 230.76062 C 130.503937 223.957458 133.565353 219.006287 136.853546 216.247253 C 138.214172 215.075562 140.481888 214.433044 142.44725 214.433044 L 142.44725 214.433044 Z"/>
+            <path id="path1433" fill="#ffd900" fill-rule="evenodd" stroke="none" d="M 142.44725 214.62207 C 143.467712 214.62207 145.130707 215.037781 146.037796 215.491333 C 150.044098 217.343323 152.878738 221.878723 148.60788 229.324402 C 148.305511 229.891357 147.70079 231.554321 147.70079 233.292908 C 147.70079 234.464539 146.793701 234.766907 146.718109 234.88031 C 146.491333 235.25824 144.110229 236.505493 139.612595 235.63623 C 138.894485 235.485046 138.403152 235.296082 138.289764 234.464539 C 138.062988 232.877136 137.118103 231.251953 136.62677 230.722839 C 130.692917 224.070862 133.678741 219.233093 136.853546 216.473999 C 138.214172 215.340149 140.444092 214.62207 142.44725 214.62207 L 142.44725 214.62207 Z"/>
+            <path id="path1434" fill="#ffda00" fill-rule="evenodd" stroke="none" d="M 142.409454 214.848816 C 143.467712 214.848816 145.055115 215.264587 145.962204 215.680298 C 149.892914 217.494507 152.689758 221.916565 148.570084 229.210999 C 148.229919 229.777954 147.70079 231.403137 147.70079 233.103943 C 147.70079 234.237793 146.793701 234.540161 146.718109 234.691345 C 146.491333 235.069275 144.110229 236.278748 139.688187 235.447266 C 138.970078 235.296082 138.478745 235.144897 138.365356 234.313416 C 138.13858 232.801575 137.193695 231.176392 136.740158 230.685059 C 130.881897 224.184265 133.754333 219.422058 136.853546 216.738586 C 138.214172 215.566956 140.406296 214.848816 142.409454 214.848816 L 142.409454 214.848816 Z"/>
+            <path id="path1435" fill="#ffdb00" fill-rule="evenodd" stroke="none" d="M 142.409454 215.075562 C 143.429916 215.075562 144.979523 215.453552 145.886612 215.869263 C 149.74173 217.645691 152.462997 221.954346 148.494492 229.097656 C 148.192123 229.664551 147.662994 231.251953 147.662994 232.914978 C 147.662994 234.011047 146.755905 234.313416 146.680313 234.464539 C 146.453537 234.88031 144.110229 236.089783 139.763779 235.25824 C 139.083466 235.144897 138.592133 234.955933 138.478745 234.162231 C 138.214172 232.688171 137.307083 231.138611 136.853546 230.609436 C 131.070862 224.335449 133.867722 219.648804 136.891342 216.965332 C 138.214172 215.793701 140.406296 215.075562 142.409454 215.075562 L 142.409454 215.075562 Z"/>
+            <path id="path1436" fill="#ffdc00" fill-rule="evenodd" stroke="none" d="M 142.409454 215.264587 C 143.39212 215.264587 144.941727 215.642517 145.81102 216.058289 C 149.590546 217.796875 152.236221 221.992126 148.4189 228.984253 C 148.116531 229.513367 147.625198 231.100769 147.625198 232.726013 C 147.625198 233.822021 146.755905 234.12439 146.680313 234.275574 C 146.453537 234.691345 144.110229 235.862976 139.877167 235.107117 C 139.159058 234.955933 138.705505 234.804749 138.554337 234.048828 C 138.32756 232.574829 137.420471 231.062988 136.966934 230.571655 C 131.297638 224.448792 133.98111 219.87561 136.891342 217.229919 C 138.176376 216.020447 140.3685 215.264587 142.409454 215.264587 L 142.409454 215.264587 Z"/>
+            <path id="path1437" fill="#ffdd00" fill-rule="evenodd" stroke="none" d="M 142.371658 215.491333 C 143.354324 215.491333 144.866135 215.831482 145.735428 216.247253 C 149.439377 217.948059 152.047241 222.029907 148.381104 228.87085 C 148.078735 229.400024 147.587402 230.949585 147.587402 232.499207 C 147.587402 233.595276 146.755905 233.897644 146.680313 234.048828 C 146.415741 234.50238 144.148026 235.674011 139.952759 234.918091 C 139.272446 234.804749 138.781097 234.653564 138.667709 233.897644 C 138.403152 232.461426 137.496063 230.987427 137.042526 230.533875 C 131.486618 224.562195 134.094482 220.102356 136.891342 217.456665 C 138.176376 216.247253 140.330704 215.491333 142.371658 215.491333 L 142.371658 215.491333 Z"/>
+            <path id="path1438" fill="#ffde00" fill-rule="evenodd" stroke="none" d="M 142.371658 215.680298 C 143.316528 215.680298 144.790558 216.058289 145.62204 216.436218 C 149.325989 218.099182 151.820465 222.067688 148.305511 228.757507 C 148.040939 229.286621 147.549606 230.798401 147.549606 232.310242 C 147.549606 233.406311 146.718109 233.708679 146.642517 233.859863 C 146.415741 234.275574 144.148026 235.447266 140.028351 234.729126 C 139.348038 234.615723 138.894485 234.464539 138.743301 233.74646 C 138.478745 232.385803 137.609451 230.949585 137.155899 230.458252 C 131.675598 224.713379 134.20787 220.291321 136.929138 217.683472 C 138.176376 216.473999 140.330704 215.680298 142.371658 215.680298 L 142.371658 215.680298 Z"/>
+            <path id="path1439" fill="#ffdf00" fill-rule="evenodd" stroke="none" d="M 142.371658 215.907104 C 143.278748 215.907104 144.714966 216.247253 145.546463 216.625183 C 149.174805 218.250366 151.593704 222.10553 148.229919 228.644104 C 147.965347 229.173218 147.51181 230.609436 147.51181 232.121277 C 147.51181 233.179504 146.718109 233.481873 146.642517 233.633057 C 146.37796 234.086609 144.148026 235.25824 140.103943 234.577942 C 139.461411 234.464539 138.970078 234.313416 138.856689 233.595276 C 138.554337 232.272461 137.722839 230.874023 137.269287 230.420471 C 131.864563 224.826782 134.321259 220.518127 136.929138 217.948059 C 138.13858 216.738586 140.292908 215.907104 142.371658 215.907104 L 142.371658 215.907104 Z"/>
+            <path id="path1440" fill="#ffdf00" fill-rule="evenodd" stroke="none" d="M 142.333862 216.13385 C 143.278748 216.13385 144.67717 216.436218 145.470871 216.814148 C 149.023621 218.40155 151.404724 222.143311 148.192123 228.530701 C 147.927567 229.022034 147.474014 230.458252 147.474014 231.932312 C 147.51181 232.952759 146.718109 233.292908 146.604721 233.444092 C 146.340164 233.897644 144.148026 235.031494 140.217316 234.388977 C 139.537003 234.275574 139.083466 234.12439 138.932281 233.444092 C 138.667709 232.159058 137.798431 230.798401 137.382675 230.38269 C 132.053543 224.940186 134.434647 220.744873 136.929138 218.174805 C 138.13858 216.965332 140.255112 216.13385 142.333862 216.13385 L 142.333862 216.13385 Z"/>
+            <path id="path1441" fill="#ffe000" fill-rule="evenodd" stroke="none" d="M 142.333862 216.322815 C 143.240952 216.322815 144.601578 216.662964 145.395279 217.003174 C 148.872437 218.552734 151.177948 222.181091 148.116531 228.417297 C 147.889771 228.908691 147.474014 230.307068 147.474014 231.743286 C 147.474014 232.763794 146.718109 233.066162 146.604721 233.217346 C 146.340164 233.708679 144.185822 234.842529 140.292908 234.200012 C 139.650391 234.12439 139.196854 233.973206 139.007874 233.292908 C 138.743301 232.045654 137.911804 230.76062 137.496063 230.307068 C 132.242523 225.053528 134.548035 220.933838 136.966934 218.40155 C 138.13858 217.192139 140.217316 216.322815 142.333862 216.322815 L 142.333862 216.322815 Z"/>
+            <path id="path1442" fill="#ffe100" fill-rule="evenodd" stroke="none" d="M 142.333862 216.549622 C 143.203156 216.549622 144.525986 216.85199 145.319687 217.192139 C 148.721252 218.703918 150.988983 222.218872 148.078735 228.303955 C 147.814178 228.795288 147.436218 230.155884 147.436218 231.554321 C 147.436218 232.536987 146.680313 232.839355 146.604721 233.02832 C 146.302368 233.519714 144.185822 234.653564 140.3685 234.048828 C 139.763779 233.935425 139.272446 233.822021 139.121262 233.179504 C 138.818893 231.970093 138.025192 230.685059 137.571655 230.269287 C 132.469284 225.204712 134.661423 221.160645 136.966934 218.666138 C 138.100784 217.418884 140.217316 216.549622 142.333862 216.549622 L 142.333862 216.549622 Z"/>
+            <path id="path1443" fill="#ffe200" fill-rule="evenodd" stroke="none" d="M 142.296066 216.738586 C 143.165359 216.738586 144.450394 217.040955 145.244095 217.381104 C 148.60788 218.855103 150.762207 222.256714 148.003143 228.190552 C 147.776382 228.681885 147.398422 230.0047 147.398422 231.365356 C 147.398422 232.348022 146.680313 232.650391 146.566925 232.839355 C 146.302368 233.330688 144.185822 234.426758 140.481888 233.859863 C 139.839371 233.74646 139.385834 233.633057 139.196854 233.02832 C 138.894485 231.856689 138.100784 230.647217 137.685043 230.193726 C 132.658264 225.318115 134.737015 221.349609 136.966934 218.892883 C 138.100784 217.645691 140.179535 216.738586 142.296066 216.738586 L 142.296066 216.738586 Z"/>
+            <path id="path1444" fill="#ffe300" fill-rule="evenodd" stroke="none" d="M 142.296066 216.965332 C 143.127563 216.965332 144.412598 217.2677 145.130707 217.607849 C 148.456696 219.006287 150.535431 222.332275 147.927567 228.077148 C 147.738586 228.568481 147.360626 229.853516 147.360626 231.176392 C 147.360626 232.121277 146.680313 232.423645 146.566925 232.61261 C 146.264572 233.141724 144.185822 234.237793 140.55748 233.670837 C 139.952759 233.595276 139.461411 233.481873 139.310242 232.877136 C 139.007874 231.743286 138.214172 230.571655 137.798431 230.155884 C 132.847244 225.431519 134.850388 221.576355 137.00473 219.11969 C 138.100784 217.872437 140.141739 216.965332 142.296066 216.965332 L 142.296066 216.965332 Z"/>
+            <path id="path1445" fill="#ffe400" fill-rule="evenodd" stroke="none" d="M 142.25827 217.154358 C 143.089767 217.154358 144.337006 217.456665 145.055115 217.796875 C 148.305511 219.11969 150.346451 222.370056 147.889771 227.963806 C 147.662994 228.417297 147.32283 229.702393 147.32283 230.987427 C 147.32283 231.89447 146.642517 232.234619 146.566925 232.423645 C 146.264572 232.952759 144.223618 234.011047 140.633072 233.519714 C 140.028351 233.406311 139.574799 233.330688 139.385834 232.726013 C 139.083466 231.667725 138.32756 230.496033 137.911804 230.118103 C 133.036224 225.544861 134.963776 221.765381 137.00473 219.384277 C 138.062988 218.099182 140.141739 217.154358 142.25827 217.154358 L 142.25827 217.154358 Z"/>
+            <path id="path1446" fill="#ffe500" fill-rule="evenodd" stroke="none" d="M 142.25827 217.381104 C 143.051971 217.381104 144.261414 217.645691 144.979523 217.98584 C 148.154327 219.270874 150.11969 222.407898 147.814178 227.850403 C 147.625198 228.303955 147.285034 229.551208 147.285034 230.798401 C 147.285034 231.705505 146.642517 232.007874 146.529129 232.196838 C 146.226776 232.763794 144.223618 233.822021 140.74646 233.330688 C 140.141739 233.255127 139.688187 233.141724 139.499207 232.574829 C 139.159058 231.554321 138.440948 230.458252 137.987396 230.042542 C 133.262985 225.696045 135.077164 221.992126 137.042526 219.611023 C 138.062988 218.325989 140.103943 217.381104 142.25827 217.381104 L 142.25827 217.381104 Z"/>
+            <path id="path1447" fill="#ffe600" fill-rule="evenodd" stroke="none" d="M 142.25827 217.607849 C 143.051971 217.607849 144.185822 217.872437 144.903931 218.174805 C 148.003143 219.422058 149.93071 222.445679 147.738586 227.737 C 147.549606 228.190552 147.247238 229.400024 147.285034 230.609436 C 147.285034 231.47876 146.642517 231.818909 146.529129 232.007874 C 146.226776 232.574829 144.223618 233.595276 140.822052 233.141724 C 140.217316 233.066162 139.763779 232.99054 139.574799 232.423645 C 139.272446 231.440918 138.516541 230.38269 138.100784 230.0047 C 133.451965 225.809448 135.190552 222.181091 137.042526 219.837769 C 138.062988 218.552734 140.066147 217.607849 142.25827 217.607849 L 142.25827 217.607849 Z"/>
+            <path id="path1448" fill="#ffe700" fill-rule="evenodd" stroke="none" d="M 142.220474 217.796875 C 143.014175 217.796875 144.148026 218.061401 144.828354 218.36377 C 147.889771 219.573242 149.74173 222.52124 147.70079 227.623596 C 147.51181 228.077148 147.247238 229.24884 147.247238 230.420471 C 147.247238 231.289734 146.642517 231.592102 146.529129 231.781128 C 146.18898 232.385803 144.223618 233.406311 140.897644 232.99054 C 140.330704 232.914978 139.877167 232.839355 139.688187 232.310242 C 139.348038 231.327576 138.629929 230.307068 138.214172 229.966919 C 133.640945 225.922852 135.266144 222.407898 137.042526 220.102356 C 138.025192 218.779541 140.066147 217.796875 142.220474 217.796875 L 142.220474 217.796875 Z"/>
+            <path id="path1449" fill="#ffe800" fill-rule="evenodd" stroke="none" d="M 142.220474 218.023621 C 142.976379 218.023621 144.072433 218.250366 144.714966 218.552734 C 147.738586 219.724426 149.514954 222.559082 147.625198 227.510254 C 147.474014 227.963806 147.209442 229.059814 147.209442 230.231506 C 147.209442 231.062988 146.604721 231.403137 146.491333 231.592102 C 146.151184 232.196838 144.261414 233.179504 140.973221 232.801575 C 140.444092 232.726013 139.952759 232.650391 139.763779 232.159058 C 139.423615 231.251953 138.743301 230.269287 138.32756 229.891357 C 133.867722 226.036194 135.379532 222.596863 137.080322 220.329163 C 138.025192 219.044067 140.028351 218.023621 142.220474 218.023621 L 142.220474 218.023621 Z"/>
+            <path id="path1450" fill="#ffe900" fill-rule="evenodd" stroke="none" d="M 142.220474 218.212585 C 142.938583 218.212585 143.996857 218.477173 144.639374 218.74176 C 147.587402 219.87561 149.325989 222.596863 147.587402 227.396851 C 147.398422 227.812622 147.171646 228.908691 147.171646 230.042542 C 147.171646 230.874023 146.604721 231.176392 146.491333 231.403137 C 146.151184 232.007874 144.261414 232.99054 141.086609 232.61261 C 140.519684 232.574829 140.066147 232.499207 139.877167 232.007874 C 139.499207 231.138611 138.818893 230.193726 138.440948 229.853516 C 134.056686 226.149597 135.49292 222.823608 137.080322 220.555908 C 138.025192 219.270874 139.990555 218.212585 142.220474 218.212585 L 142.220474 218.212585 Z"/>
+            <path id="path1451" fill="#ffea00" fill-rule="evenodd" stroke="none" d="M 142.182678 218.439392 C 142.900787 218.439392 143.921265 218.666138 144.563782 218.930725 C 147.436218 220.026794 149.137009 222.672424 147.51181 227.283447 C 147.360626 227.699219 147.133865 228.757507 147.133865 229.853516 C 147.133865 230.647217 146.604721 230.949585 146.453537 231.176392 C 146.113388 231.818909 144.261414 232.763794 141.162201 232.461426 C 140.633072 232.385803 140.179535 232.310242 139.952759 231.856689 C 139.612595 231.025208 138.932281 230.118103 138.516541 229.815735 C 134.283463 226.300781 135.568497 223.012573 137.080322 220.820496 C 137.987396 219.49762 139.952759 218.439392 142.182678 218.439392 L 142.182678 218.439392 Z"/>
+            <path id="path1452" fill="#ffeb00" fill-rule="evenodd" stroke="none" d="M 142.182678 218.666138 C 142.862991 218.666138 143.883469 218.855103 144.48819 219.11969 C 147.285034 220.177979 148.910233 222.710266 147.436218 227.170105 C 147.32283 227.585815 147.096069 228.606323 147.096069 229.664551 C 147.096069 230.420471 146.566925 230.76062 146.453537 230.987427 C 146.113388 231.629944 144.261414 232.574829 141.237793 232.272461 C 140.708664 232.234619 140.255112 232.159058 140.066147 231.705505 C 139.688187 230.949585 139.04567 230.080322 138.629929 229.740173 C 134.472443 226.414185 135.681885 223.201599 137.118103 221.047241 C 137.987396 219.724426 139.952759 218.666138 142.182678 218.666138 L 142.182678 218.666138 Z"/>
+            <path id="path1453" fill="#ffec00" fill-rule="evenodd" stroke="none" d="M 142.182678 218.855103 C 142.862991 218.855103 143.807877 219.081909 144.412598 219.308655 C 147.171646 220.329163 149.477173 223.088196 147.398422 227.056702 C 147.32283 227.472412 147.058273 228.455139 147.058273 229.475586 C 147.058273 230.231506 146.566925 230.533875 146.453537 230.76062 C 146.075592 231.440918 144.29921 232.348022 141.351181 232.083435 C 140.822052 232.045654 140.3685 232.007874 140.141739 231.554321 C 139.763779 230.836243 139.159058 230.0047 138.743301 229.702393 C 134.699219 226.527588 135.795273 223.428345 137.118103 221.273987 C 137.987396 219.951172 139.914963 218.855103 142.182678 218.855103 L 142.182678 218.855103 Z"/>
+            <path id="path1454" fill="#ffed00" fill-rule="evenodd" stroke="none" d="M 142.144882 219.081909 C 142.825195 219.081909 143.732285 219.270874 144.337006 219.49762 C 147.020477 220.480286 149.250397 223.125977 147.32283 226.943298 C 147.285034 227.35907 147.058273 228.303955 147.058273 229.286621 C 147.058273 230.0047 146.566925 230.34491 146.415741 230.571655 C 146.037796 231.251953 144.29921 232.159058 141.426773 231.932312 C 140.897644 231.856689 140.444092 231.818909 140.255112 231.440918 C 139.877167 230.722839 139.23465 229.966919 138.856689 229.62677 C 134.888184 226.64093 135.530716 223.352783 137.118103 221.538574 C 137.722839 220.026794 139.877167 219.081909 142.144882 219.081909 L 142.144882 219.081909 Z"/>
+            <path id="path1455" fill="#ffee00" fill-rule="evenodd" stroke="none" d="M 142.144882 219.270874 C 142.787399 219.270874 143.656693 219.459839 144.223618 219.686584 C 146.869293 220.63147 149.061417 223.163757 147.247238 226.829895 C 147.247238 227.245667 147.020477 228.152771 147.020477 229.097656 C 147.020477 229.815735 146.566925 230.118103 146.415741 230.34491 C 146.037796 231.025208 144.29921 231.932312 141.502365 231.743286 C 141.011017 231.705505 140.55748 231.667725 140.330704 231.289734 C 139.952759 230.647217 139.348038 229.891357 138.932281 229.588989 C 135.11496 226.754333 135.984253 223.806274 137.155899 221.765381 C 137.9496 220.404724 139.877167 219.270874 142.144882 219.270874 L 142.144882 219.270874 Z"/>
+            <path id="path1456" fill="#ffef00" fill-rule="evenodd" stroke="none" d="M 142.144882 219.49762 C 142.749603 219.49762 143.618896 219.686584 144.148026 219.87561 C 146.718109 220.782654 148.872437 223.201599 147.209442 226.716553 C 147.171646 227.132263 146.982681 228.001587 146.982681 228.908691 C 146.982681 229.588989 146.529129 229.929138 146.415741 230.155884 C 146 230.836243 144.29921 231.743286 141.577957 231.554321 C 141.086609 231.516541 140.670868 231.516541 140.444092 231.138611 C 140.028351 230.533875 139.461411 229.815735 139.04567 229.551208 C 135.30394 226.867737 136.059845 223.9953 137.155899 221.992126 C 137.911804 220.63147 139.839371 219.49762 142.144882 219.49762 L 142.144882 219.49762 Z"/>
+            <path id="path1457" fill="#fff000" fill-rule="evenodd" stroke="none" d="M 142.107086 219.686584 C 142.711807 219.686584 143.543304 219.87561 144.072433 220.064575 C 146.566925 220.933838 148.683472 223.23938 147.133865 226.603149 C 147.133865 227.018921 146.944885 227.850403 146.944885 228.719666 C 146.944885 229.362183 146.529129 229.702393 146.37796 229.966919 C 146 230.647217 144.337006 231.554321 141.691345 231.403137 C 141.199997 231.365356 140.74646 231.327576 140.519684 230.987427 C 140.141739 230.420471 139.537003 229.777954 139.159058 229.475586 C 135.530716 226.981079 136.173233 224.222046 137.193695 222.256714 C 137.911804 220.820496 139.801575 219.686584 142.107086 219.686584 L 142.107086 219.686584 Z"/>
+            <path id="path1458" fill="#fff100" fill-rule="evenodd" stroke="none" d="M 142.107086 219.913391 C 142.674011 219.913391 143.467712 220.064575 143.996857 220.25354 C 146.415741 221.047241 148.456696 223.277161 147.096069 226.489746 C 147.096069 226.867737 146.907089 227.661438 146.907089 228.530701 C 146.907089 229.173218 146.529129 229.475586 146.37796 229.740173 C 145.962204 230.458252 144.337006 231.327576 141.766922 231.214172 C 141.275589 231.176392 140.859848 231.176392 140.595276 230.836243 C 140.217316 230.307068 139.650391 229.702393 139.272446 229.437805 C 135.757477 227.094482 136.248825 224.411011 137.193695 222.483459 C 137.874008 221.047241 139.801575 219.913391 142.107086 219.913391 L 142.107086 219.913391 Z"/>
+            <path id="path1459" fill="#fff200" fill-rule="evenodd" stroke="none" d="M 142.107086 220.140137 C 142.636215 220.140137 143.39212 220.291321 143.921265 220.442505 C 146.302368 221.198425 148.267715 223.314941 147.020477 226.376404 C 147.020477 226.754333 146.869293 227.510254 146.869293 228.341736 C 146.869293 228.946472 146.491333 229.286621 146.37796 229.551208 C 145.962204 230.269287 144.337006 231.138611 141.842514 231.025208 C 141.388977 231.025208 140.973221 231.025208 140.708664 230.685059 C 140.330704 230.231506 139.763779 229.62677 139.385834 229.400024 C 135.946457 227.170105 136.362198 224.599976 137.193695 222.710266 C 137.874008 221.273987 139.763779 220.140137 142.107086 220.140137 L 142.107086 220.140137 Z"/>
+            <path id="path1460" fill="#fff300" fill-rule="evenodd" stroke="none" d="M 142.06929 220.329163 C 142.636215 220.329163 143.354324 220.480286 143.807877 220.63147 C 146.151184 221.349609 148.078735 223.390564 146.944885 226.263 C 146.982681 226.64093 146.831497 227.35907 146.831497 228.11499 C 146.831497 228.757507 146.491333 229.059814 146.340164 229.324402 C 145.924408 230.080322 144.337006 230.911804 141.955902 230.874023 C 141.502365 230.836243 141.048813 230.836243 140.784256 230.571655 C 140.406296 230.118103 139.877167 229.588989 139.461411 229.324402 C 136.173233 227.283447 136.43779 224.789001 137.231491 222.974792 C 137.836227 221.500793 139.725983 220.329163 142.06929 220.329163 L 142.06929 220.329163 Z"/>
+            <path id="path1461" fill="#fff400" fill-rule="evenodd" stroke="none" d="M 142.06929 220.555908 C 142.598419 220.555908 143.278748 220.669312 143.732285 220.820496 C 146 221.500793 147.889771 223.428345 146.907089 226.149597 C 146.944885 226.527588 146.831497 227.207886 146.831497 227.925964 C 146.831497 228.530701 146.491333 228.87085 146.340164 229.135437 C 145.924408 229.891357 144.374802 230.722839 142.031494 230.685059 C 141.577957 230.685059 141.162201 230.685059 140.897644 230.420471 C 140.481888 230.0047 139.952759 229.513367 139.574799 229.286621 C 136.399994 227.396851 136.513382 224.977966 137.231491 223.201599 C 137.798431 221.727539 139.688187 220.555908 142.06929 220.555908 L 142.06929 220.555908 Z"/>
+            <path id="path1462" fill="#fff500" fill-rule="evenodd" stroke="none" d="M 142.06929 220.744873 C 142.560623 220.744873 143.203156 220.896057 143.656693 221.00946 C 145.848816 221.651978 147.662994 223.466125 146.831497 226.036194 C 146.869293 226.414185 146.793701 227.056702 146.793701 227.737 C 146.793701 228.303955 146.491333 228.644104 146.340164 228.908691 C 145.886612 229.702393 144.374802 230.533875 142.107086 230.496033 C 141.691345 230.496033 141.275589 230.533875 140.973221 230.269287 C 140.595276 229.929138 140.066147 229.437805 139.688187 229.24884 C 136.62677 227.510254 136.588974 225.204712 137.231491 223.428345 C 137.798431 221.954346 139.688187 220.744873 142.06929 220.744873 L 142.06929 220.744873 Z"/>
+            <path id="path1463" fill="#fff600" fill-rule="evenodd" stroke="none" d="M 142.031494 220.97168 C 142.522827 220.97168 143.127563 221.085022 143.5811 221.198425 C 145.697632 221.803162 147.474014 223.503967 146.755905 225.922852 C 146.831497 226.263 146.755905 226.905518 146.755905 227.548035 C 146.755905 228.11499 146.453537 228.455139 146.302368 228.719666 C 145.848816 229.513367 144.374802 230.307068 142.220474 230.34491 C 141.766922 230.34491 141.388977 230.34491 141.086609 230.118103 C 140.670868 229.815735 140.179535 229.400024 139.801575 229.173218 C 136.853546 227.585815 136.702362 225.393677 137.269287 223.692932 C 137.760635 222.181091 139.650391 220.97168 142.031494 220.97168 L 142.031494 220.97168 Z"/>
+            <path id="path1464" fill="#fff700" fill-rule="evenodd" stroke="none" d="M 142.031494 221.198425 C 142.485046 221.198425 143.089767 221.273987 143.505508 221.38739 C 145.584259 221.954346 147.285034 223.541748 146.718109 225.809448 C 146.793701 226.149597 146.718109 226.754333 146.718109 227.35907 C 146.718109 227.888184 146.453537 228.228333 146.302368 228.49292 C 145.848816 229.324402 144.374802 230.118103 142.296066 230.155884 C 141.88031 230.155884 141.464569 230.193726 141.162201 229.966919 C 140.784256 229.702393 140.292908 229.324402 139.877167 229.135437 C 137.042526 227.699219 136.777954 225.582703 137.269287 223.919678 C 137.722839 222.407898 139.612595 221.198425 142.031494 221.198425 L 142.031494 221.198425 Z"/>
+            <path id="path1465" fill="#fff800" fill-rule="evenodd" stroke="none" d="M 142.031494 221.38739 C 142.44725 221.38739 143.014175 221.500793 143.429916 221.576355 C 145.433075 222.10553 147.096069 223.579529 146.642517 225.696045 C 146.718109 226.036194 146.680313 226.603149 146.680313 227.170105 C 146.680313 227.699219 146.453537 228.001587 146.264572 228.303955 C 145.81102 229.135437 144.412598 229.891357 142.371658 229.966919 C 141.955902 229.966919 141.577957 230.0047 141.275589 229.815735 C 140.859848 229.588989 140.3685 229.24884 139.990555 229.059814 C 137.269287 227.812622 136.853546 225.771667 137.269287 224.146484 C 137.685043 222.634644 139.612595 221.38739 142.031494 221.38739 L 142.031494 221.38739 Z"/>
+            <path id="path1466" fill="#fff900" fill-rule="evenodd" stroke="none" d="M 141.993698 221.614197 C 142.409454 221.614197 142.938583 221.689758 143.316528 221.803162 C 145.281891 222.256714 146.907089 223.61731 146.604721 225.582703 C 146.680313 225.922852 146.642517 226.451965 146.642517 226.981079 C 146.642517 227.472412 146.415741 227.812622 146.264572 228.11499 C 145.81102 228.946472 144.412598 229.702393 142.44725 229.777954 C 142.06929 229.815735 141.691345 229.853516 141.351181 229.702393 C 140.973221 229.475586 140.481888 229.210999 140.103943 229.022034 C 137.496063 227.888184 136.929138 225.998413 137.307083 224.411011 C 137.647247 222.861389 139.574799 221.614197 141.993698 221.614197 L 141.993698 221.614197 Z"/>
+            <path id="path1467" fill="#fffa00" fill-rule="evenodd" stroke="none" d="M 141.993698 221.803162 C 142.409454 221.803162 142.862991 221.878723 143.240952 221.992126 C 145.130707 222.407898 146.680313 223.692932 146.529129 225.469299 C 146.642517 225.771667 146.604721 226.300781 146.604721 226.792114 C 146.642517 227.245667 146.415741 227.585815 146.264572 227.888184 C 145.773224 228.757507 144.412598 229.513367 142.560623 229.62677 C 142.144882 229.62677 141.766922 229.664551 141.464569 229.551208 C 141.048813 229.362183 140.595276 229.135437 140.217316 228.984253 C 137.722839 227.963806 137.00473 226.187378 137.307083 224.637817 C 137.609451 223.050415 139.537003 221.803162 141.993698 221.803162 L 141.993698 221.803162 Z"/>
+            <path id="path1468" fill="#fffb00" fill-rule="evenodd" stroke="none" d="M 141.955902 222.029907 C 142.371658 222.029907 142.787399 222.067688 143.165359 222.181091 C 144.979523 222.559082 146.226776 223.730713 146.453537 225.355896 C 146.529129 225.696045 146.604721 226.111816 146.604721 226.603149 C 146.604721 227.056702 146.415741 227.396851 146.226776 227.699219 C 145.773224 228.568481 144.412598 229.286621 142.636215 229.437805 C 142.25827 229.475586 141.88031 229.513367 141.540161 229.400024 C 141.162201 229.24884 140.708664 229.059814 140.292908 228.908691 C 137.9496 228.077148 137.080322 226.376404 137.307083 224.902344 C 137.571655 223.277161 139.499207 222.029907 141.955902 222.029907 L 141.955902 222.029907 Z"/>
+            <path id="path1469" fill="#fffc00" fill-rule="evenodd" stroke="none" d="M 141.955902 222.218872 C 142.333862 222.218872 142.749603 222.294495 143.089767 222.370056 C 144.866135 222.710266 146.075592 223.806274 146.415741 225.204712 C 146.491333 225.544861 146.566925 225.960632 146.566925 226.414185 C 146.566925 226.829895 146.415741 227.170105 146.226776 227.472412 C 145.735428 228.379517 144.450394 229.097656 142.711807 229.24884 C 142.371658 229.286621 141.993698 229.324402 141.653549 229.24884 C 141.237793 229.173218 140.784256 228.984253 140.406296 228.87085 C 138.13858 228.152771 137.155899 226.603149 137.344879 225.12915 C 137.533859 223.503967 139.499207 222.218872 141.955902 222.218872 L 141.955902 222.218872 Z"/>
+            <path id="path1470" fill="#fffd00" fill-rule="evenodd" stroke="none" d="M 141.955902 222.445679 C 142.296066 222.445679 142.674011 222.483459 143.014175 222.559082 C 144.714966 222.861389 145.962204 223.844116 146.340164 225.091309 C 146.453537 225.431519 146.529129 225.809448 146.529129 226.22522 C 146.529129 226.64093 146.37796 226.981079 146.226776 227.283447 C 145.697632 228.190552 144.450394 228.908691 142.825195 229.097656 C 142.44725 229.135437 142.107086 229.173218 141.729141 229.097656 C 141.351181 229.059814 140.897644 228.908691 140.519684 228.833069 C 138.365356 228.228333 137.231491 226.792114 137.344879 225.355896 C 137.496063 223.730713 139.461411 222.445679 141.955902 222.445679 L 141.955902 222.445679 Z"/>
+            <path id="path1471" fill="#fffe00" fill-rule="evenodd" stroke="none" d="M 141.918106 222.672424 C 142.25827 222.672424 142.598419 222.672424 142.900787 222.748047 C 144.563782 223.012573 145.848816 223.881897 146.264572 224.977966 C 146.415741 225.318115 146.491333 225.658264 146.491333 226.036194 C 146.491333 226.414185 146.37796 226.754333 146.18898 227.056702 C 145.697632 228.001587 144.450394 228.719666 142.900787 228.908691 C 142.560623 228.946472 142.182678 228.984253 141.842514 228.946472 C 141.426773 228.946472 141.011017 228.87085 140.633072 228.757507 C 138.592133 228.303955 137.307083 227.018921 137.382675 225.620483 C 137.420471 223.957458 139.423615 222.672424 141.918106 222.672424 L 141.918106 222.672424 Z"/>
+            <path id="path1472" fill="#ffff00" fill-rule="evenodd" stroke="none" d="M 146.453537 225.847229 C 146.453537 224.184265 144.412598 222.861389 141.918106 222.861389 C 139.423615 222.861389 137.382675 224.184265 137.382675 225.847229 C 137.382675 227.472412 139.423615 228.833069 141.918106 228.833069 C 144.412598 228.833069 146.453537 227.472412 146.453537 225.847229 L 146.453537 225.847229 Z"/>
+        </g>
+        <clipPath id="clipPath133">
+            <path d="M 148.456695 213.677185 C 149.855117 217.078735 147.171646 221.38739 142.447251 223.352783 C 137.760635 225.318115 132.809448 224.184265 131.37323 220.820496 C 129.974808 217.456665 132.658264 213.11023 137.382675 211.144898 C 142.069291 209.179504 147.020477 210.313416 148.456695 213.677185 L 148.456695 213.677185 Z"/>
+        </clipPath>
+        <g id="g132" clip-path="url(#clipPath133)"/>
+        <clipPath id="clipPath134">
+            <path d="M 148.456695 213.677185 C 149.855117 217.078735 147.171646 221.38739 142.447251 223.352783 C 137.760635 225.318115 132.809448 224.184265 131.37323 220.820496 C 129.974808 217.456665 132.658264 213.11023 137.382675 211.144898 C 142.069291 209.179504 147.020477 210.313416 148.456695 213.677185 L 148.456695 213.677185 Z"/>
+        </clipPath>
+        <g id="g133" clip-path="url(#clipPath134)">
+            <path id="path1473" fill="#fffa3c" fill-rule="evenodd" stroke="none" d="M 130.466141 225.658264 L 130.466141 222.861389 L 149.363785 222.861389 L 149.363785 225.658264 L 130.466141 225.658264 Z"/>
+            <path id="path1474" fill="#fffa4b" fill-rule="evenodd" stroke="none" d="M 130.466141 224.486633 L 130.466141 221.689758 L 149.363785 221.689758 L 149.363785 224.486633 L 130.466141 224.486633 Z"/>
+            <path id="path1475" fill="#fffb5a" fill-rule="evenodd" stroke="none" d="M 130.466141 223.314941 L 130.466141 220.518127 L 149.363785 220.518127 L 149.363785 223.314941 L 130.466141 223.314941 Z"/>
+            <path id="path1476" fill="#fffb69" fill-rule="evenodd" stroke="none" d="M 130.466141 222.143311 L 130.466141 219.384277 L 149.363785 219.384277 L 149.363785 222.143311 L 130.466141 222.143311 Z"/>
+            <path id="path1477" fill="#fffc78" fill-rule="evenodd" stroke="none" d="M 130.466141 220.97168 L 130.466141 218.212585 L 149.363785 218.212585 L 149.363785 220.97168 L 130.466141 220.97168 Z"/>
+            <path id="path1478" fill="#fffc87" fill-rule="evenodd" stroke="none" d="M 130.466141 219.799988 L 130.466141 217.040955 L 149.363785 217.040955 L 149.363785 219.799988 L 130.466141 219.799988 Z"/>
+            <path id="path1479" fill="#fffc96" fill-rule="evenodd" stroke="none" d="M 130.466141 218.628357 L 130.466141 215.869263 L 149.363785 215.869263 L 149.363785 218.628357 L 130.466141 218.628357 Z"/>
+            <path id="path1480" fill="#fffda5" fill-rule="evenodd" stroke="none" d="M 130.466141 217.456665 L 130.466141 214.697632 L 149.363785 214.697632 L 149.363785 217.456665 L 130.466141 217.456665 Z"/>
+            <path id="path1481" fill="#fffdb4" fill-rule="evenodd" stroke="none" d="M 130.466141 216.285034 L 130.466141 213.526001 L 149.363785 213.526001 L 149.363785 216.285034 L 130.466141 216.285034 Z"/>
+            <path id="path1482" fill="#fffdc3" fill-rule="evenodd" stroke="none" d="M 130.466141 215.151184 L 130.466141 212.354309 L 149.363785 212.354309 L 149.363785 215.151184 L 130.466141 215.151184 Z"/>
+            <path id="path1483" fill="#fffed2" fill-rule="evenodd" stroke="none" d="M 130.466141 213.979553 L 130.466141 211.182678 L 149.363785 211.182678 L 149.363785 213.979553 L 130.466141 213.979553 Z"/>
+            <path id="path1484" fill="#fffee1" fill-rule="evenodd" stroke="none" d="M 130.466141 212.807861 L 130.466141 210.011047 L 149.363785 210.011047 L 149.363785 212.807861 L 130.466141 212.807861 Z"/>
+            <path id="path1485" fill="#fffff0" fill-rule="evenodd" stroke="none" d="M 130.466141 211.63623 L 130.466141 208.839355 L 149.363785 208.839355 L 149.363785 211.63623 L 130.466141 211.63623 Z"/>
+        </g>
+        <clipPath id="clipPath135">
+            <path d="M 148.456695 213.677185 C 149.855117 217.078735 147.171646 221.38739 142.447251 223.352783 C 137.760635 225.318115 132.809448 224.184265 131.37323 220.820496 C 129.974808 217.456665 132.658264 213.11023 137.382675 211.144898 C 142.069291 209.179504 147.020477 210.313416 148.456695 213.677185 L 148.456695 213.677185 Z"/>
+        </clipPath>
+        <g id="g134" clip-path="url(#clipPath135)"/>
+        <clipPath id="clipPath136">
+            <path d="M 129.370071 208.726013 L 155.108658 208.726013 L 155.108658 248.486633 L 129.370071 248.486633 L 129.370071 208.726013 Z"/>
+        </clipPath>
+        <g id="g135" clip-path="url(#clipPath136)">
+            <path id="path1486" fill="none" stroke="#8b5c29" stroke-width="0.264567" d="M 138.478745 221.463013 L 140.93544 235.220459 L 141.124405 235.220459 L 138.629929 221.425171"/>
+            <path id="path1487" fill="none" stroke="#8b5c29" stroke-width="0.264567" d="M 145.584259 221.538574 L 143.127563 235.333862 L 143.278748 235.333862 L 145.735428 221.576355"/>
+            <path id="path1488" fill="none" stroke="#e4bc96" stroke-width="0.264567" d="M 146.415741 219.913391 L 146.340164 219.913391 L 146.340164 219.913391 C 146.302368 219.951172 146.264572 219.988953 146.18898 220.026794 C 146.075592 220.064575 145.886612 220.140137 145.62204 220.177979 C 144.866135 220.366943 143.5811 220.480286 142.107086 220.480286 C 140.93544 220.480286 139.877167 220.404724 139.083466 220.291321 C 138.705505 220.215759 138.403152 220.140137 138.176376 220.064575 C 138.100784 220.026794 138.025192 219.988953 137.9496 219.951172 C 137.9496 219.951172 137.911804 219.913391 137.911804 219.913391 L 137.911804 219.913391 L 137.911804 219.87561 C 137.911804 219.837769 137.987396 219.799988 138.025192 219.762207 C 138.176376 219.724426 138.365356 219.648804 138.629929 219.611023 C 139.385834 219.422058 140.670868 219.308655 142.107086 219.308655 C 143.316528 219.308655 144.374802 219.384277 145.130707 219.49762 C 145.508667 219.573242 145.848816 219.648804 146.037796 219.724426 C 146.151184 219.762207 146.226776 219.799988 146.264572 219.837769 C 146.302368 219.837769 146.302368 219.87561 146.340164 219.87561 L 146.340164 219.913391 L 146.491333 219.913391 C 146.491333 219.837769 146.491333 219.799988 146.453537 219.799988 C 146.415741 219.724426 146.340164 219.686584 146.264572 219.648804 C 146.113388 219.573242 145.924408 219.49762 145.659836 219.422058 C 144.866135 219.270874 143.5811 219.157471 142.107086 219.157471 C 140.93544 219.157471 139.839371 219.233093 139.083466 219.346436 C 138.667709 219.422058 138.365356 219.459839 138.13858 219.573242 C 138.025192 219.611023 137.911804 219.648804 137.874008 219.686584 C 137.836227 219.724426 137.798431 219.762207 137.760635 219.799988 C 137.760635 219.799988 137.760635 219.837769 137.760635 219.913391 C 137.760635 219.951172 137.760635 219.988953 137.760635 220.026794 C 137.836227 220.064575 137.874008 220.102356 137.9496 220.140137 C 138.100784 220.215759 138.32756 220.291321 138.592133 220.366943 C 139.348038 220.518127 140.670868 220.63147 142.107086 220.63147 C 143.316528 220.63147 144.374802 220.555908 145.168503 220.442505 C 145.546463 220.366943 145.886612 220.329163 146.113388 220.215759 C 146.226776 220.177979 146.302368 220.140137 146.37796 220.102356 C 146.415741 220.064575 146.453537 220.026794 146.453537 220.026794 C 146.491333 219.988953 146.491333 219.951172 146.491333 219.913391 L 146.415741 219.913391 L 146.415741 219.913391 Z"/>
+            <path id="path1489" fill="#5a3d1c" fill-rule="evenodd" stroke="none" d="M 148.229919 210.464539 L 148.267715 210.388977 C 146.907089 209.670837 144.412598 209.02832 142.825195 209.02832 C 141.199997 209.02832 138.592133 209.179504 136.513382 210.313416 C 134.699219 211.25824 132.998428 212.618896 131.713379 214.395264 C 130.466141 216.13385 129.634644 218.325989 129.634644 220.933838 C 129.634644 224.070862 130.844101 227.77478 133.905518 232.045654 C 134.170074 232.461426 134.661423 233.330688 135.077164 234.426758 C 135.49292 235.522827 135.833069 236.883484 135.833069 238.168518 C 135.833069 238.886597 135.946457 239.340149 136.211029 239.642517 C 136.475586 239.944885 136.891342 240.13385 137.382675 240.247253 C 139.537003 240.814148 141.351181 241.003174 142.787399 241.003174 C 145.697632 241.003174 147.133865 240.247253 147.171646 240.247253 L 147.133865 240.171631 L 147.133865 240.247253 C 147.133865 240.247253 147.51181 240.171631 147.927567 239.869263 C 148.305511 239.604736 148.683472 239.075562 148.683472 238.206299 L 148.683472 238.168518 C 148.683472 236.845642 148.948029 235.560608 149.288193 234.540161 C 149.628342 233.481873 150.044098 232.650391 150.346451 232.272461 C 153.596848 227.925964 154.844101 224.070862 154.844101 220.858276 C 154.844101 218.325989 154.0504 216.171631 152.840942 214.395264 C 151.6315 212.656677 150.006302 211.333862 148.267715 210.388977 L 148.229919 210.464539 L 148.192123 210.540161 C 149.892914 211.447266 151.518112 212.770081 152.727554 214.508667 C 153.899216 216.247253 154.692917 218.36377 154.692917 220.858276 C 154.692917 224.033081 153.445663 227.850403 150.195282 232.196838 C 149.892914 232.574829 149.477173 233.406311 149.137009 234.464539 C 148.796844 235.522827 148.532288 236.845642 148.532288 238.168518 L 148.532288 238.168518 L 148.532288 238.168518 L 148.532288 238.206299 C 148.532288 239 148.154327 239.491333 147.814178 239.75592 C 147.625198 239.869263 147.474014 239.982666 147.32283 240.020447 C 147.247238 240.058289 147.209442 240.058289 147.171646 240.058289 C 147.133865 240.058289 147.133865 240.096069 147.133865 240.096069 L 147.096069 240.096069 L 147.096069 240.096069 L 147.096069 240.096069 L 147.096069 240.096069 L 147.058273 240.096069 C 146.907089 240.171631 145.470871 240.85199 142.787399 240.85199 C 141.351181 240.85199 139.574799 240.662964 137.420471 240.096069 C 136.929138 239.944885 136.588974 239.793701 136.362198 239.529114 C 136.097641 239.264587 135.984253 238.848816 135.984253 238.168518 C 135.984253 236.845642 135.644089 235.485046 135.228348 234.388977 C 134.812592 233.255127 134.321259 232.385803 134.01889 231.970093 C 130.99527 227.699219 129.785828 223.9953 129.785828 220.933838 C 129.785828 218.36377 130.617325 216.209473 131.864563 214.470886 C 133.111816 212.7323 134.812592 211.371643 136.588974 210.426758 C 138.629929 209.36853 141.199997 209.179504 142.825195 209.179504 C 144.337006 209.179504 146.869293 209.859863 148.192123 210.540161 L 148.229919 210.464539 L 148.229919 210.464539 Z"/>
+            <path id="path1490" fill="none" stroke="#5a3d1c" stroke-width="0.529134" d="M 148.229919 210.464539 L 148.267715 210.388977 C 146.907089 209.670837 144.412598 209.02832 142.825195 209.02832 C 141.199997 209.02832 138.592133 209.179504 136.513382 210.313416 C 134.699219 211.25824 132.998428 212.618896 131.713379 214.395264 C 130.466141 216.13385 129.634644 218.325989 129.634644 220.933838 C 129.634644 224.070862 130.844101 227.77478 133.905518 232.045654 C 134.170074 232.461426 134.661423 233.330688 135.077164 234.426758 C 135.49292 235.522827 135.833069 236.883484 135.833069 238.168518 C 135.833069 238.886597 135.946457 239.340149 136.211029 239.642517 C 136.475586 239.944885 136.891342 240.13385 137.382675 240.247253 C 139.537003 240.814148 141.351181 241.003174 142.787399 241.003174 C 145.697632 241.003174 147.133865 240.247253 147.171646 240.247253 L 147.133865 240.171631 L 147.133865 240.247253 C 147.133865 240.247253 147.51181 240.171631 147.927567 239.869263 C 148.305511 239.604736 148.683472 239.075562 148.683472 238.206299 L 148.683472 238.168518 C 148.683472 236.845642 148.948029 235.560608 149.288193 234.540161 C 149.628342 233.481873 150.044098 232.650391 150.346451 232.272461 C 153.596848 227.925964 154.844101 224.070862 154.844101 220.858276 C 154.844101 218.325989 154.0504 216.171631 152.840942 214.395264 C 151.6315 212.656677 150.006302 211.333862 148.267715 210.388977 L 148.229919 210.464539 L 148.192123 210.540161 C 149.892914 211.447266 151.518112 212.770081 152.727554 214.508667 C 153.899216 216.247253 154.692917 218.36377 154.692917 220.858276 C 154.692917 224.033081 153.445663 227.850403 150.195282 232.196838 C 149.892914 232.574829 149.477173 233.406311 149.137009 234.464539 C 148.796844 235.522827 148.532288 236.845642 148.532288 238.168518 L 148.532288 238.168518 L 148.532288 238.168518 L 148.532288 238.206299 C 148.532288 239 148.154327 239.491333 147.814178 239.75592 C 147.625198 239.869263 147.474014 239.982666 147.32283 240.020447 C 147.247238 240.058289 147.209442 240.058289 147.171646 240.058289 C 147.133865 240.058289 147.133865 240.096069 147.133865 240.096069 L 147.096069 240.096069 L 147.096069 240.096069 L 147.096069 240.096069 L 147.096069 240.096069 L 147.058273 240.096069 C 146.907089 240.171631 145.470871 240.85199 142.787399 240.85199 C 141.351181 240.85199 139.574799 240.662964 137.420471 240.096069 C 136.929138 239.944885 136.588974 239.793701 136.362198 239.529114 C 136.097641 239.264587 135.984253 238.848816 135.984253 238.168518 C 135.984253 236.845642 135.644089 235.485046 135.228348 234.388977 C 134.812592 233.255127 134.321259 232.385803 134.01889 231.970093 C 130.99527 227.699219 129.785828 223.9953 129.785828 220.933838 C 129.785828 218.36377 130.617325 216.209473 131.864563 214.470886 C 133.111816 212.7323 134.812592 211.371643 136.588974 210.426758 C 138.629929 209.36853 141.199997 209.179504 142.825195 209.179504 C 144.337006 209.179504 146.869293 209.859863 148.192123 210.540161 L 148.229919 210.464539 Z"/>
+        </g>
+        <clipPath id="clipPath137">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g136" clip-path="url(#clipPath137)">
+            <text id="text2" xml:space="preserve" x="126" y="193" font-family="Helvetica" font-size="14.966929" fill="#000000">Light</text>
+            <text id="text3" xml:space="preserve" x="156" y="193" font-family="Helvetica" font-size="14.966929" fill="#000000">#</text>
+            <text id="1" xml:space="preserve" x="163" y="193" font-family="Helvetica" font-size="14.966929" fill="#000000">1</text>
+            <path id="path1491" fill="none" stroke="#923931" stroke-width="1.247244" stroke-dasharray="4.988976 2.494488" stroke-dashoffset="0" d="M 164.103943 154.22522 L 251.562195 154.22522 L 251.562195 226.792114"/>
+            <path id="path1492" fill="#923931" fill-rule="evenodd" stroke="none" d="M 164.179535 154.867737 L 164.179535 153.620483 L 163.537003 153.620483 L 163.310242 153.658264 L 163.121262 153.809448 L 162.970078 153.998413 L 162.932281 154.22522 L 162.970078 154.489746 L 163.121262 154.678711 L 163.310242 154.792114 L 163.537003 154.867737 L 164.179535 154.867737 Z"/>
+            <path id="path1493" fill="#923931" fill-rule="evenodd" stroke="none" d="M 252.166931 226.678711 L 250.919678 226.678711 L 250.919678 227.321289 L 250.99527 227.548035 L 251.108673 227.77478 L 251.297638 227.888184 L 251.562195 227.925964 L 251.788971 227.888184 L 251.977966 227.77478 L 252.12912 227.548035 L 252.166931 227.321289 L 252.166931 226.678711 Z"/>
+            <path id="path1494" fill="none" stroke="#923931" stroke-width="1.247244" stroke-dasharray="4.988976 2.494488" stroke-dashoffset="0" d="M 251.033081 227.321289 L 155.675598 227.321289"/>
+            <path id="path1495" fill="#923931" fill-rule="evenodd" stroke="none" d="M 250.919678 226.678711 L 250.919678 227.925964 L 251.562195 227.925964 L 251.788971 227.888184 L 251.977966 227.77478 L 252.12912 227.548035 L 252.166931 227.321289 L 252.12912 227.094482 L 251.977966 226.867737 L 251.788971 226.754333 L 251.562195 226.678711 L 250.919678 226.678711 Z"/>
+            <path id="path1496" fill="#923931" fill-rule="evenodd" stroke="none" d="M 155.751175 227.925964 L 155.751175 226.678711 L 155.108658 226.678711 L 154.881897 226.754333 L 154.692917 226.867737 L 154.541733 227.094482 L 154.503937 227.321289 L 154.541733 227.548035 L 154.692917 227.77478 L 154.881897 227.888184 L 155.108658 227.925964 L 155.751175 227.925964 Z"/>
+        </g>
+        <clipPath id="clipPath138">
+            <path d="M 219.776367 213.261414 L 262.144867 237.903931 L 283.348022 225.733887 L 240.941742 200.826782 L 219.776367 213.261414 L 219.776367 213.261414 Z"/>
+        </clipPath>
+        <g id="g137" clip-path="url(#clipPath138)"/>
+        <clipPath id="clipPath139">
+            <path d="M 219.776367 213.261414 L 219.776367 213.261414 L 240.941742 200.826782 L 283.348022 225.733887 L 262.144867 237.903931 L 219.776367 213.261414 Z"/>
+        </clipPath>
+        <g id="g138" clip-path="url(#clipPath139)">
+            <path id="path1497" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 218.831482 239.453552 L 218.831482 237.374817 L 284.292908 237.374817 L 284.292908 239.453552 L 218.831482 239.453552 Z"/>
+            <path id="path1498" fill="#fefefe" fill-rule="evenodd" stroke="none" d="M 218.831482 238.546448 L 218.831482 236.505493 L 284.292908 236.505493 L 284.292908 238.546448 L 218.831482 238.546448 Z"/>
+            <path id="path1499" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 218.831482 237.677185 L 218.831482 235.59845 L 284.292908 235.59845 L 284.292908 237.677185 L 218.831482 237.677185 Z"/>
+            <path id="path1500" fill="#fdfdfd" fill-rule="evenodd" stroke="none" d="M 218.831482 236.807861 L 218.831482 234.729126 L 284.292908 234.729126 L 284.292908 236.807861 L 218.831482 236.807861 Z"/>
+            <path id="path1501" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 218.831482 235.900818 L 218.831482 233.822021 L 284.292908 233.822021 L 284.292908 235.900818 L 218.831482 235.900818 Z"/>
+            <path id="path1502" fill="#fbfbfb" fill-rule="evenodd" stroke="none" d="M 218.831482 235.031494 L 218.831482 232.952759 L 284.292908 232.952759 L 284.292908 235.031494 L 218.831482 235.031494 Z"/>
+            <path id="path1503" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 218.831482 234.12439 L 218.831482 232.045654 L 284.292908 232.045654 L 284.292908 234.12439 L 218.831482 234.12439 Z"/>
+            <path id="path1504" fill="#fafafa" fill-rule="evenodd" stroke="none" d="M 218.831482 233.255127 L 218.831482 231.176392 L 284.292908 231.176392 L 284.292908 233.255127 L 218.831482 233.255127 Z"/>
+            <path id="path1505" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 218.831482 232.348022 L 218.831482 230.307068 L 284.292908 230.307068 L 284.292908 232.348022 L 218.831482 232.348022 Z"/>
+            <path id="path1506" fill="#f8f8f8" fill-rule="evenodd" stroke="none" d="M 218.831482 231.47876 L 218.831482 229.400024 L 284.292908 229.400024 L 284.292908 231.47876 L 218.831482 231.47876 Z"/>
+            <path id="path1507" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 218.831482 230.609436 L 218.831482 228.530701 L 284.292908 228.530701 L 284.292908 230.609436 L 218.831482 230.609436 Z"/>
+            <path id="path1508" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 218.831482 229.702393 L 218.831482 227.623596 L 284.292908 227.623596 L 284.292908 229.702393 L 218.831482 229.702393 Z"/>
+            <path id="path1509" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 218.831482 228.833069 L 218.831482 226.754333 L 284.292908 226.754333 L 284.292908 228.833069 L 218.831482 228.833069 Z"/>
+            <path id="path1510" fill="#f5f5f5" fill-rule="evenodd" stroke="none" d="M 218.831482 227.925964 L 218.831482 225.847229 L 284.292908 225.847229 L 284.292908 227.925964 L 218.831482 227.925964 Z"/>
+            <path id="path1511" fill="#f4f4f4" fill-rule="evenodd" stroke="none" d="M 218.831482 227.056702 L 218.831482 224.977966 L 284.292908 224.977966 L 284.292908 227.056702 L 218.831482 227.056702 Z"/>
+            <path id="path1512" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 218.831482 226.149597 L 218.831482 224.070862 L 284.292908 224.070862 L 284.292908 226.149597 L 218.831482 226.149597 Z"/>
+            <path id="path1513" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 218.831482 225.280334 L 218.831482 223.201599 L 284.292908 223.201599 L 284.292908 225.280334 L 218.831482 225.280334 Z"/>
+            <path id="path1514" fill="#f2f2f2" fill-rule="evenodd" stroke="none" d="M 218.831482 224.411011 L 218.831482 222.332275 L 284.292908 222.332275 L 284.292908 224.411011 L 218.831482 224.411011 Z"/>
+            <path id="path1515" fill="#f1f1f1" fill-rule="evenodd" stroke="none" d="M 218.831482 223.503967 L 218.831482 221.425171 L 284.292908 221.425171 L 284.292908 223.503967 L 218.831482 223.503967 Z"/>
+            <path id="path1516" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 218.831482 222.634644 L 218.831482 220.555908 L 284.292908 220.555908 L 284.292908 222.634644 L 218.831482 222.634644 Z"/>
+            <path id="path1517" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 218.831482 221.727539 L 218.831482 219.648804 L 284.292908 219.648804 L 284.292908 221.727539 L 218.831482 221.727539 Z"/>
+            <path id="path1518" fill="#efefef" fill-rule="evenodd" stroke="none" d="M 218.831482 220.858276 L 218.831482 218.779541 L 284.292908 218.779541 L 284.292908 220.858276 L 218.831482 220.858276 Z"/>
+            <path id="path1519" fill="#eeeeee" fill-rule="evenodd" stroke="none" d="M 218.831482 219.951172 L 218.831482 217.872437 L 284.292908 217.872437 L 284.292908 219.951172 L 218.831482 219.951172 Z"/>
+            <path id="path1520" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 218.831482 219.081909 L 218.831482 217.003174 L 284.292908 217.003174 L 284.292908 219.081909 L 218.831482 219.081909 Z"/>
+            <path id="path1521" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 218.831482 218.212585 L 218.831482 216.13385 L 284.292908 216.13385 L 284.292908 218.212585 L 218.831482 218.212585 Z"/>
+            <path id="path1522" fill="#ececec" fill-rule="evenodd" stroke="none" d="M 218.831482 217.305542 L 218.831482 215.226746 L 284.292908 215.226746 L 284.292908 217.305542 L 218.831482 217.305542 Z"/>
+            <path id="path1523" fill="#ebebeb" fill-rule="evenodd" stroke="none" d="M 218.831482 216.436218 L 218.831482 214.357483 L 284.292908 214.357483 L 284.292908 216.436218 L 218.831482 216.436218 Z"/>
+            <path id="path1524" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 218.831482 215.529114 L 218.831482 213.450378 L 284.292908 213.450378 L 284.292908 215.529114 L 218.831482 215.529114 Z"/>
+            <path id="path1525" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 218.831482 214.659851 L 218.831482 212.581116 L 284.292908 212.581116 L 284.292908 214.659851 L 218.831482 214.659851 Z"/>
+            <path id="path1526" fill="#e9e9e9" fill-rule="evenodd" stroke="none" d="M 218.831482 213.752747 L 218.831482 211.674011 L 284.292908 211.674011 L 284.292908 213.752747 L 218.831482 213.752747 Z"/>
+            <path id="path1527" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 218.831482 212.883484 L 218.831482 210.804749 L 284.292908 210.804749 L 284.292908 212.883484 L 218.831482 212.883484 Z"/>
+            <path id="path1528" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 218.831482 211.976379 L 218.831482 209.935425 L 284.292908 209.935425 L 284.292908 211.976379 L 218.831482 211.976379 Z"/>
+            <path id="path1529" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 218.831482 211.107117 L 218.831482 209.02832 L 284.292908 209.02832 L 284.292908 211.107117 L 218.831482 211.107117 Z"/>
+            <path id="path1530" fill="#e6e6e6" fill-rule="evenodd" stroke="none" d="M 218.831482 210.237793 L 218.831482 208.159058 L 284.292908 208.159058 L 284.292908 210.237793 L 218.831482 210.237793 Z"/>
+            <path id="path1531" fill="#e5e5e5" fill-rule="evenodd" stroke="none" d="M 218.831482 209.330688 L 218.831482 207.251953 L 284.292908 207.251953 L 284.292908 209.330688 L 218.831482 209.330688 Z"/>
+            <path id="path1532" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 218.831482 208.461426 L 218.831482 206.38269 L 284.292908 206.38269 L 284.292908 208.461426 L 218.831482 208.461426 Z"/>
+            <path id="path1533" fill="#e3e3e3" fill-rule="evenodd" stroke="none" d="M 218.831482 207.554321 L 218.831482 205.475586 L 284.292908 205.475586 L 284.292908 207.554321 L 218.831482 207.554321 Z"/>
+            <path id="path1534" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 218.831482 206.685059 L 218.831482 204.606323 L 284.292908 204.606323 L 284.292908 206.685059 L 218.831482 206.685059 Z"/>
+            <path id="path1535" fill="#e2e2e2" fill-rule="evenodd" stroke="none" d="M 218.831482 205.777954 L 218.831482 203.737 L 284.292908 203.737 L 284.292908 205.777954 L 218.831482 205.777954 Z"/>
+            <path id="path1536" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 218.831482 204.908691 L 218.831482 202.829895 L 284.292908 202.829895 L 284.292908 204.908691 L 218.831482 204.908691 Z"/>
+            <path id="path1537" fill="#e0e0e0" fill-rule="evenodd" stroke="none" d="M 218.831482 204.039368 L 218.831482 201.960632 L 284.292908 201.960632 L 284.292908 204.039368 L 218.831482 204.039368 Z"/>
+            <path id="path1538" fill="#dfdfdf" fill-rule="evenodd" stroke="none" d="M 218.831482 203.132263 L 218.831482 201.053528 L 284.292908 201.053528 L 284.292908 203.132263 L 218.831482 203.132263 Z"/>
+            <path id="path1539" fill="#dfdfdf" fill-rule="evenodd" stroke="none" d="M 218.831482 202.263 L 218.831482 200.184265 L 284.292908 200.184265 L 284.292908 202.263 L 218.831482 202.263 Z"/>
+            <path id="path1540" fill="#dedede" fill-rule="evenodd" stroke="none" d="M 218.831482 201.355896 L 218.831482 199.277161 L 284.292908 199.277161 L 284.292908 201.355896 L 218.831482 201.355896 Z"/>
+        </g>
+        <clipPath id="clipPath140">
+            <path d="M 219.776367 213.261414 L 262.144867 237.903931 L 283.348022 225.733887 L 240.941742 200.826782 L 219.776367 213.261414 L 219.776367 213.261414 Z"/>
+        </clipPath>
+        <g id="g139" clip-path="url(#clipPath140)"/>
+        <clipPath id="clipPath141">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g140" clip-path="url(#clipPath141)">
+            <path id="path1541" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 219.776367 213.261414 L 262.144867 237.903931 L 283.348022 225.733887 L 240.941742 200.826782 L 219.776367 213.261414 Z"/>
+        </g>
+        <clipPath id="clipPath142">
+            <path d="M 262.144867 253.815735 L 282.289764 242.174805 L 282.289764 240.058289 L 283.348022 239.491333 L 283.348022 225.733887 L 262.144867 237.903931 L 262.144867 253.815735 L 262.144867 253.815735 Z"/>
+        </clipPath>
+        <g id="g141" clip-path="url(#clipPath142)"/>
+        <clipPath id="clipPath143">
+            <path d="M 262.144867 253.815735 L 262.144867 253.815735 L 262.144867 237.903931 L 283.348022 225.733887 L 283.348022 239.491333 L 282.289764 240.058289 L 282.289764 242.174805 L 262.144867 253.815735 Z"/>
+        </clipPath>
+        <g id="g142" clip-path="url(#clipPath143)">
+            <path id="path1542" fill="#969696" fill-rule="evenodd" stroke="none" d="M 293.817322 224.789001 C 293.817322 232.234619 292.305511 239.529114 289.470856 245.992126 C 286.598419 252.417297 282.478729 257.784241 277.527557 261.48819 C 272.576385 265.192139 266.944885 267.157471 261.200012 267.157471 C 255.49292 267.157471 249.86142 265.192139 244.910248 261.48819 C 239.959045 257.784241 235.839355 252.417297 232.966919 245.992126 C 230.094482 239.529114 228.620483 232.234619 228.620483 224.789001 C 228.620483 217.343323 230.094482 210.048828 232.966919 203.623596 C 235.839355 197.160645 239.959045 191.831482 244.910248 188.089783 C 249.86142 184.385803 255.49292 182.420471 261.200012 182.420471 C 266.944885 182.420471 272.576385 184.385803 277.527557 188.089783 C 282.478729 191.831482 286.598419 197.160645 289.470856 203.623596 C 292.305511 210.048828 293.817322 217.343323 293.817322 224.789001 L 293.817322 224.789001 Z"/>
+            <path id="path1543" fill="#969696" fill-rule="evenodd" stroke="none" d="M 277.338593 224.789001 C 277.338593 228.49292 276.620483 232.083435 275.184265 235.296082 C 273.785828 238.470886 271.744873 241.116516 269.288177 242.968506 C 266.831482 244.782654 264.034637 245.765381 261.200012 245.765381 C 258.365356 245.765381 255.606293 244.782654 253.149597 242.968506 C 250.692902 241.116516 248.651978 238.470886 247.25354 235.296082 C 245.817322 232.083435 245.061432 228.49292 245.061432 224.789001 C 245.061432 221.122864 245.817322 217.494507 247.25354 214.319702 C 248.651978 211.107117 250.692902 208.461426 253.149597 206.647217 C 255.606293 204.795288 258.365356 203.812622 261.200012 203.812622 C 264.034637 203.812622 266.831482 204.795288 269.288177 206.647217 C 271.744873 208.461426 273.785828 211.107117 275.184265 214.319702 C 276.620483 217.494507 277.338593 221.122864 277.338593 224.789001 L 277.338593 224.789001 Z"/>
+            <path id="path1544" fill="#9e9e9e" fill-rule="evenodd" stroke="none" d="M 276.204712 224.789001 C 276.204712 228.228333 275.524414 231.554321 274.201569 234.540161 C 272.878754 237.488159 270.988983 239.944885 268.721252 241.645691 C 266.415741 243.384277 263.845673 244.25354 261.200012 244.25354 C 258.592133 244.25354 255.984253 243.384277 253.716522 241.645691 C 251.448822 239.944885 249.559052 237.488159 248.236206 234.540161 C 246.913391 231.554321 246.233063 228.228333 246.233063 224.789001 C 246.233063 221.38739 246.913391 218.023621 248.236206 215.075562 C 249.559052 212.089783 251.448822 209.633057 253.716522 207.932312 C 255.984253 206.231506 258.592133 205.324402 261.200012 205.324402 C 263.845673 205.324402 266.415741 206.231506 268.721252 207.932312 C 270.988983 209.633057 272.878754 212.089783 274.201569 215.075562 C 275.524414 218.023621 276.204712 221.38739 276.204712 224.789001 L 276.204712 224.789001 Z"/>
+            <path id="path1545" fill="#a5a5a5" fill-rule="evenodd" stroke="none" d="M 275.033081 224.789001 C 275.033081 227.963806 274.428345 231.062988 273.181091 233.784241 C 271.971649 236.505493 270.233063 238.773254 268.116547 240.360657 C 266.037781 241.948059 263.656708 242.779541 261.200012 242.779541 C 258.781097 242.779541 256.399994 241.948059 254.283478 240.360657 C 252.204712 238.773254 250.466156 236.505493 249.218903 233.784241 C 248.00946 231.062988 247.366943 227.963806 247.366943 224.789001 C 247.366943 221.651978 248.00946 218.552734 249.218903 215.793701 C 250.466156 213.072449 252.204712 210.804749 254.283478 209.217346 C 256.399994 207.667725 258.781097 206.836243 261.200012 206.836243 C 263.656708 206.836243 266.037781 207.667725 268.116547 209.217346 C 270.233063 210.804749 271.971649 213.072449 273.181091 215.793701 C 274.428345 218.552734 275.033081 221.651978 275.033081 224.789001 L 275.033081 224.789001 Z"/>
+            <path id="path1546" fill="#adadad" fill-rule="evenodd" stroke="none" d="M 273.8992 224.789001 C 273.8992 227.699219 273.294495 230.533875 272.198425 233.02832 C 271.102356 235.522827 269.477173 237.601563 267.549591 239.075562 C 265.62204 240.511841 263.429932 241.2677 261.200012 241.2677 C 258.970093 241.2677 256.815735 240.511841 254.888184 239.075562 C 252.960632 237.601563 251.335419 235.522827 250.23938 233.02832 C 249.105499 230.533875 248.538574 227.699219 248.538574 224.789001 C 248.538574 221.916565 249.105499 219.044067 250.23938 216.549622 C 251.335419 214.055115 252.960632 211.976379 254.888184 210.540161 C 256.815735 209.066162 258.970093 208.310242 261.200012 208.310242 C 263.429932 208.310242 265.62204 209.066162 267.549591 210.540161 C 269.477173 211.976379 271.102356 214.055115 272.198425 216.549622 C 273.294495 219.044067 273.8992 221.916565 273.8992 224.789001 L 273.8992 224.789001 Z"/>
+            <path id="path1547" fill="#b4b4b4" fill-rule="evenodd" stroke="none" d="M 272.72757 224.789001 C 272.72757 227.434631 272.198425 230.0047 271.215759 232.272461 C 270.195282 234.577942 268.721252 236.467712 266.982666 237.752747 C 265.24408 239.075562 263.240936 239.793701 261.200012 239.793701 C 259.196838 239.793701 257.193695 239.075562 255.455109 237.752747 C 253.716522 236.467712 252.242523 234.577942 251.222046 232.272461 C 250.201569 230.0047 249.672455 227.434631 249.672455 224.789001 C 249.672455 222.181091 250.201569 219.573242 251.222046 217.305542 C 252.242523 215.037781 253.716522 213.14801 255.455109 211.825195 C 257.193695 210.50238 259.196838 209.822021 261.200012 209.822021 C 263.240936 209.822021 265.24408 210.50238 266.982666 211.825195 C 268.721252 213.14801 270.195282 215.037781 271.215759 217.305542 C 272.198425 219.573242 272.72757 222.181091 272.72757 224.789001 L 272.72757 224.789001 Z"/>
+            <path id="path1548" fill="#bcbcbc" fill-rule="evenodd" stroke="none" d="M 271.593689 224.789001 C 271.593689 227.170105 271.102356 229.475586 270.195282 231.554321 C 269.288177 233.595276 267.965363 235.296082 266.415741 236.467712 C 264.828339 237.639343 263.051971 238.28186 261.200012 238.28186 C 259.385834 238.28186 257.609436 237.639343 256.022034 236.467712 C 254.434631 235.296082 253.149597 233.595276 252.242523 231.554321 C 251.335419 229.475586 250.844086 227.170105 250.844086 224.789001 C 250.844086 222.445679 251.335419 220.102356 252.242523 218.061401 C 253.149597 216.020447 254.434631 214.319702 256.022034 213.110229 C 257.609436 211.938599 259.385834 211.296082 261.200012 211.296082 C 263.051971 211.296082 264.828339 211.938599 266.415741 213.110229 C 267.965363 214.319702 269.288177 216.020447 270.195282 218.061401 C 271.102356 220.102356 271.593689 222.445679 271.593689 224.789001 L 271.593689 224.789001 Z"/>
+            <path id="path1549" fill="#c3c3c3" fill-rule="evenodd" stroke="none" d="M 270.422058 224.789001 C 270.422058 226.905518 270.006287 228.984253 269.212585 230.798401 C 268.381104 232.61261 267.247253 234.12439 265.811035 235.182678 C 264.412598 236.240967 262.825195 236.770081 261.200012 236.770081 C 259.61261 236.770081 257.987396 236.240967 256.588989 235.182678 C 255.190552 234.12439 254.01889 232.61261 253.225189 230.798401 C 252.431488 228.984253 251.977966 226.905518 251.977966 224.789001 C 251.977966 222.710266 252.431488 220.63147 253.225189 218.817322 C 254.01889 216.965332 255.190552 215.453552 256.588989 214.433044 C 257.987396 213.374817 259.61261 212.807861 261.200012 212.807861 C 262.825195 212.807861 264.412598 213.374817 265.811035 214.433044 C 267.247253 215.453552 268.381104 216.965332 269.212585 218.817322 C 270.006287 220.63147 270.422058 222.710266 270.422058 224.789001 L 270.422058 224.789001 Z"/>
+            <path id="path1550" fill="#cbcbcb" fill-rule="evenodd" stroke="none" d="M 269.288177 224.789001 C 269.288177 226.64093 268.910248 228.455139 268.192139 230.042542 C 267.51181 231.629944 266.491333 232.952759 265.24408 233.859863 C 264.034637 234.804749 262.63623 235.296082 261.200012 235.296082 C 259.801575 235.296082 258.403137 234.804749 257.193695 233.859863 C 255.946442 232.952759 254.925995 231.629944 254.207886 230.042542 C 253.527557 228.455139 253.149597 226.64093 253.149597 224.789001 C 253.149597 222.937012 253.527557 221.160645 254.207886 219.535461 C 254.925995 217.948059 255.946442 216.625183 257.193695 215.71814 C 258.403137 214.811035 259.801575 214.319702 261.200012 214.319702 C 262.63623 214.319702 264.034637 214.811035 265.24408 215.71814 C 266.491333 216.625183 267.51181 217.948059 268.192139 219.535461 C 268.910248 221.160645 269.288177 222.937012 269.288177 224.789001 L 269.288177 224.789001 Z"/>
+            <path id="path1551" fill="#d2d2d2" fill-rule="evenodd" stroke="none" d="M 268.116547 224.789001 C 268.116547 226.376404 267.814178 227.925964 267.209442 229.286621 C 266.604736 230.647217 265.735443 231.781128 264.677155 232.574829 C 263.618896 233.36853 262.447235 233.784241 261.200012 233.784241 C 259.99054 233.784241 258.818909 233.36853 257.76062 232.574829 C 256.702362 231.781128 255.833069 230.647217 255.228333 229.286621 C 254.623627 227.925964 254.283478 226.376404 254.283478 224.789001 C 254.283478 223.201599 254.623627 221.651978 255.228333 220.291321 C 255.833069 218.930725 256.702362 217.796875 257.76062 217.003174 C 258.818909 216.209473 259.99054 215.793701 261.200012 215.793701 C 262.447235 215.793701 263.618896 216.209473 264.677155 217.003174 C 265.735443 217.796875 266.604736 218.930725 267.209442 220.291321 C 267.814178 221.651978 268.116547 223.201599 268.116547 224.789001 L 268.116547 224.789001 Z"/>
+            <path id="path1552" fill="#d9d9d9" fill-rule="evenodd" stroke="none" d="M 266.982666 224.789001 C 266.982666 226.111816 266.718109 227.396851 266.188965 228.530701 C 265.697632 229.664551 264.979523 230.609436 264.110229 231.289734 C 263.203156 231.932312 262.220459 232.272461 261.200012 232.272461 C 260.217316 232.272461 259.196838 231.932312 258.327545 231.289734 C 257.458282 230.609436 256.740143 229.664551 256.211029 228.530701 C 255.719696 227.396851 255.455109 226.111816 255.455109 224.789001 C 255.455109 223.466125 255.719696 222.181091 256.211029 221.047241 C 256.740143 219.913391 257.458282 218.968506 258.327545 218.325989 C 259.196838 217.645691 260.217316 217.305542 261.200012 217.305542 C 262.220459 217.305542 263.203156 217.645691 264.110229 218.325989 C 264.979523 218.968506 265.697632 219.913391 266.188965 221.047241 C 266.718109 222.181091 266.982666 223.466125 266.982666 224.789001 L 266.982666 224.789001 Z"/>
+            <path id="path1553" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 265.811035 224.789001 C 265.811035 225.847229 265.62204 226.867737 265.206299 227.77478 C 264.790558 228.719666 264.223633 229.475586 263.505524 229.966919 C 262.825195 230.496033 262.031494 230.798401 261.200012 230.798401 C 260.406311 230.798401 259.61261 230.496033 258.894501 229.966919 C 258.214172 229.475586 257.609436 228.719666 257.231506 227.77478 C 256.815735 226.867737 256.588989 225.847229 256.588989 224.789001 C 256.588989 223.730713 256.815735 222.710266 257.231506 221.803162 C 257.609436 220.896057 258.214172 220.140137 258.894501 219.611023 C 259.61261 219.081909 260.406311 218.817322 261.200012 218.817322 C 262.031494 218.817322 262.825195 219.081909 263.505524 219.611023 C 264.223633 220.140137 264.790558 220.896057 265.206299 221.803162 C 265.62204 222.710266 265.811035 223.730713 265.811035 224.789001 L 265.811035 224.789001 Z"/>
+            <path id="path1554" fill="#e8e8e8" fill-rule="evenodd" stroke="none" d="M 264.677155 224.789001 C 264.677155 225.582703 264.52597 226.376404 264.223633 227.056702 C 263.921265 227.737 263.467712 228.303955 262.938568 228.681885 C 262.409454 229.097656 261.804718 229.286621 261.200012 229.286621 C 260.595276 229.286621 260.028351 229.097656 259.499207 228.681885 C 258.970093 228.303955 258.516541 227.737 258.214172 227.056702 C 257.911804 226.376404 257.76062 225.582703 257.76062 224.789001 C 257.76062 223.9953 257.911804 223.23938 258.214172 222.559082 C 258.516541 221.878723 258.970093 221.311829 259.499207 220.896057 C 260.028351 220.518127 260.595276 220.291321 261.200012 220.291321 C 261.804718 220.291321 262.409454 220.518127 262.938568 220.896057 C 263.467712 221.311829 263.921265 221.878723 264.223633 222.559082 C 264.52597 223.23938 264.677155 223.9953 264.677155 224.789001 L 264.677155 224.789001 Z"/>
+            <path id="path1555" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 263.505524 224.789001 C 263.505524 225.318115 263.429932 225.847229 263.203156 226.300781 C 263.01416 226.754333 262.711823 227.132263 262.371643 227.396851 C 262.031494 227.661438 261.615753 227.77478 261.200012 227.77478 C 260.822052 227.77478 260.406311 227.661438 260.066132 227.396851 C 259.725983 227.132263 259.423615 226.754333 259.23465 226.300781 C 259.007874 225.847229 258.894501 225.318115 258.894501 224.789001 C 258.894501 224.259827 259.007874 223.768494 259.23465 223.314941 C 259.423615 222.823608 259.725983 222.445679 260.066132 222.218872 C 260.406311 221.954346 260.822052 221.803162 261.200012 221.803162 C 261.615753 221.803162 262.031494 221.954346 262.371643 222.218872 C 262.711823 222.445679 263.01416 222.823608 263.203156 223.314941 C 263.429932 223.768494 263.505524 224.259827 263.505524 224.789001 L 263.505524 224.789001 Z"/>
+            <path id="path1556" fill="#f7f7f7" fill-rule="evenodd" stroke="none" d="M 262.371643 224.789001 C 262.371643 225.053528 262.296051 225.318115 262.220459 225.544861 C 262.107086 225.771667 261.955902 225.960632 261.804718 226.074036 C 261.615753 226.22522 261.426758 226.300781 261.200012 226.300781 C 261.011017 226.300781 260.822052 226.22522 260.633057 226.074036 C 260.481903 225.960632 260.330719 225.771667 260.217316 225.544861 C 260.103943 225.318115 260.066132 225.053528 260.066132 224.789001 C 260.066132 224.524414 260.103943 224.259827 260.217316 224.033081 C 260.330719 223.806274 260.481903 223.61731 260.633057 223.503967 C 260.822052 223.352783 261.011017 223.314941 261.200012 223.314941 C 261.426758 223.314941 261.615753 223.352783 261.804718 223.503967 C 261.955902 223.61731 262.107086 223.806274 262.220459 224.033081 C 262.296051 224.259827 262.371643 224.524414 262.371643 224.789001 L 262.371643 224.789001 Z"/>
+        </g>
+        <clipPath id="clipPath144">
+            <path d="M 262.144867 253.815735 L 282.289764 242.174805 L 282.289764 240.058289 L 283.348022 239.491333 L 283.348022 225.733887 L 262.144867 237.903931 L 262.144867 253.815735 L 262.144867 253.815735 Z"/>
+        </clipPath>
+        <g id="g143" clip-path="url(#clipPath144)"/>
+        <clipPath id="clipPath145">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g144" clip-path="url(#clipPath145)">
+            <path id="path1557" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 262.144867 253.815735 L 282.289764 242.174805 L 282.289764 240.058289 L 283.348022 239.491333 L 283.348022 225.733887 L 262.144867 237.903931 L 262.144867 253.815735 Z"/>
+        </g>
+        <clipPath id="clipPath146">
+            <path d="M 219.776367 227.056702 L 220.834656 227.850403 L 220.834656 229.966919 L 262.144867 253.815735 L 262.144867 237.903931 L 219.776367 213.261414 L 219.776367 227.056702 L 219.776367 227.056702 Z"/>
+        </clipPath>
+        <g id="g145" clip-path="url(#clipPath146)"/>
+        <clipPath id="clipPath147">
+            <path d="M 219.776367 227.056702 L 219.776367 227.056702 L 219.776367 213.261414 L 262.144867 237.903931 L 262.144867 253.815735 L 220.834656 229.966919 L 220.834656 227.850403 L 219.776367 227.056702 Z"/>
+        </clipPath>
+        <g id="g146" clip-path="url(#clipPath147)">
+            <path id="path1558" fill="#c0c0c0" fill-rule="evenodd" stroke="none" d="M 325.678741 212.354309 C 325.678741 222.861389 322.768494 233.217346 317.288177 242.325989 C 311.770081 251.434631 303.87088 259.031494 294.384247 264.285034 C 284.859833 269.538574 274.050385 272.335419 263.089752 272.335419 C 252.091339 272.335419 241.319672 269.538574 231.795288 264.285034 C 222.270874 259.031494 214.371643 251.434631 208.891342 242.325989 C 203.411026 233.217346 200.500793 222.861389 200.500793 212.354309 C 200.500793 201.809448 203.411026 191.453552 208.891342 182.34491 C 214.371643 173.236206 222.270874 165.677185 231.795288 160.385803 C 241.319672 155.132263 252.091339 152.37323 263.089752 152.37323 C 274.050385 152.37323 284.859833 155.132263 294.384247 160.385803 C 303.87088 165.677185 311.770081 173.236206 317.288177 182.34491 C 322.768494 191.453552 325.678741 201.809448 325.678741 212.354309 L 325.678741 212.354309 Z"/>
+            <path id="path1559" fill="#c0c0c0" fill-rule="evenodd" stroke="none" d="M 294.044098 212.354309 C 294.044098 217.570068 292.60788 222.672424 289.924408 227.170105 C 287.203156 231.705505 283.27243 235.447266 278.585815 238.055115 C 273.86142 240.662964 268.532288 242.023621 263.089752 242.023621 C 257.647247 242.023621 252.318115 240.662964 247.593689 238.055115 C 242.907074 235.447266 238.976379 231.705505 236.255127 227.170105 C 233.533844 222.672424 232.097626 217.570068 232.097626 212.354309 C 232.097626 207.138611 233.533844 201.998413 236.255127 197.500793 C 238.976379 192.965332 242.907074 189.223633 247.593689 186.615723 C 252.318115 184.007874 257.647247 182.647217 263.089752 182.647217 C 268.532288 182.647217 273.86142 184.007874 278.585815 186.615723 C 283.27243 189.223633 287.203156 192.965332 289.924408 197.500793 C 292.60788 201.998413 294.044098 207.138611 294.044098 212.354309 L 294.044098 212.354309 Z"/>
+            <path id="path1560" fill="#c3c3c3" fill-rule="evenodd" stroke="none" d="M 292.570068 212.354309 C 292.570068 217.305542 291.209442 222.181091 288.639374 226.489746 C 286.031494 230.76062 282.327545 234.351196 277.829926 236.845642 C 273.332275 239.302368 268.267731 240.625183 263.089752 240.625183 C 257.911804 240.625183 252.809448 239.302368 248.349609 236.845642 C 243.851959 234.351196 240.110229 230.76062 237.540161 226.489746 C 234.932281 222.181091 233.571655 217.305542 233.571655 212.354309 C 233.571655 207.365356 234.932281 202.489746 237.540161 198.218872 C 240.110229 193.910217 243.851959 190.319702 248.349609 187.862976 C 252.809448 185.36853 257.911804 184.083435 263.089752 184.083435 C 268.267731 184.083435 273.332275 185.36853 277.829926 187.862976 C 282.327545 190.319702 286.031494 193.910217 288.639374 198.218872 C 291.209442 202.489746 292.570068 207.365356 292.570068 212.354309 L 292.570068 212.354309 Z"/>
+            <path id="path1561" fill="#c6c6c6" fill-rule="evenodd" stroke="none" d="M 291.096069 212.354309 C 291.096069 217.040955 289.811035 221.689758 287.35434 225.771667 C 284.897644 229.853516 281.344879 233.255127 277.111816 235.59845 C 272.840942 237.979553 268.003143 239.188965 263.089752 239.188965 C 258.176392 239.188965 253.338593 237.979553 249.067719 235.59845 C 244.796844 233.255127 241.281891 229.853516 238.825195 225.771667 C 236.3685 221.689758 235.045654 217.040955 235.045654 212.354309 C 235.045654 207.629944 236.3685 202.981079 238.825195 198.899231 C 241.281891 194.817322 244.796844 191.453552 249.067719 189.072449 C 253.338593 186.729126 258.176392 185.481873 263.089752 185.481873 C 268.003143 185.481873 272.840942 186.729126 277.111816 189.072449 C 281.344879 191.453552 284.897644 194.817322 287.35434 198.899231 C 289.811035 202.981079 291.096069 207.629944 291.096069 212.354309 L 291.096069 212.354309 Z"/>
+            <path id="path1562" fill="#c9c9c9" fill-rule="evenodd" stroke="none" d="M 289.62204 212.354309 C 289.62204 216.814148 288.412598 221.198425 286.069305 225.053528 C 283.763794 228.946472 280.399994 232.159058 276.355896 234.388977 C 272.311798 236.618896 267.738586 237.790527 263.089752 237.790527 C 258.440948 237.790527 253.829926 236.618896 249.823608 234.388977 C 245.779541 232.159058 242.415741 228.946472 240.110229 225.053528 C 237.766937 221.198425 236.519684 216.814148 236.519684 212.354309 C 236.519684 207.856689 237.766937 203.472412 240.110229 199.61731 C 242.415741 195.762207 245.779541 192.549622 249.823608 190.319702 C 253.829926 188.051941 258.440948 186.88031 263.089752 186.88031 C 267.738586 186.88031 272.311798 188.051941 276.355896 190.319702 C 280.399994 192.549622 283.763794 195.762207 286.069305 199.61731 C 288.412598 203.472412 289.62204 207.856689 289.62204 212.354309 L 289.62204 212.354309 Z"/>
+            <path id="path1563" fill="#cccccc" fill-rule="evenodd" stroke="none" d="M 288.148041 212.354309 C 288.148041 216.549622 287.01416 220.707092 284.784241 224.37323 C 282.592133 228.001587 279.417328 231.062988 275.637787 233.141724 C 271.820465 235.25824 267.47403 236.392151 263.089752 236.392151 C 258.667725 236.392151 254.35907 235.25824 250.541718 233.141724 C 246.724396 231.062988 243.587402 228.001587 241.357483 224.37323 C 239.165344 220.707092 237.993713 216.549622 237.993713 212.354309 C 237.993713 208.121277 239.165344 203.963806 241.357483 200.335449 C 243.587402 196.669312 246.724396 193.645691 250.541718 191.529114 C 254.35907 189.412598 258.667725 188.316528 263.089752 188.316528 C 267.47403 188.316528 271.820465 189.412598 275.637787 191.529114 C 279.417328 193.645691 282.592133 196.669312 284.784241 200.335449 C 287.01416 203.963806 288.148041 208.121277 288.148041 212.354309 L 288.148041 212.354309 Z"/>
+            <path id="path1564" fill="#cfcfcf" fill-rule="evenodd" stroke="none" d="M 286.674011 212.354309 C 286.674011 216.322815 285.577942 220.215759 283.537018 223.65509 C 281.458282 227.094482 278.472443 229.929138 274.881897 231.932312 C 271.291351 233.897644 267.209442 234.955933 263.089752 234.955933 C 258.932281 234.955933 254.888184 233.897644 251.297638 231.932312 C 247.707092 229.929138 244.721252 227.094482 242.642517 223.65509 C 240.563782 220.215759 239.467712 216.322815 239.467712 212.354309 C 239.467712 208.385803 240.563782 204.455139 242.642517 201.015747 C 244.721252 197.576355 247.707092 194.74176 251.297638 192.738586 C 254.888184 190.773254 258.932281 189.714966 263.089752 189.714966 C 267.209442 189.714966 271.291351 190.773254 274.881897 192.738586 C 278.472443 194.74176 281.458282 197.576355 283.537018 201.015747 C 285.577942 204.455139 286.674011 208.385803 286.674011 212.354309 L 286.674011 212.354309 Z"/>
+            <path id="path1565" fill="#d2d2d2" fill-rule="evenodd" stroke="none" d="M 285.200012 212.354309 C 285.200012 216.058289 284.179535 219.724426 282.251984 222.937012 C 280.286621 226.149597 277.527557 228.833069 274.163788 230.722839 C 270.799988 232.574829 266.982666 233.557495 263.089752 233.557495 C 259.196838 233.557495 255.379517 232.574829 252.015747 230.722839 C 248.651978 228.833069 245.855133 226.149597 243.927551 222.937012 C 242 219.724426 240.941742 216.058289 240.941742 212.354309 C 240.941742 208.61261 242 204.946472 243.927551 201.733887 C 245.855133 198.52124 248.651978 195.837769 252.015747 193.98584 C 255.379517 192.096069 259.196838 191.151184 263.089752 191.151184 C 266.982666 191.151184 270.799988 192.096069 274.163788 193.98584 C 277.527557 195.837769 280.286621 198.52124 282.251984 201.733887 C 284.179535 204.946472 285.200012 208.61261 285.200012 212.354309 L 285.200012 212.354309 Z"/>
+            <path id="path1566" fill="#d5d5d5" fill-rule="evenodd" stroke="none" d="M 283.725983 212.354309 C 283.725983 215.831482 282.781097 219.233093 280.966919 222.218872 C 279.152771 225.242493 276.544891 227.737 273.407867 229.475586 C 270.270874 231.214172 266.718109 232.121277 263.089752 232.121277 C 259.461426 232.121277 255.908661 231.214172 252.771667 229.475586 C 249.634644 227.737 247.026764 225.242493 245.212585 222.218872 C 243.398438 219.233093 242.453552 215.831482 242.453552 212.354309 C 242.453552 208.877136 243.398438 205.437805 245.212585 202.451965 C 247.026764 199.428345 249.634644 196.933838 252.771667 195.195251 C 255.908661 193.456665 259.461426 192.549622 263.089752 192.549622 C 266.718109 192.549622 270.270874 193.456665 273.407867 195.195251 C 276.544891 196.933838 279.152771 199.428345 280.966919 202.451965 C 282.781097 205.437805 283.725983 208.877136 283.725983 212.354309 L 283.725983 212.354309 Z"/>
+            <path id="path1567" fill="#d8d8d8" fill-rule="evenodd" stroke="none" d="M 282.251984 212.354309 C 282.251984 215.566956 281.38269 218.74176 279.681885 221.538574 C 278.01889 224.335449 275.600006 226.64093 272.651978 228.266113 C 269.74173 229.853516 266.453552 230.722839 263.089752 230.722839 C 259.725983 230.722839 256.399994 229.853516 253.489777 228.266113 C 250.579529 226.64093 248.160645 224.335449 246.459839 221.538574 C 244.796844 218.74176 243.927551 215.566956 243.927551 212.354309 C 243.927551 209.103943 244.796844 205.929138 246.459839 203.170105 C 248.160645 200.37323 250.579529 198.029907 253.489777 196.442505 C 256.399994 194.817322 259.725983 193.948059 263.089752 193.948059 C 266.453552 193.948059 269.74173 194.817322 272.651978 196.442505 C 275.600006 198.029907 278.01889 200.37323 279.681885 203.170105 C 281.38269 205.929138 282.251984 209.103943 282.251984 212.354309 L 282.251984 212.354309 Z"/>
+            <path id="path1568" fill="#dbdbdb" fill-rule="evenodd" stroke="none" d="M 280.777954 212.354309 C 280.777954 215.302368 279.946442 218.250366 278.396851 220.820496 C 276.847229 223.390564 274.61731 225.544861 271.933868 227.018921 C 269.250397 228.530701 266.188965 229.324402 263.089752 229.324402 C 259.99054 229.324402 256.929138 228.530701 254.245667 227.018921 C 251.562195 225.544861 249.294495 223.390564 247.744873 220.820496 C 246.195282 218.250366 245.401581 215.302368 245.401581 212.354309 C 245.401581 209.36853 246.195282 206.420471 247.744873 203.850403 C 249.294495 201.280334 251.562195 199.125977 254.245667 197.651978 C 256.929138 196.177979 259.99054 195.384277 263.089752 195.384277 C 266.188965 195.384277 269.250397 196.177979 271.933868 197.651978 C 274.61731 199.125977 276.847229 201.280334 278.396851 203.850403 C 279.946442 206.420471 280.777954 209.36853 280.777954 212.354309 L 280.777954 212.354309 Z"/>
+            <path id="path1569" fill="#dedede" fill-rule="evenodd" stroke="none" d="M 279.303925 212.354309 C 279.303925 215.075562 278.548035 217.759033 277.149597 220.102356 C 275.713379 222.483459 273.672455 224.448792 271.177948 225.809448 C 268.721252 227.170105 265.924408 227.888184 263.089752 227.888184 C 260.217316 227.888184 257.420471 227.170105 254.963776 225.809448 C 252.50708 224.448792 250.466156 222.483459 249.029907 220.102356 C 247.593689 217.759033 246.87558 215.075562 246.87558 212.354309 C 246.87558 209.595276 247.593689 206.911804 249.029907 204.568481 C 250.466156 202.187378 252.50708 200.222046 254.963776 198.861389 C 257.420471 197.500793 260.217316 196.782654 263.089752 196.782654 C 265.924408 196.782654 268.721252 197.500793 271.177948 198.861389 C 273.672455 200.222046 275.713379 202.187378 277.149597 204.568481 C 278.548035 206.911804 279.303925 209.595276 279.303925 212.354309 L 279.303925 212.354309 Z"/>
+            <path id="path1570" fill="#e1e1e1" fill-rule="evenodd" stroke="none" d="M 277.829926 212.354309 C 277.829926 214.811035 277.149597 217.2677 275.864563 219.422058 C 274.579529 221.576355 272.689758 223.352783 270.459839 224.599976 C 268.229919 225.809448 265.659851 226.489746 263.089752 226.489746 C 260.481903 226.489746 257.949615 225.809448 255.719696 224.599976 C 253.451965 223.352783 251.600006 221.576355 250.314972 219.422058 C 249.029907 217.2677 248.349609 214.811035 248.349609 212.354309 C 248.349609 209.859863 249.029907 207.403137 250.314972 205.286621 C 251.600006 203.132263 253.451965 201.355896 255.719696 200.108643 C 257.949615 198.861389 260.481903 198.218872 263.089752 198.218872 C 265.659851 198.218872 268.229919 198.861389 270.459839 200.108643 C 272.689758 201.355896 274.579529 203.132263 275.864563 205.286621 C 277.149597 207.403137 277.829926 209.859863 277.829926 212.354309 L 277.829926 212.354309 Z"/>
+            <path id="path1571" fill="#e4e4e4" fill-rule="evenodd" stroke="none" d="M 276.355896 212.354309 C 276.355896 214.584229 275.75119 216.776367 274.579529 218.703918 C 273.407867 220.63147 271.744873 222.256714 269.703949 223.352783 C 267.700775 224.486633 265.395264 225.053528 263.089752 225.053528 C 260.74646 225.053528 258.478729 224.486633 256.437805 223.352783 C 254.434631 222.256714 252.771667 220.63147 251.600006 218.703918 C 250.428345 216.776367 249.823608 214.584229 249.823608 212.354309 C 249.823608 210.12439 250.428345 207.89447 251.600006 205.966919 C 252.771667 204.039368 254.434631 202.451965 256.437805 201.318115 C 258.478729 200.222046 260.74646 199.61731 263.089752 199.61731 C 265.395264 199.61731 267.700775 200.222046 269.703949 201.318115 C 271.744873 202.451965 273.407867 204.039368 274.579529 205.966919 C 275.75119 207.89447 276.355896 210.12439 276.355896 212.354309 L 276.355896 212.354309 Z"/>
+            <path id="path1572" fill="#e7e7e7" fill-rule="evenodd" stroke="none" d="M 274.881897 212.354309 C 274.881897 214.319702 274.352753 216.285034 273.294495 217.98584 C 272.274017 219.724426 270.762207 221.160645 268.98584 222.143311 C 267.171661 223.125977 265.168518 223.65509 263.089752 223.65509 C 261.011017 223.65509 258.970093 223.125977 257.193695 222.143311 C 255.379517 221.160645 253.905518 219.724426 252.847229 217.98584 C 251.826782 216.285034 251.297638 214.319702 251.297638 212.354309 C 251.297638 210.351196 251.826782 208.423645 252.847229 206.685059 C 253.905518 204.984253 255.379517 203.548035 257.193695 202.527588 C 258.970093 201.544861 261.011017 201.015747 263.089752 201.015747 C 265.168518 201.015747 267.171661 201.544861 268.98584 202.527588 C 270.762207 203.548035 272.274017 204.984253 273.294495 206.685059 C 274.352753 208.423645 274.881897 210.351196 274.881897 212.354309 L 274.881897 212.354309 Z"/>
+            <path id="path1573" fill="#eaeaea" fill-rule="evenodd" stroke="none" d="M 273.407867 212.354309 C 273.407867 214.092896 272.916534 215.793701 272.00946 217.305542 C 271.102356 218.779541 269.817322 220.026794 268.229919 220.896057 C 266.680328 221.765381 264.903931 222.218872 263.089752 222.218872 C 261.275604 222.218872 259.499207 221.765381 257.911804 220.896057 C 256.362213 220.026794 255.039368 218.779541 254.132294 217.305542 C 253.225189 215.793701 252.771667 214.092896 252.771667 212.354309 C 252.771667 210.615723 253.225189 208.914978 254.132294 207.403137 C 255.039368 205.891357 256.362213 204.644104 257.911804 203.77478 C 259.499207 202.905518 261.275604 202.451965 263.089752 202.451965 C 264.903931 202.451965 266.680328 202.905518 268.229919 203.77478 C 269.817322 204.644104 271.102356 205.891357 272.00946 207.403137 C 272.916534 208.914978 273.407867 210.615723 273.407867 212.354309 L 273.407867 212.354309 Z"/>
+            <path id="path1574" fill="#ededed" fill-rule="evenodd" stroke="none" d="M 271.933868 212.354309 C 271.933868 213.828369 271.518097 215.302368 270.762207 216.587402 C 269.968506 217.872437 268.872437 218.930725 267.51181 219.686584 C 266.151184 220.442505 264.639374 220.820496 263.089752 220.820496 C 261.540161 220.820496 259.99054 220.442505 258.667725 219.686584 C 257.307098 218.930725 256.211029 217.872437 255.417328 216.587402 C 254.661407 215.302368 254.245667 213.828369 254.245667 212.354309 C 254.245667 210.842529 254.661407 209.406311 255.417328 208.083435 C 256.211029 206.798401 257.307098 205.740173 258.667725 204.984253 C 259.99054 204.266113 261.540161 203.850403 263.089752 203.850403 C 264.639374 203.850403 266.151184 204.266113 267.51181 204.984253 C 268.872437 205.740173 269.968506 206.798401 270.762207 208.083435 C 271.518097 209.406311 271.933868 210.842529 271.933868 212.354309 L 271.933868 212.354309 Z"/>
+            <path id="path1575" fill="#f0f0f0" fill-rule="evenodd" stroke="none" d="M 270.459839 212.354309 C 270.459839 213.563782 270.11969 214.811035 269.477173 215.869263 C 268.834656 216.965332 267.889771 217.834656 266.75592 218.477173 C 265.659851 219.081909 264.374817 219.422058 263.089752 219.422058 C 261.804718 219.422058 260.519684 219.081909 259.385834 218.477173 C 258.289764 217.834656 257.344879 216.965332 256.702362 215.869263 C 256.059845 214.811035 255.719696 213.563782 255.719696 212.354309 C 255.719696 211.107117 256.059845 209.897644 256.702362 208.801575 C 257.344879 207.743286 258.289764 206.836243 259.385834 206.231506 C 260.519684 205.588989 261.804718 205.286621 263.089752 205.286621 C 264.374817 205.286621 265.659851 205.588989 266.75592 206.231506 C 267.889771 206.836243 268.834656 207.743286 269.477173 208.801575 C 270.11969 209.897644 270.459839 211.107117 270.459839 212.354309 L 270.459839 212.354309 Z"/>
+            <path id="path1576" fill="#f3f3f3" fill-rule="evenodd" stroke="none" d="M 268.98584 212.354309 C 268.98584 213.337036 268.721252 214.319702 268.192139 215.151184 C 267.662994 216.020447 266.944885 216.738586 266.037781 217.229919 C 265.130707 217.721252 264.110229 217.98584 263.089752 217.98584 C 262.031494 217.98584 261.048828 217.721252 260.141724 217.229919 C 259.23465 216.738586 258.478729 216.020447 257.987396 215.151184 C 257.458282 214.319702 257.193695 213.337036 257.193695 212.354309 C 257.193695 211.333862 257.458282 210.388977 257.987396 209.519714 C 258.478729 208.650391 259.23465 207.932312 260.141724 207.440918 C 261.048828 206.949585 262.031494 206.685059 263.089752 206.685059 C 264.110229 206.685059 265.130707 206.949585 266.037781 207.440918 C 266.944885 207.932312 267.662994 208.650391 268.192139 209.519714 C 268.721252 210.388977 268.98584 211.333862 268.98584 212.354309 L 268.98584 212.354309 Z"/>
+            <path id="path1577" fill="#f6f6f6" fill-rule="evenodd" stroke="none" d="M 267.51181 212.354309 C 267.51181 213.072449 267.322845 213.828369 266.907074 214.470886 C 266.529144 215.113403 265.962219 215.642517 265.281891 216.020447 C 264.639374 216.398438 263.845673 216.587402 263.089752 216.587402 C 262.296051 216.587402 261.540161 216.398438 260.859833 216.020447 C 260.217316 215.642517 259.650391 215.113403 259.23465 214.470886 C 258.856689 213.828369 258.667725 213.072449 258.667725 212.354309 C 258.667725 211.59845 258.856689 210.88031 259.23465 210.237793 C 259.650391 209.557495 260.217316 209.02832 260.859833 208.650391 C 261.540161 208.310242 262.296051 208.083435 263.089752 208.083435 C 263.845673 208.083435 264.639374 208.310242 265.281891 208.650391 C 265.962219 209.02832 266.529144 209.557495 266.907074 210.237793 C 267.322845 210.88031 267.51181 211.59845 267.51181 212.354309 L 267.51181 212.354309 Z"/>
+            <path id="path1578" fill="#f9f9f9" fill-rule="evenodd" stroke="none" d="M 266.037781 212.354309 C 266.037781 212.845642 265.886627 213.337036 265.62204 213.752747 C 265.395264 214.168518 265.017334 214.546448 264.563782 214.773254 C 264.110229 215.037781 263.618896 215.151184 263.089752 215.151184 C 262.560638 215.151184 262.069305 215.037781 261.615753 214.773254 C 261.162201 214.546448 260.784241 214.168518 260.519684 213.752747 C 260.255127 213.337036 260.141724 212.845642 260.141724 212.354309 C 260.141724 211.862976 260.255127 211.371643 260.519684 210.918091 C 260.784241 210.50238 261.162201 210.12439 261.615753 209.897644 C 262.069305 209.633057 262.560638 209.519714 263.089752 209.519714 C 263.618896 209.519714 264.110229 209.633057 264.563782 209.897644 C 265.017334 210.12439 265.395264 210.50238 265.62204 210.918091 C 265.886627 211.371643 266.037781 211.862976 266.037781 212.354309 L 266.037781 212.354309 Z"/>
+            <path id="path1579" fill="#fcfcfc" fill-rule="evenodd" stroke="none" d="M 264.563782 212.354309 C 264.563782 212.581116 264.48819 212.845642 264.374817 213.034668 C 264.223633 213.261414 264.034637 213.450378 263.807861 213.563782 C 263.581116 213.677185 263.35434 213.752747 263.089752 213.752747 C 262.825195 213.752747 262.560638 213.677185 262.333862 213.563782 C 262.107086 213.450378 261.918121 213.261414 261.804718 213.034668 C 261.691345 212.845642 261.615753 212.581116 261.615753 212.354309 C 261.615753 212.089783 261.691345 211.862976 261.804718 211.63623 C 261.918121 211.409424 262.107086 211.25824 262.333862 211.107117 C 262.560638 210.993713 262.825195 210.918091 263.089752 210.918091 C 263.35434 210.918091 263.581116 210.993713 263.807861 211.107117 C 264.034637 211.25824 264.223633 211.409424 264.374817 211.63623 C 264.48819 211.862976 264.563782 212.089783 264.563782 212.354309 L 264.563782 212.354309 Z"/>
+        </g>
+        <clipPath id="clipPath148">
+            <path d="M 219.776367 227.056702 L 220.834656 227.850403 L 220.834656 229.966919 L 262.144867 253.815735 L 262.144867 237.903931 L 219.776367 213.261414 L 219.776367 227.056702 L 219.776367 227.056702 Z"/>
+        </clipPath>
+        <g id="g147" clip-path="url(#clipPath148)"/>
+        <clipPath id="clipPath149">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g148" clip-path="url(#clipPath149)">
+            <path id="path1580" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 219.776367 227.056702 L 220.834656 227.850403 L 220.834656 229.966919 L 262.144867 253.815735 L 262.144867 237.903931 L 219.776367 213.261414 L 219.776367 227.056702 Z"/>
+        </g>
+        <clipPath id="clipPath150">
+            <path d="M 257.874023 239.680298 L 260.028351 240.85199 L 260.028351 238.773254 L 257.874023 237.563782 L 257.874023 239.680298 L 257.874023 239.680298 Z"/>
+        </clipPath>
+        <g id="g149" clip-path="url(#clipPath150)"/>
+        <clipPath id="clipPath151">
+            <path d="M 257.874023 239.680298 L 257.874023 239.680298 L 257.874023 237.563782 L 260.028351 238.773254 L 260.028351 240.85199 L 257.874023 239.680298 Z"/>
+        </clipPath>
+        <g id="g150" clip-path="url(#clipPath151)">
+            <path id="path1581" fill="#00ff00" fill-rule="evenodd" stroke="none" d="M 262.63623 236.656677 C 262.63623 237.903931 262.371643 239.151184 261.88031 240.285034 C 261.351196 241.381104 260.633057 242.288208 259.801575 242.930725 C 258.932281 243.573242 257.949615 243.87561 256.929138 243.87561 C 255.946442 243.87561 254.963776 243.573242 254.094482 242.930725 C 253.225189 242.288208 252.50708 241.381104 252.015747 240.285034 C 251.524414 239.151184 251.259857 237.903931 251.259857 236.656677 C 251.259857 235.371643 251.524414 234.12439 252.015747 233.02832 C 252.50708 231.932312 253.225189 230.987427 254.094482 230.38269 C 254.963776 229.740173 255.946442 229.400024 256.929138 229.400024 C 257.949615 229.400024 258.932281 229.740173 259.801575 230.38269 C 260.633057 230.987427 261.351196 231.932312 261.88031 233.02832 C 262.371643 234.12439 262.63623 235.371643 262.63623 236.656677 L 262.63623 236.656677 Z"/>
+            <path id="path1582" fill="#00ff00" fill-rule="evenodd" stroke="none" d="M 259.763794 236.656677 C 259.763794 237.261414 259.61261 237.903931 259.385834 238.433044 C 259.121246 239 258.781097 239.453552 258.365356 239.75592 C 257.911804 240.058289 257.420471 240.247253 256.929138 240.247253 C 256.437805 240.247253 255.946442 240.058289 255.530701 239.75592 C 255.11496 239.453552 254.737 239 254.510223 238.433044 C 254.245667 237.903931 254.132294 237.261414 254.132294 236.656677 C 254.132294 236.01416 254.245667 235.409424 254.510223 234.842529 C 254.737 234.313416 255.11496 233.859863 255.530701 233.519714 C 255.946442 233.217346 256.437805 233.066162 256.929138 233.066162 C 257.420471 233.066162 257.911804 233.217346 258.365356 233.519714 C 258.781097 233.859863 259.121246 234.313416 259.385834 234.842529 C 259.61261 235.409424 259.763794 236.01416 259.763794 236.656677 L 259.763794 236.656677 Z"/>
+            <path id="path1583" fill="#60e060" fill-rule="evenodd" stroke="none" d="M 258.365356 236.656677 C 258.365356 236.959045 258.289764 237.261414 258.176392 237.526001 C 258.025208 237.828369 257.874023 238.055115 257.647247 238.206299 C 257.420471 238.357483 257.193695 238.433044 256.929138 238.433044 C 256.702362 238.433044 256.437805 238.357483 256.24881 238.206299 C 256.022034 238.055115 255.833069 237.828369 255.719696 237.526001 C 255.606293 237.261414 255.530701 236.959045 255.530701 236.656677 C 255.530701 236.316528 255.606293 236.01416 255.719696 235.749634 C 255.833069 235.485046 256.022034 235.25824 256.24881 235.107117 C 256.437805 234.918091 256.702362 234.842529 256.929138 234.842529 C 257.193695 234.842529 257.420471 234.918091 257.647247 235.107117 C 257.874023 235.25824 258.025208 235.485046 258.176392 235.749634 C 258.289764 236.01416 258.365356 236.316528 258.365356 236.656677 L 258.365356 236.656677 Z"/>
+        </g>
+        <clipPath id="clipPath152">
+            <path d="M 257.874023 239.680298 L 260.028351 240.85199 L 260.028351 238.773254 L 257.874023 237.563782 L 257.874023 239.680298 L 257.874023 239.680298 Z"/>
+        </clipPath>
+        <g id="g151" clip-path="url(#clipPath152)"/>
+        <clipPath id="clipPath153">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g152" clip-path="url(#clipPath153)">
+            <path id="path1584" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 257.874023 239.680298 L 260.028351 240.85199 L 260.028351 238.773254 L 257.874023 237.563782 L 257.874023 239.680298 Z"/>
+        </g>
+        <clipPath id="clipPath154">
+            <path d="M 223.442505 222.483459 L 228.242523 225.053528 L 228.242523 220.442505 L 223.442505 217.796875 L 223.442505 222.483459 L 223.442505 222.483459 Z"/>
+        </clipPath>
+        <g id="g153" clip-path="url(#clipPath154)"/>
+        <clipPath id="clipPath155">
+            <path d="M 223.442505 222.483459 L 223.442505 222.483459 L 223.442505 217.796875 L 228.242523 220.442505 L 228.242523 225.053528 L 223.442505 222.483459 Z"/>
+        </clipPath>
+        <g id="g154" clip-path="url(#clipPath155)">
+            <path id="path1585" fill="#0000ff" fill-rule="evenodd" stroke="none" d="M 231.946442 216.85199 C 231.946442 219.11969 231.49292 221.349609 230.699219 223.314941 C 229.867706 225.280334 228.658264 226.905518 227.222046 228.039368 C 225.785828 229.173218 224.160645 229.777954 222.49765 229.777954 C 220.834656 229.777954 219.209442 229.173218 217.773224 228.039368 C 216.337006 226.905518 215.165344 225.280334 214.333862 223.314941 C 213.50235 221.349609 213.048828 219.11969 213.048828 216.85199 C 213.048828 214.584229 213.50235 212.354309 214.333862 210.388977 C 215.165344 208.423645 216.337006 206.798401 217.773224 205.664551 C 219.209442 204.530701 220.834656 203.925964 222.49765 203.925964 C 224.160645 203.925964 225.785828 204.530701 227.222046 205.664551 C 228.658264 206.798401 229.867706 208.423645 230.699219 210.388977 C 231.49292 212.354309 231.946442 214.584229 231.946442 216.85199 L 231.946442 216.85199 Z"/>
+            <path id="path1586" fill="#0000ff" fill-rule="evenodd" stroke="none" d="M 227.184265 216.85199 C 227.184265 217.98584 226.957489 219.081909 226.541718 220.026794 C 226.125977 221.00946 225.559052 221.840942 224.840942 222.370056 C 224.122833 222.937012 223.329132 223.23938 222.49765 223.23938 C 221.666138 223.23938 220.872437 222.937012 220.154327 222.370056 C 219.47403 221.840942 218.869293 221.00946 218.453552 220.026794 C 218.037781 219.081909 217.811035 217.98584 217.811035 216.85199 C 217.811035 215.71814 218.037781 214.62207 218.453552 213.639343 C 218.869293 212.694458 219.47403 211.862976 220.154327 211.296082 C 220.872437 210.729126 221.666138 210.464539 222.49765 210.464539 C 223.329132 210.464539 224.122833 210.729126 224.840942 211.296082 C 225.559052 211.862976 226.125977 212.694458 226.541718 213.639343 C 226.957489 214.62207 227.184265 215.71814 227.184265 216.85199 L 227.184265 216.85199 Z"/>
+            <path id="path1587" fill="#3030ef" fill-rule="evenodd" stroke="none" d="M 226.012604 216.85199 C 226.012604 217.683472 225.86142 218.514954 225.521271 219.233093 C 225.218903 219.988953 224.803162 220.593689 224.274017 221.00946 C 223.707092 221.425171 223.102356 221.651978 222.49765 221.651978 C 221.892914 221.651978 221.288177 221.425171 220.759064 221.00946 C 220.229919 220.593689 219.776367 219.988953 219.47403 219.233093 C 219.171661 218.514954 218.982666 217.683472 218.982666 216.85199 C 218.982666 216.020447 219.171661 215.188965 219.47403 214.433044 C 219.776367 213.714966 220.229919 213.110229 220.759064 212.694458 C 221.288177 212.278748 221.892914 212.051941 222.49765 212.051941 C 223.102356 212.051941 223.707092 212.278748 224.274017 212.694458 C 224.803162 213.110229 225.218903 213.714966 225.521271 214.433044 C 225.86142 215.188965 226.012604 216.020447 226.012604 216.85199 L 226.012604 216.85199 Z"/>
+            <path id="path1588" fill="#6060e0" fill-rule="evenodd" stroke="none" d="M 224.840942 216.85199 C 224.840942 217.418884 224.72757 217.948059 224.538574 218.439392 C 224.311798 218.930725 224.00946 219.346436 223.669281 219.611023 C 223.329132 219.913391 222.913391 220.026794 222.49765 220.026794 C 222.081879 220.026794 221.703949 219.913391 221.325989 219.611023 C 220.98584 219.346436 220.683472 218.930725 220.494476 218.439392 C 220.267731 217.948059 220.154327 217.418884 220.154327 216.85199 C 220.154327 216.285034 220.267731 215.71814 220.494476 215.264587 C 220.683472 214.773254 220.98584 214.357483 221.325989 214.092896 C 221.703949 213.790527 222.081879 213.639343 222.49765 213.639343 C 222.913391 213.639343 223.329132 213.790527 223.669281 214.092896 C 224.00946 214.357483 224.311798 214.773254 224.538574 215.264587 C 224.72757 215.71814 224.840942 216.285034 224.840942 216.85199 L 224.840942 216.85199 Z"/>
+            <path id="path1589" fill="#9090d0" fill-rule="evenodd" stroke="none" d="M 223.669281 216.85199 C 223.669281 217.116516 223.6315 217.418884 223.518097 217.645691 C 223.404724 217.872437 223.25354 218.099182 223.102356 218.212585 C 222.913391 218.36377 222.724396 218.439392 222.49765 218.439392 C 222.308655 218.439392 222.081879 218.36377 221.930695 218.212585 C 221.74173 218.099182 221.590546 217.872437 221.477173 217.645691 C 221.401581 217.418884 221.325989 217.116516 221.325989 216.85199 C 221.325989 216.549622 221.401581 216.285034 221.477173 216.058289 C 221.590546 215.793701 221.74173 215.604736 221.930695 215.453552 C 222.081879 215.302368 222.308655 215.264587 222.49765 215.264587 C 222.724396 215.264587 222.913391 215.302368 223.102356 215.453552 C 223.25354 215.604736 223.404724 215.793701 223.518097 216.058289 C 223.6315 216.285034 223.669281 216.549622 223.669281 216.85199 L 223.669281 216.85199 Z"/>
+        </g>
+        <clipPath id="clipPath156">
+            <path d="M 223.442505 222.483459 L 228.242523 225.053528 L 228.242523 220.442505 L 223.442505 217.796875 L 223.442505 222.483459 L 223.442505 222.483459 Z"/>
+        </clipPath>
+        <g id="g155" clip-path="url(#clipPath156)"/>
+        <clipPath id="clipPath157">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g156" clip-path="url(#clipPath157)">
+            <path id="path1590" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 223.442505 222.483459 L 228.242523 225.053528 L 228.242523 220.442505 L 223.442505 217.796875 L 223.442505 222.483459 Z"/>
+        </g>
+        <clipPath id="clipPath158">
+            <path d="M 254.850403 237.941711 L 257.00473 239.075562 L 257.00473 237.034668 L 254.850403 235.825195 L 254.850403 237.941711 L 254.850403 237.941711 Z"/>
+        </clipPath>
+        <g id="g157" clip-path="url(#clipPath158)"/>
+        <clipPath id="clipPath159">
+            <path d="M 254.850403 237.941711 L 254.850403 237.941711 L 254.850403 235.825195 L 257.00473 237.034668 L 257.00473 239.075562 L 254.850403 237.941711 Z"/>
+        </clipPath>
+        <g id="g158" clip-path="url(#clipPath159)">
+            <path id="path1591" fill="#3366ff" fill-rule="evenodd" stroke="none" d="M 259.61261 234.918091 C 259.61261 236.165344 259.348022 237.412598 258.856689 238.508667 C 258.365356 239.642517 257.647247 240.549622 256.777954 241.192139 C 255.908661 241.796875 254.925995 242.137024 253.905518 242.137024 C 252.922821 242.137024 251.940155 241.796875 251.070862 241.192139 C 250.201569 240.549622 249.483459 239.642517 248.992126 238.508667 C 248.500793 237.412598 248.236206 236.165344 248.236206 234.918091 C 248.236206 233.633057 248.500793 232.385803 248.992126 231.289734 C 249.483459 230.155884 250.201569 229.24884 251.070862 228.606323 C 251.940155 228.001587 252.922821 227.661438 253.905518 227.661438 C 254.925995 227.661438 255.908661 228.001587 256.777954 228.606323 C 257.647247 229.24884 258.365356 230.155884 258.856689 231.289734 C 259.348022 232.385803 259.61261 233.633057 259.61261 234.918091 L 259.61261 234.918091 Z"/>
+            <path id="path1592" fill="#3366ff" fill-rule="evenodd" stroke="none" d="M 256.740143 234.918091 C 256.740143 235.522827 256.62677 236.165344 256.362213 236.694458 C 256.097626 237.223633 255.757477 237.677185 255.341736 238.017334 C 254.888184 238.319702 254.434631 238.470886 253.905518 238.470886 C 253.414185 238.470886 252.960632 238.319702 252.50708 238.017334 C 252.091339 237.677185 251.713379 237.223633 251.486603 236.694458 C 251.222046 236.165344 251.108673 235.522827 251.108673 234.918091 C 251.108673 234.275574 251.222046 233.633057 251.486603 233.103943 C 251.713379 232.574829 252.091339 232.121277 252.50708 231.781128 C 252.960632 231.47876 253.414185 231.327576 253.905518 231.327576 C 254.434631 231.327576 254.888184 231.47876 255.341736 231.781128 C 255.757477 232.121277 256.097626 232.574829 256.362213 233.103943 C 256.62677 233.633057 256.740143 234.275574 256.740143 234.918091 L 256.740143 234.918091 Z"/>
+            <path id="path1593" fill="#7a93e0" fill-rule="evenodd" stroke="none" d="M 255.341736 234.918091 C 255.341736 235.220459 255.266144 235.522827 255.152771 235.787415 C 255.001587 236.051941 254.850403 236.278748 254.623627 236.467712 C 254.396851 236.618896 254.170074 236.694458 253.905518 236.694458 C 253.678741 236.694458 253.414185 236.618896 253.225189 236.467712 C 252.998413 236.278748 252.809448 236.051941 252.696075 235.787415 C 252.582672 235.522827 252.50708 235.220459 252.50708 234.918091 C 252.50708 234.577942 252.582672 234.275574 252.696075 234.011047 C 252.809448 233.74646 252.998413 233.519714 253.225189 233.330688 C 253.414185 233.179504 253.678741 233.103943 253.905518 233.103943 C 254.170074 233.103943 254.396851 233.179504 254.623627 233.330688 C 254.850403 233.519714 255.001587 233.74646 255.152771 234.011047 C 255.266144 234.275574 255.341736 234.577942 255.341736 234.918091 L 255.341736 234.918091 Z"/>
+        </g>
+        <clipPath id="clipPath160">
+            <path d="M 254.850403 237.941711 L 257.00473 239.075562 L 257.00473 237.034668 L 254.850403 235.825195 L 254.850403 237.941711 L 254.850403 237.941711 Z"/>
+        </clipPath>
+        <g id="g159" clip-path="url(#clipPath160)"/>
+        <clipPath id="clipPath161">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g160" clip-path="url(#clipPath161)">
+            <path id="path1594" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 254.850403 237.941711 L 257.00473 239.075562 L 257.00473 237.034668 L 254.850403 235.825195 L 254.850403 237.941711 Z"/>
+        </g>
+        <clipPath id="clipPath162">
+            <path d="M 251.788971 236.240967 L 253.943298 237.374817 L 253.943298 235.333862 L 251.788971 234.12439 L 251.788971 236.240967 L 251.788971 236.240967 Z"/>
+        </clipPath>
+        <g id="g161" clip-path="url(#clipPath162)"/>
+        <clipPath id="clipPath163">
+            <path d="M 251.788971 236.240967 L 251.788971 236.240967 L 251.788971 234.12439 L 253.943298 235.333862 L 253.943298 237.374817 L 251.788971 236.240967 Z"/>
+        </clipPath>
+        <g id="g162" clip-path="url(#clipPath163)">
+            <path id="path1595" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 256.551178 233.179504 C 256.551178 234.464539 256.286621 235.711792 255.795288 236.807861 C 255.303925 237.903931 254.585815 238.848816 253.716522 239.453552 C 252.847229 240.096069 251.864563 240.436218 250.881897 240.436218 C 249.86142 240.436218 248.878754 240.096069 248.00946 239.453552 C 247.140167 238.848816 246.422058 237.903931 245.930695 236.807861 C 245.439362 235.711792 245.174805 234.464539 245.174805 233.179504 C 245.174805 231.932312 245.439362 230.647217 245.930695 229.551208 C 246.422058 228.455139 247.140167 227.548035 248.00946 226.905518 C 248.878754 226.263 249.86142 225.922852 250.881897 225.922852 C 251.864563 225.922852 252.847229 226.263 253.716522 226.905518 C 254.585815 227.548035 255.303925 228.455139 255.795288 229.551208 C 256.286621 230.647217 256.551178 231.932312 256.551178 233.179504 L 256.551178 233.179504 Z"/>
+            <path id="path1596" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 253.678741 233.179504 C 253.678741 233.822021 253.565369 234.426758 253.300781 234.993713 C 253.074005 235.522827 252.696075 235.976379 252.280304 236.278748 C 251.864563 236.618896 251.37323 236.770081 250.881897 236.770081 C 250.352753 236.770081 249.8992 236.618896 249.445679 236.278748 C 249.029907 235.976379 248.689758 235.522827 248.425201 234.993713 C 248.160645 234.426758 248.047241 233.822021 248.047241 233.179504 C 248.047241 232.574829 248.160645 231.932312 248.425201 231.403137 C 248.689758 230.836243 249.029907 230.38269 249.445679 230.080322 C 249.8992 229.777954 250.352753 229.588989 250.881897 229.588989 C 251.37323 229.588989 251.864563 229.777954 252.280304 230.080322 C 252.696075 230.38269 253.074005 230.836243 253.300781 231.403137 C 253.565369 231.932312 253.678741 232.574829 253.678741 233.179504 L 253.678741 233.179504 Z"/>
+            <path id="path1597" fill="#e06060" fill-rule="evenodd" stroke="none" d="M 252.280304 233.179504 C 252.280304 233.519714 252.204712 233.822021 252.091339 234.086609 C 251.977966 234.351196 251.788971 234.577942 251.562195 234.729126 C 251.37323 234.918091 251.108673 234.993713 250.881897 234.993713 C 250.61731 234.993713 250.390564 234.918091 250.163788 234.729126 C 249.937012 234.577942 249.785828 234.351196 249.634644 234.086609 C 249.521271 233.822021 249.445679 233.519714 249.445679 233.179504 C 249.445679 232.877136 249.521271 232.574829 249.634644 232.272461 C 249.785828 232.007874 249.937012 231.781128 250.163788 231.629944 C 250.390564 231.47876 250.61731 231.403137 250.881897 231.403137 C 251.108673 231.403137 251.37323 231.47876 251.562195 231.629944 C 251.788971 231.781128 251.977966 232.007874 252.091339 232.272461 C 252.204712 232.574829 252.280304 232.877136 252.280304 233.179504 L 252.280304 233.179504 Z"/>
+        </g>
+        <clipPath id="clipPath164">
+            <path d="M 251.788971 236.240967 L 253.943298 237.374817 L 253.943298 235.333862 L 251.788971 234.12439 L 251.788971 236.240967 L 251.788971 236.240967 Z"/>
+        </clipPath>
+        <g id="g163" clip-path="url(#clipPath164)"/>
+        <clipPath id="clipPath165">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g164" clip-path="url(#clipPath165)">
+            <path id="path1598" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 251.788971 236.240967 L 253.943298 237.374817 L 253.943298 235.333862 L 251.788971 234.12439 L 251.788971 236.240967 Z"/>
+        </g>
+        <clipPath id="clipPath166">
+            <path d="M 248.72757 234.464539 L 250.881897 235.59845 L 250.881897 233.557495 L 248.72757 232.348022 L 248.72757 234.464539 L 248.72757 234.464539 Z"/>
+        </clipPath>
+        <g id="g165" clip-path="url(#clipPath166)"/>
+        <clipPath id="clipPath167">
+            <path d="M 248.72757 234.464539 L 248.72757 234.464539 L 248.72757 232.348022 L 250.881897 233.557495 L 250.881897 235.59845 L 248.72757 234.464539 Z"/>
+        </clipPath>
+        <g id="g166" clip-path="url(#clipPath167)">
+            <path id="path1599" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 253.489777 231.440918 C 253.489777 232.688171 253.225189 233.935425 252.733856 235.031494 C 252.242523 236.165344 251.524414 237.072449 250.655121 237.714966 C 249.785828 238.357483 248.803162 238.659851 247.820465 238.659851 C 246.799988 238.659851 245.817322 238.357483 244.948029 237.714966 C 244.116547 237.072449 243.398438 236.165344 242.869293 235.031494 C 242.37796 233.935425 242.113373 232.688171 242.113373 231.440918 C 242.113373 230.155884 242.37796 228.908691 242.869293 227.812622 C 243.398438 226.678711 244.116547 225.771667 244.948029 225.12915 C 245.817322 224.524414 246.799988 224.184265 247.820465 224.184265 C 248.803162 224.184265 249.785828 224.524414 250.655121 225.12915 C 251.524414 225.771667 252.242523 226.678711 252.733856 227.812622 C 253.225189 228.908691 253.489777 230.155884 253.489777 231.440918 L 253.489777 231.440918 Z"/>
+            <path id="path1600" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 250.61731 231.440918 C 250.61731 232.045654 250.503937 232.688171 250.23938 233.217346 C 250.012604 233.74646 249.634644 234.200012 249.218903 234.540161 C 248.803162 234.842529 248.311798 235.031494 247.820465 235.031494 C 247.329132 235.031494 246.837799 234.842529 246.384247 234.540161 C 245.968506 234.200012 245.628357 233.74646 245.36377 233.217346 C 245.136993 232.688171 244.98584 232.045654 244.98584 231.440918 C 244.98584 230.798401 245.136993 230.193726 245.36377 229.62677 C 245.628357 229.097656 245.968506 228.644104 246.384247 228.303955 C 246.837799 228.001587 247.329132 227.850403 247.820465 227.850403 C 248.311798 227.850403 248.803162 228.001587 249.218903 228.303955 C 249.634644 228.644104 250.012604 229.097656 250.23938 229.62677 C 250.503937 230.193726 250.61731 230.798401 250.61731 231.440918 L 250.61731 231.440918 Z"/>
+            <path id="path1601" fill="#e06060" fill-rule="evenodd" stroke="none" d="M 249.218903 231.440918 C 249.218903 231.743286 249.143311 232.045654 249.029907 232.310242 C 248.916534 232.61261 248.72757 232.839355 248.500793 232.99054 C 248.311798 233.141724 248.047241 233.217346 247.820465 233.217346 C 247.555908 233.217346 247.329132 233.141724 247.102356 232.99054 C 246.87558 232.839355 246.724396 232.61261 246.573242 232.310242 C 246.459839 232.045654 246.384247 231.743286 246.384247 231.440918 C 246.384247 231.100769 246.459839 230.798401 246.573242 230.533875 C 246.724396 230.269287 246.87558 230.042542 247.102356 229.853516 C 247.329132 229.702393 247.555908 229.62677 247.820465 229.62677 C 248.047241 229.62677 248.311798 229.702393 248.500793 229.853516 C 248.72757 230.042542 248.916534 230.269287 249.029907 230.533875 C 249.143311 230.798401 249.218903 231.100769 249.218903 231.440918 L 249.218903 231.440918 Z"/>
+        </g>
+        <clipPath id="clipPath168">
+            <path d="M 248.72757 234.464539 L 250.881897 235.59845 L 250.881897 233.557495 L 248.72757 232.348022 L 248.72757 234.464539 L 248.72757 234.464539 Z"/>
+        </clipPath>
+        <g id="g167" clip-path="url(#clipPath168)"/>
+        <clipPath id="clipPath169">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g168" clip-path="url(#clipPath169)">
+            <path id="path1602" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 248.72757 234.464539 L 250.881897 235.59845 L 250.881897 233.557495 L 248.72757 232.348022 L 248.72757 234.464539 Z"/>
+        </g>
+        <clipPath id="clipPath170">
+            <path d="M 245.666138 232.650391 L 247.820465 233.822021 L 247.820465 231.743286 L 245.666138 230.571655 L 245.666138 232.650391 L 245.666138 232.650391 Z"/>
+        </clipPath>
+        <g id="g169" clip-path="url(#clipPath170)"/>
+        <clipPath id="clipPath171">
+            <path d="M 245.666138 232.650391 L 245.666138 232.650391 L 245.666138 230.571655 L 247.820465 231.743286 L 247.820465 233.822021 L 245.666138 232.650391 Z"/>
+        </clipPath>
+        <g id="g170" clip-path="url(#clipPath171)">
+            <path id="path1603" fill="#00ff00" fill-rule="evenodd" stroke="none" d="M 250.428345 229.62677 C 250.428345 230.911804 250.163788 232.159058 249.634644 233.255127 C 249.143311 234.351196 248.425201 235.25824 247.555908 235.900818 C 246.686615 236.543335 245.703949 236.883484 244.721252 236.883484 C 243.700775 236.883484 242.75592 236.543335 241.886627 235.900818 C 241.017334 235.25824 240.299225 234.351196 239.807861 233.255127 C 239.278748 232.159058 239.01416 230.911804 239.01416 229.62677 C 239.01416 228.341736 239.278748 227.094482 239.807861 225.998413 C 240.299225 224.902344 241.017334 223.9953 241.886627 223.352783 C 242.75592 222.710266 243.700775 222.370056 244.721252 222.370056 C 245.703949 222.370056 246.686615 222.710266 247.555908 223.352783 C 248.425201 223.9953 249.143311 224.902344 249.634644 225.998413 C 250.163788 227.094482 250.428345 228.341736 250.428345 229.62677 L 250.428345 229.62677 Z"/>
+            <path id="path1604" fill="#00ff00" fill-rule="evenodd" stroke="none" d="M 247.518097 229.62677 C 247.518097 230.269287 247.404724 230.874023 247.140167 231.403137 C 246.913391 231.970093 246.573242 232.423645 246.11969 232.726013 C 245.703949 233.02832 245.212585 233.217346 244.721252 233.217346 C 244.229919 233.217346 243.738586 233.02832 243.322845 232.726013 C 242.869293 232.423645 242.529144 231.970093 242.264557 231.403137 C 242.037781 230.874023 241.886627 230.269287 241.886627 229.62677 C 241.886627 228.984253 242.037781 228.379517 242.264557 227.812622 C 242.529144 227.283447 242.869293 226.829895 243.322845 226.527588 C 243.738586 226.187378 244.229919 226.036194 244.721252 226.036194 C 245.212585 226.036194 245.703949 226.187378 246.11969 226.527588 C 246.573242 226.829895 246.913391 227.283447 247.140167 227.812622 C 247.404724 228.379517 247.518097 228.984253 247.518097 229.62677 L 247.518097 229.62677 Z"/>
+            <path id="path1605" fill="#60e060" fill-rule="evenodd" stroke="none" d="M 246.11969 229.62677 C 246.11969 229.929138 246.044098 230.231506 245.930695 230.533875 C 245.817322 230.798401 245.628357 231.025208 245.439362 231.176392 C 245.212585 231.327576 244.948029 231.403137 244.721252 231.403137 C 244.456696 231.403137 244.229919 231.327576 244.003143 231.176392 C 243.814178 231.025208 243.625183 230.798401 243.51181 230.533875 C 243.360626 230.231506 243.322845 229.929138 243.322845 229.62677 C 243.322845 229.324402 243.360626 228.984253 243.51181 228.719666 C 243.625183 228.455139 243.814178 228.228333 244.003143 228.077148 C 244.229919 227.925964 244.456696 227.812622 244.721252 227.812622 C 244.948029 227.812622 245.212585 227.925964 245.439362 228.077148 C 245.628357 228.228333 245.817322 228.455139 245.930695 228.719666 C 246.044098 228.984253 246.11969 229.324402 246.11969 229.62677 L 246.11969 229.62677 Z"/>
+        </g>
+        <clipPath id="clipPath172">
+            <path d="M 245.666138 232.650391 L 247.820465 233.822021 L 247.820465 231.743286 L 245.666138 230.571655 L 245.666138 232.650391 L 245.666138 232.650391 Z"/>
+        </clipPath>
+        <g id="g171" clip-path="url(#clipPath172)"/>
+        <clipPath id="clipPath173">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g172" clip-path="url(#clipPath173)">
+            <path id="path1606" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 245.666138 232.650391 L 247.820465 233.822021 L 247.820465 231.743286 L 245.666138 230.571655 L 245.666138 232.650391 Z"/>
+        </g>
+        <clipPath id="clipPath174">
+            <path d="M 242.491333 230.949585 L 244.64566 232.083435 L 244.64566 230.0047 L 242.491333 228.833069 L 242.491333 230.949585 L 242.491333 230.949585 Z"/>
+        </clipPath>
+        <g id="g173" clip-path="url(#clipPath174)"/>
+        <clipPath id="clipPath175">
+            <path d="M 242.491333 230.949585 L 242.491333 230.949585 L 242.491333 228.833069 L 244.64566 230.0047 L 244.64566 232.083435 L 242.491333 230.949585 Z"/>
+        </clipPath>
+        <g id="g174" clip-path="url(#clipPath175)">
+            <path id="path1607" fill="#3366ff" fill-rule="evenodd" stroke="none" d="M 247.25354 227.888184 C 247.25354 229.173218 246.988983 230.420471 246.49765 231.516541 C 245.968506 232.61261 245.250397 233.519714 244.381104 234.162231 C 243.51181 234.804749 242.566925 235.144897 241.546448 235.144897 C 240.563782 235.144897 239.581116 234.804749 238.711823 234.162231 C 237.842529 233.519714 237.12442 232.61261 236.633057 231.516541 C 236.103943 230.420471 235.877167 229.173218 235.877167 227.888184 C 235.877167 226.603149 236.103943 225.355896 236.633057 224.259827 C 237.12442 223.163757 237.842529 222.256714 238.711823 221.614197 C 239.581116 220.97168 240.563782 220.63147 241.546448 220.63147 C 242.566925 220.63147 243.51181 220.97168 244.381104 221.614197 C 245.250397 222.256714 245.968506 223.163757 246.49765 224.259827 C 246.988983 225.355896 247.25354 226.603149 247.25354 227.888184 L 247.25354 227.888184 Z"/>
+            <path id="path1608" fill="#3366ff" fill-rule="evenodd" stroke="none" d="M 244.381104 227.888184 C 244.381104 228.530701 244.229919 229.135437 244.003143 229.702393 C 243.738586 230.231506 243.398438 230.685059 242.944885 230.987427 C 242.529144 231.327576 242.037781 231.47876 241.546448 231.47876 C 241.055115 231.47876 240.563782 231.327576 240.148041 230.987427 C 239.694489 230.685059 239.35434 230.231506 239.127563 229.702393 C 238.863007 229.135437 238.749603 228.530701 238.749603 227.888184 C 238.749603 227.245667 238.863007 226.64093 239.127563 226.111816 C 239.35434 225.544861 239.694489 225.091309 240.148041 224.789001 C 240.563782 224.486633 241.055115 224.297607 241.546448 224.297607 C 242.037781 224.297607 242.529144 224.486633 242.944885 224.789001 C 243.398438 225.091309 243.738586 225.544861 244.003143 226.111816 C 244.229919 226.64093 244.381104 227.245667 244.381104 227.888184 L 244.381104 227.888184 Z"/>
+            <path id="path1609" fill="#7a93e0" fill-rule="evenodd" stroke="none" d="M 242.944885 227.888184 C 242.944885 228.190552 242.907074 228.530701 242.75592 228.795288 C 242.642517 229.059814 242.453552 229.286621 242.264557 229.437805 C 242.037781 229.588989 241.811035 229.702393 241.546448 229.702393 C 241.319672 229.702393 241.055115 229.588989 240.828339 229.437805 C 240.639374 229.286621 240.450409 229.059814 240.337006 228.795288 C 240.223633 228.530701 240.148041 228.190552 240.148041 227.888184 C 240.148041 227.585815 240.223633 227.283447 240.337006 226.981079 C 240.450409 226.716553 240.639374 226.489746 240.828339 226.338562 C 241.055115 226.187378 241.319672 226.111816 241.546448 226.111816 C 241.811035 226.111816 242.037781 226.187378 242.264557 226.338562 C 242.453552 226.489746 242.642517 226.716553 242.75592 226.981079 C 242.907074 227.283447 242.944885 227.585815 242.944885 227.888184 L 242.944885 227.888184 Z"/>
+        </g>
+        <clipPath id="clipPath176">
+            <path d="M 242.491333 230.949585 L 244.64566 232.083435 L 244.64566 230.0047 L 242.491333 228.833069 L 242.491333 230.949585 L 242.491333 230.949585 Z"/>
+        </clipPath>
+        <g id="g175" clip-path="url(#clipPath176)"/>
+        <clipPath id="clipPath177">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g176" clip-path="url(#clipPath177)">
+            <path id="path1610" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 242.491333 230.949585 L 244.64566 232.083435 L 244.64566 230.0047 L 242.491333 228.833069 L 242.491333 230.949585 Z"/>
+        </g>
+        <clipPath id="clipPath178">
+            <path d="M 239.429932 229.173218 L 241.584259 230.307068 L 241.584259 228.266113 L 239.429932 227.056702 L 239.429932 229.173218 L 239.429932 229.173218 Z"/>
+        </clipPath>
+        <g id="g177" clip-path="url(#clipPath178)"/>
+        <clipPath id="clipPath179">
+            <path d="M 239.429932 229.173218 L 239.429932 229.173218 L 239.429932 227.056702 L 241.584259 228.266113 L 241.584259 230.307068 L 239.429932 229.173218 Z"/>
+        </clipPath>
+        <g id="g178" clip-path="url(#clipPath179)">
+            <path id="path1611" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 244.192139 226.111816 C 244.192139 227.396851 243.927551 228.644104 243.436218 229.740173 C 242.907074 230.874023 242.188965 231.781128 241.357483 232.423645 C 240.48819 233.02832 239.505524 233.36853 238.485046 233.36853 C 237.50235 233.36853 236.519684 233.02832 235.650391 232.423645 C 234.781097 231.781128 234.062988 230.874023 233.571655 229.740173 C 233.080322 228.644104 232.815735 227.396851 232.815735 226.111816 C 232.815735 224.864563 233.080322 223.61731 233.571655 222.52124 C 234.062988 221.38739 234.781097 220.480286 235.650391 219.837769 C 236.519684 219.195251 237.50235 218.892883 238.485046 218.892883 C 239.505524 218.892883 240.48819 219.195251 241.357483 219.837769 C 242.188965 220.480286 242.907074 221.38739 243.436218 222.52124 C 243.927551 223.61731 244.192139 224.864563 244.192139 226.111816 L 244.192139 226.111816 Z"/>
+            <path id="path1612" fill="#ff0000" fill-rule="evenodd" stroke="none" d="M 241.319672 226.111816 C 241.319672 226.754333 241.168518 227.35907 240.941742 227.925964 C 240.677155 228.455139 240.337006 228.908691 239.883453 229.24884 C 239.467712 229.551208 238.976379 229.702393 238.485046 229.702393 C 237.993713 229.702393 237.50235 229.551208 237.086609 229.24884 C 236.670868 228.908691 236.292908 228.455139 236.066132 227.925964 C 235.801575 227.35907 235.688202 226.754333 235.688202 226.111816 C 235.688202 225.50708 235.801575 224.864563 236.066132 224.335449 C 236.292908 223.806274 236.670868 223.352783 237.086609 223.012573 C 237.50235 222.710266 237.993713 222.559082 238.485046 222.559082 C 238.976379 222.559082 239.467712 222.710266 239.883453 223.012573 C 240.337006 223.352783 240.677155 223.806274 240.941742 224.335449 C 241.168518 224.864563 241.319672 225.50708 241.319672 226.111816 L 241.319672 226.111816 Z"/>
+            <path id="path1613" fill="#e06060" fill-rule="evenodd" stroke="none" d="M 239.883453 226.111816 C 239.883453 226.451965 239.845673 226.754333 239.694489 227.018921 C 239.581116 227.283447 239.429932 227.510254 239.203156 227.699219 C 238.976379 227.850403 238.749603 227.925964 238.485046 227.925964 C 238.25827 227.925964 237.993713 227.850403 237.804718 227.699219 C 237.577942 227.510254 237.388977 227.283447 237.275604 227.018921 C 237.162201 226.754333 237.086609 226.451965 237.086609 226.111816 C 237.086609 225.809448 237.162201 225.50708 237.275604 225.242493 C 237.388977 224.940186 237.577942 224.75116 237.804718 224.562195 C 237.993713 224.411011 238.25827 224.335449 238.485046 224.335449 C 238.749603 224.335449 238.976379 224.411011 239.203156 224.562195 C 239.429932 224.75116 239.581116 224.940186 239.694489 225.242493 C 239.845673 225.50708 239.883453 225.809448 239.883453 226.111816 L 239.883453 226.111816 Z"/>
+        </g>
+        <clipPath id="clipPath180">
+            <path d="M 239.429932 229.173218 L 241.584259 230.307068 L 241.584259 228.266113 L 239.429932 227.056702 L 239.429932 229.173218 L 239.429932 229.173218 Z"/>
+        </clipPath>
+        <g id="g179" clip-path="url(#clipPath180)"/>
+        <clipPath id="clipPath181">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g180" clip-path="url(#clipPath181)">
+            <path id="path1614" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 239.429932 229.173218 L 241.584259 230.307068 L 241.584259 228.266113 L 239.429932 227.056702 L 239.429932 229.173218 Z"/>
+        </g>
+        <clipPath id="clipPath182">
+            <path d="M 236.330719 227.35907 L 238.485046 228.530701 L 238.485046 226.451965 L 236.330719 225.242493 L 236.330719 227.35907 L 236.330719 227.35907 Z"/>
+        </clipPath>
+        <g id="g181" clip-path="url(#clipPath182)"/>
+        <clipPath id="clipPath183">
+            <path d="M 236.330719 227.35907 L 236.330719 227.35907 L 236.330719 225.242493 L 238.485046 226.451965 L 238.485046 228.530701 L 236.330719 227.35907 Z"/>
+        </clipPath>
+        <g id="g182" clip-path="url(#clipPath183)">
+            <path id="path1615" fill="#3366ff" fill-rule="evenodd" stroke="none" d="M 241.092926 224.335449 C 241.092926 225.582703 240.828339 226.829895 240.337006 227.963806 C 239.845673 229.059814 239.127563 229.966919 238.25827 230.609436 C 237.388977 231.251953 236.406311 231.592102 235.385834 231.592102 C 234.403137 231.592102 233.420471 231.251953 232.551178 230.609436 C 231.681885 229.966919 230.963776 229.059814 230.472443 227.963806 C 229.98111 226.829895 229.716522 225.582703 229.716522 224.335449 C 229.716522 223.050415 229.98111 221.803162 230.472443 220.707092 C 230.963776 219.611023 231.681885 218.666138 232.551178 218.061401 C 233.420471 217.418884 234.403137 217.078735 235.385834 217.078735 C 236.406311 217.078735 237.388977 217.418884 238.25827 218.061401 C 239.127563 218.666138 239.845673 219.611023 240.337006 220.707092 C 240.828339 221.803162 241.092926 223.050415 241.092926 224.335449 L 241.092926 224.335449 Z"/>
+            <path id="path1616" fill="#3366ff" fill-rule="evenodd" stroke="none" d="M 238.220459 224.335449 C 238.220459 224.940186 238.107086 225.582703 237.842529 226.111816 C 237.577942 226.678711 237.237793 227.132263 236.822052 227.434631 C 236.3685 227.737 235.914948 227.925964 235.385834 227.925964 C 234.894501 227.925964 234.440948 227.737 233.987396 227.434631 C 233.571655 227.132263 233.193695 226.678711 232.966919 226.111816 C 232.702362 225.582703 232.588989 224.940186 232.588989 224.335449 C 232.588989 223.692932 232.702362 223.088196 232.966919 222.52124 C 233.193695 221.992126 233.571655 221.538574 233.987396 221.198425 C 234.440948 220.896057 234.894501 220.744873 235.385834 220.744873 C 235.914948 220.744873 236.3685 220.896057 236.822052 221.198425 C 237.237793 221.538574 237.577942 221.992126 237.842529 222.52124 C 238.107086 223.088196 238.220459 223.692932 238.220459 224.335449 L 238.220459 224.335449 Z"/>
+            <path id="path1617" fill="#7a93e0" fill-rule="evenodd" stroke="none" d="M 236.822052 224.335449 C 236.822052 224.637817 236.74646 224.940186 236.633057 225.204712 C 236.481903 225.50708 236.330719 225.733887 236.103943 225.88501 C 235.877167 226.036194 235.650391 226.111816 235.385834 226.111816 C 235.159058 226.111816 234.894501 226.036194 234.705505 225.88501 C 234.478729 225.733887 234.289764 225.50708 234.176392 225.204712 C 234.062988 224.940186 233.987396 224.637817 233.987396 224.335449 C 233.987396 223.9953 234.062988 223.692932 234.176392 223.428345 C 234.289764 223.163757 234.478729 222.937012 234.705505 222.785828 C 234.894501 222.596863 235.159058 222.52124 235.385834 222.52124 C 235.650391 222.52124 235.877167 222.596863 236.103943 222.785828 C 236.330719 222.937012 236.481903 223.163757 236.633057 223.428345 C 236.74646 223.692932 236.822052 223.9953 236.822052 224.335449 L 236.822052 224.335449 Z"/>
+        </g>
+        <clipPath id="clipPath184">
+            <path d="M 236.330719 227.35907 L 238.485046 228.530701 L 238.485046 226.451965 L 236.330719 225.242493 L 236.330719 227.35907 L 236.330719 227.35907 Z"/>
+        </clipPath>
+        <g id="g183" clip-path="url(#clipPath184)"/>
+        <clipPath id="clipPath185">
+            <path d="M -8.204723 9.50708 L 709.867725 9.50708 L 709.867725 401.935425 L -8.204723 401.935425 L -8.204723 9.50708 Z"/>
+        </clipPath>
+        <g id="g184" clip-path="url(#clipPath185)">
+            <path id="path1618" fill="none" stroke="#000000" stroke-width="0.302362" stroke-linejoin="round" d="M 236.330719 227.35907 L 238.485046 228.530701 L 238.485046 226.451965 L 236.330719 225.242493 L 236.330719 227.35907 Z"/>
+            <path id="path1619" fill="none" stroke="#000000" stroke-width="1.851969" stroke-linejoin="round" d="M 219.776367 214.092896 L 219.776367 227.056702 L 220.834656 227.850403 L 220.834656 229.966919 L 262.144867 253.815735 L 282.289764 242.174805 L 282.289764 240.058289 L 283.348022 239.491333 L 283.348022 225.733887 L 240.941742 200.826782 L 220.456696 212.883484"/>
+            <path id="path1620" fill="#000000" fill-rule="evenodd" stroke="none" d="M 218.831482 214.206299 L 220.721252 214.206299 L 220.721252 213.261414 L 220.64566 212.921265 L 220.418884 212.618896 L 220.116547 212.429932 L 219.776367 212.354309 L 219.398438 212.429932 L 219.096069 212.618896 L 218.907074 212.921265 L 218.831482 213.261414 L 218.831482 214.206299 Z"/>
+            <path id="path1621" fill="#000000" fill-rule="evenodd" stroke="none" d="M 221.061432 213.601563 L 220.116547 212.01416 L 219.285034 212.467712 L 219.020477 212.694458 L 218.869293 213.034668 L 218.831482 213.412598 L 218.982666 213.752747 L 219.209442 214.017334 L 219.549591 214.168518 L 219.889771 214.206299 L 220.229919 214.092896 L 221.061432 213.601563 Z"/>
+            <path id="path1622" fill="none" stroke="#ea700d" stroke-width="1.851969" stroke-dasharray="7.407874 3.703937" stroke-dashoffset="0" d="M 436.759064 100.064575 L 436.759064 227.321289 L 252.355896 227.321289"/>
+            <path id="path1623" fill="#ea700d" fill-rule="evenodd" stroke="none" d="M 435.814178 100.177979 L 437.703949 100.177979 L 437.703949 99.233093 L 437.628357 98.892883 L 437.401581 98.590576 L 437.099213 98.36377 L 436.759064 98.288208 L 436.381104 98.36377 L 436.078735 98.590576 L 435.889771 98.892883 L 435.814178 99.233093 L 435.814178 100.177979 Z"/>
+            <path id="path1624" fill="#ea700d" fill-rule="evenodd" stroke="none" d="M 252.50708 228.266113 L 252.50708 226.376404 L 251.562195 226.376404 L 251.184265 226.451965 L 250.881897 226.64093 L 250.692902 226.981079 L 250.61731 227.321289 L 250.692902 227.661438 L 250.881897 227.963806 L 251.184265 228.190552 L 251.562195 228.266113 L 252.50708 228.266113 Z"/>
+            <text id="Home-Gateway" xml:space="preserve" x="189" y="272" font-family="Helvetica" font-size="14.966929" fill="#000000">Home Gateway</text>
+        </g>
+    </g>
+</svg>
diff --git a/media/SingleLightRemoteControlPhaseCallFlows.png b/media/SingleLightRemoteControlPhaseCallFlows.png
new file mode 100644
index 0000000000000000000000000000000000000000..50047352f10ef26629722446c0fbcf2d974ebfa1
Binary files /dev/null and b/media/SingleLightRemoteControlPhaseCallFlows.png differ
diff --git a/media/SingleLightRemoteControlPhaseCallFlows.svg b/media/SingleLightRemoteControlPhaseCallFlows.svg
new file mode 100644
index 0000000000000000000000000000000000000000..39d94b5a964fb303472171bf54c72a1d2c140efe
--- /dev/null
+++ b/media/SingleLightRemoteControlPhaseCallFlows.svg
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated by Pixelmator Pro 3.5.6 -->
+<svg width="720" height="409" viewBox="0 0 720 409" xmlns="http://www.w3.org/2000/svg">
+    <clipPath id="clipPath1">
+        <path d="M -2.204723 -6.536987 L 715.867725 -6.536987 L 715.867725 393.979523 L -2.204723 393.979523 L -2.204723 -6.536987 Z"/>
+        <path clip-rule="evenodd" d="M -2.204723 -6.536987 L 715.905506 -6.536987 L 715.905506 394.017334 L -2.204723 394.017334 Z"/>
+    </clipPath>
+    <g id="Group" clip-path="url(#clipPath1)">
+        <path id="Path" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 26.444092 23.77478 L 87.332283 23.77478 L 87.332283 54.313416 L 26.444092 54.313416 L 26.444092 23.77478 Z"/>
+        <path id="path1" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 26.444092 54.313416 L 87.332283 54.313416 L 87.332283 23.77478 L 26.444092 23.77478 L 26.444092 54.313416 Z"/>
+        <path id="path2" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 56.869293 54.729126 L 56.869293 396.738586"/>
+        <path id="path3" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 56.453545 54.766907 L 57.322838 54.766907 L 57.322838 54.313416 L 57.285042 54.162231 L 57.20945 54.011047 L 57.058266 53.897644 L 56.869293 53.859863 L 56.718109 53.897644 L 56.566933 54.011047 L 56.453545 54.162231 L 56.453545 54.313416 L 56.453545 54.766907 Z"/>
+        <path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 57.322838 396.700775 L 56.453545 396.700775 L 56.453545 397.116547 L 56.453545 397.305511 L 56.566933 397.456696 L 56.718109 397.532288 L 56.869293 397.570068 L 57.058266 397.532288 L 57.20945 397.456696 L 57.285042 397.305511 L 57.322838 397.116547 L 57.322838 396.700775 Z"/>
+        <path id="path5" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 16.277164 23.77478 L 97.499207 23.77478 L 97.499207 54.313416 L 16.277164 54.313416 L 16.277164 23.77478 Z"/>
+        <path id="path6" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 16.277164 54.313416 L 97.499207 54.313416 L 97.499207 23.77478 L 16.277164 23.77478 L 16.277164 54.313416 Z"/>
+        <text id="ADN" xml:space="preserve" x="29" y="45" font-family="Calibri" font-size="14.362205" fill="#ffffff">ADN</text>
+        <text id="-" xml:space="preserve" x="56" y="45" font-family="Calibri" font-size="14.362205" fill="#ffffff">-</text>
+        <text id="AE" xml:space="preserve" x="60" y="45" font-family="Calibri" font-size="14.362205" fill="#ffffff">AE</text>
+        <text id="1" xml:space="preserve" x="76" y="45" font-family="Calibri" font-size="14.362205" fill="#ffffff">1</text>
+        <path id="path7" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 152.718109 23.77478 L 213.644089 23.77478 L 213.644089 54.313416 L 152.718109 54.313416 L 152.718109 23.77478 Z"/>
+        <path id="path8" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 152.718109 54.313416 L 213.644089 54.313416 L 213.644089 23.77478 L 152.718109 23.77478 L 152.718109 54.313416 Z"/>
+        <text id="AND" xml:space="preserve" x="162" y="44" font-family="Calibri" font-size="10.771654" fill="#ffffff">AND</text>
+        <text id="text1" xml:space="preserve" x="182" y="44" font-family="Calibri" font-size="10.771654" fill="#ffffff">-</text>
+        <text id="text2" xml:space="preserve" x="185" y="44" font-family="Calibri" font-size="10.771654" fill="#ffffff">AE</text>
+        <text id="2" xml:space="preserve" x="197" y="44" font-family="Calibri" font-size="10.771654" fill="#ffffff">2</text>
+        <path id="path9" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 183.181107 54.729126 L 183.181107 396.738586"/>
+        <path id="path10" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 182.727554 54.766907 L 183.634644 54.766907 L 183.634644 54.313416 L 183.596848 54.162231 L 183.483459 54.011047 L 183.370071 53.897644 L 183.181107 53.859863 L 182.992126 53.897644 L 182.878738 54.011047 L 182.76535 54.162231 L 182.727554 54.313416 L 182.727554 54.766907 Z"/>
+        <path id="path11" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 183.634644 396.700775 L 182.727554 396.700775 L 182.727554 397.116547 L 182.76535 397.305511 L 182.878738 397.456696 L 182.992126 397.532288 L 183.181107 397.570068 L 183.370071 397.532288 L 183.483459 397.456696 L 183.596848 397.305511 L 183.634644 397.116547 L 183.634644 396.700775 Z"/>
+        <path id="path12" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 142.588974 23.77478 L 223.773224 23.77478 L 223.773224 54.313416 L 142.588974 54.313416 L 142.588974 23.77478 Z"/>
+        <path id="path13" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 142.588974 54.313416 L 223.773224 54.313416 L 223.773224 23.77478 L 142.588974 23.77478 L 142.588974 54.313416 Z"/>
+        <text id="text3" xml:space="preserve" x="155" y="45" font-family="Calibri" font-size="14.362205" fill="#ffffff">ADN</text>
+        <text id="text4" xml:space="preserve" x="182" y="45" font-family="Calibri" font-size="14.362205" fill="#ffffff">-</text>
+        <text id="text5" xml:space="preserve" x="186" y="45" font-family="Calibri" font-size="14.362205" fill="#ffffff">AE</text>
+        <text id="text6" xml:space="preserve" x="202" y="45" font-family="Calibri" font-size="14.362205" fill="#ffffff">2</text>
+        <path id="path14" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 266.103943 23.77478 L 327.029907 23.77478 L 327.029907 54.313416 L 266.103943 54.313416 L 266.103943 23.77478 Z"/>
+        <path id="path15" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 266.103943 54.313416 L 327.029907 54.313416 L 327.029907 23.77478 L 266.103943 23.77478 L 266.103943 54.313416 Z"/>
+        <path id="path16" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 296.566925 54.729126 L 296.566925 396.738586"/>
+        <path id="path17" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 296.113373 54.766907 L 297.020477 54.766907 L 297.020477 54.313416 L 296.982666 54.162231 L 296.907074 54.011047 L 296.75592 53.897644 L 296.566925 53.859863 L 296.415741 53.897644 L 296.264557 54.011047 L 296.151184 54.162231 L 296.113373 54.313416 L 296.113373 54.766907 Z"/>
+        <path id="path18" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 297.020477 396.700775 L 296.113373 396.700775 L 296.113373 397.116547 L 296.151184 397.305511 L 296.264557 397.456696 L 296.415741 397.532288 L 296.566925 397.570068 L 296.75592 397.532288 L 296.907074 397.456696 L 296.982666 397.305511 L 297.020477 397.116547 L 297.020477 396.700775 Z"/>
+        <path id="path19" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 255.974792 23.77478 L 337.196838 23.77478 L 337.196838 54.313416 L 255.974792 54.313416 L 255.974792 23.77478 Z"/>
+        <path id="path20" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 255.974792 54.313416 L 337.196838 54.313416 L 337.196838 23.77478 L 255.974792 23.77478 L 255.974792 54.313416 Z"/>
+        <text id="MN" xml:space="preserve" x="275" y="45" font-family="Calibri" font-size="14.362205" fill="#ffffff">MN</text>
+        <text id="text7" xml:space="preserve" x="297" y="45" font-family="Calibri" font-size="14.362205" fill="#ffffff">-</text>
+        <text id="text8" xml:space="preserve" x="301" y="45" font-family="Calibri" font-size="14.362205" fill="#ffffff">AE</text>
+        <path id="path21" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 367.62204 25.475586 L 428.548035 25.475586 L 428.548035 56.01416 L 367.62204 56.01416 L 367.62204 25.475586 Z"/>
+        <path id="path22" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 367.62204 56.01416 L 428.548035 56.01416 L 428.548035 25.475586 L 367.62204 25.475586 L 367.62204 56.01416 Z"/>
+        <path id="path23" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 398.085052 56.392151 L 398.085052 396.738586"/>
+        <path id="path24" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 397.6315 56.467712 L 398.538574 56.467712 L 398.538574 56.01416 L 398.500793 55.862976 L 398.425201 55.711792 L 398.274017 55.59845 L 398.085052 55.560608 L 397.933868 55.59845 L 397.782684 55.711792 L 397.669281 55.862976 L 397.6315 56.01416 L 397.6315 56.467712 Z"/>
+        <path id="path25" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 398.538574 396.700775 L 397.6315 396.700775 L 397.6315 397.116547 L 397.669281 397.305511 L 397.782684 397.456696 L 397.933868 397.532288 L 398.085052 397.570068 L 398.274017 397.532288 L 398.425201 397.456696 L 398.500793 397.305511 L 398.538574 397.116547 L 398.538574 396.700775 Z"/>
+        <path id="path26" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 357.49292 25.475586 L 438.714966 25.475586 L 438.714966 56.01416 L 357.49292 56.01416 L 357.49292 25.475586 Z"/>
+        <path id="path27" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 357.49292 56.01416 L 438.714966 56.01416 L 438.714966 25.475586 L 357.49292 25.475586 L 357.49292 56.01416 Z"/>
+        <text id="text9" xml:space="preserve" x="373" y="47" font-family="Calibri" font-size="14.362205" fill="#ffffff">MN</text>
+        <text id="text10" xml:space="preserve" x="395" y="47" font-family="Calibri" font-size="14.362205" fill="#ffffff">-</text>
+        <text id="CSE" xml:space="preserve" x="400" y="47" font-family="Calibri" font-size="14.362205" fill="#ffffff">CSE</text>
+        <path id="path28" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 489.473999 25.475586 L 550.362183 25.475586 L 550.362183 56.01416 L 489.473999 56.01416 L 489.473999 25.475586 Z"/>
+        <path id="path29" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 489.473999 56.01416 L 550.362183 56.01416 L 550.362183 25.475586 L 489.473999 25.475586 L 489.473999 56.01416 Z"/>
+        <path id="path30" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 519.899231 56.392151 L 519.899231 396.738586"/>
+        <path id="path31" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 519.483459 56.467712 L 520.352783 56.467712 L 520.352783 56.01416 L 520.314941 55.862976 L 520.23938 55.711792 L 520.088196 55.59845 L 519.899231 55.560608 L 519.748047 55.59845 L 519.596863 55.711792 L 519.483459 55.862976 L 519.483459 56.01416 L 519.483459 56.467712 Z"/>
+        <path id="path32" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 520.352783 396.700775 L 519.483459 396.700775 L 519.483459 397.116547 L 519.483459 397.305511 L 519.596863 397.456696 L 519.748047 397.532288 L 519.899231 397.570068 L 520.088196 397.532288 L 520.23938 397.456696 L 520.314941 397.305511 L 520.352783 397.116547 L 520.352783 396.700775 Z"/>
+        <path id="path33" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 479.307068 25.475586 L 560.529114 25.475586 L 560.529114 56.01416 L 479.307068 56.01416 L 479.307068 25.475586 Z"/>
+        <path id="path34" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 479.307068 56.01416 L 560.529114 56.01416 L 560.529114 25.475586 L 479.307068 25.475586 L 479.307068 56.01416 Z"/>
+        <text id="IN" xml:space="preserve" x="499" y="47" font-family="Calibri" font-size="14.362205" fill="#ffffff">IN</text>
+        <text id="text11" xml:space="preserve" x="513" y="47" font-family="Calibri" font-size="14.362205" fill="#ffffff">-</text>
+        <text id="text12" xml:space="preserve" x="517" y="47" font-family="Calibri" font-size="14.362205" fill="#ffffff">CSE</text>
+        <path id="path35" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 633.285034 25.475586 L 694.173218 25.475586 L 694.173218 56.01416 L 633.285034 56.01416 L 633.285034 25.475586 Z"/>
+        <path id="path36" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 633.285034 56.01416 L 694.173218 56.01416 L 694.173218 25.475586 L 633.285034 25.475586 L 633.285034 56.01416 Z"/>
+        <path id="path37" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 663.748047 56.392151 L 663.748047 396.738586"/>
+        <path id="path38" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 663.294495 56.467712 L 664.163757 56.467712 L 664.163757 56.01416 L 664.163757 55.862976 L 664.050415 55.711792 L 663.899231 55.59845 L 663.748047 55.560608 L 663.559082 55.59845 L 663.407898 55.711792 L 663.332275 55.862976 L 663.294495 56.01416 L 663.294495 56.467712 Z"/>
+        <path id="path39" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 664.163757 396.700775 L 663.294495 396.700775 L 663.294495 397.116547 L 663.332275 397.305511 L 663.407898 397.456696 L 663.559082 397.532288 L 663.748047 397.570068 L 663.899231 397.532288 L 664.050415 397.456696 L 664.163757 397.305511 L 664.163757 397.116547 L 664.163757 396.700775 Z"/>
+        <path id="path40" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 623.118103 25.475586 L 704.340149 25.475586 L 704.340149 56.01416 L 623.118103 56.01416 L 623.118103 25.475586 Z"/>
+        <path id="path41" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 623.118103 56.01416 L 704.340149 56.01416 L 704.340149 25.475586 L 623.118103 25.475586 L 623.118103 56.01416 Z"/>
+        <text id="text13" xml:space="preserve" x="646" y="47" font-family="Calibri" font-size="14.362205" fill="#ffffff">IN</text>
+        <text id="text14" xml:space="preserve" x="659" y="47" font-family="Calibri" font-size="14.362205" fill="#ffffff">-</text>
+        <text id="text15" xml:space="preserve" x="664" y="47" font-family="Calibri" font-size="14.362205" fill="#ffffff">AE</text>
+        <path id="path42" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 662.954346 96.757507 L 530.595276 96.757507"/>
+        <path id="path43" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 662.840942 95.850403 L 662.840942 97.664551 L 663.748047 97.664551 L 664.088196 97.588989 L 664.352783 97.400024 L 664.579529 97.097656 L 664.61731 96.757507 L 664.579529 96.417297 L 664.352783 96.11499 L 664.088196 95.925964 L 663.748047 95.850403 L 662.840942 95.850403 Z"/>
+        <path id="path44" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 530.708679 97.664551 L 530.708679 95.850403 L 529.801575 95.850403 L 529.461426 95.925964 L 529.196838 96.11499 L 528.970093 96.417297 L 528.932312 96.757507 L 528.970093 97.097656 L 529.196838 97.400024 L 529.461426 97.588989 L 529.801575 97.664551 L 530.708679 97.664551 Z"/>
+        <path id="path45" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 531.237793 102.426758 L 519.899231 96.757507 L 531.237793 91.088196 L 531.237793 102.426758 L 531.237793 102.426758 Z"/>
+        <path id="path46" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 585.511841 91.012573 L 598.135437 91.012573 L 598.135437 102.50238 L 585.511841 102.50238 L 585.511841 91.012573 Z"/>
+        <text id="text16" xml:space="preserve" x="585" y="102" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <text id="text17" xml:space="preserve" x="589" y="102" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text18" xml:space="preserve" x="592" y="102" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <path id="path47" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 538.192139 101.255127 L 651.577942 101.255127 L 651.577942 162.370056 L 538.192139 162.370056 L 538.192139 101.255127 Z"/>
+        <path id="path48" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 538.192139 162.370056 L 651.577942 162.370056 L 651.577942 101.255127 L 538.192139 101.255127 L 538.192139 162.370056 Z"/>
+        <text id="creation-of-a-" xml:space="preserve" x="563" y="116" font-family="Calibri" font-size="11.67874" fill="#406fc5">creation of a</text>
+        <text id="LIGHT" xml:space="preserve" x="573" y="130" font-family="Calibri" font-size="11.67874" fill="#406fc5">LIGHT</text>
+        <text id="text19" xml:space="preserve" x="602" y="130" font-family="Calibri" font-size="11.67874" fill="#406fc5">#</text>
+        <text id="1-" xml:space="preserve" x="608" y="130" font-family="Calibri" font-size="11.67874" fill="#406fc5">1</text>
+        <text id="contentInstance-with-" xml:space="preserve" x="542" y="145" font-family="Calibri" font-size="11.67874" fill="#406fc5">contentInstance with</text>
+        <text id="new-light-state" xml:space="preserve" x="558" y="159" font-family="Calibri" font-size="11.67874" fill="#406fc5">new light state</text>
+        <path id="path49" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 403.149597 191.77478 L 403.149597 96.757507 L 393.020477 96.757507 L 393.020477 191.77478 L 403.149597 191.77478 L 403.149597 191.77478 Z"/>
+        <path id="path50" fill="none" stroke="#6ca43e" stroke-width="0.907087" stroke-linejoin="round" d="M 403.149597 191.77478 L 403.149597 96.757507 L 393.020477 96.757507 L 393.020477 191.77478 L 403.149597 191.77478 Z"/>
+        <path id="path51" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 397.329132 351.270874 L 187.527557 349.570068"/>
+        <path id="path52" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 397.215759 350.36377 L 397.177948 352.177948 L 398.085052 352.177948 L 398.425201 352.102356 L 398.72757 351.913391 L 398.916534 351.611023 L 398.992126 351.270874 L 398.916534 350.930695 L 398.72757 350.666138 L 398.425201 350.439362 L 398.085052 350.36377 L 397.215759 350.36377 Z"/>
+        <path id="path53" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 187.640945 350.439362 L 187.640945 348.662994 L 186.771652 348.662994 L 186.431503 348.700775 L 186.129135 348.889771 L 185.940155 349.192139 L 185.864563 349.532288 L 185.902359 349.872437 L 186.129135 350.174805 L 186.393707 350.36377 L 186.733856 350.439362 L 187.640945 350.439362 Z"/>
+        <path id="path54" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 188.132278 355.23938 L 176.831497 349.456696 L 188.20787 343.900787 L 188.132278 355.23938 L 188.132278 355.23938 Z"/>
+        <path id="path55" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 281.184265 344.618896 L 293.770081 344.618896 L 293.770081 356.108673 L 281.184265 356.108673 L 281.184265 344.618896 Z"/>
+        <text id="text20" xml:space="preserve" x="280" y="355" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <text id="text21" xml:space="preserve" x="285" y="355" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text22" xml:space="preserve" x="288" y="355" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <path id="path56" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 397.329132 208.744873 L 67.565353 207.11969"/>
+        <path id="path57" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 397.215759 207.837769 L 397.177948 209.651978 L 398.085052 209.651978 L 398.425201 209.576355 L 398.72757 209.38739 L 398.916534 209.122864 L 398.992126 208.744873 L 398.916534 208.404724 L 398.72757 208.140137 L 398.425201 207.913391 L 398.085052 207.87561 L 397.215759 207.837769 Z"/>
+        <path id="path58" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 67.678741 208.026794 L 67.678741 206.212585 L 66.809448 206.212585 L 66.431496 206.288208 L 66.166931 206.477173 L 65.940155 206.779541 L 65.902359 207.11969 L 65.940155 207.459839 L 66.129135 207.724426 L 66.431496 207.951172 L 66.771652 208.026794 L 67.678741 208.026794 Z"/>
+        <path id="path59" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 68.170082 212.789001 L 56.869293 207.044067 L 68.245667 201.450378 L 68.170082 212.789001 L 68.170082 212.789001 Z"/>
+        <path id="path60" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 221.203156 202.168518 L 233.788971 202.168518 L 233.788971 213.658264 L 221.203156 213.658264 L 221.203156 202.168518 Z"/>
+        <text id="text23" xml:space="preserve" x="220" y="213" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <text id="text24" xml:space="preserve" x="225" y="213" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text25" xml:space="preserve" x="228" y="213" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <path id="path61" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 408.251984 106.092896 L 509.770081 106.092896 L 509.770081 167.170105 L 408.251984 167.170105 L 408.251984 106.092896 Z"/>
+        <path id="path62" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 408.251984 167.170105 L 509.770081 167.170105 L 509.770081 106.092896 L 408.251984 106.092896 L 408.251984 167.170105 Z"/>
+        <text id="processing-" xml:space="preserve" x="432" y="128" font-family="Calibri" font-size="11.67874" fill="#406fc5">processing</text>
+        <text id="contentInstance-" xml:space="preserve" x="419" y="142" font-family="Calibri" font-size="11.67874" fill="#406fc5">contentInstance</text>
+        <text id="creation" xml:space="preserve" x="438" y="157" font-family="Calibri" font-size="11.67874" fill="#406fc5">creation</text>
+        <path id="path63" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 65.070869 126.011047 L 166.588974 126.011047 L 166.588974 201.526001 L 65.070869 201.526001 L 65.070869 126.011047 Z"/>
+        <path id="path64" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 65.070869 201.526001 L 166.588974 201.526001 L 166.588974 126.011047 L 65.070869 126.011047 L 65.070869 201.526001 Z"/>
+        <text id="notifications-with-" xml:space="preserve" x="72" y="141" font-family="Calibri" font-size="11.67874" fill="#406fc5">notifications with</text>
+        <text id="the-latest-light-" xml:space="preserve" x="80" y="155" font-family="Calibri" font-size="11.67874" fill="#406fc5">the latest light</text>
+        <text id="state-to-be-" xml:space="preserve" x="89" y="169" font-family="Calibri" font-size="11.67874" fill="#406fc5">state to be</text>
+        <text id="executed-to-the-" xml:space="preserve" x="77" y="184" font-family="Calibri" font-size="11.67874" fill="#406fc5">executed to the</text>
+        <text id="controlled-light" xml:space="preserve" x="72" y="198" font-family="Calibri" font-size="11.67874" fill="#406fc5">controlled light</text>
+        <text id="text26" xml:space="preserve" x="146" y="198" font-family="Calibri" font-size="11.67874" fill="#406fc5">#</text>
+        <text id="text27" xml:space="preserve" x="152" y="198" font-family="Calibri" font-size="11.67874" fill="#406fc5">1</text>
+        <path id="path65" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 661.25354 249.48819 L 530.595276 249.48819"/>
+        <path id="path66" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 661.140137 248.581116 L 661.140137 250.395264 L 662.047241 250.395264 L 662.38739 250.319672 L 662.689758 250.130707 L 662.878723 249.828339 L 662.954346 249.48819 L 662.878723 249.148041 L 662.689758 248.845673 L 662.38739 248.656708 L 662.047241 248.581116 L 661.140137 248.581116 Z"/>
+        <path id="path67" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 530.708679 250.395264 L 530.708679 248.581116 L 529.801575 248.581116 L 529.461426 248.656708 L 529.196838 248.845673 L 528.970093 249.148041 L 528.932312 249.48819 L 528.970093 249.828339 L 529.196838 250.130707 L 529.461426 250.319672 L 529.801575 250.395264 L 530.708679 250.395264 Z"/>
+        <path id="path68" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 531.237793 255.157471 L 519.899231 249.48819 L 531.237793 243.818909 L 531.237793 255.157471 L 531.237793 255.157471 Z"/>
+        <path id="path69" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 584.680298 243.743317 L 597.266113 243.743317 L 597.266113 255.233063 L 584.680298 255.233063 L 584.680298 243.743317 Z"/>
+        <text id="text28" xml:space="preserve" x="584" y="254" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <text id="text29" xml:space="preserve" x="589" y="254" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="3" xml:space="preserve" x="591" y="254" font-family="Calibri" font-size="9.864567" fill="#607423">3</text>
+        <path id="path70" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 538.192139 256.707092 L 651.577942 256.707092 L 651.577942 317.822052 L 538.192139 317.822052 L 538.192139 256.707092 Z"/>
+        <path id="path71" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 538.192139 317.822052 L 651.577942 317.822052 L 651.577942 256.707092 L 538.192139 256.707092 L 538.192139 317.822052 Z"/>
+        <text id="text30" xml:space="preserve" x="563" y="271" font-family="Calibri" font-size="11.67874" fill="#406fc5">creation of a</text>
+        <text id="text31" xml:space="preserve" x="573" y="286" font-family="Calibri" font-size="11.67874" fill="#406fc5">LIGHT</text>
+        <text id="text32" xml:space="preserve" x="602" y="286" font-family="Calibri" font-size="11.67874" fill="#406fc5">#</text>
+        <text id="2-" xml:space="preserve" x="608" y="286" font-family="Calibri" font-size="11.67874" fill="#406fc5">2</text>
+        <text id="text33" xml:space="preserve" x="542" y="300" font-family="Calibri" font-size="11.67874" fill="#406fc5">contentInstance with</text>
+        <text id="text34" xml:space="preserve" x="558" y="314" font-family="Calibri" font-size="11.67874" fill="#406fc5">new light state</text>
+        <path id="path72" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 403.149597 337.740143 L 403.149597 249.48819 L 393.020477 249.48819 L 393.020477 337.740143 L 403.149597 337.740143 L 403.149597 337.740143 Z"/>
+        <path id="path73" fill="none" stroke="#6ca43e" stroke-width="0.907087" stroke-linejoin="round" d="M 403.149597 337.740143 L 403.149597 249.48819 L 393.020477 249.48819 L 393.020477 337.740143 L 403.149597 337.740143 Z"/>
+        <path id="path74" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 408.251984 256.707092 L 509.770081 256.707092 L 509.770081 317.822052 L 408.251984 317.822052 L 408.251984 256.707092 Z"/>
+        <path id="path75" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 408.251984 317.822052 L 509.770081 317.822052 L 509.770081 256.707092 L 408.251984 256.707092 L 408.251984 317.822052 Z"/>
+        <text id="text35" xml:space="preserve" x="432" y="278" font-family="Calibri" font-size="11.67874" fill="#406fc5">processing</text>
+        <text id="text36" xml:space="preserve" x="419" y="293" font-family="Calibri" font-size="11.67874" fill="#406fc5">contentInstance</text>
+        <text id="text37" xml:space="preserve" x="438" y="307" font-family="Calibri" font-size="11.67874" fill="#406fc5">creation</text>
+        <path id="path76" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 188.283463 263.321259 L 289.801575 263.321259 L 289.801575 338.836212 L 188.283463 338.836212 L 188.283463 263.321259 Z"/>
+        <path id="path77" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 188.283463 338.836212 L 289.801575 338.836212 L 289.801575 263.321259 L 188.283463 263.321259 L 188.283463 338.836212 Z"/>
+        <text id="text38" xml:space="preserve" x="196" y="278" font-family="Calibri" font-size="11.67874" fill="#406fc5">notifications with</text>
+        <text id="text39" xml:space="preserve" x="203" y="292" font-family="Calibri" font-size="11.67874" fill="#406fc5">the latest light</text>
+        <text id="text40" xml:space="preserve" x="212" y="307" font-family="Calibri" font-size="11.67874" fill="#406fc5">state to be</text>
+        <text id="text41" xml:space="preserve" x="200" y="321" font-family="Calibri" font-size="11.67874" fill="#406fc5">executed to the</text>
+        <text id="text42" xml:space="preserve" x="195" y="335" font-family="Calibri" font-size="11.67874" fill="#406fc5">controlled light</text>
+        <text id="text43" xml:space="preserve" x="269" y="335" font-family="Calibri" font-size="11.67874" fill="#406fc5">#</text>
+        <text id="text44" xml:space="preserve" x="275" y="335" font-family="Calibri" font-size="11.67874" fill="#406fc5">2</text>
+        <path id="path78" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 519.143311 96.757507 L 413.845673 96.757507"/>
+        <path id="path79" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 519.029907 95.850403 L 519.029907 97.664551 L 519.899231 97.664551 L 520.23938 97.588989 L 520.541748 97.400024 L 520.730713 97.097656 L 520.806274 96.757507 L 520.730713 96.417297 L 520.541748 96.11499 L 520.23938 95.925964 L 519.899231 95.850403 L 519.029907 95.850403 Z"/>
+        <path id="path80" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 413.959045 97.664551 L 413.959045 95.850403 L 413.051971 95.850403 L 412.711823 95.925964 L 412.447235 96.11499 L 412.25827 96.417297 L 412.182678 96.757507 L 412.25827 97.097656 L 412.447235 97.400024 L 412.711823 97.588989 L 413.051971 97.664551 L 413.959045 97.664551 Z"/>
+        <path id="path81" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 414.48819 102.426758 L 403.149597 96.757507 L 414.48819 91.088196 L 414.48819 102.426758 L 414.48819 102.426758 Z"/>
+        <path id="path82" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 455.231506 91.012573 L 467.855133 91.012573 L 467.855133 102.50238 L 455.231506 102.50238 L 455.231506 91.012573 Z"/>
+        <text id="text45" xml:space="preserve" x="454" y="102" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <text id="text46" xml:space="preserve" x="459" y="102" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="text47" xml:space="preserve" x="462" y="102" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
+        <path id="path83" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 519.143311 249.48819 L 413.845673 249.48819"/>
+        <path id="path84" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 519.029907 248.581116 L 519.029907 250.395264 L 519.899231 250.395264 L 520.23938 250.319672 L 520.541748 250.130707 L 520.730713 249.828339 L 520.806274 249.48819 L 520.730713 249.148041 L 520.541748 248.845673 L 520.23938 248.656708 L 519.899231 248.581116 L 519.029907 248.581116 Z"/>
+        <path id="path85" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 413.959045 250.395264 L 413.959045 248.581116 L 413.051971 248.581116 L 412.711823 248.656708 L 412.447235 248.845673 L 412.25827 249.148041 L 412.182678 249.48819 L 412.25827 249.828339 L 412.447235 250.130707 L 412.711823 250.319672 L 413.051971 250.395264 L 413.959045 250.395264 Z"/>
+        <path id="path86" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 414.48819 255.157471 L 403.149597 249.48819 L 414.48819 243.818909 L 414.48819 255.157471 L 414.48819 255.157471 Z"/>
+        <path id="path87" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 455.231506 243.743317 L 467.855133 243.743317 L 467.855133 255.233063 L 455.231506 255.233063 L 455.231506 243.743317 Z"/>
+        <text id="text48" xml:space="preserve" x="454" y="254" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
+        <text id="text49" xml:space="preserve" x="459" y="254" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
+        <text id="4" xml:space="preserve" x="462" y="254" font-family="Calibri" font-size="9.864567" fill="#607423">4</text>
+    </g>
+</svg>
diff --git a/media/logo.png b/media/logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..97c1800c30f775e41f7ceeccb99e5678e51651cd
Binary files /dev/null and b/media/logo.png differ